[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
XF4 make release problems && agpgart
I'm trying to rebuild XF4 from source and I'm running into problems.
I'm using jakemsr's netbsd port of the i810 driver which could
possibly be part of the problem. Here's what I did:
- Untar'd 3.1 release src
- Untar'd 3.1 XF4 release src
- Applied obsd-agpgart-sys.diff
- Recompiled GENERIC kernel with new agp support and rebooted
- Applied obsd-agpgart-X.diff to XF4 src
- Installed /usr/ports/lang/tcl/8.3/ and /usr/ports/x11/tk/8.3/
- mkdir -p /XF4BLD
- cd /XF4BLD && lndir /usr/XF4/
- export DESTDIR=/destdir RELEASEDIR=/releasedir
- test -d ${DESTDIR} && mv ${DESTDIR} ${DESTDIR}- && rm -rf ${DESTDIR}- &
- mkdir -p ${DESTDIR} ${RELEASEDIR}
- nice make release
which fails right away with:
# nice make release
/bin/rm -rf /destdir/usr/X11R6/* /destdir/usr/X11R6/.[a-zA-Z0-9]*
/bin/rm -rf /destdir/var/X11/*
/bin/rm -rf /destdir/etc/X11/*
cd xc; make install && make install.man
make -f xmakefile install
make: cannot open xmakefile.
*** Error code 2
Stop in /XF4BLD/xc (line 203 of Makefile).
*** Error code 1
Stop in /XF4BLD (line 150 of Makefile).
*** Error code 1
Stop in /XF4BLD (line 110 of Makefile).
After checking through the mail archives I found a reference to
building a full system release first. I figured I'd give it a try but
that also died with:
installing in /usr/src/include/../gnu/egcs/libf2c
install -C -o root -g bin -m 444 /usr/src/gnu/egcs/libf2c/f2c.h
/sysdestdir/usr/include
install -C -o root -g bin -m 444 g2c.h /sysdestdir/usr/include
install: g2c.h: No such file or directory
*** Error code 71
Stop in /usr/src/gnu/egcs/libf2c (line 151 of Makefile.bsd-wrapper).
*** Error code 1
Stop in /usr/src/include (line 86 of Makefile).
*** Error code 1
Stop in /usr/src (line 63 of Makefile).
*** Error code 1
Stop in /usr/src/etc (line 242 of Makefile).
Any ideas?
Thanks,
Jason Stout