Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 331313

Summary: www-client/galeon-2.0.7-r2 should depend on >=dev-libs/nspr-4.8.5
Product: Gentoo Linux Reporter: Dean Matzkov <Bapabooiee>
Component: New packagesAssignee: Hanno Böck <hanno>
Status: RESOLVED INVALID    
Severity: normal CC: xmw
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 328811    

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