find-debuginfo.sh

Roland McGrath roland at redhat.com
Wed Aug 8 18:56:53 UTC 2007


> See http://koji.fedoraproject.org/koji/taskinfo?taskID=93674 as well.

That failure (mock) is because of building a .so improperly.  This is bad
in other ways and it's been broken to be that way for some time.  The
strict build-ID checking was just what noticed it.  If there is a really
strong reason why this was intentional, please talk to me about it.  
Otherwise, please apply this:

--- mock-0.7.5/src/Makefile.~1~	2007-08-02 08:38:35.000000000 -0700
+++ mock-0.7.5/src/Makefile	2007-08-08 11:54:37.000000000 -0700
@@ -21,7 +21,7 @@ endif
 all: $(EXECUTABLE) $(LIBRARY)
 
 $(LIBRARY): selinux-mock.o
-	$(LD) -shared -o $(LIBRARY) selinux-mock.o
+	$(CC) $(CFLAGS) -shared -o $(LIBRARY) selinux-mock.o
 
 selinux-mock.o:  selinux-mock.c
 	$(CC) $(CFLAGS) -fPIC -c selinux-mock.c



Thanks,
Roland




More information about the fedora-devel-list mailing list