[mesa-users] Yosemite woes...

Monique Windju mwindju at ucsc.edu
Tue Jul 7 15:27:57 EDT 2015


Hi all,

A little late, but for the record I thought I'd share the fix. (source:
https://groups.google.com/forum/#!topic/comp.lang.fortran/njxbZz9-BTg)

After checking for these versions:

  - Xcode 6.1.1 (6A2008a)
  - ld64-241.9 (from "ld -v")
  - cctools-862 (from "as -v")
  - Apple LLVM version 6.0 (clang-600.0.56) (from "cc -v")

The versions were outdated, and the culprit was Macports.

To clear up the issue all I needed to do was remove Macports:

sudo port -fp uninstall installed


Then refresh the terminal, check if the above versions are updated, and
clean/install mesa worked :)

- Monique

On Thu, Feb 5, 2015 at 3:21 PM, Monique Windju <mwindju at ucsc.edu> wrote:

> Yesterday I reinstalled xcode and xquarts to be sure, and when I use
> "xcode-select --install' the output is
>
> M:mesa mwindju$ xcode-select --install
>
> xcode-select: error: command line tools are already installed, use
> "Software Update" to install updates
>
> ​My xcode version is 6.1.1, there are no updates available from Apple.
> hmm...
>
>>
>
> On Thu, Feb 5, 2015 at 1:14 PM, Richard Townsend <townsend at astro.wisc.edu>
> wrote:
>
>> Hi Monique —
>>
>> Have you installed Xcode as well? Sometimes when upgrading on OS X, it’s
>> necessary to re-install Xcode.
>>
>> cheers,
>>
>> Rich
>>
>> On Feb 5, 2015, at 12:24 PM, Monique Windju <mwindju at ucsc.edu> wrote:
>>
>> Hi all,
>>
>> I was dead set against not upgrading my computer to Yosemite before Apple
>> tackily forced me to upgrade. I have updated my mesasdk and mesa to the
>> latest version, yet my mesa won't install/compile.
>>
>> after cleaning and redownloading everything, double checking paths etc, I
>> go to install and get this error:
>>
>> M:mesa mwindju$ ./install
>>
>> /Users/mwindju/mesa/const
>>
>> building const package.
>>
>> makedepf90 -m %m.mod -I../public:../private const_def.f90 const_lib.f90 >
>> .depend
>>
>> gfortran -fno-range-check -fmax-errors=100  -fprotect-parens
>> -fno-sign-zero -fopenmp  -I../public -I../private -I../../include
>> -Wunused-value -Werror -W -Wno-compare-reals -Wno-unused-parameter
>> -fimplicit-none   -O2 -c -ffree-form -x f95-cpp-input
>> ../public/const_def.f90
>>
>> gfortran -fno-range-check -fmax-errors=100  -fprotect-parens
>> -fno-sign-zero -fopenmp  -I../public -I../private -I../../include
>> -Wunused-value -Werror -W -Wno-compare-reals -Wno-unused-parameter
>> -fimplicit-none   -O2 -c -ffree-form -x f95-cpp-input
>> ../public/const_lib.f90
>>
>> ar crs libconst.a const_def.o const_lib.o
>>
>> make: `libconst.a' is up to date.
>>
>> gfortran -fno-range-check -fmax-errors=100  -fprotect-parens
>> -fno-sign-zero -fopenmp -I../../make -I../../public -I../../../include
>> -I/Applications/mesasdk/include -fbounds-check -Wuninitialized
>> -Warray-bounds -g -c -ffixed-form -ffixed-line-length-132 -x f77-cpp-input
>> ../src/test_const.f
>>
>> gfortran -fopenmp -o ../tester test_const.o -L../../make -lconst
>>
>> Undefined symbols for architecture x86_64:
>>
>>   "start", referenced from:
>>
>>      implicit entry/start for main executable
>>
>> ld: symbol(s) not found for architecture x86_64
>>
>> collect2: error: ld returned 1 exit status
>>
>> make: *** [tester] Error 1
>>
>> /Users/mwindju/mesa/const/test
>>
>> FAILED
>>
>> /Users/mwindju/mesa/const
>>
>> ./build_and_test FAILED
>>
>> M:mesa mwindju$
>>
>>
>> ​Could anyone point me in the right direction if they've seen this before
>> and/or have a working mesa on Yosemite? ​I swear that two weeks ago I had a
>> working copy on yosemite, but Apple may have snuck in an auto-update, and
>> I'm stumped.
>>
>> Thank you,
>> Monique Windju
>>
>> --
>> Monique Windju
>> mwindju at ucsc.edu
>>
>> University of California, Santa Cruz
>> Undergraduate Research Fellow at
>> Supercomputing Lab for UnderGrads (SLUG)
>>
>>
>> ------------------------------------------------------------------------------
>> Dive into the World of Parallel Programming. The Go Parallel Website,
>> sponsored by Intel and developed in partnership with Slashdot Media, is
>> your
>> hub for all things parallel software development, from weekly thought
>> leadership blogs to news, videos, case studies, tutorials and more. Take a
>> look and join the conversation now.
>> http://goparallel.sourceforge.net/_______________________________________________
>> mesa-users mailing list
>> mesa-users at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mesa-users
>>
>>
>>
>
>
> --
> Monique Windju
> mwindju at ucsc.edu
>
> University of California, Santa Cruz
> Undergraduate Research Fellow at
> Supercomputing Lab for UnderGrads (SLUG)
>
>


-- 
Monique Windju
mwindju at ucsc.edu

University of California, Santa Cruz
Undergraduate Research Fellow at
Supercomputing Lab for UnderGrads (SLUG)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20150707/2dbcdcd7/attachment.html>


More information about the Mesa-users mailing list