Re: xorg build failed

2006-06-04 Thread Kaiwai Gardiner

On 6/5/06, Nikolas Britton <[EMAIL PROTECTED]> wrote:

On 6/2/06, Manfred Lotz <[EMAIL PROTECTED]> wrote:
> Hi there,
> Trying to build xorg-server 6.9.3 I get

Where did you get Xorg 6.9.3 from?


He is probably referring to 6.9.0_3

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


Re: xorg build failed

2006-06-04 Thread Nikolas Britton

On 6/2/06, Manfred Lotz <[EMAIL PROTECTED]> wrote:

Hi there,
Trying to build xorg-server 6.9.3 I get


Where did you get Xorg 6.9.3 from?


--
BSD Podcasts @:
http://bsdtalk.blogspot.com/
http://freebsdforall.blogspot.com/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xorg build failed

2006-06-04 Thread Manfred Lotz
On Sun, 04 Jun 2006 20:36:26 +0930
Wayne Sierke <[EMAIL PROTECTED]> wrote:


...

> 
> Perhaps a more useful comment would by why you think /var/tmp could
> be a "weird", or rather a problematic, location?
> 
> For the OP: Is there anything significant about your /var/tmp? (Does
> it have enough free space? Is it mounted noexec, etc.?)
> 

There is enough free space, around 5 GB. 
The setting of /var/tmp/portswrk was no problem. Also when removing
WRKDIRPREFIX in /etc/make.conf I got the same build error (now having
directory ./work directly under x11-server). 


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


Re: xorg build failed

2006-06-04 Thread Manfred Lotz
On Sat, 3 Jun 2006 03:06:50 -0400 (EDT)
doug <[EMAIL PROTECTED]> wrote:

> Unless you have a reason to want to modify the source, why not use
> the package:
> 
> setenv PACKAGEROOT ftp://ftp.FreeBSD.org
> pkg_add -r xorg
> 
> will get you 6.9.0_1 in a few minutes
> 

Yes, you are right. I just didn't think about when doing a 
portupgrade -R xorg-server.

I finally did a pkg_add -r xorg which worked fine.



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


Re: xorg build failed

2006-06-04 Thread Wayne Sierke
On Sun, 2006-06-04 at 21:29 +1200, Kaiwai Gardiner wrote:
> One would ask as to why xorg has failed to compile, and it appears no
> one else here has experienced the same issue; hence the reason I
> suggested a clean removal of installed ports and a vanilla compile of
> it.
> 
> I've updated my ports from the cvs, and haven't experienced an xorg
> compilation issue - I compile from the standard /usr/ports/x11/xorg
> location, and I don't see to suffer the same issues - co-incidence or
> simply being boring with the locating of things has saved me from
> compilation problems?
> 
> Matty
> 
If the OP's problem is merely a result of using WRKDIRPREFIX then
something is buggy and needs attention. As mentioned in man ports, it
can be useful if /usr/ports is on a read-only filesystem, e.g. cdrom.
Another reason, for which I've used it, is if there is insufficient free
space for the temporary work files in /usr/ports.

Perhaps a more useful comment would by why you think /var/tmp could be a
"weird", or rather a problematic, location?

For the OP: Is there anything significant about your /var/tmp? (Does it
have enough free space? Is it mounted noexec, etc.?)


Wayne


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


Re: xorg build failed

2006-06-04 Thread Kaiwai Gardiner

One would ask as to why xorg has failed to compile, and it appears no
one else here has experienced the same issue; hence the reason I
suggested a clean removal of installed ports and a vanilla compile of
it.

I've updated my ports from the cvs, and haven't experienced an xorg
compilation issue - I compile from the standard /usr/ports/x11/xorg
location, and I don't see to suffer the same issues - co-incidence or
simply being boring with the locating of things has saved me from
compilation problems?

Matty

On 6/4/06, Wolfgang Zenker <[EMAIL PROTECTED]> wrote:

> On 6/3/06, doug <[EMAIL PROTECTED]> wrote:
>> Unless you have a reason to want to modify the source, why not use the
>> package:

