Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 331313 - www-client/galeon-2.0.7-r2 should depend on >=dev-libs/nspr-4.8.5
Summary: www-client/galeon-2.0.7-r2 should depend on >=dev-libs/nspr-4.8.5
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 328811
  Show dependency tree
 
Reported: 2010-08-05 12:39 UTC by Dean Matzkov
Modified: 2010-08-06 23:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Matzkov 2010-08-05 12:39:36 UTC
When attempting to merge www-client/galeon-2.0.7-r2, the configure script errors-out because the minimum-required version of nspr is 4.8.5, but the current stable version is only 4.8.4. The ebuild should require a dependency for this.

Here's a snippet of the configure script erroring-out:

---
checking User-Agent header to use... "Galeon 2.0.7"
checking which mozilla engine to use... libxul
checking for XPCOM_COMPONENT... configure: error: Package requirements (libxul >= 1.9) were not met:

Package 'libxul' requires 'nspr >= 4.8.5' but version of NSPR is 4.8.4
---


After ~arch-keywording dev-libs/nspr and merging the latest version of it, Galeon was then able to successfully install.
Comment 1 Michael Weber (RETIRED) gentoo-dev 2010-08-06 22:51:15 UTC
make this a >=dev-libs/nspr-4.8.5 stablereq?
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-08-06 23:03:50 UTC
This is caused by nspr downgrade (xulrunner was emerged when nspr-4.8.5 was installed, then nspr was downgraded to 4.8.4 and xulrunner broke).

Just... don't do that