Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#7626 closed defect (worksforme)

popt fails to build because it can't find install.sh

Reported by: lrivers@… Owned by: n3npq@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc:
Port:

Description

since rsync depends on popt and port uses rsync and 10.4.5's rsync is borked, this needs fixing

port -d install popt DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/devel/popt DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/devel/popt DEBUG: Requested variant powerpc is not provided by port popt. DEBUG: Requested variant darwin is not provided by port popt. DEBUG: Requested variant macosx is not provided by port popt. DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/devel/gettext DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/devel/gettext DEBUG: Searching for dependency: gettext DEBUG: Found Dependency: receipt exists for gettext DEBUG: Skipping completed com.apple.main (popt) DEBUG: Skipping completed com.apple.unarchive (popt) ---> Configuring popt DEBUG: Skipping completed com.apple.fetch (popt) DEBUG: Skipping completed com.apple.checksum (popt) DEBUG: Skipping completed com.apple.extract (popt) DEBUG: Skipping completed com.apple.patch (popt) DEBUG: Executing com.apple.configure (popt) DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_popt/work/popt-1.10.4" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --with-included-gettext' configure: error: cannot find install-sh or install.sh in . ./.. ./../.. Warning: the following items did not execute (for popt): com.apple.activate com.apple.configure com.apple.build com.apple.destroot com.apple.archive com.apple.install Error: Target com.apple.configure returned: configure failure: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_popt/work/popt-1.10.4" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --with-included-gettext" returned error 1 Command output: configure: error: cannot find install-sh or install.sh in . ./.. ./../..

Error: /opt/local/bin/port: Status 1 encountered during processing.

Change History (2)

comment:1 Changed 18 years ago by blb@…

Owner: changed from darwinports-bugs@… to n3npq@…

Assign to maintainer.

comment:2 Changed 18 years ago by n3npq@…

Resolution: worksforme
Status: newclosed

This sequence builds for me:

port sync port -f uninstall popt port clean --all popt port -v install popt

However, if you don't have a working rsync, then upgrading popt isn't happening.

There's a precompiled popt-1.10.4 *.rpm package at

http://wraptastic.org/pub/dports

Download the popt-1.10.4-1.ppc.rpm pkg, and the rpm2cpio.sh payload extraction.

Install the popt binary payload by doing

mkdir /var/tmp/xxx cd /var/tmp/xxx rpm2cpio.sh popt-1.10.4-1.ppc.rpm | cpio -dim find . -type d -exec chmod 755 {} \; tar cf - . | (cd /; tar xvf -)

Note: See TracTickets for help on using tickets.