rpms/abicheck/devel abicheck.spec,1.19,1.20

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Aug 16 13:00:18 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/abicheck/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21396

Modified Files:
	abicheck.spec 
Log Message:
get some ldd debug output


Index: abicheck.spec
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- abicheck.spec	16 Aug 2005 12:42:41 -0000	1.19
+++ abicheck.spec	16 Aug 2005 13:00:16 -0000	1.20
@@ -46,7 +46,18 @@
 
 %check
 cd test
+# most of this is debug stuff only
+make private1 public1
+for a in $(seq 1 50); do ( 
+    echo "-----"
+    ../abicheck ./public1 || :
+    LD_DEBUG=files,bindings ldd -r ./public1 || :
+    ../abicheck ./private1 | egrep 'PRIVATE:.*libc.*(__open|__nanosleep)' || :
+    LD_DEBUG=files,bindings ldd -r ./private1 || :
+); done
+cd -
 make test
+:
 
 
 %clean




More information about the scm-commits mailing list