Closed
Bug 404673
Opened 18 years ago
Closed 18 years ago
Problem compiling seamonkey 1.1.6
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: pierre42d, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070729 SeaMonkey/1.1.3
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070729 SeaMonkey/1.1.3
[...]
gmake[2]: Entering directory `/tmp/mozilla/profile'
gmake[3]: Entering directory `/tmp/mozilla/profile/public'
/tmp/mozilla/config/nsinstall -R -m 644 nsIProfileInternal.idl nsIProfileStartupListener.idl nsISessionRoaming.idl nsIProfileUnlocker.idl ../../dist/idl
Creating ../../dist/include/profile
/tmp/mozilla/config/nsinstall -R -m 644 _xpidlgen/nsIProfileInternal.h _xpidlgen/nsIProfileStartupListener.h _xpidlgen/nsISessionRoaming.h _xpidlgen/nsIProfileUnlocker.h ../../dist/include/profile
/tmp/mozilla/config/nsinstall -R -m 644 nsIProfile.idl nsIProfileChangeStatus.idl ../../dist/idl
/tmp/mozilla/config/nsinstall -R -m 644 nsIProfile.idl nsIProfileChangeStatus.idl ../../dist/sdk/idl
/tmp/mozilla/config/nsinstall -R -m 644 _xpidlgen/nsIProfile.h _xpidlgen/nsIProfileChangeStatus.h ../../dist/include/profile
/tmp/mozilla/config/nsinstall -R -m 644 _xpidlgen/nsIProfile.h _xpidlgen/nsIProfileChangeStatus.h ../../dist/sdk/include
gmake[3]: Leaving directory `/tmp/mozilla/profile/public'
gmake[3]: Entering directory `/tmp/mozilla/profile/dirserviceprovider'
gmake[4]: Entering directory `/tmp/mozilla/profile/dirserviceprovider/public'
Creating ../../../dist/include/profdirserviceprovider
/tmp/mozilla/config/nsinstall -R -m 644 nsProfileDirServiceProvider.h ../../../dist/include/profdirserviceprovider
gmake[4]: Leaving directory `/tmp/mozilla/profile/dirserviceprovider/public'
gmake[4]: Entering directory `/tmp/mozilla/profile/dirserviceprovider/src'
gmake[4]: Nothing to be done for `export'.
gmake[4]: Leaving directory `/tmp/mozilla/profile/dirserviceprovider/src'
gmake[4]: Entering directory `/tmp/mozilla/profile/dirserviceprovider/standalone'
/tmp/mozilla/config/nsinstall -R ../../../profile/dirserviceprovider/src/nsProfileDirServiceProvider.cpp ../../../profile/dirserviceprovider/src/nsProfileLock.cpp .
gmake[4]: Leaving directory `/tmp/mozilla/profile/dirserviceprovider/standalone'
gmake[3]: Leaving directory `/tmp/mozilla/profile/dirserviceprovider'
gmake[2]: Leaving directory `/tmp/mozilla/profile'
creating tools/jprof/Makefile
./build/autoconf/make-makefile: Cannot read ./tools/jprof/Makefile.in: No such file or directory
gmake[2]: Entering directory `/tmp/mozilla/tools/jprof'
gmake[2]: *** No rule to make target `export'. Stop.
gmake[2]: Leaving directory `/tmp/mozilla/tools/jprof'
gmake[1]: *** [tier_50] Error 2
gmake[1]: Leaving directory `/tmp/mozilla'
make: *** [default] Error 2
Reproducible: Always
I don't have this error anymore when I remove the --enable-jprof option
Comment 2•18 years ago
|
||
You need to pull jprof.
http://lxr.mozilla.org/mozilla/source/tools/jprof/README.html#setup
or you can add
mk_add_options MOZ_CO_MODULE="mozilla/tools/jprof"
to your .mozconfig
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
Comment 4•18 years ago
|
||
because the vast majority of people don't need it.
You need to log in
before you can comment on or make changes to this bug.
Description
•