Opened 13 years ago

Closed 13 years ago

#29100 closed defect (fixed)

Macvim Install fails

Reported by: rparvu@… Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: macvim

Description (last modified by mf2k (Frank Schima))

Mac vim install fails on Snow Leopard:

Port command started with PID 1387
Warning: port definitions are more than two weeks old, consider using selfupdate
Computing dependencies for MacVim
Fetching MacVim
Attempting to fetch MacVim-7.3.snapshot57.zip from http://lil.fr.distfiles.macports.org/MacVim
Verifying checksum(s) for MacVim
Extracting MacVim
Applying patches to MacVim
Configuring MacVim
Building MacVim
Error: Target org.macports.build returned: shell command failed (see log for details)
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
Executing: /opt/local/bin/port install MacVim

Attachments (1)

main.log (174.8 KB) - added by rparvu@… 13 years ago.
Log

Download all attachments as: .zip

Change History (8)

comment:1 Changed 13 years ago by mf2k (Frank Schima)

Description: modified (diff)
Keywords: vim removed
Owner: changed from macports-tickets@… to raimue@…
Type: requestdefect

Please attach the error log, there is no information here to act on. What version of Macports are you running? Please use selfupdate to update to the latest version.

Changed 13 years ago by rparvu@…

Attachment: main.log added

Log

comment:2 Changed 13 years ago by rparvu@…

selfupdate was performed but the installation of the macvim port still fails. I have attached the log file.

Thanks,

Radu

comment:3 Changed 13 years ago by jmroot (Joshua Root)

So the Xcode project is unconditionally trying to build some bits 3-way universal. I take it you're using Xcode 4?

comment:4 Changed 13 years ago by rparvu@…

That is right: Xcode 4 is installed.

comment:5 Changed 13 years ago by raimue (Rainer Müller)

Status: newassigned

Apparently it is using /usr/bin/python from icons/Makefile to compile loadfont as a python module. The python shipped with Snow Leopard is a universal binary with 3 architectures, i386, x86_64 and ppc.

I will have to patch this to use our own python installation instead. Or just ship a pre-generated set of icons which would also solve #27813.

comment:6 Changed 13 years ago by rparvu@…

Thanks. How can I find out when is the fix implemented? Radu

comment:7 Changed 13 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: assignedclosed

Hopefully fixed in r78059.

I add python27 as a build dependency. It is used to build the icons instead of /usr/bin/python. This should solve this problem when using Xcode 4.

Note: See TracTickets for help on using tickets.