>> setenv PACKAGEROOT ftp://ftp.FreeBSD.org
>> pkg_add -r xorg

>> will get you 6.9.0_1 in a few minutes

> There have been updates released  after it was released - nothing wrong
with
> building from the source, the problem is when people compile from all
weird
> locations, with all weird settings, then complain that the shit hit the
fan.

In this case the OP just used WRKDIRPREFIX, which is the documented way
of having your port build directories outside /usr/ports. I wouldn't call
that "compile from all weird locations, with all weird settings".

Wolfgang


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


Re: xorg build failed

2006-06-04 Thread Wolfgang Zenker
> On 6/3/06, doug <[EMAIL PROTECTED]> wrote:
>> Unless you have a reason to want to modify the source, why not use the
>> package:

>> setenv PACKAGEROOT ftp://ftp.FreeBSD.org
>> pkg_add -r xorg

>> will get you 6.9.0_1 in a few minutes

> There have been updates released  after it was released - nothing wrong with
> building from the source, the problem is when people compile from all weird
> locations, with all weird settings, then complain that the shit hit the fan.

In this case the OP just used WRKDIRPREFIX, which is the documented way
of having your port build directories outside /usr/ports. I wouldn't call
that "compile from all weird locations, with all weird settings".

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


Re: xorg build failed

2006-06-03 Thread Kaiwai Gardiner

On 6/3/06, doug <[EMAIL PROTECTED]> wrote:


Unless you have a reason to want to modify the source, why not use the
package:

setenv PACKAGEROOT ftp://ftp.FreeBSD.org
pkg_add -r xorg

will get you 6.9.0_1 in a few minutes




There have been updates released  after it was released - nothing wrong with
building from the source, the problem is when people compile from all weird
locations, with all weird settings, then complain that the shit hit the fan.

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


Re: xorg build failed

2006-06-03 Thread doug

Unless you have a reason to want to modify the source, why not use the package:

   setenv PACKAGEROOT ftp://ftp.FreeBSD.org
   pkg_add -r xorg

will get you 6.9.0_1 in a few minutes


On Sat, 3 Jun 2006, Kaiwai Gardiner wrote:


On 6/3/06, Manfred Lotz <[EMAIL PROTECTED]> wrote:

Hi,

BTW, I'm running 6.1 STABLE

On Sat, 3 Jun 2006 12:38:07 +1200
"Kaiwai Gardiner" <[EMAIL PROTECTED]> wrote:

> Hi,
>
> 1) Whats your CFLAGS settings?

No special settings in /etc/make.conf

> 2) Could you please explain the weird ports path?

WRKDIRPREFIX=/var/tmp/portswr


Why not use the standard /usr/ports?



> 3) Have you tried to purge the system of X11R6/local directories, and
> do a clean build?

What do you mean by "system of X11R6/local directories"?


cd /var/db/pkg then pkg_delete *
then cd /var/db/ports then rm -rf *

once uninstalled, delete the local and X11R6 directories

go into your ports directory, delete all the work directories via rm
-rf /usr/ports/*/*/work which will take a while.

Then go into your xorg directory and make install.




> 4) When did you last update your cvsup, and through which server did
> you go through.

Just before I tried building xorg-server again.


Xorg is built for me ok, and I'm using a standard vanilla installation

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


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


Re: xorg build failed

2006-06-02 Thread Kaiwai Gardiner

On 6/3/06, Manfred Lotz <[EMAIL PROTECTED]> wrote:

Hi,

BTW, I'm running 6.1 STABLE

On Sat, 3 Jun 2006 12:38:07 +1200
"Kaiwai Gardiner" <[EMAIL PROTECTED]> wrote:

> Hi,
>
> 1) Whats your CFLAGS settings?

No special settings in /etc/make.conf

> 2) Could you please explain the weird ports path?

WRKDIRPREFIX=/var/tmp/portswr


Why not use the standard /usr/ports?



> 3) Have you tried to purge the system of X11R6/local directories, and
> do a clean build?

What do you mean by "system of X11R6/local directories"?


cd /var/db/pkg then pkg_delete *
then cd /var/db/ports then rm -rf *

