
-----Original Message----- From: crux-bounces@lists.crux.nu [mailto:crux-bounces@lists.crux.nu] On Behalf Of lucas@die.net.au Sent: Tuesday, 12 September 2006 13:12 To: crux@lists.crux.nu Subject: Re: Building X11R7.1
On Tue, Sep 12, 2006 at 12:02:13PM +1000, Darran Kartaschew wrote:
Hi Guys,
I'm currently reinstalling CRUX (due to a HDD failure), and decided to
try out Danm's v2.2 AMD64 test build.
Being one for trying new stuff, I've successfully installed the latest
kernel revision and have decided to try out X11R7.1 from X.org (If I stuff it up, nothing's lost due to being a clean install).
Anyway, I'm only getting about 90% the way through the install, with an error on xkbcomp causing a floating point exception when rebuilding
the keyboard template files?
I've googled quite a bit and haven't come across anyone else with the same error. That leads me to believe that it may be distro related, rather than a bug in X (but if it's s bug, does anyone have a patch?). Or could it be related to GCC 4.0.3? (I know there are issues with Mozilla and gcc4.0.3).
So if anyone has successfully built X11R7.1 on CRUX v2.2 (AMD64) using
gcc 4.0.3, can you please let me know how and what you did?
If an upgrade to gcc 4.1.x is required, some pointers on the best way to update it would be appreciated.
I'm trying to install straight from the bz2 tarballs (using that script provided), and have read through the README several times... (I
don't have an active internet connection at home, and the firewall at work currently blocks git:// so can't get the absolutely bleeding edge
source).
Cheers, Darran
PS. I do realise that Dan's build of CRUX v2.2 (AMD64) is considered a
test version and the build/project is effectively dead... PPS. A copy of this email has been sent to the crux64 ml, but don't know how many people still sunscribe to it...
I'm been using danm's crux64 and x11r7 for a while now, I didn't encounter any problems (short of having to modify a few ports that were written with x11r6 in mind), and that is with gcc 4.0.3.
Perhaps you could post the log for the build. More than 2 eyes are better than 2...or something.
-- Hi Guys, I've attached the last few lines of the compile output, and it's on the execution of xkbcomp to generate compat.dir that xkbcomp generates a floating point exception (not seen in the log). If you would like the full log, let me know and I'll email it to you. (only 226kB bzip2). The build was started using the following command: # PATH=/usr/X11R7/bin:$PATH ./build-from-tarballs.sh -m /opt/src_/X11R7/Mesa-6.5 /usr/X11R7 Darran ------------------- Building data module component xkbdata-X11R7.0-1.0.1... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for xkbcomp... /usr/X11R7/bin/xkbcomp configure: creating ./config.status config.status: creating Makefile config.status: creating semantics/Makefile config.status: creating keycodes/Makefile config.status: creating keycodes/sgi/Makefile config.status: creating keycodes/digital/Makefile config.status: creating keymap/Makefile config.status: creating keymap/sun/Makefile config.status: creating keymap/digital/Makefile config.status: creating keymap/sgi/Makefile config.status: creating geometry/Makefile config.status: creating geometry/digital/Makefile config.status: creating geometry/sgi/Makefile config.status: creating geometry/ibm/Makefile config.status: creating compat/Makefile config.status: creating rules/Makefile config.status: creating symbols/Makefile config.status: creating symbols/pc/Makefile config.status: creating symbols/nec/Makefile config.status: creating symbols/xfree68/Makefile config.status: creating symbols/sony/Makefile config.status: creating symbols/sgi/Makefile config.status: creating symbols/macintosh/Makefile config.status: creating symbols/sun/Makefile config.status: creating symbols/fujitsu/Makefile config.status: creating symbols/digital/Makefile config.status: creating symbols/hp/Makefile config.status: creating torture/Makefile config.status: creating types/Makefile config.status: creating config.h make all-recursive make[1]: Entering directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1' Making all in semantics make[2]: Entering directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/semantics' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/semantics' Making all in keycodes make[2]: Entering directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keycodes' Making all in digital make[3]: Entering directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keycodes/digital' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keycodes/digital' Making all in sgi make[3]: Entering directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keycodes/sgi' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keycodes/sgi' make[3]: Entering directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keycodes' rm -f keycodes.dir /usr/X11R7/bin/xkbcomp -lfhlpR -o keycodes.dir '*' make[3]: Leaving directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keycodes' make[2]: Leaving directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keycodes' Making all in keymap make[2]: Entering directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keymap' Making all in sun make[3]: Entering directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keymap/sun' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keymap/sun' Making all in digital make[3]: Entering directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keymap/digital' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keymap/digital' Making all in sgi make[3]: Entering directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keymap/sgi' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keymap/sgi' make[3]: Entering directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keymap' rm -f keymap.dir /usr/X11R7/bin/xkbcomp -lfhlpR -o keymap.dir '*' make[3]: Leaving directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keymap' make[2]: Leaving directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/keymap' Making all in compat make[2]: Entering directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/compat' rm -f compat.dir /usr/X11R7/bin/xkbcomp -lfhlpR -o compat.dir '*' make[2]: Leaving directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1/compat' make[1]: Leaving directory `/opt/src_/X11R7/X11R7/data/xkbdata-X11R7.0-1.0.1'