Re: error on installing cmake

2013-11-14 Thread Ryan Schmidt

On Nov 13, 2013, at 20:41, Brandon Allbery wrote:
 On Wed, Nov 13, 2013 at 9:36 PM, Gmail wrote:
 GNU Data Language
 So do you know how can I install it on mac?
 
 The error noted in the Portfile immediately makes me think it's not so much a 
 Mavericks as a clang issue... and http://trac.macports.org/ticket/40988 
 agrees. You could edit the Portfile locally (sudo port edit 
 gnudatalanguage) to remove the platform darwin block, and then build it 
 with
 
 sudo port install gnudatalanguage configure.compiler=macports-gcc-4.8

I don’t know what the correct solution is, but switching the compiler to GCC 
4.8 is NOT recommended. You cannot mix C++ runtimes, and GCC 4.8 uses a 
different C++ runtime than the default compiler on Mavericks.


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error on installing cmake

2013-11-14 Thread Ryan Schmidt

On Nov 13, 2013, at 19:35, Gmail wrote:

 However I got the following error installing cmake using macports. That’s why 
 I install cmake separately.

We’ve had a few other reports of similar cmake build errors with Xcode 5.0.1.

One user said upgrading to Xcode 5.0.2 fixed the problem; try that.

Also, at least one user reporting the problem had installed Xcode 5.0.1 using a 
dmg downloaded from the Apple developer web site; meanwhile many other users 
including myself who have installed Xcode 5.0.1 from the Mac App Store have not 
experienced this problem. How did you install Xcode?

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error on installing cmake

2013-11-14 Thread Ryan Schmidt

On Nov 14, 2013, at 10:00, zhifeng yang yangz...@gmail.com wrote:

 Both of Xcode 5.0.1 and Xcode 5.0.2 are tried from dmg file and app store. 
 Unfortunately they are not working. Here is the main.log for installing 
 gnudatalanguage using Xcode 5.0.2 from app store. I have modified 
 gnudatalanguage portfile by removing platform darwin block. If I do not 
 remove the block, it is not supported by Mavericks.

…right, gnudatalanguage does not build on Mavericks right now. That’s why the 
“platform darwin” block is there: to tell you that.

The subject line of this email thread says “error on installing cmake”. That’s 
what I was trying to help you resolve, by investigating how you installed 
Xcode. Are you saying you already resolved that issue and were able to install 
cmake? If so, what did you change to make it work?



___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error on installing cmake

2013-11-14 Thread Gmail
Actually I am not sure that. I uninstalled Xcode 5.0.2 gotten from app store 
and installed Xcode 5.0.1 from apple developer website. Then restart my mac. it 
seemed it worked.


On Nov 14, 2013, at 10:10 AM, Ryan Schmidt ryandes...@macports.org wrote:

 
 On Nov 14, 2013, at 10:00, zhifeng yang yangz...@gmail.com wrote:
 
 Both of Xcode 5.0.1 and Xcode 5.0.2 are tried from dmg file and app store. 
 Unfortunately they are not working. Here is the main.log for installing 
 gnudatalanguage using Xcode 5.0.2 from app store. I have modified 
 gnudatalanguage portfile by removing platform darwin block. If I do not 
 remove the block, it is not supported by Mavericks.
 
 …right, gnudatalanguage does not build on Mavericks right now. That’s why the 
 “platform darwin” block is there: to tell you that.
 
 The subject line of this email thread says “error on installing cmake”. 
 That’s what I was trying to help you resolve, by investigating how you 
 installed Xcode. Are you saying you already resolved that issue and were able 
 to install cmake? If so, what did you change to make it work?
 
 
 

Thank you
Zhifeng (Bruce) Yang
Department of Earth and Atmospheric Sciences
University of Nebraska-Lincoln
Homepage : http://zyang01.com/

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error on installing cmake

2013-11-14 Thread Brandon Allbery
On Thu, Nov 14, 2013 at 11:10 AM, Ryan Schmidt ryandes...@macports.orgwrote:

 The subject line of this email thread says “error on installing cmake”.
 That’s what I was trying to help you resolve, by investigating how you
 installed Xcode. Are you saying you already resolved that issue and were
 able to install cmake? If so, what did you change to make it work?


I think they jumped in on someone else's thread; the cmake issue was the
original poster's question.

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error on installing cmake

2013-11-14 Thread Ryan Schmidt

On Nov 14, 2013, at 10:15, Brandon Allbery allber...@gmail.com wrote:
 On Thu, Nov 14, 2013 at 11:10 AM, Ryan Schmidt ryandes...@macports.org 
 wrote:
 The subject line of this email thread says “error on installing cmake”. 
 That’s what I was trying to help you resolve, by investigating how you 
 installed Xcode. Are you saying you already resolved that issue and were 
 able to install cmake? If so, what did you change to make it work?
 
 I think they jumped in on someone else's thread; the cmake issue was the 
 original poster's question.

He is the original poster…

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error on installing cmake

2013-11-13 Thread Brandon Allbery
On Wed, Nov 13, 2013 at 8:26 PM, Gmail yangz...@gmail.com wrote:

 I successfully installed cmake separately, not using macports. However
 when I try to install gdl3, it still include cmake as dependency. macports
 still try to install cmake, without knowing cmake is already installed. So
 what should I do to make macports know that I have installed cmake and
 where I have installed cmake. Any help is welcome. I real appreciate it.


You don't. MacPorts uses only its own, for good reason.
http://trac.macports.org/wiki/FAQ#ownlibs

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error on installing cmake

2013-11-13 Thread Gmail
However I got the following error installing cmake using macports. That’s why I install cmake separately.Here is the log file.

main.log
Description: Binary data
On Nov 13, 2013, at 7:32 PM, Brandon Allbery allber...@gmail.com wrote:On Wed, Nov 13, 2013 at 8:26 PM, Gmail yangz...@gmail.com wrote:
I successfully installed cmake separately, not using macports. However when I try to install gdl3, it still include cmake as dependency. macports still try to install cmake, without knowing cmake is already installed. So what should I do to make macports know that I have installed cmake and where I have installed cmake. Any help is welcome. I real appreciate it.
You don't. MacPorts uses only its own, for good reason.http://trac.macports.org/wiki/FAQ#ownlibs-- 
brandon s allbery kf8nhsine nomine associatesallber...@gmail.com ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net


Thank youZhifeng (Bruce) YangDepartment of Earthand AtmosphericSciencesUniversity ofNebraska-LincolnHomepage :http://zyang01.com/

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error on installing cmake

2013-11-13 Thread Brandon Allbery
On Wed, Nov 13, 2013 at 8:35 PM, Gmail yangz...@gmail.com wrote:

 However I got the following error installing cmake using macports. That’s
 why I install cmake separately.


http://trac.macports.org/ticket/41212

Looks like only some users are seeing it and it may depend on how Xcode was
installed. (Possibly some installation methods require you to run it once
to finish setting itself up?)

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error on installing cmake

2013-11-13 Thread Gmail
I have installed GDL and GDL3 using macports. However I can not find their bin 
in /opt/local/bin directory. Even macports directory I can not find them. Maybe 
they do not have bin file? If so, how can I run GDL?


On Nov 13, 2013, at 8:16 PM, Brandon Allbery allber...@gmail.com wrote:

 On Wed, Nov 13, 2013 at 8:35 PM, Gmail yangz...@gmail.com wrote:
 However I got the following error installing cmake using macports. That’s why 
 I install cmake separately.
 
 http://trac.macports.org/ticket/41212
 
 Looks like only some users are seeing it and it may depend on how Xcode was 
 installed. (Possibly some installation methods require you to run it once to 
 finish setting itself up?)
 
 -- 
 brandon s allbery kf8nh   sine nomine associates
 allber...@gmail.com  ballb...@sinenomine.net
 unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net

Thank you
Zhifeng (Bruce) Yang
Department of Earth and Atmospheric Sciences
University of Nebraska-Lincoln
Homepage : http://zyang01.com/

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error on installing cmake

2013-11-13 Thread Brandon Allbery
On Wed, Nov 13, 2013 at 9:18 PM, Gmail yangz...@gmail.com wrote:

 I have installed GDL and GDL3 using macports. However I can not find their
 bin in /opt/local/bin directory. Even macports directory I can not find
 them. Maybe they do not have bin file? If so, how can I run GDL?


description Provides docking features for GTK+ 2
description Provides docking features for GTK+ 3

This is probably not the gdl you're looking for... perhaps you wanted
gnudatalang?

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error on installing cmake

2013-11-13 Thread Eric Gallager
By gdl do you mean the GNOME Docking Library or the GNU Data Language?
(The ports should really make this distinction clearer in their respective
descriptions...)



On Wed, Nov 13, 2013 at 9:18 PM, Gmail yangz...@gmail.com wrote:

 I have installed GDL and GDL3 using macports. However I can not find their
 bin in /opt/local/bin directory. Even macports directory I can not find
 them. Maybe they do not have bin file? If so, how can I run GDL?


 On Nov 13, 2013, at 8:16 PM, Brandon Allbery allber...@gmail.com wrote:

 On Wed, Nov 13, 2013 at 8:35 PM, Gmail yangz...@gmail.com wrote:

 However I got the following error installing cmake using macports. That’s
 why I install cmake separately.


 http://trac.macports.org/ticket/41212

 Looks like only some users are seeing it and it may depend on how Xcode
 was installed. (Possibly some installation methods require you to run it
 once to finish setting itself up?)

  --
 brandon s allbery kf8nh   sine nomine
 associates
 allber...@gmail.com
 ballb...@sinenomine.net
 unix, openafs, kerberos, infrastructure, xmonad
 http://sinenomine.net


 Thank you
 Zhifeng (Bruce) Yang
 Department of Earth and Atmospheric Sciences
 University of Nebraska-Lincoln
 Homepage : http://zyang01.com/


 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-users


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error on installing cmake

