* [2.6.1 + cset-20040120_0206] AHA152X building error
@ 2004-01-20 9:46 Wojciech 'Sas' Cieciwa
2004-01-21 23:55 ` Randy.Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: Wojciech 'Sas' Cieciwa @ 2004-01-20 9:46 UTC (permalink / raw)
To: linux-kernel
I try to build this kernel and got this error:
[...]
LD [M] drivers/scsi/pcmcia/aha152x_cs.o
drivers/scsi/pcmcia/aha152x_core.o(.init.text+0x0): In function `init_module':
: multiple definition of `init_module'
drivers/scsi/pcmcia/aha152x_stub.o(.init.text+0x0): first defined here
ld: Warning: size of symbol `init_module' changed from 22 in drivers/scsi/pcmcia/aha152x_stub.o to 1212 in drivers/scsi/pcmcia/aha152x_core.o
drivers/scsi/pcmcia/aha152x_core.o(.exit.text+0x0): In function `cleanup_module':
: multiple definition of `cleanup_module'
drivers/scsi/pcmcia/aha152x_stub.o(.exit.text+0x0): first defined here
ld: Warning: size of symbol `cleanup_module' changed from 51 in drivers/scsi/pcmcia/aha152x_stub.o to 69 in drivers/scsi/pcmcia/aha152x_core.o
make[3]: *** [drivers/scsi/pcmcia/aha152x_cs.o] Error 1
make[2]: *** [drivers/scsi/pcmcia] Error 2
make[1]: *** [drivers/scsi] Error 2
make: *** [drivers] Error 2
[...]
Thanx.
Sas.
--
{Wojciech 'Sas' Cieciwa} {Member of PLD Team }
{e-mail: cieciwa@alpha.zarz.agh.edu.pl, http://www2.zarz.agh.edu.pl/~cieciwa}
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [2.6.1 + cset-20040120_0206] AHA152X building error
2004-01-20 9:46 [2.6.1 + cset-20040120_0206] AHA152X building error Wojciech 'Sas' Cieciwa
@ 2004-01-21 23:55 ` Randy.Dunlap
2004-01-22 0:25 ` Arkadiusz Miskiewicz
0 siblings, 1 reply; 4+ messages in thread
From: Randy.Dunlap @ 2004-01-21 23:55 UTC (permalink / raw)
To: Wojciech 'Sas' Cieciwa; +Cc: linux-kernel
On Tue, 20 Jan 2004 10:46:28 +0100 (CET) "Wojciech 'Sas' Cieciwa" <cieciwa@alpha.zarz.agh.edu.pl> wrote:
|
| I try to build this kernel and got this error:
| [...]
| LD [M] drivers/scsi/pcmcia/aha152x_cs.o
| drivers/scsi/pcmcia/aha152x_core.o(.init.text+0x0): In function `init_module':
| : multiple definition of `init_module'
| drivers/scsi/pcmcia/aha152x_stub.o(.init.text+0x0): first defined here
| ld: Warning: size of symbol `init_module' changed from 22 in drivers/scsi/pcmcia/aha152x_stub.o to 1212 in drivers/scsi/pcmcia/aha152x_core.o
| drivers/scsi/pcmcia/aha152x_core.o(.exit.text+0x0): In function `cleanup_module':
| : multiple definition of `cleanup_module'
| drivers/scsi/pcmcia/aha152x_stub.o(.exit.text+0x0): first defined here
| ld: Warning: size of symbol `cleanup_module' changed from 51 in drivers/scsi/pcmcia/aha152x_stub.o to 69 in drivers/scsi/pcmcia/aha152x_core.o
| make[3]: *** [drivers/scsi/pcmcia/aha152x_cs.o] Error 1
| make[2]: *** [drivers/scsi/pcmcia] Error 2
| make[1]: *** [drivers/scsi] Error 2
| make: *** [drivers] Error 2
| [...]
Are you sure that this is on 2.6.1 + changes?
I couldn't reproduce it there.
We do have this same problem in 2.4.25-preN.
--
~Randy
kernel-janitors project: http://janitor.kernelnewbies.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [2.6.1 + cset-20040120_0206] AHA152X building error
2004-01-21 23:55 ` Randy.Dunlap
@ 2004-01-22 0:25 ` Arkadiusz Miskiewicz
2004-01-22 0:43 ` Randy.Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: Arkadiusz Miskiewicz @ 2004-01-22 0:25 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: Wojciech 'Sas' Cieciwa, linux-kernel
Dnia czw 22. stycznia 2004 00:55, Randy.Dunlap napisał:
> | LD [M] drivers/scsi/pcmcia/aha152x_cs.o
> |
> | drivers/scsi/pcmcia/aha152x_core.o(.init.text+0x0): In function
`init_module':
> | : multiple definition of `init_module'
> |
> | drivers/scsi/pcmcia/aha152x_stub.o(.init.text+0x0): first defined here
> | ld: Warning: size of symbol `init_module' changed from 22 in
> | drivers/scsi/pcmcia/aha152x_stub.o to 1212 in
> | drivers/scsi/pcmcia/aha152x_core.o
[...]
>
> Are you sure that this is on 2.6.1 + changes?
> I couldn't reproduce it there.
It was broken here
http://linus.bkbits.net:8080/linux-2.5/cset@1.1474.93.7?nav=index.html|
ChangeSet@-3w
and fixed here
http://linus.bkbits.net:8080/linux-2.5/cset@1.1474.115.2?nav=index.html|
ChangeSet@-3w
> We do have this same problem in 2.4.25-preN.
Any fix on that since source of problem is already known?
> ~Randy
> kernel-janitors project: http://janitor.kernelnewbies.org/
--
Arkadiusz Miśkiewicz CS at FoE, Wroclaw University of Technology
arekm.pld-linux.org, 1024/3DB19BBD, JID: arekm.jabber.org, PLD/Linux
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [2.6.1 + cset-20040120_0206] AHA152X building error
2004-01-22 0:25 ` Arkadiusz Miskiewicz
@ 2004-01-22 0:43 ` Randy.Dunlap
0 siblings, 0 replies; 4+ messages in thread
From: Randy.Dunlap @ 2004-01-22 0:43 UTC (permalink / raw)
To: Arkadiusz Miskiewicz; +Cc: cieciwa, linux-kernel
On Thu, 22 Jan 2004 01:25:00 +0100 Arkadiusz Miskiewicz <arekm@pld-linux.org> wrote:
| Dnia czw 22. stycznia 2004 00:55, Randy.Dunlap napisa³:
|
| > | LD [M] drivers/scsi/pcmcia/aha152x_cs.o
| > |
| > | drivers/scsi/pcmcia/aha152x_core.o(.init.text+0x0): In function
| `init_module':
| > | : multiple definition of `init_module'
| > |
| > | drivers/scsi/pcmcia/aha152x_stub.o(.init.text+0x0): first defined here
| > | ld: Warning: size of symbol `init_module' changed from 22 in
| > | drivers/scsi/pcmcia/aha152x_stub.o to 1212 in
| > | drivers/scsi/pcmcia/aha152x_core.o
| [...]
| >
| > Are you sure that this is on 2.6.1 + changes?
| > I couldn't reproduce it there.
| It was broken here
| http://linus.bkbits.net:8080/linux-2.5/cset@1.1474.93.7?nav=index.html|
| ChangeSet@-3w
|
| and fixed here
| http://linus.bkbits.net:8080/linux-2.5/cset@1.1474.115.2?nav=index.html|
| ChangeSet@-3w
|
| > We do have this same problem in 2.4.25-preN.
| Any fix on that since source of problem is already known?
No patch yet AFAIK.
--
~Randy
kernel-janitors project: http://janitor.kernelnewbies.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-01-22 0:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-20 9:46 [2.6.1 + cset-20040120_0206] AHA152X building error Wojciech 'Sas' Cieciwa
2004-01-21 23:55 ` Randy.Dunlap
2004-01-22 0:25 ` Arkadiusz Miskiewicz
2004-01-22 0:43 ` Randy.Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox