Re: [Announcement] linux-kernel v2.0.39

2001-01-10 Thread Gerhard Mack

GCC 2.95 will NOT compile a 2.0 series kernel...

Gerhard

> # gcc --version
> 2.95.2
> 
> # uname -a
> Linux eyal 2.4.0-ac3 #1 Sun Jan 7 12:15:50 EST 2001 i686 unknown
> 
> # ls -l /lib/libc-*.so
> -rwxr-xr-x1 root root  1057576 Oct 14 05:45
> /lib/libc-2.1.95.so
> 
> --
> Eyal Lebedinsky ([EMAIL PROTECTED]) 
> -
> 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/
> 

--
Gerhard Mack

[EMAIL PROTECTED]

<>< As a computer I find your faith in technology amusing.

-
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: [Announcement] linux-kernel v2.0.39

2001-01-10 Thread Eyal Lebedinsky

Keith Owens wrote:
> 
> On Wed, 10 Jan 2001 10:27:44 +1100,
> Eyal Lebedinsky <[EMAIL PROTECTED]> wrote:
> >My 'make dep' fails in the following way. This is on Debian 2.2, I
> >commented
> >if [ -n "amigamouse.c atarimouse.c atixlmouse.c baycom.c busmouse.c
> >cd1865.h conmakehash.c console.c console_struct.h consolemap.c
> >consolemap.h cyclades.c defkeymap.c diacr.h digi.h digi_bios.h
> >digi_fep.h fbmem.c fep.h h8.c h8.h isicom.c istallion.c kbd_kern.h
> >keyb_m68k.c keyboard.c lp.c lp_intern.c lp_m68k.c mem.c misc.c
> >msbusmouse.c n_tty.c pcwd.c pcxx.c pcxx.h psaux.c pty.c random.c
> >riscom8.c riscom8.h riscom8_reg.h rtc.c scc.c selection.c selection.h
> >serial.c softdog.c specialix.c specialix_io8.h stallion.c tga.c
> >tpqic02.c tty_io.c tty_ioctl.c vc_screen.c vesa_blank.c vga.c vt.c
> >vt_kern.h wd501p.h wdt.c" ]; then \
> >/usr/local/src/linux/scripts/mkdep *.[chS] > .depend; fi
> >make[2]: *** [fastdep] Error 135
> 
> 135 == 128+7 => E2BIG (Arg list too long).  What does
>   ls -l /usr/local/src/linux/drivers/char/*.[chS] | wc
> report?  And which kernel/libc are you compiling on?


This is a current Debian 2.2 (potato, I think it is now at r3)


# ls -l /usr/local/src/linux-2.0/drivers/char/*.[chS] | wc
 62 5586434

# gcc --version
2.95.2

# uname -a
Linux eyal 2.4.0-ac3 #1 Sun Jan 7 12:15:50 EST 2001 i686 unknown

# ls -l /lib/libc-*.so
-rwxr-xr-x1 root root  1057576 Oct 14 05:45
/lib/libc-2.1.95.so

--
Eyal Lebedinsky ([EMAIL PROTECTED]) 
-
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: [Announcement] linux-kernel v2.0.39

2001-01-10 Thread Eyal Lebedinsky

Keith Owens wrote:
 
 On Wed, 10 Jan 2001 10:27:44 +1100,
 Eyal Lebedinsky [EMAIL PROTECTED] wrote:
 My 'make dep' fails in the following way. This is on Debian 2.2, I
 commented
 if [ -n "amigamouse.c atarimouse.c atixlmouse.c baycom.c busmouse.c
 cd1865.h conmakehash.c console.c console_struct.h consolemap.c
 consolemap.h cyclades.c defkeymap.c diacr.h digi.h digi_bios.h
 digi_fep.h fbmem.c fep.h h8.c h8.h isicom.c istallion.c kbd_kern.h
 keyb_m68k.c keyboard.c lp.c lp_intern.c lp_m68k.c mem.c misc.c
 msbusmouse.c n_tty.c pcwd.c pcxx.c pcxx.h psaux.c pty.c random.c
 riscom8.c riscom8.h riscom8_reg.h rtc.c scc.c selection.c selection.h
 serial.c softdog.c specialix.c specialix_io8.h stallion.c tga.c
 tpqic02.c tty_io.c tty_ioctl.c vc_screen.c vesa_blank.c vga.c vt.c
 vt_kern.h wd501p.h wdt.c" ]; then \
 /usr/local/src/linux/scripts/mkdep *.[chS]  .depend; fi
 make[2]: *** [fastdep] Error 135
 
 135 == 128+7 = E2BIG (Arg list too long).  What does
   ls -l /usr/local/src/linux/drivers/char/*.[chS] | wc
 report?  And which kernel/libc are you compiling on?


This is a current Debian 2.2 (potato, I think it is now at r3)


# ls -l /usr/local/src/linux-2.0/drivers/char/*.[chS] | wc
 62 5586434

# gcc --version
2.95.2

# uname -a
Linux eyal 2.4.0-ac3 #1 Sun Jan 7 12:15:50 EST 2001 i686 unknown

# ls -l /lib/libc-*.so
-rwxr-xr-x1 root root  1057576 Oct 14 05:45
/lib/libc-2.1.95.so

--
Eyal Lebedinsky ([EMAIL PROTECTED]) http://samba.anu.edu.au/eyal/
-
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: [Announcement] linux-kernel v2.0.39

2001-01-10 Thread Gerhard Mack

GCC 2.95 will NOT compile a 2.0 series kernel...

Gerhard

 # gcc --version
 2.95.2
 
 # uname -a
 Linux eyal 2.4.0-ac3 #1 Sun Jan 7 12:15:50 EST 2001 i686 unknown
 
 # ls -l /lib/libc-*.so
 -rwxr-xr-x1 root root  1057576 Oct 14 05:45
 /lib/libc-2.1.95.so
 
 --
 Eyal Lebedinsky ([EMAIL PROTECTED]) http://samba.anu.edu.au/eyal/
 -
 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/
 

--
Gerhard Mack

[EMAIL PROTECTED]

 As a computer I find your faith in technology amusing.

-
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: [Announcement] linux-kernel v2.0.39

2001-01-09 Thread Keith Owens

On Wed, 10 Jan 2001 10:27:44 +1100, 
Eyal Lebedinsky <[EMAIL PROTECTED]> wrote:
>My 'make dep' fails in the following way. This is on Debian 2.2, I
>commented
>if [ -n "amigamouse.c atarimouse.c atixlmouse.c baycom.c busmouse.c
>cd1865.h conmakehash.c console.c console_struct.h consolemap.c
>consolemap.h cyclades.c defkeymap.c diacr.h digi.h digi_bios.h
>digi_fep.h fbmem.c fep.h h8.c h8.h isicom.c istallion.c kbd_kern.h
>keyb_m68k.c keyboard.c lp.c lp_intern.c lp_m68k.c mem.c misc.c
>msbusmouse.c n_tty.c pcwd.c pcxx.c pcxx.h psaux.c pty.c random.c
>riscom8.c riscom8.h riscom8_reg.h rtc.c scc.c selection.c selection.h
>serial.c softdog.c specialix.c specialix_io8.h stallion.c tga.c
>tpqic02.c tty_io.c tty_ioctl.c vc_screen.c vesa_blank.c vga.c vt.c
>vt_kern.h wd501p.h wdt.c" ]; then \
>/usr/local/src/linux/scripts/mkdep *.[chS] > .depend; fi
>make[2]: *** [fastdep] Error 135

135 == 128+7 => E2BIG (Arg list too long).  What does
  ls -l /usr/local/src/linux/drivers/char/*.[chS] | wc
report?  And which kernel/libc are you compiling on?

-
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: [Announcement] linux-kernel v2.0.39

2001-01-09 Thread Eyal Lebedinsky

My 'make dep' fails in the following way. This is on Debian 2.2, I
commented
out the warnings/errors in linux/include/linux/types.h re the compiler
version.


gcc -I/usr/local/src/linux/include -O2 -fomit-frame-pointer -o
scripts/mkdep scripts/mkdep.c
make[1]: Entering directory
`/data2/usr/local/src/linux-2.0/arch/i386/boot'
make[1]: Nothing to be done for `dep'.
make[1]: Leaving directory
`/data2/usr/local/src/linux-2.0/arch/i386/boot'
scripts/mkdep init/*.c > .tmpdepend
scripts/mkdep `find /usr/local/src/linux/include/asm
/usr/local/src/linux/include/linux /usr/local/src/linux/include/scsi
/usr/local/src/linux/include/net -follow -name \*.h ! -name
modversions.h -print` > .hdepend
/usr/local/src/linux/include/asm/mtrr.h needs config but has not
included config file
/usr/local/src/linux/include/linux/if_frad.h doesn't need config
set -e; for i in kernel drivers mm fs net ipc lib arch/i386/kernel
arch/i386/mm arch/i386/lib; do make -j1 -l -C $i fastdep; done
make[1]: Entering directory `/data2/usr/local/src/linux-2.0/kernel'
gcc -D__KERNEL__ -I/usr/local/src/linux/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe
-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -E
-D__GENKSYMS__ ksyms.c | /sbin/genksyms
/usr/local/src/linux/include/linux/modules
updating /usr/local/src/linux/include/linux/modversions.h
if [ -n "dma.c exec_domain.c exit.c fork.c info.c itimer.c ksyms.c
module.c panic.c printk.c resource.c sched.c signal.c softirq.c sys.c
sysctl.c time.c" ]; then \
/usr/local/src/linux/scripts/mkdep *.[chS] > .depend; fi
make[1]: Leaving directory `/data2/usr/local/src/linux-2.0/kernel'
make[1]: Entering directory `/data2/usr/local/src/linux-2.0/drivers'
if [ -n "" ]; then \
/usr/local/src/linux/scripts/mkdep *.[chS] > .depend; fi
set -e; for i in block char net  pci sbus scsi sound cdrom isdn; do make
-j1 -l -C $i fastdep; done
make[2]: Entering directory
`/data2/usr/local/src/linux-2.0/drivers/block'
gcc -D__KERNEL__ -I/usr/local/src/linux/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe
-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -E
-D__GENKSYMS__ md.c | /sbin/genksyms
/usr/local/src/linux/include/linux/modules
updating /usr/local/src/linux/include/linux/modversions.h
if [ -n "DAC960.c DAC960.h ali14xx.c amiflop.c ataflop.c cmd640.c
cpqarray.c cpqarray.h dtc2278.c floppy.c genhd.c hd.c ht6560b.c
ida_cmd.h ida_ioctl.h ide-cd.c ide-floppy.c ide-tape.c ide-tape.h ide.c
ide.h ide_modes.h linear.c ll_rw_blk.c loop.c md.c proc_array.c
promise.c promise.h qd6580.c raid0.c raid1.c raid5.c rd.c rz1000.c
triton.c umc8672.c xd.c" ]; then \
/usr/local/src/linux/scripts/mkdep *.[chS] > .depend; fi
cpqarray.h doesn't need config
make[2]: Leaving directory
`/data2/usr/local/src/linux-2.0/drivers/block'
make[2]: Entering directory
`/data2/usr/local/src/linux-2.0/drivers/char'
gcc -D__KERNEL__ -I/usr/local/src/linux/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe
-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -E
-D__GENKSYMS__ misc.c | /sbin/genksyms
/usr/local/src/linux/include/linux/modules
gcc -D__KERNEL__ -I/usr/local/src/linux/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe
-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -E
-D__GENKSYMS__ serial.c | /sbin/genksyms
/usr/local/src/linux/include/linux/modules
updating /usr/local/src/linux/include/linux/modversions.h
gcc -I/usr/local/src/linux/include -o conmakehash conmakehash.c
./conmakehash cp437.uni > uni_hash.tbl
if [ -n "amigamouse.c atarimouse.c atixlmouse.c baycom.c busmouse.c
cd1865.h conmakehash.c console.c console_struct.h consolemap.c
consolemap.h cyclades.c defkeymap.c diacr.h digi.h digi_bios.h
digi_fep.h fbmem.c fep.h h8.c h8.h isicom.c istallion.c kbd_kern.h
keyb_m68k.c keyboard.c lp.c lp_intern.c lp_m68k.c mem.c misc.c
msbusmouse.c n_tty.c pcwd.c pcxx.c pcxx.h psaux.c pty.c random.c
riscom8.c riscom8.h riscom8_reg.h rtc.c scc.c selection.c selection.h
serial.c softdog.c specialix.c specialix_io8.h stallion.c tga.c
tpqic02.c tty_io.c tty_ioctl.c vc_screen.c vesa_blank.c vga.c vt.c
vt_kern.h wd501p.h wdt.c" ]; then \
/usr/local/src/linux/scripts/mkdep *.[chS] > .depend; fi
make[2]: *** [fastdep] Error 135
make[2]: Leaving directory `/data2/usr/local/src/linux-2.0/drivers/char'
make[1]: *** [fastdep] Error 2
make[1]: Leaving directory `/data2/usr/local/src/linux-2.0/drivers'
make: *** [dep-files] Error 2

--
Eyal Lebedinsky ([EMAIL PROTECTED]) 
-
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: [Announcement] linux-kernel v2.0.39

2001-01-09 Thread David Weinehall

On Tue, Jan 09, 2001 at 03:01:07PM -0800, Ivan Passos wrote:
> 
> On Tue, 9 Jan 2001, David Weinehall wrote:
> 
> > Everyone laughs, I guess. The 2.0.39final didn't became the final
> > release (could've told you so...) The good thing? Well, some bugs were
> > found and removed. But this is it. Enjoy!
> 
> 
> 
> Well, where is it?? :)
> 
> I tried ftp.us.kernel.org, but couldn't find it. Maybe it hasn't
> propagated thru the mirrors yet ...

Well, some mirrors have it already, at least, but not all. Give it some
time... If you could survive without it for 17 months (or so),
you can survive another day.


/David
  _ _
 // David Weinehall <[EMAIL PROTECTED]> /> Northern lights wander  \\
//  Project MCA Linux hacker//  Dance across the winter sky //
\>  http://www.acc.umu.se/~tao/http://www.tux.org/lkml/



Re: [Announcement] linux-kernel v2.0.39

2001-01-09 Thread Ivan Passos


On Tue, 9 Jan 2001, David Weinehall wrote:

> Everyone laughs, I guess. The 2.0.39final didn't became the final
> release (could've told you so...) The good thing? Well, some bugs were
> found and removed. But this is it. Enjoy!



Well, where is it?? :)

I tried ftp.us.kernel.org, but couldn't find it. Maybe it hasn't
propagated thru the mirrors yet ...

Later,
Ivan

-
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: [Announcement] linux-kernel v2.0.39

2001-01-09 Thread Ivan Passos


On Tue, 9 Jan 2001, David Weinehall wrote:

 Everyone laughs, I guess. The 2.0.39final didn't became the final
 release (could've told you so...) The good thing? Well, some bugs were
 found and removed. But this is it. Enjoy!

snip

Well, where is it?? :)

I tried ftp.us.kernel.org, but couldn't find it. Maybe it hasn't
propagated thru the mirrors yet ...

Later,
Ivan

-
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: [Announcement] linux-kernel v2.0.39

2001-01-09 Thread David Weinehall

On Tue, Jan 09, 2001 at 03:01:07PM -0800, Ivan Passos wrote:
 
 On Tue, 9 Jan 2001, David Weinehall wrote:
 
  Everyone laughs, I guess. The 2.0.39final didn't became the final
  release (could've told you so...) The good thing? Well, some bugs were
  found and removed. But this is it. Enjoy!
 
 snip
 
 Well, where is it?? :)
 
 I tried ftp.us.kernel.org, but couldn't find it. Maybe it hasn't
 propagated thru the mirrors yet ...

Well, some mirrors have it already, at least, but not all. Give it some
time... If you could survive without it for 17 months (or so),
you can survive another day.


/David
  _ _
 // David Weinehall [EMAIL PROTECTED] / Northern lights wander  \\
//  Project MCA Linux hacker//  Dance across the winter sky //
\  http://www.acc.umu.se/~tao//   Full colour fire   /
-
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: [Announcement] linux-kernel v2.0.39

2001-01-09 Thread Eyal Lebedinsky

My 'make dep' fails in the following way. This is on Debian 2.2, I
commented
out the warnings/errors in linux/include/linux/types.h re the compiler
version.


gcc -I/usr/local/src/linux/include -O2 -fomit-frame-pointer -o
scripts/mkdep scripts/mkdep.c
make[1]: Entering directory
`/data2/usr/local/src/linux-2.0/arch/i386/boot'
make[1]: Nothing to be done for `dep'.
make[1]: Leaving directory
`/data2/usr/local/src/linux-2.0/arch/i386/boot'
scripts/mkdep init/*.c  .tmpdepend
scripts/mkdep `find /usr/local/src/linux/include/asm
/usr/local/src/linux/include/linux /usr/local/src/linux/include/scsi
/usr/local/src/linux/include/net -follow -name \*.h ! -name
modversions.h -print`  .hdepend
/usr/local/src/linux/include/asm/mtrr.h needs config but has not
included config file
/usr/local/src/linux/include/linux/if_frad.h doesn't need config
set -e; for i in kernel drivers mm fs net ipc lib arch/i386/kernel
arch/i386/mm arch/i386/lib; do make -j1 -l -C $i fastdep; done
make[1]: Entering directory `/data2/usr/local/src/linux-2.0/kernel'
gcc -D__KERNEL__ -I/usr/local/src/linux/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe
-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -E
-D__GENKSYMS__ ksyms.c | /sbin/genksyms
/usr/local/src/linux/include/linux/modules
updating /usr/local/src/linux/include/linux/modversions.h
if [ -n "dma.c exec_domain.c exit.c fork.c info.c itimer.c ksyms.c
module.c panic.c printk.c resource.c sched.c signal.c softirq.c sys.c
sysctl.c time.c" ]; then \
/usr/local/src/linux/scripts/mkdep *.[chS]  .depend; fi
make[1]: Leaving directory `/data2/usr/local/src/linux-2.0/kernel'
make[1]: Entering directory `/data2/usr/local/src/linux-2.0/drivers'
if [ -n "" ]; then \
/usr/local/src/linux/scripts/mkdep *.[chS]  .depend; fi
set -e; for i in block char net  pci sbus scsi sound cdrom isdn; do make
-j1 -l -C $i fastdep; done
make[2]: Entering directory
`/data2/usr/local/src/linux-2.0/drivers/block'
gcc -D__KERNEL__ -I/usr/local/src/linux/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe
-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -E
-D__GENKSYMS__ md.c | /sbin/genksyms
/usr/local/src/linux/include/linux/modules
updating /usr/local/src/linux/include/linux/modversions.h
if [ -n "DAC960.c DAC960.h ali14xx.c amiflop.c ataflop.c cmd640.c
cpqarray.c cpqarray.h dtc2278.c floppy.c genhd.c hd.c ht6560b.c
ida_cmd.h ida_ioctl.h ide-cd.c ide-floppy.c ide-tape.c ide-tape.h ide.c
ide.h ide_modes.h linear.c ll_rw_blk.c loop.c md.c proc_array.c
promise.c promise.h qd6580.c raid0.c raid1.c raid5.c rd.c rz1000.c
triton.c umc8672.c xd.c" ]; then \
/usr/local/src/linux/scripts/mkdep *.[chS]  .depend; fi
cpqarray.h doesn't need config
make[2]: Leaving directory
`/data2/usr/local/src/linux-2.0/drivers/block'
make[2]: Entering directory
`/data2/usr/local/src/linux-2.0/drivers/char'
gcc -D__KERNEL__ -I/usr/local/src/linux/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe
-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -E
-D__GENKSYMS__ misc.c | /sbin/genksyms
/usr/local/src/linux/include/linux/modules
gcc -D__KERNEL__ -I/usr/local/src/linux/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe
-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -E
-D__GENKSYMS__ serial.c | /sbin/genksyms
/usr/local/src/linux/include/linux/modules
updating /usr/local/src/linux/include/linux/modversions.h
gcc -I/usr/local/src/linux/include -o conmakehash conmakehash.c
./conmakehash cp437.uni  uni_hash.tbl
if [ -n "amigamouse.c atarimouse.c atixlmouse.c baycom.c busmouse.c
cd1865.h conmakehash.c console.c console_struct.h consolemap.c
consolemap.h cyclades.c defkeymap.c diacr.h digi.h digi_bios.h
digi_fep.h fbmem.c fep.h h8.c h8.h isicom.c istallion.c kbd_kern.h
keyb_m68k.c keyboard.c lp.c lp_intern.c lp_m68k.c mem.c misc.c
msbusmouse.c n_tty.c pcwd.c pcxx.c pcxx.h psaux.c pty.c random.c
riscom8.c riscom8.h riscom8_reg.h rtc.c scc.c selection.c selection.h
serial.c softdog.c specialix.c specialix_io8.h stallion.c tga.c
tpqic02.c tty_io.c tty_ioctl.c vc_screen.c vesa_blank.c vga.c vt.c
vt_kern.h wd501p.h wdt.c" ]; then \
/usr/local/src/linux/scripts/mkdep *.[chS]  .depend; fi
make[2]: *** [fastdep] Error 135
make[2]: Leaving directory `/data2/usr/local/src/linux-2.0/drivers/char'
make[1]: *** [fastdep] Error 2
make[1]: Leaving directory `/data2/usr/local/src/linux-2.0/drivers'
make: *** [dep-files] Error 2

--
Eyal Lebedinsky ([EMAIL PROTECTED]) http://samba.anu.edu.au/eyal/
-
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: [Announcement] linux-kernel v2.0.39

2001-01-09 Thread Keith Owens

On Wed, 10 Jan 2001 10:27:44 +1100, 
Eyal Lebedinsky [EMAIL PROTECTED] wrote:
My 'make dep' fails in the following way. This is on Debian 2.2, I
commented
if [ -n "amigamouse.c atarimouse.c atixlmouse.c baycom.c busmouse.c
cd1865.h conmakehash.c console.c console_struct.h consolemap.c
consolemap.h cyclades.c defkeymap.c diacr.h digi.h digi_bios.h
digi_fep.h fbmem.c fep.h h8.c h8.h isicom.c istallion.c kbd_kern.h
keyb_m68k.c keyboard.c lp.c lp_intern.c lp_m68k.c mem.c misc.c
msbusmouse.c n_tty.c pcwd.c pcxx.c pcxx.h psaux.c pty.c random.c
riscom8.c riscom8.h riscom8_reg.h rtc.c scc.c selection.c selection.h
serial.c softdog.c specialix.c specialix_io8.h stallion.c tga.c
tpqic02.c tty_io.c tty_ioctl.c vc_screen.c vesa_blank.c vga.c vt.c
vt_kern.h wd501p.h wdt.c" ]; then \
/usr/local/src/linux/scripts/mkdep *.[chS]  .depend; fi
make[2]: *** [fastdep] Error 135

135 == 128+7 = E2BIG (Arg list too long).  What does
  ls -l /usr/local/src/linux/drivers/char/*.[chS] | wc
report?  And which kernel/libc are you compiling on?

-
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/