Re: Mozilla installation - XFree86 Makefile broken ?

2004-10-27 Thread Adrien REBOISSON
Okay : to upgrade the port system, I typed :
portupgrade -all
(I suppose it has the same effect than using cvsup, no ?)
But, I still encounter problems with XFree86 (it's the first package which 
is downloaded) :

XFree86-4.4.0-src-1.tgz doesn't seem to exist in /usr/ports/distfiles/xc.
Attempting to fetch from 
http://www.gtlib.cc.gatech.edu/pub/XFree86/4.4.0/source/.
fetch: XFree86-4.4.0-src-1.tgz: local modification time does not match 
remote
Attempting to fetch from ftp://ftp.xfree86.org/pub/XFree86/4.4.0/source/.
^[[A
fetch: XFree86-4.4.0-src-1.tgz: local modification time does not match 
remote
Attempting to fetch from ftp://ftp.rge.com/pub/X/XFree86/4.4.0/source/.
fetch: XFree86-4.4.0-src-1.tgz: local modification time does not match 
remote
Attempting to fetch from ftp://archive.progeny.com/XFree86/4.4.0/source/.
fetch: XFree86-4.4.0-src-1.tgz: local modification time does not match 
remote
Attempting to fetch from 
ftp://ftp.mirrorcentral.com/pub/XFree86/4.4.0/source/.
[.cut]
Attempting to fetch from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/xc/.
fetch: XFree86-4.4.0-src-1.tgz: local modification time does not match 
remote
Couldn't fetch it - please try to retrieve this
port manually into /usr/ports/distfiles/xc and try again.
*** Error code 1
Well, okay :
cd /usr/ports/distfiles/xc
tar -xvzf XFree86-4.4.0-src-5.tgz
[...]
cd xc/fonts/scaled
There is no makefile, just a file named "IMakefile" (why ?)
mv IMakefile Makefile
make
"Makefile", line 33: Missing dependency operator
"Makefile", line 34: Missing dependency operator
make: fatal errors encountered -- cannot continue
What should I do ? I'm a bit lost :)
Thank you !
A.R.
- Original Message - 
From: "Ben Washington-Yule" <[EMAIL PROTECTED]>
To: "Adrien Reboisson" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, October 27, 2004 1:05 PM
Subject: Re: Mozilla installation - XFree86 Makefile broken ?


Adrien Reboisson wrote:
Thank you Ben
I don't understand where is the problem : when I "ask" freeBSD to install 
mozilla, sources and makefiles are downloaded from Internet - they should 
be up to date, no ?
Not necessarily; you must update the "skeleton" files yourself using a 
utility like CVSup.

Anyway I'll try to use your command. Thank you very much.
Regards,
A.R.
For a quick fix you could try "pkg_add -r XFree86-fontScalable", this 
will download and install the pre-compiled binary. When was the last 
time you CVSup'd?

- Ben

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"

You may like to read 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html and 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Mozilla installation - XFree86 Makefile broken ?

2004-10-27 Thread Adrien Reboisson
Thank you Ben
I don't understand where is the problem : when I "ask" freeBSD to install 
mozilla, sources and makefiles are downloaded from Internet - they should be 
up to date, no ?

Anyway I'll try to use your command. Thank you very much.
Regards,
A.R.
For a quick fix you could try "pkg_add -r XFree86-fontScalable", this will 
download and install the pre-compiled binary. When was the last time you 
CVSup'd?

- Ben

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Mozilla installation - XFree86 Makefile broken ?

2004-10-27 Thread Adrien Reboisson
Hi all !
I'm new to freeBSD and I've a question about mozilla installation.
I want to install mozilla. I use :
su
cd /usr/ports/www/mozilla
make
Files begin to be downloaded on my computer, all seems to be OK... But 
suddenly the process is stopped :

===> Configuring for XFree86-fontScalable-4.4.0_1
(cd /usr/ports/x11-fonts/XFree86-4-fontScalable/work/xc/fonts/encodings && 
imake -DUseInstalled -DProjectRoot=/usr/X11R6 -I/usr/X11R6/lib/X11/config -DTOPDIR=../../.. 
-DCURDIR=.; make Makefiles ; make includes ; make depend)
"Makefile", line 664: Missing dependency operator
"Makefile", line 666: Missing dependency operator
"Makefile", line 667: Missing dependency operator
"Makefile", line 668: Missing dependency operator
"Makefile", line 669: Missing dependency operator
"Makefile", line 671: Missing dependency operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/ports/x11-fonts/XFree86-4-fontScalable.
*** Error code 1
Stop in /usr/ports/x11-toolkits/pango.
*** Error code 1
Stop in /usr/ports/www/mozilla.
A makefile seems to be broken. I tried to install GAIM, for instance, with 
the same result, since it seems to require the 
"XFree86-fontScalable-4.4.0_1" which use the corrupted makefile.

My question is very simple : what should I do ?
Thank you very much !
Regards,
A.R 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"