Opened 14 years ago

Closed 14 years ago

#25588 closed defect (fixed)

texi2html upgrade tries to execute -x file

Reported by: kpreid (Kevin Reid) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc: bK4gYuRo
Port: texi2html

Description

The build of texi2html tries to execute ./install-sh which is not set executable.

If it matters I am running MacPorts as non-root.

:msg:configure --->  Building texi2html
:debug:build build phase started at Thu Jul  8 10:29:34 PDT 2010
:debug:build Executing org.macports.build (texi2html)
:debug:build Environment: CPATH='/Stuff/ports/include' CC_PRINT_OPTIONS_FILE='/Stuff/ports/var/macports/build/_Stuff_ports_var_macports_sources_rsync.macports.org_release_ports_textproc_texi2html/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/Stuff/ports/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.5'
:debug:build Assembled command: 'cd "/Stuff/ports/var/macports/build/_Stuff_ports_var_macports_sources_rsync.macports.org_release_ports_textproc_texi2html/work/texi2html-5.0" && /usr/bin/make all'
:info:build Making all in po_document
:info:build Making all in po_messages
:info:build Making all in .
:info:build ./install-sh -c -d i18n
:info:build make[1]: execvp: ./install-sh: Permission denied
:info:build make[1]: *** [i18n/en.thl] Error 127
:info:build make: *** [all-recursive] Error 1

Change History (4)

comment:1 Changed 14 years ago by kpreid (Kevin Reid)

Should have mentioned the version: texi2html @5.0

comment:2 Changed 14 years ago by bK4gYuRo

I experience the same issue on iBook G4 running OS 10.5.8. I am using sudo to run port command. The shell script is not executable:

$ ls -l /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_texi2html/work/texi2html-5.0/install-sh 
-rw-r--r--  1 root  admin  13184 Jan  5  2009 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_texi2html/work/texi2html-5.0/install-sh

comment:3 Changed 14 years ago by bK4gYuRo

Cc: macports@… added

Cc Me!

comment:4 Changed 14 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.