[Bug 253614] security/nss: apparently needs MAKE_JOBS_UNSAFE

2023-04-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253614

Graham Perrin  changed:

   What|Removed |Added

   Keywords||needs-qa
   Severity|Affects Many People |Affects Some People
 Status|New |Open

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 253614] security/nss: apparently needs MAKE_JOBS_UNSAFE

2021-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253614

Bug ID: 253614
   Summary: security/nss: apparently needs MAKE_JOBS_UNSAFE
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: Individual Port(s)
  Assignee: ge...@freebsd.org
  Reporter: and...@tao11.riddles.org.uk
 Flags: maintainer-feedback?(ge...@freebsd.org)
  Assignee: ge...@freebsd.org
 Flags: maintainer-feedback?

Had this error twice out of two attempts when trying to build security/nss on
stable/13:

../../coreconf/nsinstall/FreeBSD13.0_OPT.OBJ/nsinstall -R -m 444 nssckt.h
../../../dist/public/nss
symlink creation race:
/wrkdirs/usr/ports/security/nss/work/nss-3.61/dist/public/nss/nssckfwc.h
nsinstall: symlink was attempted in working directory
/wrkdirs/usr/ports/security/nss/work/nss-3.61/nss/lib/ckfw from
../../../nss/lib/ckfw/nssckfwc.h to
/wrkdirs/usr/ports/security/nss/work/nss-3.61/dist/public/nss/nssckfwc.h.
: File exists
../../coreconf/nsinstall/FreeBSD13.0_OPT.OBJ/nsinstall -R -m 444 nssckt.h
../../../dist/public/nss
gmake[5]: *** [../../coreconf/rules.mk:387:
../../../dist/public/nss/nssckfwc.h] Abort trap (core dumped)
gmake[5]: *** Deleting file '../../../dist/public/nss/nssckfwc.h'

Manually setting MAKE_JOBS_UNSAFE allowed the build to succeed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 253614] security/nss: apparently needs MAKE_JOBS_UNSAFE

2021-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253614

Jan Beich  changed:

   What|Removed |Added

  Flags|maintainer-feedback?|

--- Comment #1 from Jan Beich  ---
What architecture and how many make jobs were used? Did you try old nss
versions? Maybe there's a regression. ports r537010 removed MAKE_JOBS_UNSAFE
due to https://bugzilla.mozilla.org/show_bug.cgi?id=290526

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 253614] security/nss: apparently needs MAKE_JOBS_UNSAFE

2021-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253614

--- Comment #2 from and...@tao11.riddles.org.uk ---
(In reply to Jan Beich from comment #1)

amd64, host 4-core intel skylake cpu, bhyve VM with 4 vCPUs, using poudriere
with ALLOW_MAKE_JOBS=yes, therefore 4 jobs used.

Did not try other nss versions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 253614] security/nss: apparently needs MAKE_JOBS_UNSAFE

2021-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253614

Charlie Li  changed:

   What|Removed |Added

 CC||ml+free...@vishwin.info

--- Comment #3 from Charlie Li  ---
This doesn't seem related to that upstream bug.

I occasionally hit nsinstall crashing during build with ALLOW_MAKE_JOBS, but
trying the build again succeeds, so ime this only happens intermittently. Also
on amd64, but with three jobs; have not tried with two jobs. Been happening for
the past couple versions iirc (not sure if my old build logs still exist).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 253614] security/nss: apparently needs MAKE_JOBS_UNSAFE

2021-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253614

--- Comment #4 from and...@tao11.riddles.org.uk ---
Note, this is NOT fixed in nss 3.62: I've had 2 build failures out of 5
attempts so far when jobs are enabled.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 253614] security/nss: apparently needs MAKE_JOBS_UNSAFE

2024-03-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253614

mario felicioni  changed:

   What|Removed |Added

 CC||marietto2...@gmail.com

--- Comment #5 from mario felicioni  ---
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: 0x0030, CKR_DEVICE_ERROR  
NSPR error code: -5977: Failure to load dynamic library
Initiailzing softoken failed: 0x0030, 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.


[Bug 253614] security/nss: apparently needs MAKE_JOBS_UNSAFE

2024-03-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253614

--- Comment #6 from mario felicioni  ---
I have also tried like this :

root@marietto-133:/usr/ports/www/firefox # make ALLOW_MAKE_JOBS=yes
MAKE_JOBS_UNSAFE=yes

/usr/ports/security/nss/work/nss-3.98/nss/cmd/shlibsign/FreeBSD13.3_OPT.OBJ/shlibsign
-v -i /usr/por
ts/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: 0x0030, CKR_DEVICE_ERROR 
NSPR error code: -5977: Failure to load dynamic library
Initiailzing softoken failed: 0x0030, 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 

This is the system that I'm using :

# freebsd-version -kru ; uname -aKU

13.3-RELEASE
13.3-RELEASE
13.3-RELEASE

FreeBSD marietto-133 13.3-RELEASE FreeBSD 13.3-RELEASE
releng/13.3-n257428-80d2b634ddf0 GENERIC amd64 1303001 1303001

-- 
You are receiving this mail because:
You are the assignee for the bug.


maintainer-feedback requested: [Bug 253614] security/nss: apparently needs MAKE_JOBS_UNSAFE

2021-02-18 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-gecko (Nobody)
 for maintainer-feedback:
Bug 253614: security/nss: apparently needs MAKE_JOBS_UNSAFE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253614



--- Description ---
Had this error twice out of two attempts when trying to build security/nss on
stable/13:

../../coreconf/nsinstall/FreeBSD13.0_OPT.OBJ/nsinstall -R -m 444 nssckt.h
../../../dist/public/nss
symlink creation race:
/wrkdirs/usr/ports/security/nss/work/nss-3.61/dist/public/nss/nssckfwc.h
nsinstall: symlink was attempted in working directory
/wrkdirs/usr/ports/security/nss/work/nss-3.61/nss/lib/ckfw from
../../../nss/lib/ckfw/nssckfwc.h to
/wrkdirs/usr/ports/security/nss/work/nss-3.61/dist/public/nss/nssckfwc.h.
: File exists
../../coreconf/nsinstall/FreeBSD13.0_OPT.OBJ/nsinstall -R -m 444 nssckt.h
../../../dist/public/nss
gmake[5]: *** [../../coreconf/rules.mk:387:
../../../dist/public/nss/nssckfwc.h] Abort trap (core dumped)
gmake[5]: *** Deleting file '../../../dist/public/nss/nssckfwc.h'

Manually setting MAKE_JOBS_UNSAFE allowed the build to succeed.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"