Ticket #26792 (closed defect: fixed)
vim-app @7.3.20_0: upgrade troubles on Tiger 10.4.11
| Reported by: | dduca@… | Owned by: | raimue@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.1 |
| Keywords: | tiger | Cc: | |
| Port: | vim-app |
Description
I tried to upgrade from vim-app 7.3.11_1 to 7.3.20_0 but I had building problems (hence a consequent upgrading crash) with the following message, extracted from the main.log file:
:info:build objects/os_macosx.o definition of _clip_mch_set_selection in section (__TEXT,__text) :info:build collect2: ld returned 1 exit status :info:build make[1]: *** [Vim] Error 1 :info:build make: *** [all] Error 2 :info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_vim-app/work/vim73" && /usr/bin/make -j2 all " returned error 2 :error:build Target org.macports.build returned: shell command failed :debug:build Backtrace: shell command failed while executing "command_exec build" (procedure "portbuild::build_main" line 8) invoked from within "$procedure $targetname" :info:build Warning: the following items did not execute (for vim-app): org.macports.destroot org.macports.build :notice:build Log for vim-app is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_vim-app/main.log
Attachments
Change History
comment:1 Changed 3 years ago by raimue@…
- Status changed from new to assigned
- Cc raimue@… removed
- Summary changed from vim-app upgrade troubles on Tiger 10.4.11 to vim-app @7.3.20_0: upgrade troubles on Tiger 10.4.11
- Owner changed from macports-tickets@… to raimue@…
- Keywords vim-app, fails building, 10.4.11 removed
- Port changed from vim-app 7.3.20_0 to vim-app
Changed 3 years ago by dduca@…
vim-app upgrading 7.3.11_1 < 7.3.20_0 main.log
comment:3 Changed 3 years ago by raimue@…
Please test the attached patch:
sudo port clean vim-app cd $(port dir vim-app) curl -o patch-vim-app-26792.diff 'http://trac.macports.org/attachment/ticket/26792/patch-vim-app-26792.diff?format=raw' patch -p0 < patch-vim-app-26792.diff sudo port upgrade vim-app
Note: See
TracTickets for help on using
tickets.


Can you please attach the referenced main.log file? Which variants did you use?