#13423 closed defect (fixed)
Error during build of apt-rpm
Reported by: | sadoulet@… | Owned by: | afb@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.2 |
Keywords: | apt-rpm | Cc: | |
Port: |
Description (last modified by jmpalacios (Juan Manuel Palacios))
I had the following error when building apt-rpm on my Mac PowerPC running OS X 10.4.11 Darwin 8.11:
sudo port -v install apt-rpm Password: ---> Building apt-rpm with target all Making all in lua make[1]: execvp: ../buildlib/install-sh: Permission denied make[1]: *** [local/.dirstamp] Error 127 make: *** [all-recursive] Error 1 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_apt-rpm/work/apt-0.5.15lorg3.93" && make all " returned error 2 Command output: Making all in lua make[1]: execvp: ../buildlib/install-sh: Permission denied make[1]: *** [local/.dirstamp] Error 127 make: *** [all-recursive] Error 1 I have checked that install-sh is owned by root admin, which should have been OK because of the sudo command. Any advice?
Change History (6)
comment:1 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Description: | modified (diff) |
---|---|
Milestone: | → Port Bugs |
comment:2 follow-up: 4 Changed 17 years ago by sadoulet@…
comment:3 Changed 17 years ago by afb@…
Owner: | changed from macports-dev@… to afb@… |
---|---|
Status: | new → assigned |
comment:4 Changed 17 years ago by afb@…
Replying to sadoulet@berkeley.edu:
I am still wondering why the script did not do that correctly...
Probably just a packaging issue from upstream, that I didn't notice.
comment:5 Changed 17 years ago by afb@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed, r31674.
Note: See
TracTickets for help on using
tickets.
The fix was simple: changing by hand the permission of /buildlib/install-sh from rw- to rwx. I am still wondering why the script did not do that correctly...