From: raptor <raptor@tvskat.net>
To: lartc@vger.kernel.org
Subject: [LARTC] [htb3] patch errors on 2.4.19mdk
Date: Tue, 17 Sep 2002 12:56:51 +0000 [thread overview]
Message-ID: <marc-lartc-103226741128035@msgid-missing> (raw)
When I apply HTB3 paches to 2.4.19 (mandrake kernel) I get this :
(NO to all questions)
----------------------------------------------------------------------------
[root@qos test]# patch -p1 -b </arh/compile/patches/htb3.6_2.4.17.diff
patching file net/sched/Config.in
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file net/sched/Config.in.rej
patching file net/sched/Makefile
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file net/sched/Makefile.rej
patching file net/sched/sch_htb.c
patching file include/linux/pkt_sched.h
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file include/linux/pkt_sched.h.rej
patching file net/sched/sch_api.c
Hunk #1 FAILED at 1117.
Hunk #2 succeeded at 1205 with fuzz 2.
1 out of 2 hunks FAILED -- saving rejects to file net/sched/sch_api.c.rej
patching file lib/Makefile
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file lib/Makefile.rej
patching file lib/rbtree.c
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file lib/rbtree.c.rej
patching file include/net/pkt_sched.h
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file include/net/pkt_sched.h.rej
------------------------------------------------------------------------------------
LATER WHEN COMPILING
=========================================
sch_htb.c:2153: redefinition of `htb_activate_prios'
sch_htb.c:517: `htb_activate_prios' previously defined here
sch_htb.c:2190: redefinition of `htb_deactivate_prios'
sch_htb.c:554: `htb_deactivate_prios' previously defined here
sch_htb.c:2233: redefinition of `htb_class_mode'
sch_htb.c:597: `htb_class_mode' previously defined here
sch_htb.c:2266: redefinition of `htb_change_class_mode'
sch_htb.c:630: `htb_change_class_mode' previously defined here
sch_htb.c:2293: redefinition of `htb_activate'
sch_htb.c:657: `htb_activate' previously defined here
sch_htb.c:2311: redefinition of `htb_deactivate'
sch_htb.c:675: `htb_deactivate' previously defined here
sch_htb.c:2320: redefinition of `htb_enqueue'
sch_htb.c:684: `htb_enqueue' previously defined here
...many similar..................
{standard input}: Assembler messages:
{standard input}:5078: Error: symbol `L2T' is already defined
{standard input}:5099: Error: symbol `htb_hash' is already defined
{standard input}:5114: Error: symbol `htb_find' is already defined
{standard input}:5155: Error: symbol `htb_clasify' is already defined
{standard input}:5272: Error: symbol `htb_debug_dump' is already defined
{standard input}:5523: Error: symbol `htb_add_to_id_tree' is already defined
{standard input}:5642: Error: symbol `htb_add_to_wait_tree' is already defined
{standard input}:5772: Error: symbol `htb_next_rb_node' is already defined
{standard input}:5814: Error: symbol `htb_add_class_to_row' is already defined
{standard input}:5878: Error: symbol `htb_remove_class_from_row' is already defined
{standard input}:6015: Error: symbol `htb_activate_prios' is already defined
{standard input}:6139: Error: symbol `htb_deactivate_prios' is already defined
sch_htb.c:2770: redefinition of `htb_init'
sch_htb.c:1134: `htb_init' previously defined here
...............many similar..............................
{standard input}:6331: Error: symbol `htb_class_mode' is already defined
{standard input}:6391: Error: symbol `htb_change_class_mode' is already defined
{standard input}:6459: Error: symbol `htb_activate' is already defined
{standard input}:6518: Error: symbol `htb_deactivate' is already defined
..............similar..................
{standard input}:9850: Error: symbol `cleanup_module' is already defined
make[2]: *** [sch_htb.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.19-9mdk/net/sched'
make[1]: *** [_modsubdir_sched] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.19-9mdk/net'
make: *** [_mod_net] Error 2
[root@qos linux-2.4.19-9mdk]#
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next reply other threads:[~2002-09-17 12:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-17 12:56 raptor [this message]
2002-09-17 13:02 ` [LARTC] [htb3] patch errors on 2.4.19mdk Marc-Christian Petersen
2002-09-17 13:58 ` raptor
2002-09-17 17:14 ` Stef Coene
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-lartc-103226741128035@msgid-missing \
--to=raptor@tvskat.net \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.