Opened 15 years ago

Closed 14 years ago

Last modified 6 years ago

#20948 closed defect (fixed)

MacVIM install fail on Snow Leopard.

Reported by: sah.list@… Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version:
Keywords: snowleopard Cc: jan@…, bonoba@…, vdesjardins@…, macports@…, david.darais@…, aguynamedryan+macports@…, petr@…, jungwook.shin@…, gordon.child@…, rich.ball@…, mrawde@…, arturoc@…, paul@…, trevor.bain@…
Port: MacVim

Description (last modified by tobypeterson)

carmenere:~ sah$ sudo port install macvim
Password:
--->  Computing dependencies for MacVim
--->  Building MacVim
Error: Target org.macports.build returned: shell command "cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_MacVim/work/MacVim/src/MacVim && xcodebuild" returned error 1
Command output: 
=== BUILD NATIVE TARGET PSMTabBarControlFramework OF PROJECT PSMTabBarControl WITH THE DEFAULT CONFIGURATION (Release) ===
Check dependencies
GCC 4.2 is not compatible with the Mac OS X 10.4 SDK (file PSMTabBarControl.m)
GCC 4.2 is not compatible with the Mac OS X 10.4 SDK (file PSMTabBarControl.m)
** BUILD FAILED **


Error: Status 1 encountered during processing.
carmenere:~ sah$ 

Change History (27)

comment:1 Changed 15 years ago by tobypeterson

Description: modified (diff)
Milestone: MacPorts 1.8.1
Port: MacVim added
Version: 1.8.0

comment:2 Changed 15 years ago by tobypeterson

Keywords: snowleopard added

comment:3 Changed 15 years ago by jan@…

Cc: jan@… added

Cc Me!

comment:4 Changed 15 years ago by nerdling (Jeremy Lavergne)

Owner: changed from macports-tickets@… to raimue@…

comment:5 Changed 15 years ago by aguynamedryan+macports@…

Looks like the source code has been updated to fix this issue?

http://forums.macosxhints.com/showpost.php?p=549659&postcount=4

comment:6 Changed 15 years ago by bonoba@…

Cc: bonoba@… added

Cc Me!

comment:7 Changed 15 years ago by vdesjardins@…

Cc: vdesjardins@… added

Cc Me!

comment:8 Changed 15 years ago by macports@…

Cc: macports@… added

Cc Me!

comment:9 Changed 15 years ago by david.darais@…

Cc: david.darais@… added

Cc Me!

comment:10 Changed 15 years ago by aguynamedryan+macports@…

Cc: aguynamedryan+macports@… added

Cc Me!

comment:11 Changed 15 years ago by raimue (Rainer Müller)

Status: newassigned

comment:12 Changed 15 years ago by kirdatt.jai@…

Cc: kirdatt.jai@… added

Cc Me!

comment:13 Changed 15 years ago by kirdatt.jai@…

This is the error I get when I try to install macvim

--->  Computing dependencies for MacVim
--->  Fetching MacVim
--->  Verifying checksum(s) for MacVim
--->  Extracting MacVim
--->  Configuring MacVim
--->  Building MacVim
Error: Target org.macports.build returned: shell command "cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_MacVim/work/MacVim/src/MacVim && xcodebuild" returned error 1
Command output: 
=== BUILD NATIVE TARGET PSMTabBarControlFramework OF PROJECT PSMTabBarControl WITH THE DEFAULT CONFIGURATION (Release) ===
Check dependencies
error: There is no SDK with the name or path '/Developer/SDKs/MacOSX10.4u.sdk'
[BEROR]error: There is no SDK with the name or path '/Developer/SDKs/MacOSX10.4u.sdk'
** BUILD FAILED **

Looks like it is looking for 10.4 sdk,and my error is different from the error mentioned in this thread. Do I need a different fix?

Thanks

Last edited 6 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:14 in reply to:  5 Changed 15 years ago by raimue (Rainer Müller)

