Re: can't build firefox 1.0.4 on 4.10

2005-05-20 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 here's some of my bookmarks from dru lavigne's stuff at oreilly on working with ports. the one on portupgrade really helped jumpstart my learning it. http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html http://www.onlamp.com/pub/a/bsd/2003/08

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Kris Kennaway
On Fri, May 20, 2005 at 09:17:32AM +1000, Timothy Smith wrote: > Alex Zbyslaw wrote: > > >Kris Kennaway wrote: > > > >>On Fri, May 20, 2005 at 08:36:58AM +1000, Timothy Smith wrote: > >> > >> > >> > >>>yes sorry i jumped in without reading the man page for it's useage. > >>>however some digging a

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Timothy Smith
Alex Zbyslaw wrote: Kris Kennaway wrote: On Fri, May 20, 2005 at 08:36:58AM +1000, Timothy Smith wrote: yes sorry i jumped in without reading the man page for it's useage. however some digging and a few other helpful emails and TA DA!!! it works!!! i portupgraded freetype2, and then firefox bui

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Alex Zbyslaw
Kris Kennaway wrote: On Fri, May 20, 2005 at 08:36:58AM +1000, Timothy Smith wrote: yes sorry i jumped in without reading the man page for it's useage. however some digging and a few other helpful emails and TA DA!!! it works!!! i portupgraded freetype2, and then firefox built successfully. i wa

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Kris Kennaway
On Fri, May 20, 2005 at 08:36:58AM +1000, Timothy Smith wrote: > yes sorry i jumped in without reading the man page for it's useage. > however some digging and a few other helpful emails and TA DA!!! it works!!! > i portupgraded freetype2, and then firefox built successfully. > i was under the imp

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Timothy Smith
Kris Kennaway wrote: On Fri, May 20, 2005 at 07:51:48AM +1000, Timothy Smith wrote: nsFontMetricsPS.cpp:1633: `struct FTC_ImageTypeRec_' has no member named `face_id' Make sure your freetype port is up-to-date and that you don't have stale freetype files installed from a previous no

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Kris Kennaway
On Fri, May 20, 2005 at 07:51:48AM +1000, Timothy Smith wrote: > >>nsFontMetricsPS.cpp:1633: `struct FTC_ImageTypeRec_' has no member named > >>`face_id' > >> > >> > > > >Make sure your freetype port is up-to-date and that you don't have > >stale freetype files installed from a previous non-po

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Michael Johnson
On May 19, 2005, at 5:51 PM, Timothy Smith wrote: Kris Kennaway wrote: On Fri, May 20, 2005 at 07:33:43AM +1000, Timothy Smith wrote: Alex Zbyslaw wrote: Timothy Smith wrote: it didn't like it too much. i did pkg_delete on the old version then i ran portinstall www/firefox which compiled for

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Timothy Smith
Kris Kennaway wrote: On Fri, May 20, 2005 at 07:33:43AM +1000, Timothy Smith wrote: Alex Zbyslaw wrote: Timothy Smith wrote: it didn't like it too much. i did pkg_delete on the old version then i ran portinstall www/firefox which compiled for a bit then gave the following error gma

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Kris Kennaway
On Fri, May 20, 2005 at 07:33:43AM +1000, Timothy Smith wrote: > Alex Zbyslaw wrote: > > >Timothy Smith wrote: > > > >>it didn't like it too much. i did pkg_delete on the old version then > >>i ran portinstall www/firefox > >>which compiled for a bit then gave the following error > >> > >> > >>gm

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Timothy Smith
Alex Zbyslaw wrote: Timothy Smith wrote: it didn't like it too much. i did pkg_delete on the old version then i ran portinstall www/firefox which compiled for a bit then gave the following error gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' gmake: *** [default] Error 2 *** Err

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Alex Zbyslaw
Timothy Smith wrote: it didn't like it too much. i did pkg_delete on the old version then i ran portinstall www/firefox which compiled for a bit then gave the following error gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 This isn't

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Tony Shadwick
It's time consuming to be sure, but cd /usr/ports && make clean? Just going through anything obvious here. On Thu, 19 May 2005, Timothy Smith wrote: Josh Ockert wrote: a tmp file? thats odd... looks like you have some cruft hanging about i would try booting to single-user, rm -Rf ing /tmp, rebootin

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Tony Shadwick
You could install portmanager, use portmanager -u and do excludes on ports that you suspect might break something else if upgraded. That, and a portmanager -s will give you a nice view of the state of your ports tree. Perhaps you'll see something you hadn't caught before? On Thu, 19 May 2005,

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Timothy Smith
albi wrote: On Thu, 19 May 2005 19:54:07 +1000 Timothy Smith <[EMAIL PROTECTED]> wrote: a very wild guess, perhaps you made your /tmp nosuid and noexec, and now compilation fails because of that ? (for me firefox compiled fine from ports some days ago, firefox-1.0.4,1) drwxrwxrwt 9 root

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread albi
On Thu, 19 May 2005 19:54:07 +1000 Timothy Smith <[EMAIL PROTECTED]> wrote: > >a very wild guess, perhaps you made your /tmp nosuid and noexec, and now > >compilation fails because of that ? > > > >(for me firefox compiled fine from ports some days ago, firefox-1.0.4,1) > > > > > drwxrwxrwt 9 ro

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Timothy Smith
albi wrote: On Thu, 19 May 2005 19:36:10 +1000 Timothy Smith <[EMAIL PROTECTED]> wrote: Stop in /usr/ports/www/firefox. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall92181.0 make reinstall a very wild guess, perhaps you made your /tmp nosuid and noexec, and now compi

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread albi
On Thu, 19 May 2005 19:36:10 +1000 Timothy Smith <[EMAIL PROTECTED]> wrote: > Stop in /usr/ports/www/firefox. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portinstall92181.0 make reinstall a very wild guess, perhaps you made your /tmp nosuid and noexec, and now compilation fails

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Timothy Smith
Josh Ockert wrote: a tmp file? thats odd... looks like you have some cruft hanging about i would try booting to single-user, rm -Rf ing /tmp, rebooting, and then: cd /usr/ports make update (assuming you have set up your cvsup stuff to work nicely with this) cd /usr/ports/www/firefox make clean make

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Timothy Smith
Timothy Smith wrote: Alex Zbyslaw wrote: Timothy Smith wrote: Alex Zbyslaw wrote: Why aren't you compiling this from the port? With a port someone has already gone to the trouble of making FreeBSD specific patches to fix things like configuration issues. Is there a reason for trying to re-inve

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Karel J. Bosschaart
On Thursday 19 May 2005 08:19, Timothy Smith wrote: > Alex Zbyslaw wrote: > > Timothy Smith wrote: > >> i've gotten futher, i've found you can't compile it with make, you > >> need to use gmake. sunbird compiled fine, however firefox errors with > >> > >> +++ making chrome /usr/home/timothy/mozilla

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Timothy Smith
Alex Zbyslaw wrote: Timothy Smith wrote: Alex Zbyslaw wrote: Why aren't you compiling this from the port? With a port someone has already gone to the trouble of making FreeBSD specific patches to fix things like configuration issues. Is there a reason for trying to re-invent all those wheels?

