Closed
Bug 70058
Opened 24 years ago
Closed 24 years ago
Mozilla won't build on FreeBSD - architecture not supported from now.c
Categories
(NSPR :: NSPR, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
4.2
People
(Reporter: drbrain-bugzilla, Assigned: wtc)
Details
Attachments
(1 file)
8.53 KB,
patch
|
Details | Diff | Splinter Review |
steps to reproduce:
1) pull mozilla via CVS
2) gmake -f client.mk build
results:
gmake[3]: Entering directory `/disks/current/mozilla/obj-i386-unknown-
freebsdelf5.0/nsprpub/config'
gcc -o now.o -c -ansi -Wall -pipe -pthread -O -pipe -fPIC -U_DEBUG -UDEBUG -
DUSE_AUTOCONF=1 -DNDEBUG=1 -DFREEBSD=1 -DHAVE_BSD_FLOCK=1 -DHAVE_LCHOWN=1 -
DHAVE_STRERROR=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DFORCE_PR_LOG -D_PR_PTHREADS
-UHAVE_CVAR_BUILT_ON_SEM /disks/current/mozilla/nsprpub/config/now.c
/disks/current/mozilla/nsprpub/config/now.c:29: #error "Architecture not
supported"
/disks/current/mozilla/nsprpub/config/now.c:107: #error "Architecture not
supported"
gmake[3]: *** [now.o] Error 1
expected results:
mozilla builds fine.
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
I checked in a fix on the tip and NSPRPUB_CLIENT_BRANCH
of NSPR. Please let me know if it builds for you now.
Thanks for the bug report.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Priority: -- → P3
Resolution: --- → FIXED
Target Milestone: --- → 4.2
You need to log in
before you can comment on or make changes to this bug.
Description
•