Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 165464 - seamonkey-1.1 needs dev-libs/nspr>=4.6.3
Summary: seamonkey-1.1 needs dev-libs/nspr>=4.6.3
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-05 16:58 UTC by someone
Modified: 2007-02-05 17:14 UTC (History)
0 users

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 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.