On 07/25/2012 07:59 PM, Fernando de Oliveira wrote: > Em 25-07-2012 14:03, Armin K. escreveu: >> On 07/25/2012 06:50 PM, Fernando de Oliveira wrote: >>> [Sorry for the typo in the title for the previous mail] >>> >>> >>> When trying to install Firefox-14.0.1 against Xulrunner-14.0.1, there have >>> been two small problems: >>> >>> Problem 1 >>> >>> ... >>> >>> adding: defaults/preferences/firefox-branding.js (deflated 56%) >>> /bin/sh: /usr/lib/xulrunner-devel-14.0.1/bin/run-mozilla.sh: Arquivo ou >>> diretório não encontrado >>> make[1]: ** [install] Erro 127 >>> make[1]: Saindo do diretório >>> `/media/Dados1T/NovoGamer/home/fernando/tmp/paco-build-2012.07.23/firefox-build/browser/installer' >>> make: ** [install] Erro 2 >>> make: Saindo do diretório >>> `/media/Dados1T/NovoGamer/home/fernando/tmp/paco-build-2012.07.23/firefox-build' >>> >>> Problem 2 >>> >>> ... >>> >>> adding: defaults/preferences/firefox-branding.js (deflated 56%) >>> >>> run-mozilla.sh: Cannot execute /usr/lib/xulrunner-devel-14.0.1/bin/xpcshell. >>> >>> make[1]: ** [install] Erro 1 >>> make[1]: Saindo do diretório >>> `/media/Dados1T/NovoGamer/home/fernando/tmp/paco-build-2012.07.23/firefox-build/browser/installer' >>> make: ** [install] Erro 2 >>> make: Saindo do diretório >>> `/media/Dados1T/NovoGamer/home/fernando/tmp/paco-build-2012.07.23/firefox-build' >>> >>> They have been solved with: >>> >>> ln -sv -f ../xulrunner-devel-14.0.1/sdk/bin/run-mozilla.sh >>> /usr/lib/xulrunner-14.0.1 >>> ln -sv -f ../xulrunner-devel-14.0.1/sdk/bin/xpcshell >>> /usr/lib/xulrunner-14.0.1 >>> >>> >> >> I have just symlinked everything from /usr/xulrunner-devel/sdk/bin to >> /usr/lib/xulrunner (/usr/lib/xulrunner-devel/bin is symlink to >> ../xulrunner). >> > > Me too: > > $ ls -lh /usr/lib/xulrunner-devel-14.0.1/bin > lrwxrwxrwx 1 root root 25 Jul 24 11:16 /usr/lib/xulrunner-devel-14.0.1/bin -> > /usr/lib/xulrunner-14.0.1 > > Still, the error messages above are obtained with that: the two new > symlinks are necessary. Have just reproduced the first error, by removing > the run-mozilla.sh and xpcshell symlinks. >
If I remember correctly, the two files were in /usr/lib/xulrunner dir for some time, but it seems that devs decided to move it in sdk dir but forgot to change that in firefox build system. I guess a bug should be filled if not already. I just symlinked everything from sdk/bin to bin in xulrunner-devel dir and everything worked. -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
