When installing Xulrunner-14.0.1, did not remove previous 13.0.1 version.
Icecat-13.0.1 had been built against Xulrunner-13.0.1.

Thought Icecat could possibly not run. Tested icecat --version, got error.

Replacing /usr/bin/icecat unversioned in- and out-side with

cat > /usr/bin/icecat << "EOF"
#!/bin/bash
/usr/lib/xulrunner-13.0.1/xulrunner /usr/lib/icecat/application.ini "${@}"
EOF
chmod -v 0755 /usr/bin/icecat

got it back running fine.

I think it is worth having Xulrunner installed, as it took just over 30sec
to build Firefox, and just over 1min for Icecat. And for the sizes, I
believe the increase is not much:

$ du -sch /usr/lib/{firefox,icecat,seamonkey,thunderbird,xulrunner}*
0       /usr/lib/firefox
3,2M    /usr/lib/firefox-14.0.1
0       /usr/lib/icecat
6,2M    /usr/lib/icecat-13.0.1
0       /usr/lib/seamonkey
42M     /usr/lib/seamonkey-2.11.0
0       /usr/lib/thunderbird
39M     /usr/lib/thunderbird-14.0.0
0       /usr/lib/xulrunner
29M     /usr/lib/xulrunner-13.0.1
29M     /usr/lib/xulrunner-14.0.1
25M     /usr/lib/xulrunner-devel-13.0.1
26M     /usr/lib/xulrunner-devel-14.0.1
197M    total

(0 sizes are symlinks).



[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to