Replying to aguynamedryan+macports@…:

Looks like the source code has been updated to fix this issue?

http://forums.macosxhints.com/showpost.php?p=549659&postcount=4

I saw the commits to the repo, but there is no new snapshot available yet. The fixes for 10.6 are wide-spread over a few commits, so I don't want to manually cut out the necessary patches. Just wait for the next snapshot.

comment:15 Changed 15 years ago by petr@…

Cc: petr@… added

Cc Me!

comment:16 Changed 15 years ago by jungwook.shin@…

Cc: jungwook.shin@… added

Cc Me!

comment:17 Changed 15 years ago by kirdatt.jai@…

Cc: kirdatt.jai@… removed

Cc Me!

comment:18 Changed 15 years ago by gordon.child@…

Cc: gordon.child@… added

Cc Me!

comment:19 in reply to:  13 ; Changed 15 years ago by andrew-macports@…

Replying to kirdatt.jai@…:

This is the error I get when I try to install macvim

--->  Computing dependencies for MacVim
--->  Fetching MacVim
--->  Verifying checksum(s) for MacVim
--->  Extracting MacVim
--->  Configuring MacVim
--->  Building MacVim
Error: Target org.macports.build returned: shell command "cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_MacVim/work/MacVim/src/MacVim && xcodebuild" returned error 1
Command output: 
=== BUILD NATIVE TARGET PSMTabBarControlFramework OF PROJECT PSMTabBarControl WITH THE DEFAULT CONFIGURATION (Release) ===
Check dependencies
error: There is no SDK with the name or path '/Developer/SDKs/MacOSX10.4u.sdk'
[BEROR]error: There is no SDK with the name or path '/Developer/SDKs/MacOSX10.4u.sdk'
** BUILD FAILED **

Looks like it is looking for 10.4 sdk,and my error is different from the error mentioned in this thread. Do I need a different fix?

Thanks

I am getting the same error with a clean install of MacPorts on Snow Leopard

Last edited 6 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:20 Changed 15 years ago by rich.ball@…

Cc: rich.ball@… added

Cc Me!

comment:21 Changed 15 years ago by mrawde@…

Cc: mrawde@… added

Cc Me!

comment:22 in reply to:  19 Changed 15 years ago by mrawde@…

Replying to andrew-macports@…:

Replying to kirdatt.jai@…:

This is the error I get when I try to install macvim

---> Computing dependencies for MacVim ---> Fetching MacVim ---> Verifying checksum(s) for MacVim ---> Extracting MacVim ---> Configuring MacVim ---> Building MacVim Error: Target org.macports.build returned: shell command "cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_MacVim/work/MacVim/src/MacVim && xcodebuild" returned error 1 Command output:

BUILD NATIVE TARGET PSMTabBarControlFramework OF PROJECT PSMTabBarControl WITH THE DEFAULT CONFIGURATION (Release)

Check dependencies error: There is no SDK with the name or path '/Developer/SDKs/MacOSX10.4u.sdk' [BEROR]error: There is no SDK with the name or path '/Developer/SDKs/MacOSX10.4u.sdk' BUILD FAILED

Looks like it is looking for 10.4 sdk,and my error is different from the error mentioned in this thread. Do I need a different fix?

Thanks

I am getting the same error with a clean install of MacPorts on Snow Leopard

if you install support for building 10.4 (when installing sdk), you'll get the other error.

Version 0, edited 15 years ago by mrawde@… (next)

comment:23 Changed 15 years ago by arturoc@…

Cc: arturoc@… added

Cc Me!

comment:24 Changed 14 years ago by paul@…

Cc Me!

comment:25 Changed 14 years ago by raimue (Rainer Müller)

Cc: paul@… added

comment:26 Changed 14 years ago by trevor.bain@…

Cc: trevor.bain@… added

Cc Me!

comment:27 Changed 14 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: assignedclosed

Fixed by snapshot 50 in r59171.

Note: See TracTickets for help on using tickets.