-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Comments
Added Area-Editor, OpSys-Linux, Triaged labels. |
This comment was originally written by [email protected] 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. a rpm repository for opensuse would be nice too. |
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. |
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? |
This does not appear to be an editor issue. Reassigning to Dartium. Removed the owner. |
This comment was originally written by [email protected] We roll Chromium changes on approx. weekly basis. Added NotPlanned label. |
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. |
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
The text was updated successfully, but these errors were encountered: