[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#116262: linuxconf: Found the problem: i386 executable(s) included in source package



Package: linuxconf
Version: N/A; reported 2001-11-07

XFmousereset is included in the source, and not cleaned or rebuilt, so ldd of that file
on other architectures fails.

This patch allows the executable to be cleaned out, but it really should be removed
from the source package as well.

diff -Naur linuxconf.orig/modules/mouseconf/Makefile linuxconf-1.26r1/modules/mouseconf/Makefile
--- linuxconf.orig/modules/mouseconf/Makefile	Wed Jan 24 16:53:17 2001
+++ linuxconf-1.26r1/modules/mouseconf/Makefile	Wed Nov  7 11:25:28 2001
@@ -33,6 +33,7 @@
 clean:
 	rm -f $(CURDIR).so.* `find . -name \*.bak`
 	rm -f x *.o *.os *.obt *.bak *~ *.a *.old *.log *.nap *.nar core
+	rm -f XFmousereset
 endif
 
There are also other i386 ELF files included in the source package. 'flushchains' may be
removed by a clean rule, but the other two do not seem to be.

./dialog/a.out
./manager/manager
./modules/firewall/flushchains
 
-- System Information
Debian Release: testing/unstable
Architecture: ia64
Kernel: Linux butthead 2.4.9-itanium-smp #1 SMP Mon Sep 17 20:48:35 MDT 2001 ia64
Locale: LANG=C, LC_CTYPE=




Reply to: