maintainer-feedback requested: [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


Jan Beich (mail not working) <jbeich at FreeBSD.org> has reassigned Bugzilla
Automation <bugzilla at FreeBSD.org>'s request for maintainer-feedback to
gecko at FreeBSD.org:
Bug 213144: devel/nspr, security/nss: drop version from SONAME
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213144



--- Description ---
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'


More information about the freebsd-gecko mailing list