Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14170] New: qemu 0.9.0 build broken

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14170] New: qemu 0.9.0 build broken
  • Date: 15 Dec 2007 16:49:47 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14170

Summary: qemu 0.9.0 build broken
Product: Codex
Version: stable-rc grimoire
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: utils
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: eekee57 AT fastmail.fm


Not sure how or why, other than that something isn't finding qemu.h:

/usr/src/qemu-0.9.0/exec.c:38:18: qemu.h: No such file or directory

the context in exec.c is:

#if defined(CONFIG_USER_ONLY)
#include <qemu.h>
#endif

qemu.h is not found in the main source dir, rather it's in 2 subdirs:

$ find . -name qemu.h
./darwin-user/qemu.h
./linux-user/qemu.h

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 14170] New: qemu 0.9.0 build broken, bugzilla-daemon, 12/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page