Re: can't build firefox 1.0.4 on 4.10

2005-05-19 Thread Alex Zbyslaw
Timothy Smith wrote: Alex Zbyslaw wrote: Why aren't you compiling this from the port? With a port someone has already gone to the trouble of making FreeBSD specific patches to fix things like configuration issues. Is there a reason for trying to re-invent all those wheels? well whats the las

Re: can't build firefox 1.0.4 on 4.10

2005-05-18 Thread Timothy Smith
Alex Zbyslaw wrote: Timothy Smith wrote: i've gotten futher, i've found you can't compile it with make, you need to use gmake. sunbird compiled fine, however firefox errors with +++ making chrome /usr/home/timothy/mozilla/netwerk/resources => ../../dist/bin/chrome/en-US.jar error: file '../../t

Re: can't build firefox 1.0.4 on 4.10

2005-05-16 Thread [EMAIL PROTECTED]
On Mon, 16 May 2005 11:53:53 -0500 (CDT) Tony Shadwick <[EMAIL PROTECTED]> wrote: > Then I'd suggest doing the following: > > pkg_add -r cvsup-without-gui > pkg_add -r fastest-cvsup (pkg_add -r fastest_cvsup) > pkg_add -r portinstall > pkg_add -r portupgrade > pkg_add -r portdowngrade > pkg_add

