Opened 19 years ago
Closed 19 years ago
#5211 closed defect (invalid)
BUG: qemu fails to compile
Reported by: | aconchillo@… | Owned by: | pidherbemont@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
The qemu port does not use the include and lib darwinports paths. This causes qemu not to find SDL/ SDL.h (a port dependency already installed). More specifically, the error is
gcc-3.3 -Wall -O2 -g -fno-strict-aliasing -Dpowerpc -I. -I/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_emulators_qemu/ work/qemu-0.7.0/target-i386 -I/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_emulators_qemu/ work/qemu-0.7.0 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/opt/local/var/ db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_emulators_qemu/ work/qemu-0.7.0/fpu -I/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_emulators_qemu/ work/qemu-0.7.0/slirp -c -o vl.o /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_emulators_qemu/ work/qemu-0.7.0/vl.c /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_emulators_qemu/ work/qemu-0.7.0/vl.c:71:21: SDL/SDL.h: No such file or directory
Attachments (2)
Change History (4)
Changed 19 years ago by aconchillo@…
Attachment: | qemu.tar.gz added |
---|
comment:1 Changed 19 years ago by mww@…
Owner: | changed from darwinports-bugs@… to pidherbemont@… |
---|
comment:2 Changed 19 years ago by markd@…
Resolution: | → invalid |
---|---|
Status: | new → closed |
This patch has been obsoleted by the version bump to 0.8.0, bug #6187
qemu port fixes