[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    icecream/client
From:       Stephan Kulow <coolo () kde ! org>
Date:       2006-08-29 7:23:06
Message-ID: 1156836186.740937.19405.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 578379 by coolo:

I'm not sure what was supposed to be fixed by it, but
it breaks x86_64 (while it greped out linux-gate on i586)
CCMAIL: raabe@kde.org


 M  +2 -1      icecc-create-env  


--- trunk/icecream/client/icecc-create-env #578378:578379
@@ -44,7 +44,8 @@
 		#         libc.so.6 => /lib/tls/libc.so.6 (0xb7e81000)
 		#         /lib/ld-linux.so.2 (0xb7fe8000)
 		# covering both situations ( with => and without )
-          for lib in `ldd "$path" | tail -n +2 | sed -n 's,^[^/]*\(/[^ ]*\).*,\1,p'`; do
+          for lib in `ldd "$path" | sed -n 's,^[^/]*\(/[^ ]*\).*,\1,p'`; do
+	    test -f "$lib" || continue
 	    # Check wether the same library also exists in the parent directory,
 	    # and prefer that on the assumption that it is a more generic one.
 	    local baselib=`echo "$lib" | sed 's,\(/[^/]*\)/.*\(/[^/]*\)$,\1\2,'`
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic