All of lore.kernel.org
 help / color / mirror / Atom feed
* find: /usr/src/linux-2.4.30/include/asm: Too many levels of symbolic links
@ 2005-04-07 12:18 Martin MOKREJŠ
  2005-04-07 12:34 ` DervishD
  0 siblings, 1 reply; 3+ messages in thread
From: Martin MOKREJŠ @ 2005-04-07 12:18 UTC (permalink / raw)
  To: LKML

Hi,
  again I've hit some wird problem doing "make dep" for 2.4 kernel:

I've extracted the linxu-2.4.30.tar.gz file, copied .config from
previous src-tree, ran `make oldconfig', did `make menuconfig',
and finally `make dep':

[cut]
make[2]: Leaving directory `/usr/src/linux-2.4.30/arch/i386/lib'
make[1]: Leaving directory `/usr/src/linux-2.4.30'
make update-modverfile
make[1]: Entering directory `/usr/src/linux-2.4.30'
/usr/src/linux-2.4.30/include/linux/modversions.h was not updated
make[1]: Leaving directory `/usr/src/linux-2.4.30'
scripts/mkdep -- `find /usr/src/linux-2.4.30/include/asm /usr/src/linux-2.4.30/include/linux /usr/src/linux-2.4.30/include/scsi /usr/src/linux-2.4.30/include/net /usr/src/linux-2.4.30/include/math-emu \( -name SCCS -o -name .svn \) -prune -o -follow -name \*.h ! -name modversions.h -print` > .hdepend
find: /usr/src/linux-2.4.30/include/asm: Too many levels of symbolic links
scripts/mkdep -- init/*.c > .depend
# 


Executing `find /usr/src/linux-2.4.30/include/asm /usr/src/linux-2.4.30/include/linux /usr/src/linux-2.4.30/include/scsi /usr/src/linux-2.4.30/include/net /usr/src/linux-2.4.30/include/math-emu \( -name SCCS -o -name .svn \) -prune -o -follow -name \*.h ! -name modversions.h -print` works just fine.


aquarius linux-2.4.30 # scripts/mkdep -- `find /usr/src/linux-2.4.30/include/asm /usr/src/linux-2.4.30/include/linux /usr/src/linux-2.4.30/include/scsi /usr/src/linux-2.4.30/include/net /usr/src/linux-2.4.30/include/math-emu \( -name SCCS -o -name .svn \) -prune -o -follow -name \*.h ! -name modversions.h -print`
find: /usr/src/linux-2.4.30/include/asm: Too many levels of symbolic links
mkdep: HPATH not set in environment.  Don't bypass the top level Makefile.
aquarius linux-2.4.30 # 

aquarius linux-2.4.30 # ls -la /usr/src/linux-2.4.30/include/asm
lrwxrwxrwx  1 root root 8 Apr  7 14:07 /usr/src/linux-2.4.30/include/asm -> asm-i386
aquarius linux-2.4.30 # ls -la /usr/src/linux-2.4.30/include/asm-i
asm-i386/ asm-ia64/ 
aquarius linux-2.4.30 # ls -la /usr/src/linux-2.4.30/include/asm-i386/
total 692
drwxr-xr-x   2 573 573  1741 Apr  4 03:42 .
drwxr-xr-x  28 573 573   397 Apr  7 14:07 ..
-rw-r--r--   1 573 573   764 Jun 16  1995 a.out.h
-rw-rw-r--   1 573 573  4974 Apr  4 03:42 acpi.h
-rw-r--r--   1 573 573  2528 Nov 17 12:54 apic.h
-rw-r--r--   1 573 573  9610 Aug 25  2003 apicdef.h
-rw-r--r--   1 573 573  5066 Nov 22  2001 atomic.h
-rw-r--r--   1 573 573  9568 Aug  8  2004 bitops.h
-rw-r--r--   1 573 573   409 Apr 16  1997 boot.h
[cut]
There are no symlinks under /usr/src/linux-2.4.30/include/asm-i386/

Any clues? :( Please Cc: me in replies.
-- 
Martin Mokrejs
Email: 'bW9rcmVqc21Acmlib3NvbWUubmF0dXIuY3VuaS5jeg==\n'.decode('base64')
GPG key is at http://www.natur.cuni.cz/~mmokrejs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: find: /usr/src/linux-2.4.30/include/asm: Too many levels of symbolic links
  2005-04-07 12:18 find: /usr/src/linux-2.4.30/include/asm: Too many levels of symbolic links Martin MOKREJŠ
@ 2005-04-07 12:34 ` DervishD
  2005-04-07 16:11   ` Martin MOKREJS(
  0 siblings, 1 reply; 3+ messages in thread
From: DervishD @ 2005-04-07 12:34 UTC (permalink / raw)
  To: Martin MOKREJ?; +Cc: LKML

    Hi Martin :)

 * Martin MOKREJ? <mmokrejs@ribosome.natur.cuni.cz> dixit:
>  again I've hit some wird problem doing "make dep" for 2.4 kernel:

    Not a kernel problem but a findutils problem. Fixed in 4.2.19,
but 4.2.20 was released recently. Upgrade.

    Raúl Núñez de Arenas Coronado

-- 
Linux Registered User 88736
http://www.dervishd.net & http://www.pleyades.net/
It's my PC and I'll cry if I want to...

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: find: /usr/src/linux-2.4.30/include/asm: Too many levels of symbolic links
  2005-04-07 12:34 ` DervishD
@ 2005-04-07 16:11   ` Martin MOKREJS(
  0 siblings, 0 replies; 3+ messages in thread
From: Martin MOKREJS( @ 2005-04-07 16:11 UTC (permalink / raw)
  To: Martin MOKREJ?, LKML

DervishD wrote:

>> again I've hit some wird problem doing "make dep" for 2.4 kernel:
> 
> 
>     Not a kernel problem but a findutils problem. Fixed in 4.2.19,
> but 4.2.20 was released recently. Upgrade.

You were right. Thanks!
M.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-04-07 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-07 12:18 find: /usr/src/linux-2.4.30/include/asm: Too many levels of symbolic links Martin MOKREJŠ
2005-04-07 12:34 ` DervishD
2005-04-07 16:11   ` Martin MOKREJS(

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.