Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Oct 2016 20:11:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 213144] devel/nspr, security/nss: drop version from SONAME
Message-ID:  <bug-213144-21738-DaRF5t0n0B@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213144-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213144-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Jan Beich (mail not working) <jbeich@FreeBSD.org> has reassigned Bugzilla
Automation <bugzilla@FreeBSD.org>'s request for maintainer-feedback to
gecko@FreeBSD.org:
Bug 213144: devel/nspr, security/nss: drop version from SONAME
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213144



--- Description ---
Created attachment 175341
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175341&action=
=3Dedit
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'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213144-21738-DaRF5t0n0B>