#10842: BUG: qemu doesn't compile with gcc4 ------------------------------+--------------------------------------------- Reporter: canela@email.it | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: qemu Port: | ------------------------------+--------------------------------------------- Changes (by jmr@macports.org): * keywords: qemu ticketformatting => qemu Old description:
sudo port -vc install qemu +macosx [[BR]] ---> Fetching qemu [[BR]] ---> Verifying checksum(s) for qemu [[BR]] ---> Checksumming qemu-0.8.1.tar.gz [[BR]] ---> Extracting qemu [[BR]] ---> Extracting qemu-0.8.1.tar.gz [[BR]] ---> Applying patches to qemu [[BR]] ---> Applying /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/emulators/qemu/files /patch-configure patching file configure [[BR]] Hunk #1 succeeded at 487 (offset 181 lines). [[BR]] Hunk #2 succeeded at 562 with fuzz 2 (offset 202 lines). [[BR]] ---> Configuring qemu [[BR]] Compiler /usr/bin/gcc-3.3 could not be found [[BR]] ---> Building qemu with target all [[BR]] Makefile:1: config-host.mak: No such file or directory [[BR]] make: *** No rule to make target `config-host.mak'. Stop. [[BR]] Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_emulators_qemu/work/qemu-0.8.1" && make all" returned error 2 [[BR]] Command output: Makefile:1: config-host.mak: No such file or directory [[BR]] make: *** No rule to make target `config-host.mak'. Stop. [[BR]]
Warning: the following items did not execute (for qemu): com.apple.activate [[BR]] com.apple.build com.apple.destroot com.apple.archive com.apple.install [[BR]] Error: Status 1 encountered during processing. [[BR]]
-----------------------------------------------
Qemu looks for gcc-3.3 and can't find it, but on my system is right where qemu looks (/usr/bin/gcc-3.3).
New description: {{{ sudo port -vc install qemu +macosx [[BR]] ---> Fetching qemu [[BR]] ---> Verifying checksum(s) for qemu [[BR]] ---> Checksumming qemu-0.8.1.tar.gz [[BR]] ---> Extracting qemu [[BR]] ---> Extracting qemu-0.8.1.tar.gz [[BR]] ---> Applying patches to qemu [[BR]] ---> Applying /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/emulators/qemu/files /patch-configure patching file configure [[BR]] Hunk #1 succeeded at 487 (offset 181 lines). [[BR]] Hunk #2 succeeded at 562 with fuzz 2 (offset 202 lines). [[BR]] ---> Configuring qemu [[BR]] Compiler /usr/bin/gcc-3.3 could not be found [[BR]] ---> Building qemu with target all [[BR]] Makefile:1: config-host.mak: No such file or directory [[BR]] make: *** No rule to make target `config-host.mak'. Stop. [[BR]] Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_emulators_qemu/work/qemu-0.8.1" && make all" returned error 2 [[BR]] Command output: Makefile:1: config-host.mak: No such file or directory [[BR]] make: *** No rule to make target `config-host.mak'. Stop. [[BR]] Warning: the following items did not execute (for qemu): com.apple.activate [[BR]] com.apple.build com.apple.destroot com.apple.archive com.apple.install [[BR]] Error: Status 1 encountered during processing. [[BR]] }}} ----------------------------------------------- Qemu looks for gcc-3.3 and can't find it, but on my system is right where qemu looks (/usr/bin/gcc-3.3). -- -- Ticket URL: <http://trac.macports.org/ticket/10842#comment:16> MacPorts <http://www.macports.org/> Ports system for Mac OS