Re: FATAL ERROR 4.3.0: make install

2003-10-24 Thread Mike A. Harris
On Fri, 24 Oct 2003, Markus Pilzecker wrote:

> > installing in lib/GL/mesa/src/OSmesa...
> > make[4]: Entering directory `/home/war/4.3.0/source/xc/lib/GL/mesa/src/OSmesa'
> > gcc -c -o ../../../../../lib/GL/mesa/src/X86/common_x86_asm.o 
> > ../../../../../lib/GL/mesa/src/X86/common_x86_asm.S
> > In file included from ../../../../../lib/GL/mesa/src/X86/common_x86_asm.S:43:
> > ../../../../../lib/GL/mesa/src/X86/matypes.h:9:22: assyntax.h: No such file or 
> > directory
> > ../../../../../lib/GL/mesa/src/X86/common_x86_asm.S:44:33: common_x86_features.h: 
> > No such file or directory
> > 
>...
>
>I had the same problem, but the origin was located earlier.  The build
>process of XFree86 seems to be very [=too??] tolerant against first
>errors and a kind of hides them by proceeding on:
>
>Already during ``make all´´, I had this problem, and the very reason
>was, that my /usr/bin/cpp could not have been found due to a
>permission inconsistency.

make World WORLDOPTS=""

will cause the build to fail immediately in all versions of 
XFree86.  I believe this has been made the default in CVS head.


-- 
Mike A. Harris


___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: FATAL ERROR 4.3.0: make install

2003-10-24 Thread Markus Pilzecker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Justin,

You wrote,
...
 > installing in lib/GL/mesa/src/OSmesa...
 > make[4]: Entering directory `/home/war/4.3.0/source/xc/lib/GL/mesa/src/OSmesa'
 > gcc -c -o ../../../../../lib/GL/mesa/src/X86/common_x86_asm.o 
 > ../../../../../lib/GL/mesa/src/X86/common_x86_asm.S
 > In file included from ../../../../../lib/GL/mesa/src/X86/common_x86_asm.S:43:
 > ../../../../../lib/GL/mesa/src/X86/matypes.h:9:22: assyntax.h: No such file or 
 > directory
 > ../../../../../lib/GL/mesa/src/X86/common_x86_asm.S:44:33: common_x86_features.h: 
 > No such file or directory
 > 
...

I had the same problem, but the origin was located earlier.  The build
process of XFree86 seems to be very [=too??] tolerant against first
errors and a kind of hides them by proceeding on:

Already during ``make all´´, I had this problem, and the very reason
was, that my /usr/bin/cpp could not have been found due to a
permission inconsistency.


Bye,

   Markus


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 

iD8DBQE/mQ506SfXGSt1/TMRAsztAJwI0jJt5v0vAizhdlhGzDpFPB6omQCdHRVi
s3caHR/h8i09WX3hLDoeers=
=TePm
-END PGP SIGNATURE-

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


FATAL ERROR 4.3.0: make install

2003-03-03 Thread Justin Piszcz
Anyone else get this?

make[5]: Leaving directory `/home/war/4.3.0/source/xc/lib/GL/dri/drm'
make[4]: Leaving directory `/home/war/4.3.0/source/xc/lib/GL/dri'
installing in lib/GL/GL...
make[4]: Entering directory `/home/war/4.3.0/source/xc/lib/GL/GL'
install -c -m 0755 libGL.so.1.2 /appc/xfree86-4.3.0/lib
+ rm -f /appc/xfree86-4.3.0/lib/libGL.so.1
+ ln -s libGL.so.1.2 /appc/xfree86-4.3.0/lib/libGL.so.1
+ rm -f /appc/xfree86-4.3.0/lib/libGL.so
+ ln -s libGL.so.1.2 /appc/xfree86-4.3.0/lib/libGL.so
install in lib/GL/GL done
make[4]: Leaving directory `/home/war/4.3.0/source/xc/lib/GL/GL'
installing in lib/GL/mesa/src/OSmesa...
make[4]: Entering directory 
`/home/war/4.3.0/source/xc/lib/GL/mesa/src/OSmesa'
gcc-c -o ../../../../../lib/GL/mesa/src/X86/common_x86_asm.o 
../../../../../lib/GL/mesa/src/X86/common_x86_asm.S
In file included from 
../../../../../lib/GL/mesa/src/X86/common_x86_asm.S:43:
../../../../../lib/GL/mesa/src/X86/matypes.h:9:22: assyntax.h: No such 
file or directory
../../../../../lib/GL/mesa/src/X86/common_x86_asm.S:44:33: 
common_x86_features.h: No such file or directory
make[4]: *** [../../../../../lib/GL/mesa/src/X86/common_x86_asm.o] Error 1
make[4]: Leaving directory 
`/home/war/4.3.0/source/xc/lib/GL/mesa/src/OSmesa'
make[3]: *** [install] Error 2
make[3]: Leaving directory `/home/war/4.3.0/source/xc/lib/GL'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/home/war/4.3.0/source/xc/lib'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/war/4.3.0/source/xc'
make: *** [install] Error 2
Command exited with non-zero status 2
3.85user 3.38system 0:13.59elapsed 53%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (137241major+60787minor)pagefaults 0swaps
[EMAIL PROTECTED] xc]$ 

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel