Gentoo Archives: gentoo-dev

From: Collins Richey <erichey2@××××.com>
To: gentoo <gentoo-dev@g.o>
Subject: [gentoo-dev] 2.4.10 errors
Date: Mon, 01 Oct 2001 19:07:37
Message-Id: 20011001192054.1416d8d4.erichey2@home.com
1 Looks like the 2.4.10 ebuild is not quite ready for prime time. Note,
2 I did emerge rsync right before this, so I should have the latest
3 sources.
4
5
6 make[2]: Entering directory `/usr/src/linux-2.4.10/drivers/md'
7 make all_targets
8 make[3]: Entering directory `/usr/src/linux-2.4.10/drivers/md'
9 gcc -D__KERNEL__ -I/usr/src/linux-2.4.10/include -Wall
10 -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
11 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
12 -march=i586 -c -o lvm.o lvm.c
13 lvm.c:2329: macro `min' used with too many (3) args
14 lvm.c:2343: macro `min' used with too many (3) args
15 lvm.c: In function `__extend_reduce':
16 lvm.c:2329: parse error before `;'
17 lvm.c:2329: `_y' undeclared (first use in this function)
18 lvm.c:2329: (Each undeclared identifier is reported only once
19 lvm.c:2329: for each function it appears in.)
20 lvm.c:2343: parse error before `;'
21 lvm.c:2280: warning: `end' might be used uninitialized in this
22 function
23 lvm.c:2339: warning: `end' might be used uninitialized in this
24 function
25 make[3]: *** [lvm.o] Error 1
26 make[3]: Leaving directory `/usr/src/linux-2.4.10/drivers/md'
27 make[2]: *** [first_rule] Error 2
28 make[2]: Leaving directory `/usr/src/linux-2.4.10/drivers/md'
29 make[1]: *** [_subdir_md] Error 2
30 make[1]: Leaving directory `/usr/src/linux-2.4.10/drivers'
31 make: *** [_dir_drivers] Error 2
32
33
34 --
35 Collins Richey
36 Denver Area
37 gentoo_rc6 xfce+sylpheed

Replies

Subject Author
Re: [gentoo-dev] 2.4.10 errors Daniel Robbins <drobbins@g.o>