[Bug 213144] devel/nspr, security/nss: drop version from SONAME
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Oct 1 20:11:55 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213144
Bug ID: 213144
Summary: devel/nspr, security/nss: drop version from SONAME
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: gecko at FreeBSD.org
Reporter: jbeich at FreeBSD.org
Assignee: gecko at FreeBSD.org
Flags: maintainer-feedback?(gecko at FreeBSD.org)
Created attachment 175341
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175341&action=edit
v0
NSPR/NSS build system are a relic of pre-libtool era. There's no
need to invent a version that no other downstream maintains,
especially if it causes subtle bugs like the following:
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gecko
mailing list