Hi, I'm having some trouble compiling XF4.0 on my alpha. This package
failing is preventing me from keeping my alpha up2date with cooker (but
that's a different story). A few things seeem to go wrong:

These files aren't being found:

1)
Processing files: XFree86-4.0.1-6mdk
File not found: /tmp/XFree86-root/etc/X11/xdm/chooser
File not found: /tmp/XFree86-root/usr/X11R6/lib/X11/xdm
File not found: /tmp/XFree86-root/usr/X11R6/bin/xdm
File not found: /tmp/XFree86-root/usr/X11R6/bin/sessreg

2)
Processing files: XFree86-libs-4.0.1-6mdk
File not found by glob: /tmp/XFree86-root/usr/X11R6/lib/modules/dri/*.so

Is dri supported on non iX86 systems?

====

The first one is probably caused to xdm, which doesn't compile all the
way. This is the part where the sh!t hits the f@n:

gcc -o xdm -O2 -mieee -Wa,-m21164a -ansi -pedantic -Wall
-Wpointer-arith     -L../../exports/lib auth.o daemon.o server.o
dpylist.o dm.o error.o file.o
          netaddr.o reset.o resource.o protodpy.o
policy.o                session.o socket.o streams.o util.o
xdmcp.o             mitauth.o               genauth.o access.o
choose.o                 -lXpm -lXmu -lXt -lSM -lICE -lXext -lX11 -lXt
-lSM -lICE -lXext -lX11 -lXau       -lXdmcp   -rdynamic -ldl       
-lcrypt
        -Wl,-rpath-link,../../exports/lib
session.o: In function `AutoLogon':
session.c(.text+0x4b0): undefined reference to `Verify'
session.c(.text+0x4b4): undefined reference to `Verify'
collect2: ld returned 1 exit status
make[4]: *** [xdm] Error 1

When I diff the buildout against the i586 buildout this part gives:

-gcc -o xdm -O3  -fno-exceptions -fno-rtti -pipe -s -march=pentium
-mcpu=pentiumpro -ffast-math -fexpensive-optimizations -ansi -pedantic
-Wall -Wpointer-arith     -L../../exports/lib auth.o daemon.o
server.o dpylist.o dm.o error.o file.o            netaddr.o reset.o
resource.o protodpy.o policy.o
                  session.o socket.o streams.o util.o
xdmcp.o             mitauth.o               genauth.o access.o
choose.o                    greet.o verify.o Login.o -lXpm -lXmu -lXt
-lSM -lICE -lXext -lX11 -lXt -lSM -lICE -lXext -lX11 -lXau  
-lXdmcp         -lcrypt         -Wl,-rpath-link,../../exports/lib
+gcc -o xdm -O2 -mieee -Wa,-m21164a -ansi -pedantic -Wall
-Wpointer-arith     -L../../exports/lib auth.o daemon.o server.o
dpylist.o dm.o error.o file.o              netaddr.o reset.o resource.o
protodpy.o policy.o            session.o socket.o streams.o util.o
xdmcp.o             mitauth.o
          genauth.o access.o choose.o                 -lXpm -lXmu -lXt
-lSM -lICE -lXext -lX11 -lXt
-lSM -lICE -lXext -lX11 -lXau   -lXdmcp   -rdynamic -ldl       
-lcrypt         -Wl,-rpath-link,../../exports/lib
+session.o: In function `AutoLogon':
+session.c(.text+0x4b0): undefined reference to `Verify'
+session.c(.text+0x4b4): undefined reference to `Verify'
+collect2: ld returned 1 exit status
+make[4]: *** [xdm] Error 1

===

Anyone have an idea on how to solve this?

Stefan

Reply via email to