Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LIbraries required for fedora rawhide #9549

Closed
DartBot opened this issue Mar 30, 2013 · 8 comments
Closed

LIbraries required for fedora rawhide #9549

DartBot opened this issue Mar 30, 2013 · 8 comments
Labels
closed-not-planned Closed as we don't intend to take action on the reported issue os-linux
Milestone

Comments

@DartBot
Copy link

DartBot commented Mar 30, 2013

This issue was originally filed by @darrellpf


What steps will reproduce the problem?

html tests wouldn't start dartium on fedora rawhide.

What is the expected output? What do you see instead?

Dart editor reports missing libraries

What version of the product are you using? On what operating system?

Dart Editor version 0.4.3_r20602

Please provide any additional information below.

Solution is

ln -s /usr/lib64/libbz2.so.1.0.6 /usr/lib64/libbz2.so.1.0
ln -s /usr/lib64/libudev.so.1.3.0 /usr/lib64/libudev.so.0

Note that I didn't try to run a web app first, but I'm assuming that the same libraries are required.

These don't appear anywhere in

https://code.google.com/p/dart/wiki/PreparingYourMachine

or

https://code.google.com/p/chromium/wiki/LinuxBuildInstructionsPrerequisites

@anders-sandholm
Copy link
Contributor

Added Area-Editor, OpSys-Linux, Triaged labels.

@clayberg
Copy link

clayberg commented Apr 9, 2013

Set owner to @danrubel.
Added this to the M5 milestone.

@DartBot
Copy link
Author

DartBot commented Apr 15, 2013

This comment was originally written by gerald.holzinger.p...@gmail.com


Please merge issue #2052 and #1870 with this one.

yesterday i downloaded the 64 bit version for linux. (opensuse12.3/64 bit/KDE)

Dartium didn't start.

The solution was found in issue #2052.
(make link to the libraries, install patchelf with yast, and run the "patchelf --set-rpath /opt/dart/chromium /opt/dart/chromium/chrome" command.)

a rpm repository for opensuse would be nice too.

@DartBot
Copy link
Author

DartBot commented Apr 24, 2013

This comment was originally written by @butlermatt


Running into this issue now with Ubuntu Gnome 13.04 Beta2 (64-bit).

This is a known issue as all Ubuntu variants no longer support (not in the repositories at all) libudev0, and instead use libudev1. The dev builds of chromium should have this fix in place, not yet pushed out to beta or stable. See chromium bug:

http://code.google.com/p/chromium/issues/detail?id=226002

This is going to become a big issue tomorrow, April 25th, when Ubuntu 13.04 launches, and the general population (of ubuntu users) starts to run into this issue.

@DartBot
Copy link
Author

DartBot commented May 7, 2013

This comment was originally written by @butlermatt


A fix for this has been released in Chrome dev and Beta, yet with the latest build I'm still continuing to receive this error when trying to launch dartium from the editor:

"Could not launch browser - process terminated on startup"

Dartium stdout: <path-to-dartium-chrome>: error while loading shared libraries: libudev.so.0 cannot open shared object file. No such file or directory.

If dartium is based off of the dev build, why didn't that patch also resolve this issue?

@danrubel
Copy link

This does not appear to be an editor issue. Reassigning to Dartium.


Removed the owner.
Removed Area-Editor label.
Added Area-Dartium label.

@DartBot
Copy link
Author

DartBot commented May 29, 2013

This comment was originally written by antonm@google.com


We roll Chromium changes on approx. weekly basis.


Added NotPlanned label.

@DartBot
Copy link
Author

DartBot commented Jun 3, 2013

This comment was originally written by @butlermatt


Just to follow up, are you pulling from the continuous build? I ask because apparently that version will not receive the fix per this comment:

https://code.google.com/p/chromium/issues/detail?id=226002#c66

This is again in respects to libudev.so.0 This will affect any users with Ubuntu 13.04. While there is a work around to create a link from libudev.so.1 to libudev.so.0, I'm concerned it will give new developers to dart a bad experience if Dartium doesn't work to run the samples as dart code.

@DartBot DartBot added Type-Defect os-linux closed-not-planned Closed as we don't intend to take action on the reported issue labels Jun 3, 2013
@DartBot DartBot added this to the M5 milestone Jun 3, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-not-planned Closed as we don't intend to take action on the reported issue os-linux
Projects
None yet
Development

No branches or pull requests

4 participants