* what CVS tag for kernel 2.4.19
@ 2003-03-05 14:59 Tino Keitel
2003-03-05 22:49 ` Thomas Gleixner
0 siblings, 1 reply; 4+ messages in thread
From: Tino Keitel @ 2003-03-05 14:59 UTC (permalink / raw)
To: linux-mtd
Hi folks,
what CVS tag should I use to get a CVS working with a stock 2.4.19
kernel + shared zlib patch? And what am I doing wrong? I tried
jffs2-2_4-branch, NPHASE2_FINAL_BETA and HEAD but always got errors.
jffs2-2_4-branch:
background.c:115: arguments given to macro =12ecalc_sigpending'
background.c:166: arguments given to macro =12ecalc_sigpending'
NPHASE2_FINAL_BETA:
scan.c: In function 'jffs2_scan_medium':
scan.c:84: too many arguments to function
scan.c:241: too many arguments to function
HEAD:
In file included from /usr/linux/include/linux/fs.h:704,
from /usr/linux/include/linux/capability.h:17,
from /usr/linux/include/linux/binfmts.h:5,
from /usr/linux/include/linux/sched.h:9,
from /usr/linux/include/linux/mm.h:4,
from /usr/linux/include/linux/slab.h:14,
from /usr/linux/include/linux/proc_fs.h:5,
from init/main.c:15:
/usr/linux/include/linux/jffs2_fs_sb.h:8: linux/workqueue.h: No such
file or directory
In all cases, I used patchin.sh and copied the jffs2 source and header
files into the linux source tree.
Regards,
Tino
--=20
tino.keitel at innominate.com
dipl.-inf. Innominate Security Technologies AG
software engineer networking people
tel: +49.30.6392-3308 http://www.innominate.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* what CVS tag for kernel 2.4.19
2003-03-05 14:59 what CVS tag for kernel 2.4.19 Tino Keitel
@ 2003-03-05 22:49 ` Thomas Gleixner
2003-03-06 9:49 ` Tino Keitel
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Gleixner @ 2003-03-05 22:49 UTC (permalink / raw)
To: linux-mtd
On Wednesday 05 March 2003 15:59, Tino Keitel wrote:
> Hi folks,
>
> what CVS tag should I use to get a CVS working with a stock 2.4.19
> kernel + shared zlib patch? And what am I doing wrong? I tried
> jffs2-2_4-branch, NPHASE2_FINAL_BETA and HEAD but always got errors.
>
> jffs2-2_4-branch:
> background.c:115: arguments given to macro \x12ecalc_sigpending'
> background.c:166: arguments given to macro \x12ecalc_sigpending'
>
> NPHASE2_FINAL_BETA:
> scan.c: In function 'jffs2_scan_medium':
> scan.c:84: too many arguments to function
> scan.c:241: too many arguments to function
>
> HEAD:
> In file included from /usr/linux/include/linux/fs.h:704,
> from /usr/linux/include/linux/capability.h:17,
> from /usr/linux/include/linux/binfmts.h:5,
> from /usr/linux/include/linux/sched.h:9,
> from /usr/linux/include/linux/mm.h:4,
> from /usr/linux/include/linux/slab.h:14,
> from /usr/linux/include/linux/proc_fs.h:5,
> from init/main.c:15:
> /usr/linux/include/linux/jffs2_fs_sb.h:8: linux/workqueue.h: No such
> file or directory
>
> In all cases, I used patchin.sh and copied the jffs2 source and header
> files into the linux source tree.
At least HEAD will work even on a vanilla 2.4.19 kernel. The zlib-stuff is
handled by patchin.sh.
Could you please
1. get a vanilla 2.4.19 kernel
2. configure it
3. use patchin.sh
4. do not copy anything around
5. make
6. report results
--
Thomas
________________________________________________________________________
linutronix - competence in embedded & realtime linux
http://www.linutronix.de
mail: tglx at linutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* what CVS tag for kernel 2.4.19
2003-03-05 22:49 ` Thomas Gleixner
@ 2003-03-06 9:49 ` Tino Keitel
2003-03-06 21:04 ` Thomas Gleixner
0 siblings, 1 reply; 4+ messages in thread
From: Tino Keitel @ 2003-03-06 9:49 UTC (permalink / raw)
To: linux-mtd
On Wed, Mar 05, 2003 at 23:49:33 +0100, Thomas Gleixner wrote:
> On Wednesday 05 March 2003 15:59, Tino Keitel wrote:
> > Hi folks,
> >=20
> > what CVS tag should I use to get a CVS working with a stock 2.4.19
> > kernel + shared zlib patch? And what am I doing wrong? I tried
> > jffs2-2_4-branch, NPHASE2_FINAL_BETA and HEAD but always got errors.
> >
> > jffs2-2_4-branch:
> > background.c:115: arguments given to macro =12ecalc_sigpending'
> > background.c:166: arguments given to macro =12ecalc_sigpending'
> >
> > NPHASE2_FINAL_BETA:
> > scan.c: In function 'jffs2_scan_medium':
> > scan.c:84: too many arguments to function
> > scan.c:241: too many arguments to function
> >=20
> > HEAD:
> > In file included from /usr/linux/include/linux/fs.h:704,
> > from /usr/linux/include/linux/capability.h:17,
> > from /usr/linux/include/linux/binfmts.h:5,
> > from /usr/linux/include/linux/sched.h:9,
> > from /usr/linux/include/linux/mm.h:4,
> > from /usr/linux/include/linux/slab.h:14,
> > from /usr/linux/include/linux/proc_fs.h:5,
> > from init/main.c:15:
> > /usr/linux/include/linux/jffs2_fs_sb.h:8: linux/workqueue.h: No such
> > file or directory
> >=20
> > In all cases, I used patchin.sh and copied the jffs2 source and header
> > files into the linux source tree.
>=20
> At least HEAD will work even on a vanilla 2.4.19 kernel. The zlib-stuff i=
s=20
> handled by patchin.sh.
> Could you please=20
> 1. get a vanilla 2.4.19 kernel
> 2. configure it
> 3. use patchin.sh
> 4. do not copy anything around
> 5. make
> 6. report results
Success.
--=20
tino.keitel at innominate.com
dipl.-inf. Innominate Security Technologies AG
software engineer networking people
tel: +49.30.6392-3308 http://www.innominate.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* what CVS tag for kernel 2.4.19
2003-03-06 9:49 ` Tino Keitel
@ 2003-03-06 21:04 ` Thomas Gleixner
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Gleixner @ 2003-03-06 21:04 UTC (permalink / raw)
To: linux-mtd
On Thursday 06 March 2003 10:49, Tino Keitel wrote:
> > At least HEAD will work even on a vanilla 2.4.19 kernel. The zlib-stuff
> > is handled by patchin.sh.
> > Could you please
> > 1. get a vanilla 2.4.19 kernel
> > 2. configure it
> > 3. use patchin.sh
> > 4. do not copy anything around
> > 5. make
> > 6. report results
>
> Success.
:) :)
--
Thomas
________________________________________________________________________
linutronix - competence in embedded & realtime linux
http://www.linutronix.de
mail: tglx at linutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-03-06 21:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-05 14:59 what CVS tag for kernel 2.4.19 Tino Keitel
2003-03-05 22:49 ` Thomas Gleixner
2003-03-06 9:49 ` Tino Keitel
2003-03-06 21:04 ` Thomas Gleixner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox