Opened 9 years ago

Last modified 8 years ago

#48063 closed defect

MacVim doesn’t build on 10.6 — at Initial Version

Reported by: FGasper (Felipe Gasper) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: MacVim

Description

After the checksums, the log has:

:debug:install Creating MacVim-7.4.snapshot76_1+huge.darwin_10.x86_64.tbz2 :debug:install Environment: CC_PRINT_OPTIONS='YES' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_MacVim/MacVim/work/.CC_PRINT_OPTIONS' CPATH='/opt/local/include' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' :debug:install Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_MacVim/MacVim/work/destroot" && /usr/bin/tar -cvf - . | /usr/bin/bzip2 -c9 > /opt/local/var/macports/software/macvim/MacVim-7.4.snapshot76_1+huge.darwin_10.x86_64.tbz2' :debug:install Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_MacVim/MacVim/work/destroot" && /usr/bin/tar -cvf - . | /usr/bin/bzip2 -c9 > /opt/local/var/macports/software/macvim/MacVim-7.4.snapshot76_1+huge.darwin_10.x86_64.tbz2 :info:install sh: /opt/local/var/macports/software/macvim/MacVim-7.4.snapshot76_1+huge.darwin_10.x86_64.tbz2: Operation not permitted :info:install a . :info:install a ./+COMMENT :info:install a ./+CONTENTStar: Write error: Broken pipe :info:install Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_MacVim/MacVim/work/destroot" && /usr/bin/tar -cvf - . | /usr/bin/bzip2 -c9 > /opt/local/var/macports/software/macvim/MacVim-7.4.snapshot76_1+huge.darwin_10.x86_64.tbz2 :info:install Exit code: 1 :error:install org.macports.install for port MacVim returned: command execution failed :debug:install Error code: CHILDSTATUS 87051 1 :debug:install Backtrace: command execution failed

while executing

"system $fullcmdstring"

("eval" body line 1) invoked from within

"eval system $notty $nice \$fullcmdstring"

invoked from within

"command_exec archive"

(procedure "create_archive" line 208) invoked from within

"create_archive $location $portarchivetype"

(procedure "portinstall::install_main" line 22) invoked from within

"portinstall::install_main org.macports.install"

("eval" body line 1) invoked from within

"eval $procedure $targetname" :info:install Warning: targets not executed for MacVim: org.macports.install :notice:install Please see the log file for port MacVim for details:

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_MacVim/MacVim/main.log


The weird thing is that I can execute the command

cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_MacVim/MacVim/work/destroot" && /usr/bin/tar -cvf - . | /usr/bin/bzip2 -c9 > /opt/local/var/macports/software/macvim/MacVim-7.4.snapshot76_1+huge.darwin_10.x86_64.tbz2

… just fine when I “sudo bash”.

Change History (1)

Changed 9 years ago by FGasper (Felipe Gasper)

Attachment: main.log added

Log from last full “port upgrade macvim” run

Note: See TracTickets for help on using tickets.