Re: can't build firefox 1.0.4 on 4.10

2005-05-16 Thread Tony Shadwick
To say what he said a bit more nicely, do a quick read on cvsup in the freebsd handbook. When you've read and understand, make a supfile that updates your ports tree to your liking with tag=. Then I'd suggest doing the following: pkg_add -r cvsup-without-gui pkg_add -r fastest-cvsup pkg_add -r

Re: can't build firefox 1.0.4 on 4.10

2005-05-16 Thread Alex Zbyslaw
Timothy Smith wrote: i've gotten futher, i've found you can't compile it with make, you need to use gmake. sunbird compiled fine, however firefox errors with +++ making chrome /usr/home/timothy/mozilla/netwerk/resources => ../../dist/bin/chrome/en-US.jar error: file '../../toolkit/locales/en-US

Re: can't build firefox 1.0.4 on 4.10

2005-05-14 Thread Timothy Smith
Timothy Smith wrote: Alex Zbyslaw wrote: Timothy Smith wrote: ./configure gets *** The libIDL-config script installed by libIDL could not be found *** If libIDL was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the LIBIDL_CONFIG environment variable to the *** full path to l

Re: can't build firefox 1.0.4 on 4.10

2005-05-13 Thread Timothy Smith
Alex Zbyslaw wrote: Timothy Smith wrote: ./configure gets *** The libIDL-config script installed by libIDL could not be found *** If libIDL was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the LIBIDL_CONFIG environment variable to the *** full path to libIDL-config. checkin

Re: can't build firefox 1.0.4 on 4.10

2005-05-13 Thread Alex Zbyslaw
Timothy Smith wrote: ./configure gets *** The libIDL-config script installed by libIDL could not be found *** If libIDL was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the LIBIDL_CONFIG environment variable to the *** full path to libIDL-config. checking for orbit-config..

Re: can't build firefox 1.0.4 on 4.10

2005-05-13 Thread Timothy Smith
Alex Zbyslaw wrote: Timothy Smith wrote: Or try: setenv LIBIDL_CONFIG `which libIDL-config-2` or it {ba,z}sh equivalent. --Alex ok i just did the following ( i must have mis typed the first tiem or something ) and the ./configure finished, but it get "Makefile", line 406: Missing dependency ope

Re: can't build firefox 1.0.4 on 4.10

2005-05-13 Thread Alex Zbyslaw
Timothy Smith wrote: Or try: setenv LIBIDL_CONFIG `which libIDL-config-2` or it {ba,z}sh equivalent. --Alex ok i just did the following ( i must have mis typed the first tiem or something ) and the ./configure finished, but it get "Makefile", line 406: Missing dependency operator Error expandin

Re: can't build firefox 1.0.4 on 4.10

2005-05-12 Thread Timothy Smith
Alex Zbyslaw wrote: Alex Zbyslaw wrote: Timothy Smith wrote: set the LIBIDL_CONFIG environment variable to the *** full path to libIDL-config. Or try: setenv LIBIDL_CONFIG `which libIDL-config-2` or it {ba,z}sh equivalent. --Alex ok i just did the following ( i must have mis typed the first tiem

Re: can't build firefox 1.0.4 on 4.10

2005-05-12 Thread Alex Zbyslaw
Alex Zbyslaw wrote: Timothy Smith wrote: set the LIBIDL_CONFIG environment variable to the *** full path to libIDL-config. Or try: setenv LIBIDL_CONFIG `which libIDL-config-2` or it {ba,z}sh equivalent. --Alex ___ freebsd-questions@freebsd.org mailing l

Re: can't build firefox 1.0.4 on 4.10

2005-05-12 Thread Alex Zbyslaw
Timothy Smith wrote: *** The libIDL-config script installed by libIDL could not be found *** If libIDL was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the LIBIDL_CONFIG environment variable to the *** full path to libIDL-config. checking for orbit-config... no configure: e

can't build firefox 1.0.4 on 4.10

2005-05-12 Thread Timothy Smith
./configure gets *** The libIDL-config script installed by libIDL could not be found *** If libIDL was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the LIBIDL_CONFIG environment variable to the *** full path to libIDL-config. checking for orbit-config... no configure: error