Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2001 21:11:27 +0100
From:      Jens Fallesen <jens@fallesen.dk>
To:        mozilla@freebsd.org
Subject:   Building recent nightlies
Message-ID:  <3BF9676F.BA614F33@fallesen.dk>

next in thread | raw e-mail | index | archive | help
Hi,

I often pull a nightly source tarball and then build it using patches
from the latest release port and with a slightly modified
configuration in the ports makefile.

However, recently something serious changed, meaning that I cannot do
this build anymore. Configure runs quite nicely but the build ends up
failing, looking like this:

../../../dist/bin/libxpcom.so: undefined reference to
`PR_SecondsToInterval'
../../../dist/bin/libxpcom.so: undefined reference to `PR_CeilingLog2'
../../../dist/bin/libxpcom.so: undefined reference to `PR_Open'
../../../dist/bin/libxpcom.so: undefined reference to
`PR_NewThreadPrivateIndex'
../../../dist/bin/libxpcom.so: undefined reference to
`PL_HashTableRawLookupConst'
../../../dist/bin/libxpcom.so: undefined reference to
`PR_CEnterMonitor'
../../../dist/bin/libxpcom.so: undefined reference to
`PR_NotifyCondVar'
../../../dist/bin/libxpcom.so: undefined reference to `PR_Abort'
../../../dist/bin/libxpcom.so: undefined reference to
`PR_SetThreadPriority'
../../../dist/bin/libxpcom.so: undefined reference to
`PL_HashTableRawAdd'
../../../dist/bin/libxpcom.so: undefined reference to
`PR_GetMonitorEntryCount'
../../../dist/bin/libxpcom.so: undefined reference to `PR_WaitCondVar'
../../../dist/bin/libxpcom.so: undefined reference to
`PR_GetErrorTextLength'
../../../dist/bin/libxpcom.so: undefined reference to `PR_LogPrint'
../../../dist/bin/libxpcom.so: undefined reference to `PR_Realloc'
../../../dist/bin/libxpcom.so: undefined reference to
`PL_InitArenaPool'
../../../dist/bin/libxpcom.so: undefined reference to
`PL_CompareValues'
../../../dist/bin/libxpcom.so: undefined reference to `PR_KillProcess'
../../../dist/bin/libxpcom.so: undefined reference to `PR_NewLock'
(Lots more of these, but I think there is not much point in listing
them all...)

Actually, the patch of the directory/xpcom/base/src/Makefile.in file
fails. I assume this may very well be part of the reason but
unfortunately I do not know the build details of Mozilla well enough
to fix this.

Has anybody had any success building the recent nightlies? What did
you do?


-- 
Jens Fallesen  <jens@fallesen.dk>                                   O-
Hedegaardsvej 41 st th, 2300 Copenhagen S, Denmark
Phone: (+45) 32 86 18 99 * Fax: (+45) 32 86 17 99
CCIE #5470

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mozilla" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BF9676F.BA614F33>