once uninstalled, delete the local and X11R6 directories

go into your ports directory, delete all the work directories via rm
-rf /usr/ports/*/*/work which will take a while.

Then go into your xorg directory and make install.




> 4) When did you last update your cvsup, and through which server did
> you go through.

Just before I tried building xorg-server again.


Xorg is built for me ok, and I'm using a standard vanilla installation

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


Re: xorg build failed

2006-06-02 Thread Manfred Lotz
Hi,

BTW, I'm running 6.1 STABLE

On Sat, 3 Jun 2006 12:38:07 +1200
"Kaiwai Gardiner" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> 1) Whats your CFLAGS settings?

No special settings in /etc/make.conf

> 2) Could you please explain the weird ports path?

WRKDIRPREFIX=/var/tmp/portswr

> 3) Have you tried to purge the system of X11R6/local directories, and
> do a clean build?

What do you mean by "system of X11R6/local directories"?


> 4) When did you last update your cvsup, and through which server did
> you go through.

Just before I tried building xorg-server again.


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


Re: xorg build failed

2006-06-02 Thread Kaiwai Gardiner

Hi,

1) Whats your CFLAGS settings?
2) Could you please explain the weird ports path?
3) Have you tried to purge the system of X11R6/local directories, and
do a clean build?
4) When did you last update your cvsup, and through which server did
you go through.

Matty

On 6/3/06, Manfred Lotz <[EMAIL PROTECTED]> wrote:

Hi there,
Trying to build xorg-server 6.9.3 I get


After a while I get lots of

making Makefiles in include/bitmaps...
make: don't know how to make Makefiles. Stop
making Makefiles in include/extensions...
make: don't know how to make Makefiles. Stop
making Makefiles in include/fonts...
make: don't know how to make Makefiles. Stop
making Makefiles in include/GL...
make: don't know how to make Makefiles. Stop
making Makefiles in include/DPS...
make: don't know how to make Makefiles. Stop


messages and finally I get


+ ln -s ../../../include/Xthreads.h .
+ rm -f ap_keysym.h
+ ln -s ../../../include/ap_keysym.h .
+ rm -f keysym.h
+ ln -s ../../../include/keysym.h .
+ rm -f keysymdef.h
+ ln -s ../../../include/keysymdef.h .
including in include/bitmaps...
make: don't know how to make includes. Stop
including in include/extensions...
make: don't know how to make includes. Stop
including in include/fonts...
make: don't know how to make includes. Stop
including in include/GL...
make: don't know how to make includes. Stop
including in include/DPS...
make: don't know how to make includes. Stop
*** Error code 2

Stop
in /var/tmp/portswrk/usr/ports/x11-servers/xorg-server/work/xc/include.
*** Error code 1



Any ideas?


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


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


xorg build failed

2006-06-02 Thread Manfred Lotz
Hi there,
Trying to build xorg-server 6.9.3 I get


After a while I get lots of 

making Makefiles in include/bitmaps...
make: don't know how to make Makefiles. Stop
making Makefiles in include/extensions...
make: don't know how to make Makefiles. Stop
making Makefiles in include/fonts...
make: don't know how to make Makefiles. Stop
making Makefiles in include/GL...
make: don't know how to make Makefiles. Stop
making Makefiles in include/DPS...
make: don't know how to make Makefiles. Stop


messages and finally I get


+ ln -s ../../../include/Xthreads.h .
+ rm -f ap_keysym.h
+ ln -s ../../../include/ap_keysym.h .
+ rm -f keysym.h
+ ln -s ../../../include/keysym.h .
+ rm -f keysymdef.h
+ ln -s ../../../include/keysymdef.h .
including in include/bitmaps...
make: don't know how to make includes. Stop
including in include/extensions...
make: don't know how to make includes. Stop
including in include/fonts...
make: don't know how to make includes. Stop
including in include/GL...
make: don't know how to make includes. Stop
including in include/DPS...
make: don't know how to make includes. Stop
*** Error code 2

Stop
in /var/tmp/portswrk/usr/ports/x11-servers/xorg-server/work/xc/include.
*** Error code 1



Any ideas?


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