From: T. <Ren...@gm...> - 2001-02-09 11:04:39
Attachments:
Error
|
Hello everybody! I tried to compile the sources from sourceforge/apus cvs 2.3 dir with different options set, but it won't work at all! I got the latest error output and will attach it. Unfortunately I forgot my config file, if I should post it too, please say so. I (in my opinion) disabled all uneccessary options. The errors are from the scsi-part I presume. I enabled GVP, Fastlane and CyberstormMKIII option. By the way: Where can I get all module names stored in sourceforge CVSs? If I browse the tree using a Webbrowser there are only a few dirs shown, inclluding 2.2 and 2.3 (within APUS). Is this 2.3 the latest kernel (2.4)? When I tried to connect to XFree CVS anonymously the CVS server rejected connection. How can I get the latest XFree86 then? And what else CVS repositories are at sourceforge containing which modules and can I use/compile them using APUS? There are no informations given at sourceforge page (at least not for a normal browsing/searching human being)! How will one get an summaray about all CVS modules available usable with APUS? Many thanx in advance! Kind regards -- ======================== René Thol ------------------------------------ Multimedia Computing University of Ulm ======================== E-Mail: Ren...@gm... ======================== |
From: Roman Z. <zi...@fh...> - 2001-02-09 12:41:07
|
Hi, On Fri, 9 Feb 2001, Ren=E9 Thol wrote: > I tried to compile the sources from sourceforge/apus cvs 2.3 dir with > different options set, but it won't work at all! I got the latest error > output and will attach it. Unfortunately I forgot my config file, if I > should post it too, please say so. I (in my opinion) disabled all > uneccessary options. The errors are from the scsi-part I presume. I > enabled GVP, Fastlane and CyberstormMKIII option. Could you send me your .config file? > By the way: Where can I get all module names stored in sourceforge CVSs? What you see in cvsweb is all that is there. :) Aliases are stored CVSROOT/modules. > If I browse the tree using a Webbrowser there are only a few dirs shown, > inclluding 2.2 and 2.3 (within APUS). Is this 2.3 the latest kernel > (2.4)? Yes. bye, Roman |
From: T. <Ren...@gm...> - 2001-02-09 13:01:18
|
Roman Zippel schrieb: > Hi, > > On Fri, 9 Feb 2001, René Thol wrote: > > > I tried to compile the sources from sourceforge/apus cvs 2.3 dir with > > different options set, but it won't work at all! I got the latest error > > output and will attach it. Unfortunately I forgot my config file, if I > > should post it too, please say so. I (in my opinion) disabled all > > uneccessary options. The errors are from the scsi-part I presume. I > > enabled GVP, Fastlane and CyberstormMKIII option. > > Could you send me your .config file? > Unfortunately I forgot it today. I'll send it to you at monday, at the latest! (If I won't forget it again)! Bye -- ======================== René Thol ------------------------------------ Multimedia Computing University of Ulm ======================== E-Mail: Ren...@gm... ======================== |
From: Michel <mic...@ii...> - 2001-02-09 13:20:37
|
Ren=E9 Thol wrote: > I tried to compile the sources from sourceforge/apus cvs 2.3 dir with > different options set, but it won't work at all! I got the latest error > output and will attach it. Unfortunately I forgot my config file, if I > should post it too, please say so. I (in my opinion) disabled all > uneccessary options. The errors are from the scsi-part I presume. I > enabled GVP, Fastlane and CyberstormMKIII option. BTW a good way to get a working 2.4 config from a 2.2 one is to copy the .config file and then do 'make oldconfig'. That will keep your config as = much as possible and only ask you about new or changed options. > When I tried to connect to XFree CVS anonymously the CVS server > rejected connection. How can I get the latest XFree86 then? See http://www.xfree86.org/cvs/ on how to do it. > And what else CVS repositories are at sourceforge containing which modu= les > and can I use/compile them using APUS? SourceForge hosts thousands of projects. You don't expect anyone to know = them all, do you? :) As for if you can compile them, most stuff for 'Linux' should build on AP= US. In particular, all architectures of Linux/PPC are even binary compatible. Unfortunately though, a lot of people think 'Linux =3D=3D i386' and that'= s how they write code. Which then often doesn't work or even build on other architectures. > There are no informations given at sourceforge page (at least not for a > normal browsing/searching human being)! How will one get an summaray ab= out > all CVS modules available usable with APUS? There is no easy way. Search SourceForge for interesting projects and fin= d out if they are already packaged (most likely in Debian ;) and if not, you'll probably have to find out yourself if they build and work. > fs/fs.o: In function `read_inode_bitmap': > fs/fs.o(.text+0x268f8): undefined reference to `ext2_get_group_desc' > fs/fs.o(.text+0x268f8): relocation truncated to fit: R_PPC_REL24 ext2_g= et_group_desc My first thought here was that you may have missed ext2 support, but some= of the ext2 functions are there so I don't know... Have you done make dep be= fore make vmlinux? > drivers/char/char.o: In function `chr_dev_init': > drivers/char/char.o(.text.init+0x25c): undefined reference to `lp_m68k_= init' > drivers/char/char.o(.text.init+0x25c): relocation truncated to fit: R_P= PC_REL24 lp_m68k_init You probably have configured a parallel driver as a module but it should = be in the kernel or vice versa. > drivers/scsi/scsidrv.o: In function `ncr53c8xx_detect': > drivers/scsi/scsidrv.o(.text.init+0x281c): undefined reference to > `zorro_find' This is strange again, Zorro support is explicitly enabled for APUS... --=20 Earthling Michel D=E4nzer (MrCooper) \ Debian GNU/Linux (powerpc) de= veloper CS student, Free Software enthusiast \ XFree86 and DRI project m= ember |
From: T. <Ren...@gm...> - 2001-02-09 13:32:40
|
Hi Michel! Again thanx for your quick answering! Michel Dänzer schrieb: > René Thol wrote: > > > I tried to compile the sources from sourceforge/apus cvs 2.3 dir with > > different options set, but it won't work at all! I got the latest error > > output and will attach it. Unfortunately I forgot my config file, if I > > should post it too, please say so. I (in my opinion) disabled all > > uneccessary options. The errors are from the scsi-part I presume. I > > enabled GVP, Fastlane and CyberstormMKIII option. > > BTW a good way to get a working 2.4 config from a 2.2 one is to copy the > .config file and then do 'make oldconfig'. That will keep your config as much > as possible and only ask you about new or changed options. > I'll try. > > > When I tried to connect to XFree CVS anonymously the CVS server > > rejected connection. How can I get the latest XFree86 then? > > See http://www.xfree86.org/cvs/ on how to do it. > > ... > > fs/fs.o: In function `read_inode_bitmap': > > fs/fs.o(.text+0x268f8): undefined reference to `ext2_get_group_desc' > > fs/fs.o(.text+0x268f8): relocation truncated to fit: R_PPC_REL24 ext2_get_group_desc > > My first thought here was that you may have missed ext2 support, but some of > the ext2 functions are there so I don't know... Have you done make dep before > make vmlinux? > ext2 is enabled; I made make dep clean > > > drivers/char/char.o: In function `chr_dev_init': > > drivers/char/char.o(.text.init+0x25c): undefined reference to `lp_m68k_init' > > drivers/char/char.o(.text.init+0x25c): relocation truncated to fit: R_PPC_REL24 lp_m68k_init > > You probably have configured a parallel driver as a module but it should be in > the kernel or vice versa. I disabled loadable module support and configured everything of parallel port and printer to be compiled into the kernel! (I'll check this again). Kind regards -- ======================== René Thol ------------------------------------ Multimedia Computing University of Ulm ======================== E-Mail: Ren...@gm... ======================== |
From: Alan B. <al...@ms...> - 2001-02-09 17:38:13
|
hi, > inclluding 2.2 and 2.3 (within APUS). Is this 2.3 the latest kernel > (2.4)? When I tried to connect to XFree CVS anonymously the CVS server > rejected connection. How can I get the latest XFree86 then? And what cvs -d:pserver:an...@an...:/cvs password (yes! a password! ) is 'anoncvs' its all on the CVS pages, readbale at www.xfree86.org beware, the main tree is 210Mb and the 4.0.2 branch is 223Mb > being)! How will one get an summaray about all CVS modules available > usable with APUS? 8-) serious? ;-) alan |
From: Michel <mic...@ii...> - 2001-02-09 18:49:01
|
Alan Buxey wrote: > beware, the main tree is 210Mb and the 4.0.2 branch is 223Mb You don't need to get the whole tree to build a server. There is a servon= ly module which unfortunately is a bit outdated, but the missing parts can e= asily be added with cvs up. --=20 Earthling Michel D=E4nzer (MrCooper) \ Debian GNU/Linux (powerpc) de= veloper CS student, Free Software enthusiast \ XFree86 and DRI project m= ember |