[Bug 325814] New: stubs-32.h missing from glibc-devel (or glibc-32bit)
https://bugzilla.novell.com/show_bug.cgi?id=325814 Summary: stubs-32.h missing from glibc-devel (or glibc-32bit) Product: openSUSE 10.2 Version: Final Platform: 64bit OS/Version: openSUSE 10.2 Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: roger.larsson@norran.net QAContact: qa@suse.de Found By: Customer When trying to compile a program (usb-driver for Xilinx) for 32 bits under openSuSE 10.2 64 bits, gcc spits out an error cc -Wall -fPIC -DUSB_DRIVER_VERSION="\"2007-09-15 00:53:08\"" -m32 usb-driver.c parport.c config.c jtagmon.c -o libusb-driver.so -ldl -lusb -lpthread -shared In file included from /usr/include/features.h:346, from /usr/include/dlfcn.h:24, from usb-driver.c:26: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory There exists a file named /usr/include/gnu/stubs-64.h and compilation works for 64 bits. This file should be either in glibc-devel or glibc-32bit, but I would vote for the glibc-devel. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=325814#c1 --- Comment #1 from Roger Larsson <roger.larsson@norran.net> 2007-09-17 16:48:31 MST --- There is a bigger issue here... copied the stubs-64.h to get a stubs-32.h used libusb-drivers make lib32 Now I get linking problems... cc -Wall -fPIC -DUSB_DRIVER_VERSION="\"2007-09-15 00:53:08\"" -m32 usb-driver.c parport.c config.c jtagmon.c -o libusb-driver.so -ldl -lusb -lpthread -shared /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../libdl.so when searching for -ldl - - - How to find libusb-driver? Start at http://www.rmdir.de/~michael/xilinx/ for some background information I cloned the git repository. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=325814 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pth@novell.com AssignedTo|pth@novell.com |pbaudis@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=325814 User pbaudis@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=325814#c2 Petr Baudis <pbaudis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Petr Baudis <pbaudis@novell.com> 2008-12-04 11:33:15 MST --- This is fixed in newer OpenSUSE releases. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com