Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#31284 closed defect (invalid)

Install dpkg failed (failed to install lzmautils)

Reported by: max.iphone.dev@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I'm trying to install dpkg on Snow Leopard. Latest MacPorts version is installed.

sudo port install dpkg
--->  Computing dependencies for dpkg
--->  Dependencies to be installed: lzmautils
--->  Configuring lzmautils
Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details)
Error: Failed to install lzmautils
Log for lzmautils is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_lzmautils/lzmautils/main.log
Error: The following dependencies were not installed: lzmautils
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

Log is attached to this ticket. Any idea what's going wrong?

Attachments (1)

main.log (4.0 KB) - added by max.iphone.dev@… 13 years ago.

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by max.iphone.dev@…

Attachment: main.log added

comment:1 Changed 13 years ago by afb@…

Priority: HighNormal
Resolution: invalid
Status: newclosed
Version: 2.0.3

You have installed your Xcode into a directory with spaces ("/Xcode 4"). Don't do that (use "/Xcode4").

configure: error: C++ compiler cannot create executables
See `config.log' for more details.

In your config.log, you'll have a line like: ./configure: line 2702: /Xcode: No such file or directory

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.