Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#1430 closed defect (fixed)

XPM build fails

Reported by: matt@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Hi,

After a fresh cvsup, i couldn't get XPM-3.4 to properly build under Mac OS X 10.3.2 Here is the complete output (debug and verbose flags used):


DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided DEBUG: Executing com.apple.main (xpm) ---> Fetching xpm DEBUG: Executing com.apple.fetch (xpm) ---> Verifying checksum for xpm DEBUG: Executing com.apple.checksum (xpm) DEBUG: setting option checksums to {xpm-3.4k.tar.gz md5 dd7c6df259912646671ab8cbd3fcafd7} ---> Extracting xpm DEBUG: Executing com.apple.extract (xpm) ---> Extracting xpm-3.4k.tar.gz DEBUG: setting option extract.args to /opt/local/var/db/dports/distfiles/xpm-3.4k.tar.gz DEBUG: Assembled command: 'cd "/opt/local/darwinports/dports/x11/xpm/work" && gzip -dc /opt/local/var/db/dports/distfiles/xpm-3.4k.tar.gz | tar -xf -' Done DEBUG: Executing com.apple.patch (xpm) ---> Applying /opt/local/darwinports/dports/x11/xpm/files/patch-Imakefile DEBUG: Assembled command: 'cd "/opt/local/darwinports/dports/x11/xpm/work/xpm -3.4k" && patch -p0' patching file lib/Imakefile ---> Configuring xpm DEBUG: Executing com.apple.configure (xpm) DEBUG: Assembled command: 'cd "/opt/local/darwinports/dports/x11/xpm/work/xpm -3.4k" && xmkmf' sh: line 1: xmkmf: command not found Error: Target com.apple.configure returned: xmkmf failure: shell command "cd "/opt/local/ darwinports/dports/x11/xpm/work/xpm-3.4k" && xmkmf" returned error 127 Command output: sh: line 1: xmkmf: command not found

Warning: the following items did not execute (for xpm): com.apple.install com.apple.configure com.apple.build com.apple.destroot


Change History (1)

comment:1 Changed 20 years ago by toby@…

Resolution: fixed
Status: newclosed

You'll need to add /usr/X11R6/bin to your $PATH, or run the install from X11.app.

  • toby
Note: See TracTickets for help on using tickets.