bug-gnuzilla
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build errors


From: Bruno Miguel
Subject: Re: Build errors
Date: Sun, 6 Jul 2008 06:14:09 +0100

I'm having the same error Yabor Doganov and Muhammad N. Jassim reported.

/usr/src/icecat-3-g1/config/nsinstall -D ../../../dist/branding
cp run-icecat.sh ../../../dist/bin/run-icecat.sh
/usr/src/icecat-3-g1/config/nsinstall -D ../../../dist/install
make[3]: Leaving directory `/usr/src/icecat-3-g1/browser/branding/unofficial'
make[3]: Entering directory `/usr/src/icecat-3-g1/browser'
Makefile:46: ../../config/autoconf.mk: Ficheiro ou directoria inexistente
../config/config.mk:57: ../../config/autoconf.mk: Ficheiro ou
directoria inexistente
touch: não é possível executar `touch' sobre
`../../config/myrules.mk': Ficheiro ou directoria inexistente
touch: não é possível executar `touch' sobre
`../../config/myconfig.mk': Ficheiro ou directoria inexistente
make[3]: *** No rule to make target `../../config/autoconf.mk'.  Stop.
make[3]: Leaving directory `/usr/src/icecat-3-g1/browser'
make[2]: *** [export_tier_app] Error 2
make[2]: Leaving directory `/usr/src/icecat-3-g1'
make[1]: *** [tier_app] Error 2
make[1]: Leaving directory `/usr/src/icecat-3-g1'
make: *** [default] Error 2

On Sun, Jul 6, 2008 at 3:51 AM, Muhammad N. Jassim
<address@hidden> wrote:
> I have been trying to compile the GNU IceCat for the sixth day now, and
> faced many of the same errors posted here on the mailing list by others.
>
> Now trying to compile the newer source, as follows here:
> pkgname=icecat
> _pkgver=3-g1
>  cd ${startdir}/src/${pkgname}-${_pkgver}/
>  [ -f "${startdir}/src/${pkgname}-${_pkgver}/.mozconfig" ] && sed -i
> 's|--prefix=/usr/local|--prefix=/usr|'
> ${startdir}/src/${pkgname}-${_pkgver}/.mozconfig
>  ./configure --prefix=/usr
>  make
>
> and the following error:
> (...)
> make[3]: Leaving directory
> `/tmp/icecat/src/icecat-3-g1/toolkit/system/dbus'
> make[2]: Leaving directory `/tmp/icecat/src/icecat-3-g1'
> make[1]: Leaving directory `/tmp/icecat/src/icecat-3-g1'
> make[1]: Entering directory `/tmp/icecat/src/icecat-3-g1'
> tier_app:  extensions browser/branding/unofficial/ browser
> /usr/bin/make export_tier_app
> make[2]: Entering directory `/tmp/icecat/src/icecat-3-g1'
> export_tier_app
> make[3]: Entering directory `/tmp/icecat/src/icecat-3-g1'
> make[3]: `extensions/Makefile' is up to date.
> make[3]: `browser/branding/unofficial//Makefile' is up to date.
> make[3]: `browser/Makefile' is up to date.
> make[3]: Leaving directory `/tmp/icecat/src/icecat-3-g1'
> make[3]: Entering directory `/tmp/icecat/src/icecat-3-g1/extensions'
> make[4]: Entering directory
> `/tmp/icecat/src/icecat-3-g1/extensions/gnomevfs'
> make[4]: Leaving directory
> `/tmp/icecat/src/icecat-3-g1/extensions/gnomevfs'
> make[4]: Entering directory
> `/tmp/icecat/src/icecat-3-g1/extensions/reporter'
> make[5]: Entering directory
> `/tmp/icecat/src/icecat-3-g1/extensions/reporter/locales'
> make[5]: Leaving directory
> `/tmp/icecat/src/icecat-3-g1/extensions/reporter/locales'
> make[4]: Leaving directory
> `/tmp/icecat/src/icecat-3-g1/extensions/reporter'
> make[4]: Entering directory
> `/tmp/icecat/src/icecat-3-g1/extensions/python/xpcom'
> make[5]: Entering directory
> `/tmp/icecat/src/icecat-3-g1/extensions/python/xpcom/src'
> Creating ../../../../dist/include/pyxpcom
> make[6]: Entering directory
> `/tmp/icecat/src/icecat-3-g1/extensions/python/xpcom/src/module'
> make[6]: Leaving directory
> `/tmp/icecat/src/icecat-3-g1/extensions/python/xpcom/src/module'
> make[6]: Entering directory
> `/tmp/icecat/src/icecat-3-g1/extensions/python/xpcom/src/loader'
> make[6]: Leaving directory
> `/tmp/icecat/src/icecat-3-g1/extensions/python/xpcom/src/loader'
> /tmp/icecat/src/icecat-3-g1/config/nsinstall -R -m 644
> PyXPCOM.h ../../../../dist/include/pyxpcom
> make[5]: Leaving directory
> `/tmp/icecat/src/icecat-3-g1/extensions/python/xpcom/src'
> make[5]: Entering directory
> `/tmp/icecat/src/icecat-3-g1/extensions/python/xpcom/components'
> make[5]: Leaving directory
> `/tmp/icecat/src/icecat-3-g1/extensions/python/xpcom/components'
> make[4]: Leaving directory
> `/tmp/icecat/src/icecat-3-g1/extensions/python/xpcom'
> make[3]: Leaving directory `/tmp/icecat/src/icecat-3-g1/extensions'
> make[3]: Entering directory
> `/tmp/icecat/src/icecat-3-g1/browser/branding/unofficial'
> Makefile:20: ../../../../config/rules.mk: No such file or directory
> make[3]: *** No rule to make target `../../../../config/rules.mk'.
> Stop.
> make[3]: Leaving directory
> `/tmp/icecat/src/icecat-3-g1/browser/branding/unofficial'
> make[2]: *** [export_tier_app] Error 2
> make[2]: Leaving directory `/tmp/icecat/src/icecat-3-g1'
> make[1]: *** [tier_app] Error 2
> make[1]: Leaving directory `/tmp/icecat/src/icecat-3-g1'
> make: *** [default] Error 2
>
> Any help would be appreciated.
>
> For later, I would love to know how can one change the name of the
> software, for another project. Is it all in browser/branding/unofficial
> like in the error above? Or are there more changes to certain files too?
>
> On Sat, 2008-07-05 at 12:01 -0400, address@hidden wrote:
>> Re: Build errors
>
>
>
> --
> http://gnuzilla.gnu.org
>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]