Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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 jmpp@…)

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 16 years ago by jmpp@…

Description: modified (diff)
Milestone: Port Bugs

comment:2 Changed 16 years ago by sadoulet@…

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...

comment:3 Changed 16 years ago by afb@…

Owner: changed from macports-dev@… to afb@…
Status: newassigned

comment:4 in reply to:  2 Changed 16 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 16 years ago by afb@…

Resolution: fixed
Status: assignedclosed

Fixed, r31674.

comment:6 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.