Gentoo Archives: gentoo-dev

From: Gontran <gontran@×××××××.net>
To: gentoo-dev@××××××××××.org, gentoo-ebuild@××××××××××.org
Subject: [gentoo-dev] More sys-kernel/linux-2.4.15_pre1.ebuild
Date: Sat, 17 Nov 2001 12:08:15
Message-Id: 20011117110518.A3866@potre
1 Hi,
2
3 Hmmm.. I may have run into these problems because I made bzImage before
4 changing the default config (eg, no make *config)
5
6 Has anyone else had a problem with a missing escape '\' on line 508 of
7 /usr/src/linux-2.4.15-pre1/include/linux/sched.h ?
8
9 make bzImage would fail with a syntax error there since the #define was
10 more than a single line.
11
12 Modified /usr/src/linux2.4.15-pre1/mm/vmscan.c, line 170
13 - preserve: + // preserve:
14
15 With those changes bzImage built. But didn't run cause the config was
16 not right. Rebuilt with make oldconfig and ... no luck
17
18 ----
19 /usr/src/linux-2.4.15-pre1/include/linux/kernel_stat.h: In function `kstat_irqs':
20 /usr/src/linux-2.4.15-pre1/include/linux/kernel_stat.h:95: `smp_num_cpus' undeclared (first use in this function)
21 /usr/src/linux-2.4.15-pre1/include/linux/kernel_stat.h:95: (Each undeclared identifier is reported only once
22 /usr/src/linux-2.4.15-pre1/include/linux/kernel_stat.h:95: for each function it appears in.)
23 make[2]: *** [ksyms.o] Error 1
24 ----
25
26 Simple diffs to apply after emerge: attached.
27
28 Best Luck,
29 Gontran

Attachments

File name MIME type
sched.h.diff text/plain
vmscan.c.diff text/plain

Replies

Subject Author
Re: [gentoo-dev] More sys-kernel/linux-2.4.15_pre1.ebuild Martin Schlemmer <azarah@g.o>