[Bug 253614] security/nss: apparently needs MAKE_JOBS_UNSAFE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Mar 2024 12:33:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253614 mario felicioni <marietto2008@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marietto2008@gmail.com --- Comment #5 from mario felicioni <marietto2008@gmail.com> --- I found a similar problem in FreeBSD 13.3. Today I tried the installation of Firefox 124 (using the default options offered by the port) from ports but the compilation stopped when it tried to compile the port "security / nss". So,I tried to compile it as a standalone port and I saw the same behavior. Maybe it stopped because a bug,but I'm not sure. nss is part of Firefox,so I don't know how to exclude it. If it crashes,even Firefox crashes : mario@marietto-133:/usr/ports/security/nss # doas make MAKE_JOBS_UNSAFE=yes ...... /usr/ports/security/nss/work/nss- 3.98/nss/cmd/shlibsign/FreeBSD13.3_OPT.OBJ/shlibsign -v -i /usr/ports/security/nss/work/nss- 3.98/nss/cmd/shlibsign/../../../dist/FreeBSD13.3_OPT.OBJ/lib/libsoftokn3.so moduleSpec configdir='' certPrefix='' keyPrefix='' secmod='' flags=noCertDB, noModDB C_Initialize failed: 0x00000030, CKR_DEVICE_ERROR NSPR error code: -5977: Failure to load dynamic library Initiailzing softoken failed: 0x00000030, CKR_DEVICE_ERROR NSPR error code: -5977: Failure to load dynamic library gmake[4]: *** [Makefile:92: ../../../dist/FreeBSD13.3_OPT.OBJ/lib/libsoftokn3.chk] Error 1 gmake[4]: Leaving directory '/usr/ports/security/nss/work/nss- 3.98/nss/cmd/shlibsign' gmake[3]: *** [Makefile:100: libs] Error 2 gmake[3]: Leaving directory '/usr/ports/security/nss/work/nss- 3.98/nss/cmd/shlibsign' gmake[2]: *** [../coreconf/rules.mk:44: shlibsign] Error 2 gmake[2]: Leaving directory '/usr/ports/security/nss/work/nss-3.98/nss/cmd' gmake[1]: *** [coreconf/rules.mk:44: cmd] Error 2 gmake[1]: Leaving directory '/usr/ports/security/nss/work/nss-3.98/nss' gmake: *** [manifest.mn:21: all] Error 2 *** Error code 1 I've upgraded the ports tree several times with portsnap : # portsnap fetch extract # portsnap fetch update -- You are receiving this mail because: You are the assignee for the bug.