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. -- []s, Fernando -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
