Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#50912 closed defect (wontfix)

MacVim-7.4.snapshot90_0+huge+lua build failure

Reported by: reubano (Reuben Cummings) Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: MacVim

Description

macvim +huge installs fine. But macvim +huge+(lua or python 2/3) fail at the build step. Log attached.

Attachments (1)

main.log (98.3 KB) - added by reubano (Reuben Cummings) 8 years ago.
log file

Download all attachments as: .zip

Change History (10)

Changed 8 years ago by reubano (Reuben Cummings)

Attachment: main.log added

log file

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

Owner: changed from macports-tickets@… to raimue@…
Port: MacVim added

In the future, please fill in the Port field and Cc the port maintainers (port info --maintainers MacVim), if any.

comment:2 in reply to:  1 Changed 8 years ago by reubano (Reuben Cummings)

Replying to mf2k@…:

In the future, please fill in the Port field and Cc the port maintainers (port info --maintainers MacVim), if any.

Yea, I noticed that after I submitted but didn't see any way to add the port afterwards. Did I miss something?

comment:3 Changed 8 years ago by raimue (Rainer Müller)

Resolution: wontfix
Status: newclosed

From main.log:

:info:build xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

Please install full Xcode, not just the Command Line Utilities.

comment:4 Changed 8 years ago by reubano (Reuben Cummings)

Would that explain why I'm able to install macvim without the extra variants?

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

Without the extra variants you used a pre-compiled binary archive from packages.macports.org. These are only available for the default variants. Forcing a build from source with sudo port -s install MacVim will also fail on your system due to missing Xcode.

comment:6 Changed 8 years ago by reubano (Reuben Cummings)

Ok I see. Any chance you guys could provide some sort of notification when a port is being built from the archive?

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

Nothing like this exists yet. A status site with links for each port would be very much appreciated. We are currently restructuring the buildbot infrastructure, but nothing like this has been done yet. Helping hands are of course welcome!

comment:8 in reply to:  7 Changed 8 years ago by reubano (Reuben Cummings)

Replying to raimue@…:

Nothing like this exists yet. A status site with links for each port would be very much appreciated. We are currently restructuring the buildbot infrastructure, but nothing like this has been done yet. Helping hands are of course welcome!

So you mean, e.g. MacVim -> https://macvim-dev.github.io/macvim? If so, how would this show that it builds from an archive?

comment:9 Changed 8 years ago by raimue (Rainer Müller)

No, the homepage is in the Portfile. I am talking about the buildbot infrastructure at https://build.macports.org. Each build is for one or more ports that might successfully produce packages. The idea would be to have an index for which ports packages are available at http://packages.macports.org and links for failed builds.

However, since this is not really related to this ticket anymore, we should move this whole discussion to the macports-dev mailing list.

Note: See TracTickets for help on using tickets.