Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15024] New: qemu needs dirent.h

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 15024] New: qemu needs dirent.h
  • Date: 14 Jan 2009 13:11:49 -0000

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

Summary: qemu needs dirent.h
Product: Codex
Version: test grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: utils
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: harry.broeken AT home.nl


I'am not sure in which version of glibc dirent.h is no longer installed in
/usr/include/linux. However there is a dirent.h in /usr/include.
All the needed changes for qemu are thus to replace <linux/dirent.h> with
<dirent.h> in $SOURCE_DIRECTORY/linux-user/syscall.c
I couldn't compile with any of the soft-mmu's in the arch-specifications but
that is probably not spell-related.
My own fix is ugly for the script; simply a PRE_BUILD in which I copy a
changed
syscall.c to the SOURCE_DIRECTORY. My versions of the test-grimoire is from 8
jan.

>>greetings<<
Harry Broeken


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




Archive powered by MHonArc 2.6.24.

Top of Page