Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-04 Thread Dr. Kelsey Hudson

On Wed, 4 Oct 2000, Jakub Jelinek wrote:

> This does tell nothing if the pcibios thing is fixed or not, because you
> most probably did not configure PCI on your sparc32 (why would you do that,
> when you don't have a JavaStation?).
> So you have to either look at the code or configure PCI in...

Of course it does. When I compiled it before I didn't have PCI support on
either, but it tried to compile it anyways, and barfed and died. It no
longer barfs and dies, so yes, it is fixed. :)


 Kelsey Hudson   [EMAIL PROTECTED] 
 Software Engineer
 Compendium Technologies, Inc   (619) 725-0771
--- 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-04 Thread Anton Blanchard

 
> Hmmm, somebody tried to enhance config language...
> The following patch should fix it.

Looks good. I committed the same patch to the vger tree yesterday but it has
not made it to Linus yet. In fact I forgot to fix sparc32. Thanks!

Anton
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-04 Thread Anton Blanchard

 
> > That fix is already in the vger sparc cvs kernel tree... just remove the
> > definition of pcibios_present() in pcic.c and you should be fine...
> 
> "Why hasn't it been merged over to Linus" is my question then...

I sent sparc diffs to Linus yesterday and it is in 2.4.0-test9.

Anton
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Andrzej Krzysztofowicz


"Dr. Kelsey Hudson wrote:"
> > Question is, is this still broken on -test9-final or did
> > the fix Linus merged earlier today get rid of your problems?
> 
> Let me try this and find out...
> 
> Hmm. I get an error when trying to run 'make xconfig':
> 
> gmake[1]: Entering directory `/usr/src/linux-2.4.0-test9/scripts'   
> cat header.tk >> ./kconfig.tk   
> ./tkparse < ../arch/sparc/config.in >> kconfig.tk   
> -: 97: unknown command  
> gmake[1]: *** [kconfig.tk] Error 1  

Hmmm, somebody tried to enhance config language...
The following patch should fix it.
   Andrzej


diff -uNr linux-test9/arch/sparc/config.in linux-test9-patched/arch/sparc/config.in
--- linux-test9/arch/sparc/config.inTue Sep 19 19:59:52 2000
+++ linux-test9-patched/arch/sparc/config.inWed Oct  4 08:53:09 2000
@@ -94,7 +94,7 @@
 #   bool '   LVM information in proc filesystem' CONFIG_LVM_PROC_FS Y
 #fi
 
-include drivers/md/Config.in
+source drivers/md/Config.in
 
 tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
 if [ "$CONFIG_BLK_DEV_RAM" = "y" -o "$CONFIG_BLK_DEV_RAM" = "m" ]; then
diff -uNr linux-test9/arch/sparc64/config.in linux-test9-patched/arch/sparc64/config.in
--- linux-test9/arch/sparc64/config.in  Tue Sep 19 19:59:52 2000
+++ linux-test9-patched/arch/sparc64/config.in  Wed Oct  4 08:53:09 2000
@@ -94,7 +94,7 @@
 #   bool '   LVM information in proc filesystem' CONFIG_LVM_PROC_FS Y
 #fi
 
-include drivers/md/Config.in
+source drivers/md/Config.in
 
 tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
 if [ "$CONFIG_BLK_DEV_RAM" = "y" -o "$CONFIG_BLK_DEV_RAM" = "m" ]; then
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Jakub Jelinek

On Tue, Oct 03, 2000 at 10:41:57PM -0700, Dr. Kelsey Hudson wrote:
> > Question is, is this still broken on -test9-final or did
> > the fix Linus merged earlier today get rid of your problems?
> 
> Let me try this and find out...
...
> making dep...
> 
> ::curses his SS20 for being so SLOW!::
> I need better than a 50MHz processor in this damn thing. :) Better yet, I
> need a better machine! :) Got any donations? Just kidding.
> 
> ...Ok...Making boot...
> 
> Damn. A good 2 hours later and it looks as though the compile exited
> cleanly :) yaaay! 
> 
> The answer to your question is yes, the fix Linus put in today fixed the
> problem :)

This does tell nothing if the pcibios thing is fixed or not, because you
most probably did not configure PCI on your sparc32 (why would you do that,
when you don't have a JavaStation?).
So you have to either look at the code or configure PCI in...

Jakub
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Dr. Kelsey Hudson

> Question is, is this still broken on -test9-final or did
> the fix Linus merged earlier today get rid of your problems?

Let me try this and find out...

Hmm. I get an error when trying to run 'make xconfig':

gmake[1]: Entering directory `/usr/src/linux-2.4.0-test9/scripts'   
cat header.tk >> ./kconfig.tk   
./tkparse < ../arch/sparc/config.in >> kconfig.tk   
-: 97: unknown command  
gmake[1]: *** [kconfig.tk] Error 1  

