Bug#791537: Acknowledgement (nss: FTBFS on hppa: segmentation fault in PR_FindSymbol)

2015-08-05 Thread John David Anglin
This is caused by a bug in debian/rules. The LD_LIBRARY_PATH used for the shlibsign command does not contain the path to libsoftokn3.so. As a result, PORT_LoadLibraryFromOrigin doesn't find the library and the variable lib is NULL. The assert is optimized away. Thus, it might help if shlibsig

Bug#791537: Acknowledgement (nss: FTBFS on hppa: segmentation fault in PR_FindSymbol)

2015-08-05 Thread John David Anglin
On 2015-08-05, at 5:50 PM, John David Anglin wrote: > If I was to guess, I would have to think the dladdr call in > PR_GetLibraryFilePathname_stub fails because > hppa uses function descriptors for indirect calls. Did this work for ia64? > There seems to be some trickiness > there. Not quite

Bug#791537: Acknowledgement (nss: FTBFS on hppa: segmentation fault in PR_FindSymbol)

2015-08-05 Thread Mike Hommey
On Wed, Aug 05, 2015 at 01:31:43PM -0400, John David Anglin wrote: > This is caused by a bug in debian/rules. The LD_LIBRARY_PATH used for the > shlibsign command does not > contain the path to libsoftokn3.so. As a result, PORT_LoadLibraryFromOrigin > doesn't find the library and the variable >

Bug#791537: Acknowledgement (nss: FTBFS on hppa: segmentation fault in PR_FindSymbol)

2015-08-05 Thread John David Anglin
On 2015-08-05, at 4:54 PM, Mike Hommey wrote: > On Wed, Aug 05, 2015 at 01:31:43PM -0400, John David Anglin wrote: >> This is caused by a bug in debian/rules. The LD_LIBRARY_PATH used for the >> shlibsign command does not >> contain the path to libsoftokn3.so. As a result, PORT_LoadLibraryFromO