|
Author: alone
Date: 14-02-01 09:39
Good day!
After I cvsup the my port (just today Feb. 13) and try to install XFree86-4 using :
$ make install
errors (below) poped up. Can you please guide me on how to fix this one, maybe I just missed something. Im using FreeBSD 4.2-stable.
thanks!
alone
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Error: your port uses an old layout. Please update it to match this bsd.port.mk.
*** Error code 1
Stop in /usr/ports/x11/XFree86-4.
*** Error code 1
Stop in /usr/ports/x11/XFree86-4.
*** Error code 1
Stop in /usr/ports/x11/XFree86-4.
*** Error code 1
Stop in /usr/ports/x11/XFree86-4.
*** Error code 1
Stop in /usr/ports/x11/XFree86-4.
|
|
Reply To This Message
|
|
Author: alone
Date: 17-02-01 03:43
>Looks like you didn't cvsup the 'base port'.
sorry for im a newbie............. what's base port? all I did was cvsup the ports. I already have 4.2-STABLE FreeBSD.
>Did you modify your ports-supfile?
nope!
did I miss something here? below is my supfile...
thanks!
-------------------------------------------------------------------------
*default host=cvsup14.FreeBSD.org
*default base=/usr/local/etc/cvsup
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
*default compress
ports-all
|
|
Reply To This Message
|
|
Author: Dan Langille
Date: 18-02-01 10:07
Ummm, that's very different /usr/share/examples/cvsup/ports-supfile from which uses:
*default host=CHANGE_THIS.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
ports-all
You base is wrong.
|
|
Reply To This Message
|
|
Author: Stu
Date: 21-02-01 02:01
I am also having the same problem with my ver 4.1.1
I get the same error message.
In the ports-supfile the "base" seems to have nothing to do with the problem.
I have been using base=/usr/local/etc/cvsup on 4 other FBSD boxes without drama - so it aint the base.
I have also used the 4.1 to 4-STABLE upgrade kit - still no luck
Any ideas
S
|
|
Reply To This Message
|
|
Author: alone
Date: 28-02-01 06:44
ok! I made it work, but I think this is not the smart way to do it, heres what I did:
I remove all files from the this directory
"base"/sup/ports-all
mine is:
/usr/local/etc/cvsup/sup/ports-all
then cvsup again, and it works....
any comments on how to do it right?
thanks
|
|
Reply To This Message
|
|