You are not logged in.
:-/
Required By : aptana-studio firefox-aurora-bin-it
Offline
I've the same problem.
Although I currently have no packages requiring xulrunner, I find it odd, to be forced to remove such a basic package (it is a runtime environment for everything based on XUL, isn't it?). What if I want to write software using XUL?
Is this just a workround because of a bug from upstream (in eclipse)? Will this conflict disappear once the bug is fixed?
Offline
see the conflict when I install npapi-vlc-git.
Offline
see the conflict when I install npapi-vlc-git.
makedepends is wrong. xulrunner can be replaced with npapi-sdk and nothing will conflict. Please report this in comments on that specific build
Give what you have. To someone, it may be better than you dare to think.
Offline
I'm also having this problem while trying to install evolus pencil from AUR. http://aur.archlinux.org/packages.php?ID=32614
Offline
wucan wrote:see the conflict when I install npapi-vlc-git.
makedepends is wrong. xulrunner can be replaced with npapi-sdk and nothing will conflict. Please report this in comments on that specific build
I had the same problem with the vlc plugin, tried your fix and it works nicely. I reported it in the comments.
Thanks.
Offline
I needed xulrunner and Eclipse to run Eclipse-PDT and its tooltips. So, for all those with the same problem:
I removed the xulrunner-Package and installed this package from AUR: https://aur.archlinux.org/packages.php?ID=53282
This perfectly worked.
Offline
I also have the conflict, but for me modelio-open from AUR (http://aur.archlinux.org/packages.php?ID=58681) requires xulrunner which conflicts with eclipse...
Offline
My success story:
I had eclipse, and i need it.
I needed evolus-pencil, which requires xulrunner.
I downloaded http://ftp.mozilla.org/pub/mozilla.org/ … 86.tar.bz2
unzipped it to ~/.xulrunner
Added to .bashrc:
PATH=$PATH:$HOME/.xulrunner
UPD:
aurget -S evolus-pencil-svn
Edit PKGBUILD and comment out depends=(xulrunner)
END UPD
I've edited /usr/lib/evolus-pencil-svn/app/application.ini to have MaxVersion=15.*
and everything works fine, including these popup hints in eclipse.
Last edited by pirj (2012-09-27 09:08:06)
Offline
The problem is not restricted to mono, also for example evolus-pencil-svn needs xulrunner. The mentioned post ist not a solution, it's not even a workaround. But I don't have a better one yet ;-) so it looks like we gonna have to install Eclipse manually *sigh*...
Offline
FYI, you can download the evolus pencil xpi from their website, install it in firefox and run it with out xulrunner installed at all.
Matt
"It is very difficult to educate the educated."
Offline
the bug here is that tehre is no way to tell pacman that it can safely install a makedepend temporarily, since the conflict is only about the presence of the package, not actually files present in multiple packages.
so what we need is a way to say “those packages are conflicting, but the conflict can be ignored for short periods of time (e.g. makedepends)”
what i will do now:
1. download the xulrunner package
2. give it another packagename (e.g. xulrunner-fuckyou)
3. change the makedependency of globalmenu-extension to xulrunner-fuckyou
4. uninstall xulrunner-fuckyou
Last edited by flying sheep (2012-11-28 13:16:51)
Offline
I guess the solution is to provide a xulrunner 1.9.2 package (there is one in AUR) and set the MOZILLA_FIVE_HOME variable correctly in eclipse startup script. Might require a wrapper.
I didn't care enough to find out - but stumbled over the same issue trying to run a 3rd party vendor's eclipse-based client app on my Arch workstation which had xulrunner installed (without having it installed it complained about MOZILLA_FIVE_HOME being unset)
Offline