T2 IRC Log: 2010-09-23

This is the log as captured by an IRC bot in the channel. The statements are those of the individual people and might not neccessarily reflect the policy and legal rules as set forth by the T2 SDE Project.

« prev | next »

--- Log opened Thu Sep 23 00:00:49 2010
11:21 < CIA-32> rene * r37659 /trunk/package/xorg/x11perf/x11perf.desc: * updated x11perf (1.5.1 -> 1.5.2)
11:21 < CIA-32> rene * r37658 /trunk/package/network/stunnel/stunnel.desc: * updated stunnel (4.33 -> 4.34)
11:22 < CIA-32> rene * r37660 /trunk/package/audio/snd/snd.desc: * updated snd (11.8 -> 11.9)
11:22 < CIA-32> rene * r37661 /trunk/package/base/libtool/libtool.desc: * updated libtool (2.2.10 -> 2.4)
11:25 < CIA-32> rene * r37662 /trunk/package/xorg/setxkbmap/setxkbmap.desc: * updated setxkbmap (1.1.0 -> 1.2.0)
11:25 < CIA-32> rene * r37663 /trunk/package/xorg/oclock/oclock.desc: * updated oclock (1.0.1 -> 1.0.2)
12:12 < CIA-32> rene * r37664 /trunk/package/x86/memtest86/ (memtest86.conf multiboot.patch): * added multiboot support to memtest86
12:21 < rogermason> Hello.
12:22 < rogermason> I get this error trying to build trunk on a G5 installed with the T2 8.0 G5 minimal iso.
12:23 < rogermason> /root/t2-trunk/src.linux-header.default.20100923.074659.31529.perthite/linux-2.6.30/arch/powerpc/Makefile:168:\
12:23 < rogermason> *** mixed implicit and normal rules. Stop.
12:40 <@rxr> 2.6.30 ?
12:40 <@rxr> ah, 8.0
12:41 <@rxr> I guess you build on a trunk system with latest make ?
13:00 < rogermason> The host is running 8.0. I checked out and am attempting to Build-Target in trunk
13:15 <@rxr> wait
13:15 <@rxr> 8.0 on 8.0 should be fine
13:15 <@rxr> I just thought when you have the new, trunk make this might be "make" related
13:15 <@rxr> then it is probably something else, ...
13:30 < rogermason> Ah. Wait a minute. I Emerged screen from trunk on the new system. I wonder if it pulled in the make from trunk.
13:31 < rogermason> Also Emerged ccache from trunk.
13:46 < rogermason> OK. Emerging make from 8.0 (which pulled in bzip2) seems to have fixed the problem. Thanks!
14:24 -!- kai__ [~quassel@dslb-188-099-042-046.pools.arcor-ip.net] has joined #t2
14:27 < kai__> a
14:38 < kai__> i had an error, while building gcc in stage 2. any suggestions?
14:39 < kai__> == 14:23:27 =[2]=> Building develop/gcc [4.5.0 8.0-stable].
14:39 < kai__> -> Parallel build using 2 jobs enabled.
14:39 < kai__> -> Reading package config: package/develop/gcc/gcc.conf
14:39 < kai__> -> Reading build/.../tools.chroot/lib/pkg_gcc_post.conf
14:39 < kai__> -> Preparing build in src.gcc.marvin.20100923.142326.15931.Linux-Rechner
14:39 < kai__> -> Building. Writing output to $root/var/adm/logs/2-gcc.out
14:39 < kai__> *> Corrected ./libtool.m4
14:39 < kai__> *> Corrected ./libjava/libltdl/ltmain.sh
14:40 < kai__> !> checking whether byte ordering is bigendian... no
14:40 < kai__> !> configure: updating cache ./config.cache
14:40 < kai__> !> configure: creating ./config.status
14:40 < kai__> !> config.status: creating Makefile
14:40 < kai__> !> config.status: creating config.h
14:40 < kai__> !> config.status: executing gstdint.h commands
14:40 < kai__> !> Due to previous errors, no 2-gcc.log file!
14:40 < kai__> !> (Try enabling xtrace in the config to track an error inside the build system.)
14:40 < kai__> -> $root/var/adm/logs/2-gcc.out -> 2-gcc.err
14:40 < kai__> == 09/23/10 14:24:55 =[2]=> Aborted building package gcc.
14:41 < CIA-32> rene * r37665 /trunk/package/base/grep/grep.desc: * updated grep (2.5.4 -> 2.7)
14:42 <@rxr> kai__: you need to open the err log file to see the actual error, what kind of architecture do you build ?
14:45 < kai__> the architecture is x86_64 and target generic. the 2-gcc.err basicly contains the same information
14:47 <@rxr> well, gcc prints out a lot of log while it is built
14:47 <@rxr> somewhere along the ten-thousand of lines there certainly is a real error hidding
14:47 <@rxr> -d
14:48 <@rxr> if you want to find it easier, you can disable the parallel build option, so the log lines are in sequencial order, and usually stop immediately at the error, ...
14:49 < kai__> it doesn't even generate a Makefile. it seems to happen in the configure script
15:03 < kai__> i disabled the parallel build option. now it stopped with the following message:
15:03 < kai__> checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
15:03 < kai__> make[1]: *** [configure-zlib] Error 1
15:03 < kai__> make[1]: Leaving directory `/TOOLCHAIN/src.gcc.marvin.20100923.145334.6755.Linux-Rechner/gcc-4.5.0/objdir'
15:03 < kai__> make: *** [all] Error 2
15:03 < kai__> Due to previous errors, no 2-gcc.log file!
15:03 < kai__> (Try enabling xtrace in the config to track an error inside the build system.)
15:03 < kai__> --- BUILD ERROR ---
15:04 <@rxr> on which distribution do you build?
15:05 < kai__> ubuntu lucid
15:05 <@rxr> hm, ok, guess it would have 32bit compat enabled in the kernel, my bet would have been 32bit program failing on something like gentoo due custom kernel withtou 32bit compat, ...
15:06 <@rxr> guess you need to open that configure config.log file to see what failed, ..
15:15 < kai__> i couldn't find a config.log. i only got 2-gcc.err. there configure stopped at checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
15:16 <@rxr> config.log of the gcc build system itself, in src.gcc.*
15:20 < kai__> i chrooted into the build environment using the debug.sh script and searched the /gcc-4.5.0 folder but i couldn't find a config.log
15:21 < CIA-32> rene * r37666 /trunk/package/base/tcl/ (install.patch.cross tcl.conf tcl.desc): * improved tcl to cross compile, based on prior work by Jan Rovins
15:34 < CIA-32> rene * r37667 /trunk/architecture/mips64/config.in:
15:34 < CIA-32> * added missing, newer mips64 optimization options, including octeon
15:34 < CIA-32> sent in by Jan Rovins
15:38 -!- kai____ [~kai@dslb-188-099-042-046.pools.arcor-ip.net] has joined #t2
15:42 -!- kai____ [~kai@dslb-188-099-042-046.pools.arcor-ip.net] has left #t2 []
15:53 -!- kai__ [~quassel@dslb-188-099-042-046.pools.arcor-ip.net] has left #t2 ["http://quassel-irc.org - Chat comfortably. Anywhere."]
15:53 -!- kai__ [~quassel@dslb-188-099-042-046.pools.arcor-ip.net] has joined #t2
15:59 -!- kai__ [~quassel@dslb-188-099-042-046.pools.arcor-ip.net] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
16:00 -!- kai__ [~quassel@dslb-188-099-042-046.pools.arcor-ip.net] has joined #t2
16:32 < rogermason> Hello again.
16:33 < rogermason> I have a problem compiling glibc32 in stage 1 in trunk on G5:
16:33 < rogermason> ../sysdeps/unix/sysv/linux/readv.c: In function '__libc_readv':
16:33 < rogermason> ../sysdeps/unix/sysv/linux/readv.c:45:26: error: argument 'vector' doesn't match prototype
16:34 <@rxr> that is another kind of build than you mentioned before?
16:34 <@rxr> trunk native on a foreign distro on the G5?
16:35 < rogermason> I'm doing Build-Target trunk for G5 on G5 running 8.0.
16:36 <@rxr> oh, you already installed t2 on the G5?
16:36 <@rxr> your own 8.0 build?
16:36 < rogermason> no, the 8.0 is from downloaded iso.
16:37 <@rxr> ah
16:54 -!- kai__ [~quassel@dslb-188-099-042-046.pools.arcor-ip.net] has quit [Remote host closed the connection]
17:50 < CIA-32> rene * r37668 /trunk/package/base/linux-header/make.patch: * fixed linux-header (powerpc) for latest make
18:42 -!- mjungwirth2 [~mjungwirt@213.174.252.112] has joined #t2
20:14 < CIA-32> rene * r37669 /trunk/package/base/glibc/glibc.conf: * fixed glibc .cache filling, mostly for mips*, to actually have effect
20:15 < CIA-32> rene * r37670 /trunk/scripts/Build-Pkg: * only apply .cross patches in stage 1
20:37 -!- mjungwirth2 [~mjungwirt@213.174.252.112] has quit [Quit: Nettalk6 - www.ntalk.de]
22:00 -!- Netsplit *.net <-> *.split quits: mqueiros
22:01 -!- Netsplit over, joins: mqueiros
--- Log closed Fri Sep 24 00:00:49 2010