Closed
Bug 325885
Opened 20 years ago
Closed 9 years ago
make install fails in a firefox-on-xulrunner build
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: chpe, Unassigned)
Details
(Not sure this is the correct component; taking a guess.)
"make -f client.mk install" succeeds in installing xulrunner, but fails at the start of installing browser, in nsprpub.
make[2]: quittant le répertoire « /opt/source/mozilla/trunk/objdir/xulrunner+firefox-debug/xulrunner »
make[1]: quittant le répertoire « /opt/source/mozilla/trunk/mozilla »
make[1]: entrant dans le répertoire « /opt/source/mozilla/trunk/mozilla »
Adding client.mk options from /home/chpe/source/mozilla/trunk/xulrunner+firefox-config-debug:
MOZ_CO_PROJECT=all
MOZ_BUILD_PROJECTS=xulrunner browser
MOZ_OBJDIR=$(topsrcdir)/../objdir/xulrunner+firefox-debug
make -C /opt/source/mozilla/trunk/mozilla/../objdir/xulrunner+firefox-debug/browser install
make[2]: entrant dans le répertoire « /opt/source/mozilla/trunk/objdir/xulrunner+firefox-debug/browser »
/usr/bin/make -C nsprpub install DESTDIR= libdir=/opt/xulrunner+firefox-trunk-debug/lib/firefox-1.6a1 includedir=/opt/xulrunner+firefox-trunk-debug/include/firefox-1.6a1/nspr
make[3]: entrant dans le répertoire « /opt/source/mozilla/trunk/objdir/xulrunner+firefox-debug/browser/nsprpub »
cd config; /usr/bin/make -j1 install
make[4]: entrant dans le répertoire « /opt/source/mozilla/trunk/objdir/xulrunner+firefox-debug/browser/nsprpub/config »
../config/./nsinstall -t -m 0755 nspr-config /opt/xulrunner+firefox-trunk-debug/bin
make[4]: ../config/./nsinstall : commande introuvable
make[4]: *** [install] Erreur 127
make[4]: quittant le répertoire « /opt/source/mozilla/trunk/objdir/xulrunner+firefox-debug/browser/nsprpub/config »
make[3]: *** [install] Erreur 2
make[3]: quittant le répertoire « /opt/source/mozilla/trunk/objdir/xulrunner+firefox-debug/browser/nsprpub »
make[2]: *** [install] Erreur 2
make[2]: quittant le répertoire « /opt/source/mozilla/trunk/objdir/xulrunner+firefox-debug/browser »
make[1]: *** [install] Erreur 2
make[1]: quittant le répertoire « /opt/source/mozilla/trunk/mozilla »
make: *** [install] Erreur 2
It seems odd that it's trying to install nsprpub again, since xulrunner already installed it...
Comment 1•20 years ago
|
||
What's your mozconfig?
Comment 2•20 years ago
|
||
The mozconfig doesn't matter, this is an obvious issue with the config/Makefile.in install:: target
Status: UNCONFIRMED → NEW
Ever confirmed: true
XULRunner is dead, so closing.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•