Re: [kbuild-devel] linux 2.6.1 - ide.ko has unresolved symbols if compiled as module

2004-01-27 Thread Sam Ravnborg
On Tue, Jan 27, 2004 at 01:24:19AM -0500, Michael Elizabeth Chastain wrote:
 
  Maybe you should request Marcelo to remove your mail address from
  Configure?  That may help long-term.
 
 You're right, I'll go do that.
 
 What is Marcelo's address?

You can reach him at: Marcelo Tosatti [EMAIL PROTECTED]

For your convinience I prepared the following patch.
I expect you to send it on to Marcelo.

Sam

= MAINTAINERS 1.124 vs edited =
--- 1.124/MAINTAINERS   Thu Jan  8 22:47:10 2004
+++ edited/MAINTAINERS  Tue Jan 27 20:54:43 2004
@@ -480,11 +480,9 @@
 S: Supported
 
 CONFIGURE, MENUCONFIG, XCONFIG
-P: Michael Elizabeth Chastain
-M: [EMAIL PROTECTED]
 L: [EMAIL PROTECTED]
 W: http://kbuild.sourceforge.net
-S: Maintained
+S: Orphan
 
 CONFIGURE.HELP
 P: Steven P. Cole
@@ -1062,8 +1060,6 @@
 KERNEL BUILD (Makefile, Rules.make, scripts/*)
 P: Keith Owens
 M: [EMAIL PROTECTED]
-P: Michael Elizabeth Chastain
-M: [EMAIL PROTECTED]
 L: [EMAIL PROTECTED]
 W: http://kbuild.sourceforge.net
 S: Maintained 
= scripts/Configure 1.3 vs edited =
--- 1.3/scripts/Configure   Tue Sep 24 09:49:53 2002
+++ edited/scripts/ConfigureTue Jan 27 20:56:27 2004
@@ -8,7 +8,7 @@
 # enough.
 #
 # Raymond Chen was the original author of Configure.
-# Michael Elizabeth Chastain ([EMAIL PROTECTED]) is the current maintainer.
+# Many improvements by Michael Elizabeth Chastain.
 #
 # 050793 - use IFS='@' to get around a bug in a pre-version of bash-1.13
 # with an empty IFS.
= scripts/Menuconfig 1.7 vs edited =
--- 1.7/scripts/Menuconfig  Sun May 26 13:14:41 2002
+++ edited/scripts/Menuconfig   Tue Jan 27 20:58:07 2004
@@ -20,7 +20,7 @@
 # script.
 #
 # William Roadcap was the original author of Menuconfig.
-# Michael Elizabeth Chastain ([EMAIL PROTECTED]) is the current maintainer.
+# Many improvements by Michael Elizabeth Chastain.
 #
 # 070497 Bernhard Kaindl ([EMAIL PROTECTED]) - get default values for
 # new bool, tristate and dep_tristate parameters from the defconfig file.
@@ -844,8 +844,7 @@
sed 's/^/ Q /' MCerror
cat EOM
 
-Please report this to the maintainer [EMAIL PROTECTED].  You may also
-send a problem report to [EMAIL PROTECTED].
+You may report this to [EMAIL PROTECTED].
 
 Please indicate the kernel version you are trying to configure and
 which menu you were trying to enter when this error occurred.
@@ -906,9 +905,8 @@
 the /usr/src/linux/scripts/lxdialog directory and issuing the 
 make clean all command.
 
-If you have verified that your ncurses install is correct, you may email
-the maintainer [EMAIL PROTECTED] or post a message to
-[EMAIL PROTECTED] for additional assistance. 
+If you have verified that your ncurses install is correct, you may post
+a message to [EMAIL PROTECTED] for additional assistance. 
 
 EOM
cleanup
= scripts/README.Menuconfig 1.1 vs edited =
--- 1.1/scripts/README.Menuconfig   Tue Feb  5 18:40:36 2002
+++ edited/scripts/README.MenuconfigTue Jan 27 21:01:19 2004
@@ -189,6 +189,6 @@
 He will not be able to assist.
 
 William Roadcap was the original author of Menuconfig.
-Michael Elizabeth Chastain [EMAIL PROTECTED] is the current maintainer.
+Many improvements by Michael Elizabeth Chastain.
 
 END OF FILE
= scripts/tkcond.c 1.1 vs edited =
--- 1.1/scripts/tkcond.cTue Feb  5 18:40:36 2002
+++ edited/scripts/tkcond.c Tue Jan 27 20:58:56 2004
@@ -2,7 +2,7 @@
  * tkcond.c
  *
  * Eric Youngdale was the original author of xconfig.
- * Michael Elizabeth Chastain ([EMAIL PROTECTED]) is the current maintainer.
+ * Many improvements by Michael Elizabeth Chastain.
  *
  * This file takes the tokenized statement list and transforms 'if ...'
  * statements.  For each simple statement, I find all of the 'if' statements
= scripts/tkparse.c 1.2 vs edited =
--- 1.2/scripts/tkparse.c   Sat May  4 15:53:16 2002
+++ edited/scripts/tkparse.cTue Jan 27 21:00:28 2004
@@ -2,7 +2,7 @@
  * tkparse.c
  *
  * Eric Youngdale was the original author of xconfig.
- * Michael Elizabeth Chastain ([EMAIL PROTECTED]) is the current maintainer.
+ * Many improvements by Michael Elizabeth Chastain.
  *
  * Parse a config.in file and translate it to a wish script.
  * This task has three parts:
@@ -41,8 +41,7 @@
  *   all others now,
  *
  * TO DO:
- * - xconfig is at the end of its life cycle.  Contact [EMAIL PROTECTED] if
- *   you are interested in working on the replacement.
+ * - xconfig is at the end of its life cycle.
  */
 
 #include stdio.h



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
kbuild-devel mailing list
[EMAIL PROTECTED]

Re: [kbuild-devel] linux 2.6.1 - ide.ko has unresolved symbols if compiled as module

2004-01-26 Thread Michael Elizabeth Chastain
Hi Sam,

 Any reason to keep kbuild-devel around still?
 I do not need it, but I follow what is going n here - of course.
 In MAINTAINERS for 2.6 I left it out.

Well, the address is still embedded in millions of CD-ROM's with 2.4.X,
so I would like to keep it around to receive that kind of mail.

 Maybe you should request Marcelo to remove your mail address from
 Configure?  That may help long-term.

You're right, I'll go do that.

What is Marcelo's address?

Michael C


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel


[kbuild-devel] linux 2.6.1 - ide.ko has unresolved symbols if compiled as module

2004-01-21 Thread Stefan Bergler
Hello,

I tried to selelct / compile the ide part as module within the kernel,
with only CD-Rom support. 'make all' worked fine. But 'make
modules_install' issued a long list of warnings:
WARNING: /lib/modules/2.6.1/kernel/drivers/ide/ide.ko needs unknown
symbol ide_scan_pcibus
WARNING: /lib/modules/2.6.1/kernel/drivers/ide/ide.ko needs unknown
symbol ide_release_dma
WARNING: /lib/modules/2.6.1/kernel/drivers/ide/ide.ko needs unknown
symbol create_proc_ide_interfaces
... (about 20 lines)
I tried to track it down a bit, and it might be that when linking
'ide.ko' (or alternative 'ide.o' ???) the object 'setup-pci.o' is not
added in the linker list. (The function ide_scan_bus() is in setup-pci.c)
When compiling all the ide/ATA stuff directly in the kernel, then there
are no errors / warnings regarding this in the kernel build.
Attached are both configurations for the kernel. The one that produced
the warnings, and the modified one used for verifying the problem.
I hope this helps. It would be nice if you can give me a short note
about it.
Note:
I tried to contact Michael Elizabeth Chastain, as listed in Maintainers, 
but looks as if he is no longer maintining it.

Best Regards
 Stefan Bergler


--
 Infineon Technologies - CL DAT LIB CL - lib.muc.infineon.com/lib-cl/
 Stefan Bergler Tel.   +49 89 / 234 28601
 Postfach 800949Fax.   +49 89 / 234 955 6230
 D-81609 Muenchen   [EMAIL PROTECTED]



debug-me.tar.bz2
Description: BZip2 compressed data


Re: [kbuild-devel] linux 2.6.1 - ide.ko has unresolved symbols if compiled as module

2004-01-21 Thread Sam Ravnborg
On Mon, Jan 19, 2004 at 09:34:09AM +0100, Stefan Bergler wrote:
 I tried to selelct / compile the ide part as module within the kernel,
 with only CD-Rom support. 'make all' worked fine.

Building IDE as a module has been known broken for some time now.
It should be OK in 2.6.2-rc1, Bartomlej (the IDE maintainer) has put some
effort in it the last week.

 Note:
 I tried to contact Michael Elizabeth Chastain, as listed in Maintainers, 
 but looks as if he is no longer maintining it.

This list, and Michael in the past, are focussing on kbuild, the
kernel build system. What you see is a specific IDE issue which
shall be addresses to the maintainer for that part.

Today Kai Germaschewski and I are kbuild maintainers, which is
also listed in 2.6.2-rc1 MAINTAINERS.

Sam


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel


Re: [kbuild-devel] linux 2.6.1 - ide.ko has unresolved symbols if compiled as module

2004-01-21 Thread Michael Elizabeth Chastain
Sam Ravnborg writes:
 Today Kai Germaschewski and I are kbuild maintainers, which is
 also listed in 2.6.2-rc1 MAINTAINERS.

Right.  I still spam-filter the kbuild-devel mailing list,
but that's the extent of my activity.  I'm working on gdb now.

BTW, I still get mail frequently from mandrake users (and now
gentoo users too) about menuconfig problems with their distros.
Is there a good FAQ URL I can point people to for that?

Michael C


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel


Re: [kbuild-devel] linux 2.6.1 - ide.ko has unresolved symbols if compiled as module

2004-01-21 Thread Sam Ravnborg
On Wed, Jan 21, 2004 at 05:44:26PM -0500, Michael Elizabeth Chastain wrote:
 Sam Ravnborg writes:
  Today Kai Germaschewski and I are kbuild maintainers, which is
  also listed in 2.6.2-rc1 MAINTAINERS.
 
 Right.  I still spam-filter the kbuild-devel mailing list,
 but that's the extent of my activity.  I'm working on gdb now.
Any reason to keep kbuild-devel around still?
I do not need it, but I follow what is going n here - of course.
In MAINTAINERS for 2.6 I left it out.

 BTW, I still get mail frequently from mandrake users (and now
 gentoo users too) about menuconfig problems with their distros.
 Is there a good FAQ URL I can point people to for that?

Not that I am aware off. But I have not seen the ALSA problem reported lately.

Maybe you should request Marcelo to remove your mail address from Configure?
That may help long-term.

Sam


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel