[Mesa-users] mesa-24.08.01 installation failed on MacOS Sequoia 15.2
Amar Aryan
amararyan941 at gmail.com
Thu Jan 30 02:57:18 UTC 2025
Hi Philip,
Thank you so much for your reply. I tried the development version of mesa.
Unfortunately, the issue remained the same! I am attaching the "build.log"
file and pasted below are my new settings in ".zshrc" file:-
export MESASDK_ROOT=/Applications/mesasdk
source $MESASDK_ROOT/bin/mesasdk_init.sh
export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
export MESA_DIR=/Users/amar/mesa-main
export OMP_NUM_THREADS=8
export PATH=$PATH:$MESA_DIR/scripts/shmesa
*If things remain tricky, I could schedule a quick call on Thurs/Fri to
troubleshoot the issue*
Thank you so much. Please provide any suitable schedule for you. I shall
adjust my schedule accordingly.
With best regards,
Amar
On Thu, Jan 30, 2025 at 3:00 AM Philip Mocz <pmocz at flatironinstitute.org>
wrote:
> Hi Amar,
>
> It's puzzling, indeed. Looks like the install is now working, but it is
> not passing the machine-precision checks we added differences to ensure
> reproducibility) in the "num" module, which is supposed to be using lapack
> and blas from the sdk.
>
> Do you get the same issue if you install the development version
> <https://github.com/MESAHub/mesa> of mesa? `git clone git at github.com:MESAHub/mesa.git`
> and point MESA_DIR to where you downloaded it in your zshrc file. This is
> just for diagnosing the issue, I don't recommend using the dev version for
> science.
>
> If things remain tricky, I could schedule a quick call on Thurs/Fri to
> troubleshoot the issue
>
> Best,
> Philip
>
> On Wed, Jan 29, 2025 at 1:23 PM Amar Aryan via Mesa-users <
> mesa-users at lists.mesastar.org> wrote:
>
>> Yes, still the same issue persists!
>>
>> export MESASDK_ROOT=/Applications/mesasdk
>> source $MESASDK_ROOT/bin/mesasdk_init.sh
>> export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
>>
>> export MESA_DIR=/Users/amar/mesa-r24.08.1
>> export OMP_NUM_THREADS=8
>> export PATH=$PATH:$MESA_DIR/scripts/shmesa
>>
>> with best regards,
>> Amar
>>
>>
>>
>> On Thu, Jan 30, 2025 at 2:18 AM Jared Goldberg <
>> jgoldberg at flatironinstitute.org> wrote:
>>
>>> I'm not sure this will fix anything, as this may be a separate build
>>> issue, but I believe
>>> export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
>>> should go after
>>> source $MESASDK_ROOT/bin/mesasdk_init.sh
>>>
>>> ~Jared
>>>
>>> On Wed, Jan 29, 2025 at 1:04 PM Amar Aryan via Mesa-users <
>>> mesa-users at lists.mesastar.org> wrote:
>>>
>>>> Hi Ebraheem and Jared,
>>>>
>>>> Thank you so much for your suggestions.
>>>>
>>>> *Note (Jan 2025): due to some changes in MacOS 15.2/15.3, if you see
>>>> the error ld: library ‘z’ not found on a Mac you may also need to add:*
>>>>
>>>> *export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)*
>>>>
>>>> Although, I do not see the error ld:library 'z' not found issue in my
>>>> case I still added the above-mentioned command. But still get the same
>>>> issue.
>>>>
>>>> *Also just to make it explicit, though you’ve likely done this — often
>>>> it helps to do ./clean before ./install to force a self-consistent
>>>> install… *
>>>> Yes, I do a "./clean" before "./install". The issue still persists.
>>>>
>>>> Here are my settings in ".zshrc" file:
>>>>
>>>> export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
>>>> export MESASDK_ROOT=/Applications/mesasdk
>>>> source $MESASDK_ROOT/bin/mesasdk_init.sh
>>>> export MESA_DIR=/Users/amar/mesa-r24.08.1
>>>> export OMP_NUM_THREADS=8
>>>> export PATH=$PATH:$MESA_DIR/scripts/shmesa
>>>>
>>>> Please see the attached "build.log" file. I am finding it difficult to
>>>> understand the issue.
>>>>
>>>> With best regards,
>>>> Amar
>>>>
>>>> On Wed, Jan 29, 2025 at 10:35 PM Farag, Ebraheem <
>>>> ebraheem.farag at yale.edu> wrote:
>>>>
>>>>> Hi amar,
>>>>>
>>>>> See,
>>>>> https://docs.mesastar.org/en/latest/installation.html
>>>>>
>>>>> Philip added an update for some issues people are encountering on the
>>>>> new mac os.
>>>>>
>>>>> Note (Jan 2025): due to some changes in MacOS 15.2/15.3, if you see
>>>>> the error ld: library ‘z’ not found on a Mac you may also need to add:
>>>>>
>>>>> export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
>>>>>
>>>>>
>>>>>
>>>>> -EbF
>>>>> ------------------------------
>>>>> *From:* Mesa-users <mesa-users-bounces at lists.mesastar.org> on behalf
>>>>> of Amar Aryan via Mesa-users <mesa-users at lists.mesastar.org>
>>>>> *Sent:* Wednesday, January 29, 2025 3:51:02 AM
>>>>> *To:* Frank Timmes <fxtimmes at gmail.com>
>>>>> *Cc:* mesa-users <mesa-users at lists.mesastar.org>
>>>>> *Subject:* Re: [Mesa-users] mesa-24.08.01 installation failed on
>>>>> MacOS Sequoia 15.2
>>>>>
>>>>> Hi Prof.,
>>>>> I tried a fresh installation after re-downloading mesa again. This
>>>>> time, the installation proceeded up to some extent and later it failed
>>>>> again. Here is the new build.log file texts:-
>>>>>
>>>>>
>>>>> *** Copy and paste the following information into your email to
>>>>> mesa-users ***
>>>>>
>>>>> MESA Version
>>>>> r24.08.1
>>>>>
>>>>> uname -a
>>>>> Darwin Amars-MacBook-Pro.local 24.2.0 Darwin Kernel Version 24.2.0:
>>>>> Fri Dec 6 19:00:33 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T8122
>>>>> x86_64
>>>>>
>>>>> gfortran -v
>>>>> Using built-in specs.
>>>>> COLLECT_GCC=/Applications/mesasdk/bin/gfortran.exec
>>>>>
>>>>> COLLECT_LTO_WRAPPER=/Applications/mesasdk/bin/../libexec/gcc/aarch64-apple-darwin20/13.3.0/lto-wrapper
>>>>> Target: aarch64-apple-darwin20
>>>>> Configured with: /opt/sdk2-tmp/build/gcc/configure CC=clang
>>>>> CXX=clang++ --build=aarch64-apple-darwin20 --host=aarch64-apple-darwin20
>>>>> --target=aarch64-apple-darwin20 --prefix=/opt/sdk2-tmp/mesasdk
>>>>> --with-gmp=/opt/sdk2-tmp/mesasdk --with-mpfr=/opt/sdk2-tmp/mesasdk
>>>>> --with-mpc=/opt/sdk2-tmp/mesasdk --enable-languages=c,c++,fortran
>>>>> --disable-multilib --disable-nls
>>>>> --with-sysroot=/opt/sdk2-tmp/mesasdk/sysroot
>>>>> Thread model: posix
>>>>> Supported LTO compression algorithms: zlib
>>>>> gcc version 13.3.0 (GCC)
>>>>>
>>>>> $MESASDK_ROOT
>>>>> /Applications/mesasdk
>>>>>
>>>>> MESASDK version
>>>>> aarch64-macos-24.10.1
>>>>>
>>>>> $PATH
>>>>> /Applications/mesasdk/bin:/opt/anaconda3/bin:/opt/anaconda3/condabin:/Users/amar/snid-5.0/bin:/opt/local/bin:/opt/local/sbin:/Users/amar/wcstools-3.9.7/bin:/Users/amar/heasoft-6.33.2/aarch64-apple-darwin23.4.0/bin:/usr/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/Users/amar/.iraf/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Library/Apple/usr/bin:/Library/TeX/texbin:/Applications/Visual
>>>>> Studio
>>>>> Code.app/Contents/Resources/app/bin:/Applications/Docker.app/Contents/Resources/bin
>>>>>
>>>>> $MESA_DIR
>>>>> /Users/amar/mesa-r24.08.1
>>>>>
>>>>>
>>>>> /Users/amar/mesa-r24.08.1/const
>>>>> building const package.
>>>>>
>>>>> MAKEDEPF90
>>>>> COMPILE_CMD ../public/const_def.f90
>>>>> COMPILE_CMD ../public/const_lib.f90
>>>>> LIB_TOOL libconst.a
>>>>> MAKEDEPF90
>>>>> TEST_COMPILE ../src/test_const.f90
>>>>> LOADER ../tester
>>>>> export
>>>>> done
>>>>>
>>>>> mesa/const has been built, tested, and exported.
>>>>>
>>>>> ************************************************
>>>>>
>>>>> /Users/amar/mesa-r24.08.1/utils
>>>>> building utils package.
>>>>>
>>>>> MAKEDEPF90
>>>>> COMPILE_CMD ../public/utils_def.f90
>>>>> COMPILE_CMD ../private/utils_dict.f90
>>>>> COMPILE_CMD ../private/utils_idict.f90
>>>>> COMPILE_CMD ../private/utils_system.f90
>>>>> COMPILE_CMD ../private/utils_openmp.f90
>>>>> COMPILE_CMD ../private/utils_nan_qp.f90
>>>>> COMPILE_CMD ../private/utils_nan_dp.f90
>>>>> COMPILE_CMD ../private/utils_nan_sp.f90
>>>>> COMPILE_CMD ../private/utils_nan.f90
>>>>> COMPILE_CMD ../public/utils_lib.f90
>>>>> CC ../private/utils_c_system.c
>>>>> LIB_TOOL libutils.a
>>>>> MAKEDEPF90
>>>>> TEST_COMPILE ../src/test_utils.f90
>>>>> LOADER ../tester
>>>>> export
>>>>> done
>>>>>
>>>>> mesa/utils has been built, tested, and exported.
>>>>>
>>>>> ************************************************
>>>>>
>>>>> /Users/amar/mesa-r24.08.1/math
>>>>> building math package.
>>>>>
>>>>> MAKEDEPF90
>>>>> COMPILE_CMD ../public/math_def.f90
>>>>> COMPILE_CMD ../private/math_io.f90
>>>>> COMPILE_CMD ../private/math_pown.f90
>>>>> COMPILE_CMD ../public/math_lib_crmath.f90
>>>>> LIB_TOOL libmath.a
>>>>> make: `libmath.a' is up to date.
>>>>> MAKEDEPF90
>>>>> TEST_COMPILE ../src/test_math.f90
>>>>> LOADER ../tester
>>>>> export
>>>>> done
>>>>>
>>>>> mesa/math has been built, tested, and exported.
>>>>>
>>>>> ************************************************
>>>>>
>>>>> /Users/amar/mesa-r24.08.1/mtx
>>>>> building mtx package.
>>>>>
>>>>> MAKEDEPF90
>>>>> COMPILE_CMD ../public/mtx_def.f
>>>>> COMPILE_FREE my_lapack95_dble.f90
>>>>> COMPILE_FREE my_lapack95_quad.f90
>>>>> COMPILE_FREE ../private/pre_conditioners.f90
>>>>> COMPILE_CMD ../lapack_quad/qgttrf.f
>>>>> COMPILE_CMD ../lapack_quad/qgttrs.f
>>>>> COMPILE_CMD ../lapack_quad/qgtts2.f
>>>>> COMPILE_CMD ../lapack_quad/qgetrf.f
>>>>> [01m [K../private/pre_conditioners.f90:81:81: [m [K
>>>>>
>>>>> 71 | do j=1,nblocks
>>>>> | [32m [K2 [m [K
>>>>>
>>>>> ......
>>>>> 81 | pre_conditioner(k,j) =
>>>>> pre_conditioner(k,j) + abs(ublk(k2,k,j-1) / right_pre_conditioner(k2,j-1))
>>>>> |
>>>>> [01;35m [K1 [m [K
>>>>> [01;35m [KWarning: [m [K Array reference at [01;35m [K(1) [m [K out of
>>>>> bounds (0 < 1) in loop beginning at [32m [K(2) [m [K [ [01;35m
>>>>> [K-Wdo-subscript [m [K]
>>>>> [01m [K../private/pre_conditioners.f90:81:113: [m [K
>>>>>
>>>>> 71 | do j=1,nblocks
>>>>> | [32m [K2 [m [K
>>>>>
>>>>> ......
>>>>> 81 | pre_conditioner(k,j) =
>>>>> pre_conditioner(k,j) + abs(ublk(k2,k,j-1) / right_pre_conditioner(k2,j-1))
>>>>> |
>>>>> [01;35m [K1 [m [K
>>>>> [01;35m [KWarning: [m [K Array reference at [01;35m [K(1) [m [K out of
>>>>> bounds (0 < 1) in loop beginning at [32m [K(2) [m [K [ [01;35m
>>>>> [K-Wdo-subscript [m [K]
>>>>> COMPILE_CMD ../lapack_quad/qgetrs.f
>>>>> COMPILE_CMD ../lapack_quad/qgemm.f
>>>>> COMPILE_CMD ../lapack_quad/qgemv.f
>>>>> COMPILE_CMD ../lapack_quad/qgetf2.f
>>>>> COMPILE_CMD ../lapack_quad/qswap.f
>>>>> COMPILE_CMD ../lapack_quad/iqamax.f
>>>>> COMPILE_CMD ../lapack_quad/qtrsm.f
>>>>> COMPILE_CMD ../lapack_quad/qtrsv.f
>>>>> COMPILE_CMD ../lapack_quad/qger.f
>>>>> COMPILE_CMD ../lapack_quad/qscal.f
>>>>> COMPILE_CMD ../lapack_quad/qlamch.f
>>>>> COMPILE_CMD ../lapack_quad/qlaswp.f
>>>>> COMPILE_FREE ../private/DGBSVX_wrapper.f90
>>>>> COMPILE_FREE ../private/mtx_support.f90
>>>>> COMPILE_FREE ../private/bcyclic.f90
>>>>> COMPILE_FREE ../public/mtx_lib.f90
>>>>> LIB_TOOL libmtx.a
>>>>> PREPROCESS ../src/test_block_tridiagonal.f90
>>>>> PREPROCESS ../src/test_block_tridiagonal.f90
>>>>> MAKEDEPF90
>>>>> TEST_COMPILE ../src/test_mtx_support.f90
>>>>> TEST_COMPILE test_block_tri_dble.f90
>>>>> TEST_COMPILE test_block_tri_quad.f90
>>>>> TEST_COMPILE ../src/test_square.f90
>>>>> TEST_COMPILE ../src/test_square_quad.f90
>>>>> TEST_COMPILE ../src/test_mtx.f90
>>>>> LOADER ../tester
>>>>> ld: warning: ignoring duplicate libraries: '-lblas'
>>>>> export
>>>>> done
>>>>>
>>>>> mesa/mtx has been built, tested, and exported.
>>>>>
>>>>> ************************************************
>>>>>
>>>>> /Users/amar/mesa-r24.08.1/auto_diff
>>>>> building auto_diff package.
>>>>>
>>>>> MAKEDEPF90
>>>>> COMPILE_FREE ../private/support_functions.f90
>>>>> COMPILE_FREE ../private/auto_diff_real_15var_order1_module.f90
>>>>> COMPILE_FREE ../private/auto_diff_real_1var_order1_module.f90
>>>>> COMPILE_FREE ../private/auto_diff_real_2var_order2_module.f90
>>>>> COMPILE_FREE ../private/auto_diff_real_2var_order1_module.f90
>>>>> COMPILE_FREE ../private/auto_diff_real_2var_order3_module.f90
>>>>> COMPILE_FREE ../private/auto_diff_real_4var_order1_module.f90
>>>>> COMPILE_FREE ../private/auto_diff_real_star_order1_module.f90
>>>>> COMPILE_FREE ../private/auto_diff_real_tdc_module.f90
>>>>> COMPILE_FREE ../public/auto_diff.f90
>>>>> LIB_TOOL libauto_diff.a
>>>>> MAKEDEPF90
>>>>> TEST_COMPILE ../src/test_auto_diff.f90
>>>>> LOADER ../tester
>>>>> ld: warning: ignoring duplicate libraries: '-lblas', '-llapack'
>>>>> export
>>>>> done
>>>>>
>>>>> mesa/auto_diff has been built, tested, and exported.
>>>>>
>>>>> ************************************************
>>>>>
>>>>> /Users/amar/mesa-r24.08.1/forum
>>>>> building forum package.
>>>>>
>>>>> MAKEDEP libforum
>>>>> MAKEDEP test_order
>>>>> FC kinds_m
>>>>> FC version_m
>>>>> FC const_m
>>>>> FC cinter_m
>>>>> FC order_m
>>>>> FC string_m
>>>>> FC system_m
>>>>> FC memory_m
>>>>> FC hdf5io_m
>>>>> FC forum_m
>>>>> FC test_order_m
>>>>> FC test_order
>>>>> AR-LIB libforum.a
>>>>> LD test_order
>>>>> ld: warning: ignoring duplicate libraries: '-lblas', '-llapack',
>>>>> '-lxblas'
>>>>> CP test_order /Users/amar/mesa-r24.08.1/forum/forum/bin/test_order
>>>>> CP libforum.a /Users/amar/mesa-r24.08.1/forum/forum/lib/libforum.a
>>>>> CP forum_m.mod
>>>>> /Users/amar/mesa-r24.08.1/forum/forum/include/forum_m.mod
>>>>> CP forum.inc /Users/amar/mesa-r24.08.1/forum/forum/include/forum.inc
>>>>> export
>>>>> done
>>>>>
>>>>> mesa/forum has been built, tested, and exported.
>>>>>
>>>>> ************************************************
>>>>>
>>>>> /Users/amar/mesa-r24.08.1/num
>>>>> building num package.
>>>>>
>>>>> MAKEDEPF90
>>>>> COMPILE_CMD ../public/num_def.f
>>>>> COMPILE_LEGACY_XTRA ../private/mod_dop853.f
>>>>> COMPILE_LEGACY_XTRA ../private/mod_dopri5.f
>>>>> COMPILE_LEGACY_XTRA ../private/mod_dc_decsol.f
>>>>> COMPILE_FREE ../private/mod_brent.f90
>>>>> COMPILE_FREE ../private/mod_qsort.f90
>>>>> COMPILE_CMD ../private/mod_solout_root.f
>>>>> COMPILE_FREE ../private/mod_random.f90
>>>>> COMPILE_LEGACY_XTRA ../private/mod_bobyqa.f
>>>>> COMPILE_LEGACY_XTRA ../private/mod_newuoa.f
>>>>> COMPILE_FREE ../public/accurate_sum_auto_diff_star_order1.f90
>>>>> COMPILE_FREE ../public/accurate_sum.f90
>>>>> COMPILE_CMD ../private/mod_root.f
>>>>> COMPILE_CMD ../private/mod_newton.f
>>>>> COMPILE_FREE ../private/mod_simplex.f90
>>>>> COMPILE_FREE ../private/mod_integrate.f90
>>>>> COMPILE_LEGACY_XTRA ../private/mod_rosenbrock.f
>>>>> COMPILE_CMD ../public/num_lib.f
>>>>> LIB_TOOL libnum.a
>>>>> MAKEDEPF90
>>>>> TEST_COMPILE_LEGACY ../src/test_support.f
>>>>> TEST_COMPILE_LEGACY ../src/test_int_support.f
>>>>> COMPILE_LEGACY_NC ../src/bari_beam.f
>>>>> TEST_COMPILE_LEGACY ../src/test_beam.f
>>>>> COMPILE_LEGACY_NC ../src/bari_chemakzo.f
>>>>> TEST_COMPILE_LEGACY ../src/test_chemakzo.f
>>>>> COMPILE_LEGACY_NC ../src/bari_medakzo.f
>>>>> TEST_COMPILE_LEGACY ../src/test_medakzo.f
>>>>> COMPILE_LEGACY_NC ../src/bari_vdpol.f
>>>>> TEST_COMPILE_LEGACY ../src/test_vdpol.f
>>>>> TEST_COMPILE_LEGACY ../src/test_diffusion.f
>>>>> TEST_COMPILE_LEGACY ../src/test_brent.f
>>>>> TEST_COMPILE_LEGACY ../src/test_bobyqa.f
>>>>> TEST_COMPILE_LEGACY ../src/test_newuoa.f
>>>>> TEST_COMPILE_LEGACY ../src/test_simplex.f
>>>>> TEST_COMPILE_LEGACY ../src/test_newton.f
>>>>> TEST_COMPILE_LEGACY ../src/test_integrate.f
>>>>> TEST_COMPILE_LEGACY ../src/test_num.f
>>>>> LOADER ../tester
>>>>> ld: warning: ignoring duplicate libraries: '-lblas', '-llapack'
>>>>> TEST_COMPILE_LEGACY ../src/sample_ode_solver.f
>>>>> LOADER ../sample
>>>>> ld: warning: ignoring duplicate libraries: '-lblas', '-llapack'
>>>>>
>>>>> 245,246c245,246
>>>>> < calculated 1
>>>>> 1.7635369595749735D+00
>>>>> < calculated 2
>>>>> -8.3538846558738045D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 1.7635369595715233D+00
>>>>> > calculated 2
>>>>> -8.3538846559057456D-01
>>>>> 253,254c253,254
>>>>> < calculated 1
>>>>> 1.7631770874277932D+00
>>>>> < calculated 2
>>>>> -8.3576249533967917D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 1.7631770874099637D+00
>>>>> > calculated 2
>>>>> -8.3576249533857294D-01
>>>>> 263,264c263,264
>>>>> < calculated 1
>>>>> 1.7634791355357617D+00
>>>>> < calculated 2
>>>>> -8.3542531380917695D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 1.7634791355271933D+00
>>>>> > calculated 2
>>>>> -8.3542531418660826D-01
>>>>> 271,272c271,272
>>>>> < calculated 1
>>>>> 1.7632599246838303D+00
>>>>> < calculated 2
>>>>> -8.3564923322015661D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 1.7632599246839684D+00
>>>>> > calculated 2
>>>>> -8.3564923307025629D-01
>>>>> 279,280c279,280
>>>>> < calculated 1
>>>>> 1.7632133397612828D+00
>>>>> < calculated 2
>>>>> -8.3570653444074394D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 1.7632133298065669D+00
>>>>> > calculated 2
>>>>> -8.3570324604568780D-01
>>>>> 287,288c287,288
>>>>> < calculated 1
>>>>> 1.7632275879067394D+00
>>>>> < calculated 2
>>>>> -8.3567933834732655D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 1.7632275869083176D+00
>>>>> > calculated 2
>>>>> -8.3567934070464034D-01
>>>>> 295,296c295,296
>>>>> < calculated 1
>>>>> 1.7630995230497484D+00
>>>>> < calculated 2
>>>>> -8.3581241457915134D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 1.7631181339242872D+00
>>>>> > calculated 2
>>>>> -8.3579468000474644D-01
>>>>> 303,304c303,304
>>>>> < calculated 1
>>>>> 1.7631994236713442D+00
>>>>> < calculated 2
>>>>> -8.3571744070701004D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 1.7631994253177565D+00
>>>>> > calculated 2
>>>>> -8.3571743817185018D-01
>>>>> 311,312c311,312
>>>>> < calculated 1
>>>>> 1.7631705099189769D+00
>>>>> < calculated 2
>>>>> -8.3574049563898711D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 1.7631598871920982D+00
>>>>> > calculated 2
>>>>> -8.3575041058173893D-01
>>>>> 320,321c320,321
>>>>> < calculated 1
>>>>> 1.7634791355497990D+00
>>>>> < calculated 2
>>>>> -8.3542531418979771D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 1.7634791355497950D+00
>>>>> > calculated 2
>>>>> -8.3542531418980293D-01
>>>>> 328,329c328,329
>>>>> < calculated 1
>>>>> 1.7632599246818819D+00
>>>>> < calculated 2
>>>>> -8.3564923306399963D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 1.7632599246818821D+00
>>>>> > calculated 2
>>>>> -8.3564923306400030D-01
>>>>> 336,337c336,337
>>>>> < calculated 1
>>>>> 1.7632133406525154D+00
>>>>> < calculated 2
>>>>> -8.3570742105151874D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 1.7632133406525121D+00
>>>>> > calculated 2
>>>>> -8.3570742105126605D-01
>>>>> 344,345c344,345
>>>>> < calculated 1
>>>>> 1.7632275873928571D+00
>>>>> < calculated 2
>>>>> -8.3567934123576459D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 1.7632275873928600D+00
>>>>> > calculated 2
>>>>> -8.3567934123576204D-01
>>>>> 352,353c352,353
>>>>> < calculated 1
>>>>> 1.7631012950893923D+00
>>>>> < calculated 2
>>>>> -8.3581383925084418D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 1.7631012951593710D+00
>>>>> > calculated 2
>>>>> -8.3581383924336494D-01
>>>>> 360,361c360,361
>>>>> < calculated 1
>>>>> 1.7631994160936268D+00
>>>>> < calculated 2
>>>>> -8.3571744736359566D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 1.7631994160936251D+00
>>>>> > calculated 2
>>>>> -8.3571744736359732D-01
>>>>> 368,369c368,369
>>>>> < calculated 1
>>>>> 1.7631694821208281D+00
>>>>> < calculated 2
>>>>> -8.3573978203894417D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 1.7631694821204535D+00
>>>>> > calculated 2
>>>>> -8.3573978203824573D-01
>>>>> 378,388c378,388
>>>>> < calculated 1
>>>>> 5.0960637498625166D-06
>>>>> < calculated 2
>>>>> 1.0491969752154645D-04
>>>>> < calculated 3
>>>>> 2.1489708128404411D-04
>>>>> < calculated 4
>>>>> 3.1580644058523043D-04
>>>>> < calculated 5
>>>>> 3.6036170437274211D-04
>>>>> < calculated 6
>>>>> 2.5737915818193312D-04
>>>>> < calculated 7
>>>>> 7.0235310949150049D-07
>>>>> < calculated 8
>>>>> 8.6916764820819466D-16
>>>>> < calculated 9
>>>>> 1.7335386635624517D-29
>>>>> < calculated 10
>>>>> 1.2427700131019044D-51
>>>>> < calculated 11
>>>>> 6.3229014124129899D-89
>>>>> ---
>>>>> > calculated 1
>>>>> 5.0960636359988413D-06
>>>>> > calculated 2
>>>>> 1.0491969517895626D-04
>>>>> > calculated 3
>>>>> 2.1489707646812954D-04
>>>>> > calculated 4
>>>>> 3.1580643347487423D-04
>>>>> > calculated 5
>>>>> 3.6036169629700336D-04
>>>>> > calculated 6
>>>>> 2.5737915245326785D-04
>>>>> > calculated 7
>>>>> 7.0235309143589398D-07
>>>>> > calculated 8
>>>>> 8.6916762833643229D-16
>>>>> > calculated 9
>>>>> 1.7335386287485803D-29
>>>>> > calculated 10
>>>>> 1.2427699898049991D-51
>>>>> > calculated 11
>>>>> 6.3229012940309284D-89
>>>>> 404,414c404,414
>>>>> < calculated 1
>>>>> 5.1044057457033378D-06
>>>>> < calculated 2
>>>>> 1.0509144156808608D-04
>>>>> < calculated 3
>>>>> 2.1524881888949584D-04
>>>>> < calculated 4
>>>>> 3.1632326040079481D-04
>>>>> < calculated 5
>>>>> 3.6095131811733887D-04
>>>>> < calculated 6
>>>>> 2.5780022646420961D-04
>>>>> < calculated 7
>>>>> 7.0353122083402102D-07
>>>>> < calculated 8
>>>>> 8.7060322755404446D-16
>>>>> < calculated 9
>>>>> 1.7364056167704254D-29
>>>>> < calculated 10
>>>>> 1.2448491641515479D-51
>>>>> < calculated 11
>>>>> 6.3335631734674785D-89
>>>>> ---
>>>>> > calculated 1
>>>>> 5.1044057496429490D-06
>>>>> > calculated 2
>>>>> 1.0509144164796351D-04
>>>>> > calculated 3
>>>>> 2.1524881905043931D-04
>>>>> > calculated 4
>>>>> 3.1632326063598971D-04
>>>>> > calculated 5
>>>>> 3.6095131839372402D-04
>>>>> > calculated 6
>>>>> 2.5780022667237854D-04
>>>>> > calculated 7
>>>>> 7.0353122158634774D-07
>>>>> > calculated 8
>>>>> 8.7060322847018551D-16
>>>>> > calculated 9
>>>>> 1.7364056185910257D-29
>>>>> > calculated 10
>>>>> 1.2448491654620188D-51
>>>>> > calculated 11
>>>>> 6.3335631801676687D-89
>>>>> 430,440c430,440
>>>>> < calculated 1
>>>>> 5.1165521705529747D-06
>>>>> < calculated 2
>>>>> 1.0534148348598265D-04
>>>>> < calculated 3
>>>>> 2.1576070503725900D-04
>>>>> < calculated 4
>>>>> 3.1707467845133887D-04
>>>>> < calculated 5
>>>>> 3.6180684351855887D-04
>>>>> < calculated 6
>>>>> 2.5840716325894558D-04
>>>>> < calculated 7
>>>>> 7.0507030887186722D-07
>>>>> < calculated 8
>>>>> 8.7232230866615328D-16
>>>>> < calculated 9
>>>>> 1.7398621766792770D-29
>>>>> < calculated 10
>>>>> 1.2477630528040206D-51
>>>>> < calculated 11
>>>>> 6.3478827617647351D-89
>>>>> ---
>>>>> > calculated 1
>>>>> 5.1165507149016674D-06
>>>>> > calculated 2
>>>>> 1.0534145349278752D-04
>>>>> > calculated 3
>>>>> 2.1576064352936712D-04
>>>>> > calculated 4
>>>>> 3.1707458825414519D-04
>>>>> > calculated 5
>>>>> 3.6180674136109296D-04
>>>>> > calculated 6
>>>>> 2.5840709319935242D-04
>>>>> > calculated 7
>>>>> 7.0507018856580053D-07
>>>>> > calculated 8
>>>>> 8.7232225807457387D-16
>>>>> > calculated 9
>>>>> 1.7398622427423443D-29
>>>>> > calculated 10
>>>>> 1.2477630532887851D-51
>>>>> > calculated 11
>>>>> 6.3478817758147088D-89
>>>>> 456,466c456,466
>>>>> < calculated 1
>>>>> 5.1176389431652251D-06
>>>>> < calculated 2
>>>>> 1.0536385248986386D-04
>>>>> < calculated 3
>>>>> 2.1580647745912001D-04
>>>>> < calculated 4
>>>>> 3.1714180386247204D-04
>>>>> < calculated 5
>>>>> 3.6188313319665766D-04
>>>>> < calculated 6
>>>>> 2.5846024251082112D-04
>>>>> < calculated 7
>>>>> 7.0515951982939195D-07
>>>>> < calculated 8
>>>>> 8.7231125134876671D-16
>>>>> < calculated 9
>>>>> 1.7398350307842013D-29
>>>>> < calculated 10
>>>>> 1.2480532600473273D-51
>>>>> < calculated 11
>>>>> 6.3495461503962586D-89
>>>>> ---
>>>>> > calculated 1
>>>>> 5.1176393813554315D-06
>>>>> > calculated 2
>>>>> 1.0536386150927286D-04
>>>>> > calculated 3
>>>>> 2.1580649591872240D-04
>>>>> > calculated 4
>>>>> 3.1714183094748476D-04
>>>>> > calculated 5
>>>>> 3.6188316387433610D-04
>>>>> > calculated 6
>>>>> 2.5846026349897114D-04
>>>>> > calculated 7
>>>>> 7.0515955569939380D-07
>>>>> > calculated 8
>>>>> 8.7231126422416963D-16
>>>>> > calculated 9
>>>>> 1.7398350048573668D-29
>>>>> > calculated 10
>>>>> 1.2480532538069965D-51
>>>>> > calculated 11
>>>>> 6.3495464365864103D-89
>>>>> 483,493c483,493
>>>>> < calculated 1
>>>>> 5.0960637243165984D-06
>>>>> < calculated 2
>>>>> 1.0491969699662298D-04
>>>>> < calculated 3
>>>>> 2.1489708021138994D-04
>>>>> < calculated 4
>>>>> 3.1580643899248751D-04
>>>>> < calculated 5
>>>>> 3.6036170259858458D-04
>>>>> < calculated 6
>>>>> 2.5737915693270822D-04
>>>>> < calculated 7
>>>>> 7.0235310551288403D-07
>>>>> < calculated 8
>>>>> 8.6916764386151792D-16
>>>>> < calculated 9
>>>>> 1.7335386560287191D-29
>>>>> < calculated 10
>>>>> 1.2427700080837964D-51
>>>>> < calculated 11
>>>>> 6.3229013868140879D-89
>>>>> ---
>>>>> > calculated 1
>>>>> 5.0960637243168364D-06
>>>>> > calculated 2
>>>>> 1.0491969699662779D-04
>>>>> > calculated 3
>>>>> 2.1489708021139975D-04
>>>>> > calculated 4
>>>>> 3.1580643899250193D-04
>>>>> > calculated 5
>>>>> 3.6036170259860106D-04
>>>>> > calculated 6
>>>>> 2.5737915693272009D-04
>>>>> > calculated 7
>>>>> 7.0235310551293316D-07
>>>>> > calculated 8
>>>>> 8.6916764386157413D-16
>>>>> > calculated 9
>>>>> 1.7335386560288217D-29
>>>>> > calculated 10
>>>>> 1.2427700080838643D-51
>>>>> > calculated 11
>>>>> 6.3229013868144632D-89
>>>>> 509,519c509,519
>>>>> < calculated 1
>>>>> 5.1044057731910630D-06
>>>>> < calculated 2
>>>>> 1.0509144213142326D-04
>>>>> < calculated 3
>>>>> 2.1524882003750502D-04
>>>>> < calculated 4
>>>>> 3.1632326210548600D-04
>>>>> < calculated 5
>>>>> 3.6095132000703095D-04
>>>>> < calculated 6
>>>>> 2.5780022773708503D-04
>>>>> < calculated 7
>>>>> 7.0353122397427423D-07
>>>>> < calculated 8
>>>>> 8.7060323057983574D-16
>>>>> < calculated 9
>>>>> 1.7364056226941812D-29
>>>>> < calculated 10
>>>>> 1.2448491693493735D-51
>>>>> < calculated 11
>>>>> 6.3335632047168389D-89
>>>>> ---
>>>>> > calculated 1
>>>>> 5.1044057731908800D-06
>>>>> > calculated 2
>>>>> 1.0509144213141956D-04
>>>>> > calculated 3
>>>>> 2.1524882003749816D-04
>>>>> > calculated 4
>>>>> 3.1632326210547662D-04
>>>>> > calculated 5
>>>>> 3.6095132000701999D-04
>>>>> > calculated 6
>>>>> 2.5780022773707673D-04
>>>>> > calculated 7
>>>>> 7.0353122397424140D-07
>>>>> > calculated 8
>>>>> 8.7060323057979994D-16
>>>>> > calculated 9
>>>>> 1.7364056226941119D-29
>>>>> > calculated 10
>>>>> 1.2448491693493175D-51
>>>>> > calculated 11
>>>>> 6.3335632047165487D-89
>>>>> 535,545c535,545
>>>>> < calculated 1
>>>>> 5.1165517724713724D-06
>>>>> < calculated 2
>>>>> 1.0534147528636385D-04
>>>>> < calculated 3
>>>>> 2.1576068823324715D-04
>>>>> < calculated 4
>>>>> 3.1707465369480850D-04
>>>>> < calculated 5
>>>>> 3.6180681540433449D-04
>>>>> < calculated 6
>>>>> 2.5840714397115872D-04
>>>>> < calculated 7
>>>>> 7.0507027550602499D-07
>>>>> < calculated 8
>>>>> 8.7232229445198634D-16
>>>>> < calculated 9
>>>>> 1.7398621942310195D-29
>>>>> < calculated 10
>>>>> 1.2477630521843633D-51
>>>>> < calculated 11
>>>>> 6.3478824864163504D-89
>>>>> ---
>>>>> > calculated 1
>>>>> 5.1165517724697156D-06
>>>>> > calculated 2
>>>>> 1.0534147528632975D-04
>>>>> > calculated 3
>>>>> 2.1576068823317711D-04
>>>>> > calculated 4
>>>>> 3.1707465369470626D-04
>>>>> > calculated 5
>>>>> 3.6180681540422049D-04
>>>>> > calculated 6
>>>>> 2.5840714397108060D-04
>>>>> > calculated 7
>>>>> 7.0507027550589720D-07
>>>>> > calculated 8
>>>>> 8.7232229445194039D-16
>>>>> > calculated 9
>>>>> 1.7398621942311134D-29
>>>>> > calculated 10
>>>>> 1.2477630521843672D-51
>>>>> > calculated 11
>>>>> 6.3478824864152956D-89
>>>>> 561,571c561,571
>>>>> < calculated 1
>>>>> 5.1176389115050469D-06
>>>>> < calculated 2
>>>>> 1.0536385183896392D-04
>>>>> < calculated 3
>>>>> 2.1580647613144539D-04
>>>>> < calculated 4
>>>>> 3.1714180190984848D-04
>>>>> < calculated 5
>>>>> 3.6188313097706759D-04
>>>>> < calculated 6
>>>>> 2.5846024098917161D-04
>>>>> < calculated 7
>>>>> 7.0515951721595988D-07
>>>>> < calculated 8
>>>>> 8.7231125021308232D-16
>>>>> < calculated 9
>>>>> 1.7398350319561459D-29
>>>>> < calculated 10
>>>>> 1.2480532598883017D-51
>>>>> < calculated 11
>>>>> 6.3495461487835079D-89
>>>>> ---
>>>>> > calculated 1
>>>>> 5.1176389115045523D-06
>>>>> > calculated 2
>>>>> 1.0536385183895395D-04
>>>>> > calculated 3
>>>>> 2.1580647613142511D-04
>>>>> > calculated 4
>>>>> 3.1714180190981883D-04
>>>>> > calculated 5
>>>>> 3.6188313097703376D-04
>>>>> > calculated 6
>>>>> 2.5846024098914825D-04
>>>>> > calculated 7
>>>>> 7.0515951721591065D-07
>>>>> > calculated 8
>>>>> 8.7231125021305293D-16
>>>>> > calculated 9
>>>>> 1.7398350319561366D-29
>>>>> > calculated 10
>>>>> 1.2480532598882777D-51
>>>>> > calculated 11
>>>>> 6.3495461487831339D-89
>>>>> 588,597c588,597
>>>>> < calculated 1
>>>>> 2.5830743343587459D-01
>>>>> < calculated 2
>>>>> 2.7846910783782380D-01
>>>>> < calculated 3
>>>>> 3.1691152951397172D-01
>>>>> < calculated 4
>>>>> 3.7001888649932985D-01
>>>>> < calculated 5
>>>>> 4.3273503186187318D-01
>>>>> < calculated 6
>>>>> 4.9900300266146336D-01
>>>>> < calculated 7
>>>>> 5.6232850128082923D-01
>>>>> < calculated 8
>>>>> 6.1642180793993784D-01
>>>>> < calculated 9
>>>>> 6.5585017359534070D-01
>>>>> < calculated 10
>>>>> 6.7662119204022486D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 2.5830743343587426D-01
>>>>> > calculated 2
>>>>> 2.7846910783782353D-01
>>>>> > calculated 3
>>>>> 3.1691152951397150D-01
>>>>> > calculated 4
>>>>> 3.7001888649932979D-01
>>>>> > calculated 5
>>>>> 4.3273503186187329D-01
>>>>> > calculated 6
>>>>> 4.9900300266146352D-01
>>>>> > calculated 7
>>>>> 5.6232850128082945D-01
>>>>> > calculated 8
>>>>> 6.1642180793993817D-01
>>>>> > calculated 9
>>>>> 6.5585017359534103D-01
>>>>> > calculated 10
>>>>> 6.7662119204022519D-01
>>>>> 613,621c613,621
>>>>> < calculated 2
>>>>> 2.7847007270743790D-01
>>>>> < calculated 3
>>>>> 3.1691248430210467D-01
>>>>> < calculated 4
>>>>> 3.7001971345763313D-01
>>>>> < calculated 5
>>>>> 4.3273556246605238D-01
>>>>> < calculated 6
>>>>> 4.9900308258663501D-01
>>>>> < calculated 7
>>>>> 5.6232805157803400D-01
>>>>> < calculated 8
>>>>> 6.1642085306233552D-01
>>>>> < calculated 9
>>>>> 6.5584883141492212D-01
>>>>> < calculated 10
>>>>> 6.7661964216002601D-01
>>>>> ---
>>>>> > calculated 2
>>>>> 2.7847007270743795D-01
>>>>> > calculated 3
>>>>> 3.1691248430210472D-01
>>>>> > calculated 4
>>>>> 3.7001971345763318D-01
>>>>> > calculated 5
>>>>> 4.3273556246605260D-01
>>>>> > calculated 6
>>>>> 4.9900308258663528D-01
>>>>> > calculated 7
>>>>> 5.6232805157803434D-01
>>>>> > calculated 8
>>>>> 6.1642085306233585D-01
>>>>> > calculated 9
>>>>> 6.5584883141492245D-01
>>>>> > calculated 10
>>>>> 6.7661964216002646D-01
>>>>> 636c636
>>>>> < calculated 1
>>>>> 2.6011076243403947D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 2.6011076243403941D-01
>>>>> 639,641c639,641
>>>>> < calculated 4
>>>>> 3.6952911673816957D-01
>>>>> < calculated 5
>>>>> 4.3333154973818117D-01
>>>>> < calculated 6
>>>>> 4.9916988793721950D-01
>>>>> ---
>>>>> > calculated 4
>>>>> 3.6952911673816952D-01
>>>>> > calculated 5
>>>>> 4.3333154973818111D-01
>>>>> > calculated 6
>>>>> 4.9916988793721945D-01
>>>>> 662,663c662,663
>>>>> < calculated 3
>>>>> 3.1691307870551189D-01
>>>>> < calculated 4
>>>>> 3.7002057178548287D-01
>>>>> ---
>>>>> > calculated 3
>>>>> 3.1691307870551194D-01
>>>>> > calculated 4
>>>>> 3.7002057178548292D-01
>>>>> 668,669c668,669
>>>>> < calculated 9
>>>>> 6.5584790940394477D-01
>>>>> < calculated 10
>>>>> 6.7661856785075003D-01
>>>>> ---
>>>>> > calculated 9
>>>>> 6.5584790940394488D-01
>>>>> > calculated 10
>>>>> 6.7661856785075014D-01
>>>>> 691c691
>>>>> < calculated 8
>>>>> 6.1642058933372312D-01
>>>>> ---
>>>>> > calculated 8
>>>>> 6.1642058933372301D-01
>>>>> 708,712c708,712
>>>>> < calculated 1
>>>>> 2.5830848420344427D-01
>>>>> < calculated 2
>>>>> 2.7847007670787516D-01
>>>>> < calculated 3
>>>>> 3.1691234821458414D-01
>>>>> < calculated 4
>>>>> 3.7001949949708035D-01
>>>>> < calculated 5
>>>>> 4.3273538174194259D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 2.5830848420344416D-01
>>>>> > calculated 2
>>>>> 2.7847007670787499D-01
>>>>> > calculated 3
>>>>> 3.1691234821458403D-01
>>>>> > calculated 4
>>>>> 3.7001949949708030D-01
>>>>> > calculated 5
>>>>> 4.3273538174194254D-01
>>>>> 715c715
>>>>> < calculated 8
>>>>> 6.1642098987964400D-01
>>>>> ---
>>>>> > calculated 8
>>>>> 6.1642098987964411D-01
>>>>> 717c717
>>>>> < calculated 10
>>>>> 6.7661977359680636D-01
>>>>> ---
>>>>> > calculated 10
>>>>> 6.7661977359680647D-01
>>>>> 732c732
>>>>> < calculated 1
>>>>> 2.5830851029263857D-01
>>>>> ---
>>>>> > calculated 1
>>>>> 2.5830851029263852D-01
>>>>> 740,741c740,741
>>>>> < calculated 9
>>>>> 6.5584899225834892D-01
>>>>> < calculated 10
>>>>> 6.7661978497372954D-01
>>>>> ---
>>>>> > calculated 9
>>>>> 6.5584899225834903D-01
>>>>> > calculated 10
>>>>> 6.7661978497372965D-01
>>>>>
>>>>> /Users/amar/mesa-r24.08.1/num/test
>>>>> TEST FAILED -- compare test_output to tmp.txt
>>>>>
>>>>>
>>>>> /Users/amar/mesa-r24.08.1/num
>>>>> ./build_and_test FAILED
>>>>>
>>>>> Please take a look at it.
>>>>>
>>>>> With best regards,
>>>>> Amar
>>>>>
>>>>> On Wed, Jan 29, 2025 at 2:50 PM Amar Aryan <amararyan941 at gmail.com>
>>>>> wrote:
>>>>>
>>>>> Hi Prof.,
>>>>>
>>>>> I kept /Applications/mesasdk/bin first in $PATH and again tried
>>>>> "./install". Interestingly, I get the same issue again. Pasted below are
>>>>> the texts from my build.log file:-
>>>>>
>>>>>
>>>>> *** Copy and paste the following information into your email to
>>>>> mesa-users ***
>>>>>
>>>>> MESA Version
>>>>> r24.08.1
>>>>>
>>>>> uname -a
>>>>> Darwin Amars-MacBook-Pro.local 24.2.0 Darwin Kernel Version 24.2.0:
>>>>> Fri Dec 6 19:00:33 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T8122
>>>>> x86_64
>>>>>
>>>>> gfortran -v
>>>>> Using built-in specs.
>>>>> COLLECT_GCC=/Applications/mesasdk/bin/gfortran.exec
>>>>>
>>>>> COLLECT_LTO_WRAPPER=/Applications/mesasdk/bin/../libexec/gcc/aarch64-apple-darwin20/13.3.0/lto-wrapper
>>>>> Target: aarch64-apple-darwin20
>>>>> Configured with: /opt/sdk2-tmp/build/gcc/configure CC=clang
>>>>> CXX=clang++ --build=aarch64-apple-darwin20 --host=aarch64-apple-darwin20
>>>>> --target=aarch64-apple-darwin20 --prefix=/opt/sdk2-tmp/mesasdk
>>>>> --with-gmp=/opt/sdk2-tmp/mesasdk --with-mpfr=/opt/sdk2-tmp/mesasdk
>>>>> --with-mpc=/opt/sdk2-tmp/mesasdk --enable-languages=c,c++,fortran
>>>>> --disable-multilib --disable-nls
>>>>> --with-sysroot=/opt/sdk2-tmp/mesasdk/sysroot
>>>>> Thread model: posix
>>>>> Supported LTO compression algorithms: zlib
>>>>> gcc version 13.3.0 (GCC)
>>>>>
>>>>> $MESASDK_ROOT
>>>>> /Applications/mesasdk
>>>>>
>>>>> MESASDK version
>>>>> aarch64-macos-24.10.1
>>>>>
>>>>> $PATH
>>>>> /Applications/mesasdk/bin:/opt/anaconda3/bin:/opt/anaconda3/condabin:/Users/amar/snid-5.0/bin:/opt/local/bin:/opt/local/sbin:/Users/amar/wcstools-3.9.7/bin:/Users/amar/heasoft-6.33.2/aarch64-apple-darwin23.4.0/bin:/usr/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/Users/amar/.iraf/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Library/Apple/usr/bin:/Library/TeX/texbin:/Applications/Visual
>>>>> Studio
>>>>> Code.app/Contents/Resources/app/bin:/Applications/Docker.app/Contents/Resources/bin
>>>>>
>>>>> $MESA_DIR
>>>>> /Users/amar/mesa-24.08.1
>>>>>
>>>>>
>>>>> /Users/amar/mesa-24.08.1/const
>>>>> building const package.
>>>>>
>>>>> MAKEDEPF90
>>>>> COMPILE_CMD ../public/const_def.f90
>>>>> COMPILE_CMD ../public/const_lib.f90
>>>>> LIB_TOOL libconst.a
>>>>> make: `libconst.a' is up to date.
>>>>> MAKEDEPF90
>>>>> TEST_COMPILE ../src/test_const.f90
>>>>> LOADER ../tester
>>>>> export
>>>>> done
>>>>>
>>>>> mesa/const has been built, tested, and exported.
>>>>>
>>>>> ************************************************
>>>>>
>>>>> /Users/amar/mesa-24.08.1/utils
>>>>> building utils package.
>>>>>
>>>>> COMPILE_CMD ../private/utils_nan_qp.f90
>>>>> COMPILE_CMD ../private/utils_nan_dp.f90
>>>>> COMPILE_CMD ../private/utils_nan_sp.f90
>>>>> COMPILE_CMD ../public/utils_lib.f90
>>>>> LIB_TOOL libutils.a
>>>>> ar: libutils.a is a fat file (use libtool(1) or lipo(1) and ar(1) on
>>>>> it)
>>>>> ar: libutils.a: Inappropriate file type or format
>>>>> make: *** [libutils.a] Error 1
>>>>>
>>>>> /Users/amar/mesa-24.08.1/utils/make
>>>>> FAILED
>>>>>
>>>>>
>>>>> /Users/amar/mesa-24.08.1/utils
>>>>> ./build_and_test FAILED
>>>>>
>>>>> Please take a look at this.
>>>>>
>>>>> With best regards,
>>>>> Amar
>>>>>
>>>>> On Tue, Jan 28, 2025 at 7:46 PM Frank Timmes <fxtimmes at gmail.com>
>>>>> wrote:
>>>>>
>>>>> ideally one wants /Applications/mesasdk/bin to be first in $PATH.
>>>>>
>>>>> fxt
>>>>>
>>>>>
>>>>>
>>>>> On Jan 28, 2025, at 4:17 AM, Amar Aryan <amararyan941 at gmail.com>
>>>>> wrote:
>>>>>
>>>>> Thank you. Here is the build.log file text:-
>>>>>
>>>>> MESA Version
>>>>> r24.08.1
>>>>>
>>>>> uname -a
>>>>> Darwin Amars-MacBook-Pro.local 24.2.0 Darwin Kernel Version 24.2.0:
>>>>> Fri Dec 6 19:00:33 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T8122
>>>>> x86_64
>>>>>
>>>>> gfortran -v
>>>>> Using built-in specs.
>>>>> COLLECT_GCC=/Applications/mesasdk/bin/gfortran.exec
>>>>>
>>>>> COLLECT_LTO_WRAPPER=/Applications/mesasdk/bin/../libexec/gcc/aarch64-apple-darwin20/13.3.0/lto-wrapper
>>>>> Target: aarch64-apple-darwin20
>>>>> Configured with: /opt/sdk2-tmp/build/gcc/configure CC=clang
>>>>> CXX=clang++ --build=aarch64-apple-darwin20 --host=aarch64-apple-darwin20
>>>>> --target=aarch64-apple-darwin20 --prefix=/opt/sdk2-tmp/mesasdk
>>>>> --with-gmp=/opt/sdk2-tmp/mesasdk --with-mpfr=/opt/sdk2-tmp/mesasdk
>>>>> --with-mpc=/opt/sdk2-tmp/mesasdk --enable-languages=c,c++,fortran
>>>>> --disable-multilib --disable-nls
>>>>> --with-sysroot=/opt/sdk2-tmp/mesasdk/sysroot
>>>>> Thread model: posix
>>>>> Supported LTO compression algorithms: zlib
>>>>> gcc version 13.3.0 (GCC)
>>>>>
>>>>> $MESASDK_ROOT
>>>>> /Applications/mesasdk
>>>>>
>>>>> MESASDK version
>>>>> aarch64-macos-24.10.1
>>>>>
>>>>> $PATH
>>>>> /Users/amar/snid-5.0/bin:/opt/local/bin:/opt/local/sbin:/Users/amar/wcstools-3.9.7/bin:/Users/amar/heasoft-6.33.2/aarch64-apple-darwin23.4.0/bin:/usr/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/Users/amar/.iraf/bin:/Applications/mesasdk/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/amar/snid-5.0/bin:/opt/local/bin:/opt/local/sbin:/Users/amar/wcstools-3.9.7/bin:/usr/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/Users/amar/.iraf/bin:/Applications/mesasdk/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/opt/anaconda3/bin:/opt/anaconda3/condabin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Library/Apple/usr/bin:/Library/TeX/texbin:/Users/amar/mesa-r23.05.1/scripts/shmesa:/Applications/Visual
>>>>> Studio
>>>>> Code.app/Contents/Resources/app/bin:/Applications/Docker.app/Contents/Resources/bin:/Users/amar/mesa-r24.03.1/scripts/shmesa:/Applications/Docker.app/Contents/Resources/bin/:/Users/amar/mesa-24.08.1/scripts/shmesa:/Applications/Visual
>>>>> Studio
>>>>> Code.app/Contents/Resources/app/bin:/Applications/Docker.app/Contents/Resources/bin/
>>>>>
>>>>> $MESA_DIR
>>>>> /Users/amar/mesa-24.08.1
>>>>>
>>>>>
>>>>> /Users/amar/mesa-24.08.1/const
>>>>> building const package.
>>>>>
>>>>> make: `libconst.a' is up to date.
>>>>> make: `libconst.a' is up to date.
>>>>> make: `../tester' is up to date.
>>>>> export
>>>>> done
>>>>>
>>>>> mesa/const has been built, tested, and exported.
>>>>>
>>>>> ************************************************
>>>>>
>>>>> /Users/amar/mesa-24.08.1/utils
>>>>> building utils package.
>>>>>
>>>>> LIB_TOOL libutils.a
>>>>> ar: libutils.a is a fat file (use libtool(1) or lipo(1) and ar(1) on
>>>>> it)
>>>>> ar: libutils.a: Inappropriate file type or format
>>>>> make: *** [libutils.a] Error 1
>>>>>
>>>>> /Users/amar/mesa-24.08.1/utils/make
>>>>> FAILED
>>>>>
>>>>>
>>>>> /Users/amar/mesa-24.08.1/utils
>>>>> ./build_and_test FAILED
>>>>>
>>>>>
>>>>> With best regards,
>>>>> Amar
>>>>>
>>>>> On Tue, Jan 28, 2025 at 7:09 PM Frank Timmes <fxtimmes at gmail.com>
>>>>> wrote:
>>>>>
>>>>> perhaps a $PATH issue. best practice (
>>>>> https://docs.mesastar.org/en/latest/installation.html#post-a-question-to-mesa-users)
>>>>> is to post your $MESA_DIR/build.log file.
>>>>>
>>>>> fxt
>>>>>
>>>>>
>>>>>
>>>>> > On Jan 28, 2025, at 1:16 AM, Amar Aryan via Mesa-users <
>>>>> mesa-users at lists.mesastar.org> wrote:
>>>>> >
>>>>> > Hello everyone,
>>>>> >
>>>>> > I am trying to install the latest (24.08.1) version of MESA on my
>>>>> MacBook Pro with Apple M3 chip (OS Sequoia 15.2). I installed the
>>>>> corresponding MESASDK (24.10.1). After setting MESA_DIR, OMP_NUM_THREADS,
>>>>> and MESASDK_ROOT. I do a "./install” in MESA_DIR. Interestingly, the
>>>>> installation terminated by displaying following issue:-
>>>>> >
>>>>> > LIB_TOOL libutils.a
>>>>> > /Library/Developer/CommandLineTools/usr/bin/ranlib: archive member:
>>>>> libutils.a(utils_c_system.o) cputype (16777223) does not match previous
>>>>> archive members cputype (16777228) (all members must match)
>>>>> > warning: /Library/Developer/CommandLineTools/usr/bin/ranlib: archive
>>>>> library: libutils.a will be fat and ar(1) will not be able to operate on it
>>>>> > /Library/Developer/CommandLineTools/usr/bin/ar: internal ranlib
>>>>> command failed
>>>>> > make: *** [libutils.a] Error 1
>>>>> >
>>>>> > /Users/amar/mesa-24.08.1/utils/make
>>>>> > FAILED
>>>>> >
>>>>> >
>>>>> > /Users/amar/mesa-24.08.1/utils
>>>>> > ./build_and_test FAILED
>>>>> >
>>>>> >
>>>>> > /Users/amar/mesa-24.08.1/utils
>>>>> > ./build_and_test FAILED
>>>>> >
>>>>> > then I tried to do a “./clean” which displayed:-
>>>>> >
>>>>> > make: *** ../gyre: No such file or directory. Stop.
>>>>> > make: *** [clean] Error 2
>>>>> > cleaning forum
>>>>> > make: *** ../forum: No such file or directory. Stop.
>>>>> > make: *** [clean] Error 2
>>>>> > FAILED
>>>>> > removing some data to force reinstall
>>>>> > finished clean
>>>>> >
>>>>> >
>>>>> > after doing a “./clean”, I tried “./install” again, which showed:-
>>>>> > LIB_TOOL libutils.a
>>>>> > ar: libutils.a is a fat file (use libtool(1) or lipo(1) and ar(1) on
>>>>> it)
>>>>> > ar: libutils.a: Inappropriate file type or format
>>>>> > make: *** [libutils.a] Error 1
>>>>> >
>>>>> > /Users/amar/mesa-24.08.1/utils/make
>>>>> > FAILED
>>>>> >
>>>>> >
>>>>> > /Users/amar/mesa-24.08.1/utils
>>>>> > ./build_and_test FAILED
>>>>> >
>>>>> > Please provide your valuable suggestions to the cause and possible
>>>>> troubleshooting of the issue.
>>>>> >
>>>>> > With best regards,
>>>>> > Amar
>>>>> > _______________________________________________
>>>>> > mesa-users at lists.mesastar.org
>>>>> > https://lists.mesastar.org/mailman/listinfo/mesa-users
>>>>> >
>>>>>
>>>>>
>>>>> _______________________________________________
>>>> mesa-users at lists.mesastar.org
>>>> https://lists.mesastar.org/mailman/listinfo/mesa-users
>>>>
>>>> _______________________________________________
>> mesa-users at lists.mesastar.org
>> https://lists.mesastar.org/mailman/listinfo/mesa-users
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20250130/688ab435/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 42064 bytes
Desc: not available
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20250130/688ab435/attachment.obj>
More information about the Mesa-users
mailing list