OK, Big deal. I'll use menuconfig.
That seems to work...

making dep...

::curses his SS20 for being so SLOW!::
I need better than a 50MHz processor in this damn thing. :) Better yet, I
need a better machine! :) Got any donations? Just kidding.

...Ok...Making boot...

Damn. A good 2 hours later and it looks as though the compile exited
cleanly :) yaaay! 

The answer to your question is yes, the fix Linus put in today fixed the
problem :)

Talk to you later,

 Kelsey Hudson   [EMAIL PROTECTED] 
 Software Engineer
 Compendium Technologies, Inc   (619) 725-0771
--- 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Rik van Riel

On Tue, 3 Oct 2000, Dr. Kelsey Hudson wrote:

> > pcic.c: At top level:
> > pcic.c:39: redefinition of `pcibios_present'
> > /usr/src/linux-2.4.0-test/include/linux/pci.h:562: `pcibios_present' previously 
>defined here
> > make[1]: *** [pcic.o] Error 1
> > make[1]: Leaving directory `/usr/src/linux-2.4.0-test/arch/sparc/kernel'
> > make: *** [_dir_arch/sparc/kernel] Error 2
> 
> I can confirm this. 

Question is, is this still broken on -test9-final or did
the fix Linus merged earlier today get rid of your problems?

regards,

Rik
--
"What you're running that piece of shit Gnome?!?!"
   -- Miguel de Icaza, UKUUG 2000

http://www.conectiva.com/   http://www.surriel.com/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Dr. Kelsey Hudson

> pcic.c: At top level:
> pcic.c:39: redefinition of `pcibios_present'
> /usr/src/linux-2.4.0-test/include/linux/pci.h:562: `pcibios_present' previously 
>defined here
> make[1]: *** [pcic.o] Error 1
> make[1]: Leaving directory `/usr/src/linux-2.4.0-test/arch/sparc/kernel'
> make: *** [_dir_arch/sparc/kernel] Error 2

I can confirm this. 

 Kelsey Hudson   [EMAIL PROTECTED] 
 Software Engineer
 Compendium Technologies, Inc   (619) 725-0771
--- 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Horst von Brand

Joshua Uziel <[EMAIL PROTECTED]> said:
> * Horst von Brand <[EMAIL PROTECTED]> [001002 10:35]:
> > This PCI stuff was discussed before...
> > 
> > pcic.c: At top level:
> > pcic.c:39: redefinition of `pcibios_present'
> > /usr/src/linux-2.4.0-test/include/linux/pci.h:562: `pcibios_present' previous
> ly defined here
> > make[1]: *** [pcic.o] Error 1
> > make[1]: Leaving directory `/usr/src/linux-2.4.0-test/arch/sparc/kernel'
> > make: *** [_dir_arch/sparc/kernel] Error 2

> That fix is already in the vger sparc cvs kernel tree... just remove the
> definition of pcibios_present() in pcic.c and you should be fine...

"Why hasn't it been merged over to Linus" is my question then...
--
Dr. Horst H. von Brand   mailto:[EMAIL PROTECTED]
Departamento de Informatica Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria  +56 32 654239
Casilla 110-V, Valparaiso, ChileFax:  +56 32 797513
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Joshua Uziel

* Horst von Brand <[EMAIL PROTECTED]> [001002 10:35]:
> This PCI stuff was discussed before...
> 
> pcic.c: At top level:
> pcic.c:39: redefinition of `pcibios_present'
> /usr/src/linux-2.4.0-test/include/linux/pci.h:562: `pcibios_present' previously 
>defined here
> make[1]: *** [pcic.o] Error 1
> make[1]: Leaving directory `/usr/src/linux-2.4.0-test/arch/sparc/kernel'
> make: *** [_dir_arch/sparc/kernel] Error 2

That fix is already in the vger sparc cvs kernel tree... just remove the
definition of pcibios_present() in pcic.c and you should be fine...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



2.4.0-test9-pre8 on SPARC build failure

2000-10-02 Thread Horst von Brand

This PCI stuff was discussed before...

pcic.c: At top level:
pcic.c:39: redefinition of `pcibios_present'
/usr/src/linux-2.4.0-test/include/linux/pci.h:562: `pcibios_present' previously 
defined here
make[1]: *** [pcic.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.0-test/arch/sparc/kernel'
make: *** [_dir_arch/sparc/kernel] Error 2
-- 
Dr. Horst H. von Brand   mailto:[EMAIL PROTECTED]
Departamento de Informatica Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria  +56 32 654239
Casilla 110-V, Valparaiso, ChileFax:  +56 32 797513
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/