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

Bug 165464

Summary: seamonkey-1.1 needs dev-libs/nspr>=4.6.3
Product: Gentoo Linux Reporter: someone <ratodc>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description someone 2007-02-05 16:58:06 UTC
Compiling seamonkey-1.1 failes when dev-libs/nspr-4.6.2 is installed with error message  "'PR_SI_HOSTNAME_UNTRUNCATED' undeclared".

Reproducible: Always

Steps to Reproduce:
1. Downgrade to dev-libs/nspr<=4.6.2
2. emerge =www-client/seamonkey-1.1
3. Watch it fail.

Actual Results:  
nsSmtpProtocol.cpp: In member function `void
   nsSmtpProtocol::AppendHelloArgument(nsACString_internal&)':
nsSmtpProtocol.cpp:370: error: `PR_SI_HOSTNAME_UNTRUNCATED' undeclared (first
   use this function)
nsSmtpProtocol.cpp:370: error: (Each undeclared identifier is reported only
   once for each function it appears in.)


Expected Results:  
working seamonkey-1.1

Add dependency dev-libs/nspr>=4.6.3 to seamonkey-1.1 ebuild. The PR_SI_HOSTNAME_UNTRUNCATED was introduced due to bug https://bugzilla.mozilla.org/show_bug.cgi?id=322956 in version 4.6.3 of nspr due to http://www.mozilla.org/projects/nspr/release-notes/nspr463.html . So it seems reasonable to demand 4.6.3.

Solution before fix of the ebuild:
1. emerge nspr
(should update to (at least) 4.6.4)
2. emerge seamonkey
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2007-02-05 17:14:06 UTC
<4.6.3 have been removed since this morning.