[oe-issues] [Bug 2548] New: Fix qemu to build on OpenSUSE 10.2
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Fri Jun 22 10:55:40 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2548
Summary: Fix qemu to build on OpenSUSE 10.2
Product: Openembedded
Version: unspecified
Platform: All
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: utx at penguin.cz
QAContact: tinderbox-oe at gmx.net
In OpenSUSE 10.2 build of qemu fails on error (unknown meaning of "__user" in
the include file causes strange errors) while compiling usb-linux.c.
Fix:
In usb-linux.c:
Add
#include <linux/compiler.h>
just before
#include <linux/usbdevice_fs.h>
Note that this fix is not sufficient to make qemu working, at least on OpenSUSE
10.2 x86_64 with gcc33 installed from OpenSUSE Build Service devel:tools:gcc:
qemu: uncaught target signal 11 (Segmentation fault) - exiting
probably occurred in glibc binary locale preparation phase
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list