Gentoo Archives: gentoo-catalyst

From: Andreas Rueckert <a_rueckert@×××.net>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] Stage2 Problems with newer portage snapshots
Date: Wed, 06 Jul 2005 12:19:01
Message-Id: 200507061421.46589.a_rueckert@gmx.net
1 Hi!
2
3 I have a problem in stage2 with newer portage snapshots.
4 Older snapshots. like the one from april 25th work just fine, but newer ones
5 from july let genkernel crash.
6 See below the last few lines from genkernel.log:
7 =======================================
8 * devfsd: >> Compiling...
9 COMMAND: make -j2 CC="/usr/lib/ccache/bin/gcc" LD="ld" AS="as" LDFLAGS=-static
10 make[1]: Entering directory `/var/tmp/genkernel/devfsd'
11 /usr/lib/ccache/bin/gcc -I. -I/usr/src/linux/include -Wall
12 -DLIBNSL="\"/lib/libnsl.so.1\"" -c -o devfsd.o devfsd.c
13 /usr/lib/ccache/bin/gcc -I. -I/usr/src/linux/include -Wall
14 -DLIBNSL="\"/lib/libnsl.so.1\"" -c -o expression.o expression.c
15 /usr/lib/ccache/bin/gcc -I. -I/usr/src/linux/include -Wall
16 -DLIBNSL="\"/lib/libnsl.so.1\"" -c -o compat_name.o compat_name.c
17 /usr/lib/ccache/bin/gcc -fomit-frame-pointer -c check_kernel.c
18 /usr/lib/ccache/bin/gcc -o devfsd devfsd.o expression.o compat_name.o
19 check_kernel.o -static -export-dynamic -ldl
20 devfsd.o(.text+0x21b8): In function `action_modload':
21 : warning: Using 'dlopen' in statically linked applications requires at
22 runtime the shared libraries from the glibc version used for linking
23 devfsd.o(.text+0x3f1f): In function `get_gid':
24 : warning: Using 'getgrnam' in statically linked applications requires at
25 runtime the shared libraries from the glibc version used for linking
26 devfsd.o(.text+0x3e56): In function `get_uid':
27 : warning: Using 'getpwnam' in statically linked applications requires at
28 runtime the shared libraries from the glibc version used for linking
29 make[1]: Leaving directory `/var/tmp/genkernel/devfsd'
30 * >> Copying to cache...
31 * initrd: >> Initializing...
32 * >> Copying modules...
33 * >> Copying auxilary files...
34 * :: Size is at 2466K
35 * >> Creating loopback filesystem...
36 2466+0 records in
37 2466+0 records out
38 ext2fs_check_if_mount: No such file or directory while determining
39 whether /var/tmp/genkernel/initrd-2.6.11-gentoo-r11-20050705 is mounted.
40 * >> Moving initrd files to the loopback...
41 * >> Cleaning up and compressing the initrd...
42 * >> Installing bootsplash [ using the default theme ]...
43 * Creating minimal kernel package
44 * Gentoo Linux Genkernel; Version 3.1.5
45
46 * ERROR: Could not the copy kernel for the kernel package!
47 * -- Grepping log... --
48 * -- End log... --
49 * Please consult /var/log/genkernel.log for more information and any
50 * errors that were reported above.
51 * Report any genkernel bugs to bugs.gentoo.org and
52 * assign your bug to genkernel@g.o. Please include
53 * as much information as you can in your bug report; attaching
54 * /var/log/genkernel.log so that your issue can be dealt with effectively.
55 *
56 * Please do *not* report compilation failures as genkernel bugs!
57 *
58 =======================================
59 Do have any clue, what package could cause the problem? My first idea was
60 genkernel, but masking the newer genkernel version had no effect. devfsd and
61 busybox are the same version in both snapshot. I tried to download snapshots
62 from between the 2 version (thought of doing some kinda median cut search,
63 but got errors, that those trees where incomplete (ARCH flag not set iirc)).
64 My next idea was the compiler, but it seems it compiled all packages just
65 fine.
66 Has anyone a strategy to find the problem?
67
68 Thanks for any hint,
69 Andreas Rueckert
70 --
71 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] Stage2 Problems with newer portage snapshots Chris Gianelloni <wolf31o2@g.o>