Gentoo Archives: gentoo-dev

From: Tony Clark <tclark@×××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Some testing
Date: Wed, 25 Jun 2003 22:02:18
Message-Id: 200306260002.17704.tclark@telia.com
In Reply to: Re: [gentoo-dev] *IMPORTANT* top-level management structure! by Jon Portnoy
1 On Wednesday 25 June 2003 21.01, Jon Portnoy wrote:
2 > On Wed, Jun 25, 2003 at 10:58:55AM -0700, Seemant Kulleen wrote:
3 > > foul language and high tempers -- this thread has degenerated.
4 >
5 > Indeed. I apologize to all -dev readers for contributing to that with
6 > sarcastic comments. I'm short on patience lately.
7 It's not a problem. It happens to everyone at times.
8
9 > > As for clearly defined 1.4 goals, someone can repost them.
10 >
11 > Might be missing something, but off the top of my head...
12 >
13 > - genkernel (completed but needs further testing)
14 Ok I was able to test this. Unfortunately it failed for me. I know I need to
15 post a bug but that will have to wait till the morning. The basic problem is
16 genkernel vanilla-sources --testing
17 gcc -D__KERNEL__ -I/usr/src/linux-2.4.21/include -Wall -Wstrict-prototypes -Wn
18 aphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe
19 -mpreferr k-boundary=2 -march=i386 -DMODULE -DMODVERSIONS -include
20 /usr/src/linux-2.4.21 e/linux/modversions.h -nostdinc -iwithprefix
21 include -DKBUILD_BASENAME=sim710 sim710.o sim710.c
22 sim710.c: In function `sim710_driver_init':
23 sim710.c:589: `A_msg_reject_used' undeclared (first use in this function)
24 sim710.c:589: (Each undeclared identifier is reported only once
25 sim710.c:589: for each function it appears in.)
26 sim710.c:591: `A_test1_src_used' undeclared (first use in this function)
27 sim710.c:593: `A_test1_dst_used' undeclared (first use in this function)
28 sim710.c: In function `sim710_detect':
29 sim710.c:1580: `Ent_test1' undeclared (first use in this function)
30 sim710.c:1613: `A_int_test1' undeclared (first use in this function)
31 make[2]: *** [sim710.o] Error 1
32 make[2]: Leaving directory `/usr/src/linux-2.4.21/drivers/scsi'
33 make[1]: *** [_modsubdir_scsi] Error 2
34 make[1]: Leaving directory `/usr/src/linux-2.4.21/drivers'
35 make: *** [_mod_drivers] Error 2
36
37 A couple of comments. The script doesn't source /etc/make.conf so it doesn't
38 get march=athlon or make_opts="-j5" correct. Builds a march=i386 kernel.
39 using -j1
40 doesn't see distcc.
41 not sourcing /etc/make.conf maybe intential
42 didn't build smp support.
43 It doesn't check that the kernel source is alreay installed.
44
45 tony
46
47
48 --
49 Contract ASIC and FPGA design.
50 Telephone +46 702 894 667
51 http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x633E2623
52
53
54
55 --
56 gentoo-dev@g.o mailing list