Closed
Bug 289131
Opened 20 years ago
Closed 19 years ago
can't build thunderbird on solaris - nsinstall: cannot access install.rdf: No such file or directory
Categories
(Thunderbird :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
EXPIRED
People
(Reporter: fieroch, Assigned: mscott)
Details
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.2) Gecko/20040809
Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.2) Gecko/20040809
Hello,
I can't build thunderbird 1.0.2 on solaris (sun workshop compiler 9). gmake
stops with the following error:
gmake[4]: Entering directory
`/tmp/fieroch/thunderbird/build/mail/app/profile/extensions'
gmake[5]: Entering directory
`/tmp/fieroch/thunderbird/build/mail/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}'
/tmp/fieroch/thunderbird/build/config/nsinstall -t -m 644 install.rdf
/tmp/fieroch/thunderbird/1.0.2/lib/thunderbird-1.0.2/defaults/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
/tmp/fieroch/thunderbird/build/config/nsinstall: cannot access install.rdf: No
such file or directory
gmake[5]: *** [install] Error 1
gmake[5]: Leaving directory
`/tmp/fieroch/thunderbird/build/mail/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}'
gmake[4]: *** [install] Error 2
gmake[4]: Leaving directory
`/tmp/fieroch/thunderbird/build/mail/app/profile/extensions'
gmake[3]: *** [install] Error 2
gmake[3]: Leaving directory `/tmp/fieroch/thunderbird/build/mail/app/profile'
gmake[2]: *** [install] Error 2
gmake[2]: Leaving directory `/tmp/fieroch/thunderbird/build/mail/app'
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory `/tmp/fieroch/thunderbird/build/mail'
gmake: *** [install] Error 2
My configuration is:
MOZ_THUNDERBIRD=1
export MOZ_THUNDERBIRD
mk_add_options MOZ_THUNDERBIRD=1
ac_add_options --enable-crypto
ac_add_options --disable-mathml
ac_add_options --disable-activex
ac_add_options --disable-activex-scripting
ac_add_options --disable-tests
ac_add_options --disable-oji
ac_add_options --disable-plugins
ac_add_options --disable-necko-disk-cache
ac_add_options --enable-single-profile
ac_add_options --disable-profilesharing
ac_add_options --enable-extensions=wallet,spellcheck,xmlextras,webservices
ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data
ac_add_options --enable-image-decoders=default,-xbm
# Options for client.mk.
mk_add_options MOZ_CO_PROJECT=mail
mk_add_options MOZ_OBJDIR=$BUILD/build
# Options for 'configure' (same as command-line options).
ac_add_options --enable-application=mail
ac_add_options --prefix=${TARGET}
ac_add_options --with-default-mozilla-five-home=${TARGET}
ac_add_options --with-java-include-path=$JAVAHOME/include/
ac_add_options --with-java-bin-path=$JAVAHOME/bin/
ac_add_options --with-system-jpeg=/app/unido-inf/sun4_58/gnome-libs/.new/
ac_add_options --with-system-zlib=/app/unido-inf/sun4_58/gnome-libs/.new/
ac_add_options --with-system-png=/app/unido-inf/sun4_58/gnome-libs/.new/
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --enable-xft
ac_add_options --disable-freetype2
ac_add_options --enable-pango
ac_add_options --enable-ui-locale=en-US
ac_add_options --with-distribution-id=irb
ac_add_options --disable-gnomevfs
ac_add_options --disable-installer
ac_add_options --disable-jsloader
ac_add_options --disable-jsd
Reproducible: Always
Steps to Reproduce:
1. compiling with the configuration above
2.
3.
Actual Results:
gmake stops
Expected Results:
build thunderbird| Reporter | ||
Comment 1•20 years ago
|
||
The problem seems to be the '{' in the path
defaults/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
The install.rdf is not copied to extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.
I've tried to substitute {972ce4c6-7e08-4474-a285-3208198ce6fd}
in the Makefile with \{972ce4c6-7e08-4474-a285-3208198ce6fd\} and with
"{972ce4c6-7e08-4474-a285-3208198ce6fd}" but with no success.
So, what should I try next?
Comment 2•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 3•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•