Em 26-07-2012 22:21, Ken Moffat escreveu:> On Thu, Jul 26, 2012 at 06:34:47PM -0500, Bruce Dubbs wrote: >> >> I've always preferred seamonkey. That doesn't work with xulrunner >> AFAIK, so I haven't built that recently. I think I did try SM with it >> in June, but it didn't work. >> >> I last built xulrunner-12 in May, so I'm afraid I can't help. >> >> -- Bruce > > Thanks - I'm failing in a DESTDIR 'install' with > ERROR: /usr/lib/xulrunner-devel-14.0.1/bin/run-mozilla.sh No such file or > directory > > but after that the DESTDIR doesn't exist. It is running > internal checks of what should be installed before it actually does > the install. The same place where my standalone ffox install failed > with system nss, nspr - but at least I could find a fix for that. > > The browser/Makefile which appears to produce that error deletes > the files it has diff'd, but commenting out the rm doesn't seem to > help - they still don't seem to be present anywhere below > mozilla-release. > > At some point in the last 14 hours I managed, once, to connect to > fedora gitweb and noticed their latest commit was to do with > runmozilla.sh, but I didn't grok what they were doing. Now I can't > get back there (the server is overloaded, as usual) and the latest > srpms I can find on a local mirror appear to pre-date that commit. > > Dazed, confused (low BM / blood sugar from too much background > insulin, caused by having to think too deeply! - been here before, > when I was doing systems analysis), and once again hating everything > to do with xulrunner! Maybe tomorrow. > > ĸen >
But Ken, this was the reason for the first post in the thread (reproduced below). After this error is fixed, another with xpcshell will appear. *Fixes are*: 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 These were not necessary in 13.0.1. Em 25-07-2012 13:43, Fernando de Oliveira escreveu: > 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 -- []s, Fernando -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