2013-11-13 Thread Gmail
Yes, actually I am trying to install IDL compiler on mac. However currently 
gnudatalanguage can not installed on Mavericks of mac. So do you how I can 
solve this problem to compile IDL.

GDL means “GNU Data Language


On Nov 13, 2013, at 8:29 PM, Brandon Allbery allber...@gmail.com wrote:

 gnudatalang

Thank you
Zhifeng (Bruce) Yang
Department of Earth and Atmospheric Sciences
University of Nebraska-Lincoln
Homepage : http://zyang01.com/

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error on installing cmake

2013-11-13 Thread Brandon Allbery
On Wed, Nov 13, 2013 at 9:36 PM, Gmail yangz...@gmail.com wrote:

 GDL means “GNU Data Language


Tell that to whatever Gnome dev named their docking library.

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error on installing cmake

2013-11-13 Thread Gmail
GNU Data Language

So do you know how can I install it on mac?


On Nov 13, 2013, at 8:34 PM, Eric Gallager eg...@gwmail.gwu.edu wrote:

 By gdl do you mean the GNOME Docking Library or the GNU Data Language? 
 (The ports should really make this distinction clearer in their respective 
 descriptions...)
 
 
 
 On Wed, Nov 13, 2013 at 9:18 PM, Gmail yangz...@gmail.com wrote:
 I have installed GDL and GDL3 using macports. However I can not find their 
 bin in /opt/local/bin directory. Even macports directory I can not find them. 
 Maybe they do not have bin file? If so, how can I run GDL?
 
 
 On Nov 13, 2013, at 8:16 PM, Brandon Allbery allber...@gmail.com wrote:
 
 On Wed, Nov 13, 2013 at 8:35 PM, Gmail yangz...@gmail.com wrote:
 However I got the following error installing cmake using macports. That’s 
 why I install cmake separately.
 
 http://trac.macports.org/ticket/41212
 
 Looks like only some users are seeing it and it may depend on how Xcode was 
 installed. (Possibly some installation methods require you to run it once to 
 finish setting itself up?)
 
 -- 
 brandon s allbery kf8nh   sine nomine associates
 allber...@gmail.com  ballb...@sinenomine.net
 unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
 
 Thank you
 Zhifeng (Bruce) Yang
 Department of Earth and Atmospheric Sciences
 University of Nebraska-Lincoln
 Homepage : http://zyang01.com/
 
 
 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-users
 
 

Thank you
Zhifeng (Bruce) Yang
Department of Earth and Atmospheric Sciences
University of Nebraska-Lincoln
Homepage : http://zyang01.com/

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error on installing cmake

2013-11-13 Thread Brandon Allbery
On Wed, Nov 13, 2013 at 9:36 PM, Gmail yangz...@gmail.com wrote:

 GNU Data Language
 So do you know how can I install it on mac?


The error noted in the Portfile immediately makes me think it's not so much
a Mavericks as a clang issue... and
http://trac.macports.org/ticket/40988agrees. You could edit the
Portfile locally (sudo port edit
gnudatalanguage) to remove the platform darwin block, and then build it
with

sudo port install gnudatalanguage configure.compiler=macports-gcc-4.8

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error on installing cmake

2013-11-13 Thread Gmail
Then I got the following error.

Portfile changed since last build; discarding previous state.
Error: port lookup failed: too many nested evaluations (infinite loop?)
Error: Unable to execute port: upgrade cmake failed

I have looked up online and have not found answers


On Nov 13, 2013, at 8:41 PM, Brandon Allbery allber...@gmail.com wrote:

 On Wed, Nov 13, 2013 at 9:36 PM, Gmail yangz...@gmail.com wrote:
 GNU Data Language
 So do you know how can I install it on mac?
 
 The error noted in the Portfile immediately makes me think it's not so much a 
 Mavericks as a clang issue... and http://trac.macports.org/ticket/40988 
 agrees. You could edit the Portfile locally (sudo port edit 
 gnudatalanguage) to remove the platform darwin block, and then build it 
 with
 
 sudo port install gnudatalanguage configure.compiler=macports-gcc-4.8
 
 -- 
 brandon s allbery kf8nh   sine nomine associates
 allber...@gmail.com  ballb...@sinenomine.net
 unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net

Thank you
Zhifeng (Bruce) Yang
Department of Earth and Atmospheric Sciences
University of Nebraska-Lincoln
Homepage : http://zyang01.com/

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error on installing cmake

2013-11-12 Thread Jeremy Lavergne

Which Xcode and Xcode Command Line Tools have you installed?

On Tue, 12 Nov 2013 12:54:27 -0500, Gmail yangz...@gmail.com wrote:


:info:configure -
:info:configure CMake 2.8.12, Copyright 2000-2012 Kitware, Inc.
:info:configure -
:info:configure Error when bootstrapping CMake:
:info:configure Cannot find appropriate C compiler on this system.
:info:configure Please specify one using environment variable CC.
:info:configure See cmake_bootstrap.log for compilers attempted.
:info:configure
:info:configure -

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users