Opened 20 years ago
Closed 20 years ago
#3129 closed defect (fixed)
BUG: streamripper-1.61.5
Reported by: | dhaines@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
currently, if you try to install streamripper, you get the following:
---> Staging streamripper into destroot Error: Target com.apple.destroot returned: shell command "cd "/usr/local/var/db/dports/build/ file._usr_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_audio_streamrippe r/work/streamripper-1.61.5" && make install DESTDIR=/usr/local/var/db/dports/build/ file._usr_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_audio_streamrippe r/work/destroot" returned error 2 Command output: Making install in libmad-0.15.1b make install-recursive make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'.
/usr/local/var/db/dports/build/ |
file._usr_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_audio_streamrippe r/work/streamripper-1.61.5/install-sh -d "/usr/local/var/db/dports/build/ file._usr_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_audio_streamrippe r/work/destroot/usr/local/bin" /bin/sh: line 1: /usr/local/var/db/dports/build/ file._usr_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_audio_streamrippe r/work/streamripper-1.61.5/install-sh: Permission denied make[2]: * [install-binPROGRAMS] Error 126 make[1]: * [install-am] Error 2 make: * [install-recursive] Error 1
It seems that something calls install-sh but that install-sh doesn't have execute permissions set. Additionally, there's a newer version of streamripper available. Here's a diff of the old and new Portfiles:
6c6 < version 1.61.8 ---
version 1.61.5
21c21 < checksums md5 13c8815b754f264ae72ef45def833303 ---
checksums md5 38f2ea96fddccee5350b2711f75d1b6a
25,28d24 < pre-destroot { < file attributes ${worksrcpath}/install-sh -permissions 755 < } <
Change History (2)
comment:1 Changed 20 years ago by jmpp@…
Owner: | changed from darwinports-bugs@… to mww@… |
---|
comment:2 Changed 20 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
thanks, commited!