Re: error compiling official kernel 2.4.1

2001-02-04 Thread Ethan Benson
On Sun, Feb 04, 2001 at 02:11:09PM +, Sergio Brandano wrote:
> 
>  I am sorry to contradict you, but "the main repository"
>  for the linux kernel is ftp.kernel.org

the 2.4 you find on ftp.kernel.org is totally broken on powerpc.
2.2.18/19 are fine though.  

>  Sergio
> 
> 
> Matt Brubeck wrote:
> > 
> > On Sat, 3 Feb 2001, Rolf Schatzmann wrote:
> > 
> > > Does anyone know if there is an already patched and working source
> > > that will compile cleanly for PPC out there somewhere?
> > 
> > Yes. You can rsync or bk directly from the main PPC development tree.
> > See http://www.fsmlabs.com/linuxppcbk.html for details.
> > 
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 
> --  
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

-- 
Ethan Benson
http://www.alaska.net/~erbenson/


pgpfHOfIDsHna.pgp
Description: PGP signature


Re: error compiling official kernel 2.4.1

2001-02-04 Thread Sergio Brandano

 I am sorry to contradict you, but "the main repository"
 for the linux kernel is ftp.kernel.org

 Sergio


Matt Brubeck wrote:
> 
> On Sat, 3 Feb 2001, Rolf Schatzmann wrote:
> 
> > Does anyone know if there is an already patched and working source
> > that will compile cleanly for PPC out there somewhere?
> 
> Yes. You can rsync or bk directly from the main PPC development tree.
> See http://www.fsmlabs.com/linuxppcbk.html for details.
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: error compiling official kernel 2.4.1

2001-02-04 Thread Sergio Brandano
 Hi,

 I solved the problem I reported when opening this thread,
 by simply enabling "Backward compatibility mode for Xpmac"
 in the "Console drivers" section. Please note that I am
 using XFreeeV4, on a PowerBook Lombard, and I do not use Xpmac.

 The compilation went on, and I know have the following
 error on the PCI bridge.

 Sergio


make all_targets
make[2]: Entering directory `/usr/src/linux/lib'
make[2]: Nothing to be done for `all_targets'.
make[2]: Leaving directory `/usr/src/linux/lib'
make[1]: Leaving directory `/usr/src/linux/lib'
make CFLAGS="-D__KERNEL__ -I/usr/src/linux/include -Wall 
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing 
-D__powerpc__ -fsigned-char -msoft-float -pipe -ffixed-r2 
-Wno-uninitialized -mmultiple -mstring " -C  arch/ppc/kernel
make[1]: Entering directory `/usr/src/linux/arch/ppc/kernel'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-O2 
-fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char 
-msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring  
 -c 
-o pmac_pci.o pmac_pci.c
pmac_pci.c: In function `pmac_pci_enable_device_hook':
pmac_pci.c:550: `PCI_DEVICE_ID_APPLE_KL_USB' undeclared (first use in
this 
function)
pmac_pci.c:550: (Each undeclared identifier is reported only once
pmac_pci.c:550: for each function it appears in.)
make[1]: *** [pmac_pci.o] Error 1
make[1]: Leaving directory `/usr/src/linux/arch/ppc/kernel'
make: *** [_dir_arch/ppc/kernel] Error 2




Re: error compiling official kernel 2.4.1

2001-02-02 Thread Matt Brubeck
On Sat, 3 Feb 2001, Rolf Schatzmann wrote:

> Does anyone know if there is an already patched and working source
> that will compile cleanly for PPC out there somewhere?

Yes. You can rsync or bk directly from the main PPC development tree.
See http://www.fsmlabs.com/linuxppcbk.html for details.



Re: error compiling official kernel 2.4.1

2001-02-02 Thread Rolf Schatzmann
Yeah I got the same thing, I tried applying the Alan Cox patch to the
vanilla source and it got further but dies with load of undefined references
to mac_hid_stuff.

Does anyone know if there is an already patched and working source that will
compile cleanly for PPC out there somewhere?

Rolf Schatzmann
Wireless Network Manager
Eftel Radio Trading as Radiowan
Office: 08 9386 
Fax: 08 93868200
Mob: 0410 577 664

Radiowan - Biggest Pipes, lowest Prices.

Get a 128K Internet Connection with burst to 256K for just $99 per Month!

Don't get left behind waiting for  ADSL get a Faster WDSL connection Now!

Link multiple Metro or Regional sites with our VPN connections.



> From: Sergio Brandano <[EMAIL PROTECTED]>
> Date: Fri, 02 Feb 2001 14:23:04 +
> To: debian-powerpc@lists.debian.org
> Cc: [EMAIL PROTECTED]
> Subject: error compiling official kernel 2.4.1
> Resent-From: debian-powerpc@lists.debian.org
> Resent-Date: Fri, 2 Feb 2001 22:23:36 +0800
> 
> 
> More info are available on request.
> 
> Sergio
> 
> ...
> make all_targets
> make[3]: Entering directory `/usr/src/linux/drivers/video'
> gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char
> -msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring-c -o
> chipsfb.o chipsfb.c
> chipsfb.c: In function `chips_set_bitdepth':
> chipsfb.c:392: `display_info' undeclared (first use in this function)
> chipsfb.c:392: (Each undeclared identifier is reported only once
> chipsfb.c:392: for each function it appears in.)
> chipsfb.c: In function `chips_of_init':
> chipsfb.c:671: warning: implicit declaration of function `pci_device_loc'
> chipsfb.c:675: warning: implicit declaration of function `pci_io_base'
> make[3]: *** [chipsfb.o] Error 1
> make[3]: Leaving directory `/usr/src/linux/drivers/video'
> make[2]: *** [first_rule] Error 2
> make[2]: Leaving directory `/usr/src/linux/drivers/video'
> make[1]: *** [_subdir_video] Error 2
> make[1]: Leaving directory `/usr/src/linux/drivers'
> make: *** [_dir_drivers] Error 2
>  --> 
> 
> 
> --  
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



Re: error compiling official kernel 2.4.1

2001-02-02 Thread Claus
Hi Sergio!
 
 >: make all_targets
 >: make[3]: Entering directory `/usr/src/linux/drivers/video'
 >: gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
 >-fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char 
 >-msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring-c -o 
 >chipsfb.o chipsfb.c
 >: chipsfb.c: In function `chips_set_bitdepth':

do you really have a PB 2400/3400?



Claus



pgpXPCHcevP7p.pgp
Description: PGP signature


error compiling official kernel 2.4.1

2001-02-02 Thread Sergio Brandano

 More info are available on request.

 Sergio

...
make all_targets
make[3]: Entering directory `/usr/src/linux/drivers/video'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char 
-msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring-c -o 
chipsfb.o chipsfb.c
chipsfb.c: In function `chips_set_bitdepth':
chipsfb.c:392: `display_info' undeclared (first use in this function)
chipsfb.c:392: (Each undeclared identifier is reported only once
chipsfb.c:392: for each function it appears in.)
chipsfb.c: In function `chips_of_init':
chipsfb.c:671: warning: implicit declaration of function `pci_device_loc'
chipsfb.c:675: warning: implicit declaration of function `pci_io_base'
make[3]: *** [chipsfb.o] Error 1
make[3]: Leaving directory `/usr/src/linux/drivers/video'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux/drivers/video'
make[1]: *** [_subdir_video] Error 2
make[1]: Leaving directory `/usr/src/linux/drivers'
make: *** [_dir_drivers] Error 2
 -->