#17985: xfig install fails ----------------------------------+----------------------------------------- Reporter: zullil@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: ----------------------------------+----------------------------------------- {{{ ---> Fetching xfig ---> Attempting to fetch xfig.3.2.5.full.tar.gz from http://internap.dl.sourceforge.net/mcj ---> Verifying checksum(s) for xfig ---> Extracting xfig ---> Applying patches to xfig ---> Configuring xfig ---> Building xfig ---> Staging xfig into destroot Error: Target org.macports.destroot returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_xfig/work/xfig.3.2.5" && make install.all install.man DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_xfig/work/destroot " returned error 2 Command output: make install install -c xfig /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_xfig/work/destroot/opt/local/bin/xfig + /bin/sh /usr/X11R6/bin/mkdirhier /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_xfig/work/destroot/opt/local/lib/X11 /app-defaults /bin/sh: /usr/X11R6/bin/mkdirhier: No such file or directory make[1]: *** [install] Error 127 make: *** [install.all] Error 2 Error: Status 1 encountered during processing. }}} From the Makefile: {{{ # ------------------------------ # IMPORTANT GENERAL NOTE: # ------------------------------ # # Anytime the Imakefile is changed, you must do either "xmkmf" or "make Makefile", # followed by "make clean" before doing a "make" or "make install" of any kind. # If you want to install xfig in a directory other than the default X11 binary # directory, uncomment the following "BINDIR" line and change the path # to the full path of the directory where you want xfig to be installed. # Also, you may have to uncomment and redefine MKDIRHIER because "make" looks # for it relative to the BINDIR variable. # BINDIR = /opt/local/bin DESTDIR = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gra$ MKDIRHIER = /bin/sh /usr/X11R6/bin/mkdirhier # MKDIRHIER = mkdirhier }}} I don't have /usr/X11R6/bin/mkdirhier; should this be /opt/local/bin/mkdirhier, which I do have (thanks to MacPorts) -- Ticket URL: <http://trac.macports.org/ticket/17985> MacPorts <http://www.macports.org/> Ports system for Mac OS