* compilation of floppy as module failure
@ 2002-07-11 19:23 Micha³ Adamczak
2002-07-11 19:54 ` Thunder from the hill
2002-07-11 20:07 ` Adrian Bunk
0 siblings, 2 replies; 3+ messages in thread
From: Micha³ Adamczak @ 2002-07-11 19:23 UTC (permalink / raw)
To: linux-kernel
just wanted to report that in 2.4.19-rc1
the kernel image does not compile if floppy (CONFIG_BLK_DEV_FD) is
to be compiled as a module.
the problem does not exist when the floppy is built in.
the listing of the ver_linux:
Gnu C 2.95.4
Gnu make 3.79.1
util-linux 2.11n
mount 2.11n
modutils 2.4.15
e2fsprogs 1.27
PPP 2.4.1
Linux C Library 2.2.5
Dynamic linker (ldd) 2.2.5
Procps 2.0.7
Net-tools 1.60
Console-tools 0.2.3
Sh-utils 2.0.12
--
Michal Adamczak
pokryfka@druid.if.uj.edu.pl
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: compilation of floppy as module failure
2002-07-11 19:23 compilation of floppy as module failure Micha³ Adamczak
@ 2002-07-11 19:54 ` Thunder from the hill
2002-07-11 20:07 ` Adrian Bunk
1 sibling, 0 replies; 3+ messages in thread
From: Thunder from the hill @ 2002-07-11 19:54 UTC (permalink / raw)
To: Micha³ Adamczak; +Cc: linux-kernel
Hi,
On Thu, 11 Jul 2002, Micha³ Adamczak wrote:
> just wanted to report that in 2.4.19-rc1
> the kernel image does not compile if floppy (CONFIG_BLK_DEV_FD) is
> to be compiled as a module.
Do you have a particular error message?
Regards,
Thunder
--
(Use http://www.ebb.org/ungeek if you can't decode)
------BEGIN GEEK CODE BLOCK------
Version: 3.12
GCS/E/G/S/AT d- s++:-- a? C++$ ULAVHI++++$ P++$ L++++(+++++)$ E W-$
N--- o? K? w-- O- M V$ PS+ PE- Y- PGP+ t+ 5+ X+ R- !tv b++ DI? !D G
e++++ h* r--- y-
------END GEEK CODE BLOCK------
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: compilation of floppy as module failure
2002-07-11 19:23 compilation of floppy as module failure Micha³ Adamczak
2002-07-11 19:54 ` Thunder from the hill
@ 2002-07-11 20:07 ` Adrian Bunk
1 sibling, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2002-07-11 20:07 UTC (permalink / raw)
To: Micha³ Adamczak; +Cc: linux-kernel, Thunder from the hill
On Thu, 11 Jul 2002, Micha³ Adamczak wrote:
> just wanted to report that in 2.4.19-rc1
> the kernel image does not compile if floppy (CONFIG_BLK_DEV_FD) is
> to be compiled as a module.
>
> the problem does not exist when the floppy is built in.
>...
This is a known problem. The following patch that is already in Marcelos'
BK repository fixes it:
diff -Nru a/init/do_mounts.c b/init/do_mounts.c
--- a/init/do_mounts.c Mon Jun 24 14:08:10 2002
+++ b/init/do_mounts.c Mon Jun 24 14:08:10 2002
@@ -378,7 +378,7 @@
return sys_symlink(path + n + 5, name);
}
-#if defined(CONFIG_BLOCK_DEV_RAM) || defined(CONFIG_BLK_DEV_FD)
+#if defined(CONFIG_BLK_DEV_RAM) || defined(CONFIG_BLK_DEV_FD)
static void __init change_floppy(char *fmt, ...)
{
struct termios termios;
cu
Adrian
--
You only think this is a free country. Like the US the UK spends a lot of
time explaining its a free country because its a police state.
Alan Cox
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-07-11 20:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-11 19:23 compilation of floppy as module failure Micha³ Adamczak
2002-07-11 19:54 ` Thunder from the hill
2002-07-11 20:07 ` Adrian Bunk
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.