Opened 14 years ago
Closed 14 years ago
#26792 closed defect (fixed)
vim-app @7.3.20_0: upgrade troubles on Tiger 10.4.11
Reported by: | dduca@… | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
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 (2)
Change History (8)
comment:1 Changed 14 years ago by raimue (Rainer Müller)
Cc: | raimue@… removed |
---|---|
Keywords: | vim-app fails building 10.4.11 removed |
Owner: | changed from macports-tickets@… to raimue@… |
Port: | 7.3.20_0 removed |
Status: | new → assigned |
Summary: | vim-app upgrade troubles on Tiger 10.4.11 → vim-app @7.3.20_0: upgrade troubles on Tiger 10.4.11 |
Changed 14 years ago by dduca@…
vim-app upgrading 7.3.11_1 < 7.3.20_0 main.log
comment:3 Changed 14 years ago by raimue (Rainer Müller)
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
Changed 14 years ago by raimue (Rainer Müller)
Attachment: | patch-vim-app-26792.diff added |
---|
Proposed fix
comment:4 Changed 14 years ago by raimue (Rainer Müller)
Here is a new version, I forgot to remove the file from the patchfiles line, too.
comment:6 Changed 14 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r73450.
Note: See
TracTickets for help on using
tickets.
Can you please attach the referenced main.log file? Which variants did you use?