Problem to install fluka4-5.0 on a Mac

Dear expertes,

I have tried to install fluka4-5.0 on a Macbook. I have followed the instructions, however, I got the following error message|:

gfortran -c -o usrsuwev.o -I/Users/jilbertozamorasaa/FLUKA/fluka4-5.0//include -J/Users/jilbertozamorasaa/FLUKA/fluka4-5.0//include -g -cpp -O3 -fd-lines-as-comments -Wall -Waggregate-return -Wcast-align -Wline-truncation -Wno-conversion -Wno-integer-division -Wno-tabs -Wno-unused-dummy-argument -Wno-unused-function -Wno-unused-parameter -Wno-unused-variable -Wsystem-headers -Wuninitialized -Wunused-label -mtune=generic -fPIC -fexpensive-optimizations -funroll-loops -fstrength-reduce -fno-automatic -finit-local-zero -ffixed-line-length-132 -fbackslash -funderscoring -frecord-marker=4 -falign-commons -fbacktrace -frange-check -fbounds-check -fdump-core -ftrapping-math -ffpe-trap=invalid,zero,overflow usrsuwev.f
gcc -c -o usbmax.o -I/Users/jilbertozamorasaa/FLUKA/fluka4-5.0//include -g -c -Wall -Werror -Wextra -pedantic -fPIC -pthread -MMD -MP -Wno-vla -O3 -DNDEBUG -Wpacked -DV4 usbmax.c
usbmax.c:271:11: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
271 | void usage()
| ^
| void
1 error generated.
make[1]: *** [usbmax.o] Error 1
make: *** [tools] Error 2

#########################################################
#########################################################
My gfortran version is:

jilbertos-MacBook-Pro:fluka4-5.0 jilbertozamorasaa$ gfortran --version

GNU Fortran (MacPorts gcc13 13.3.0_2+stdlib_flag) 13.3.0
#########################################################
#########################################################

Any help is more than welcome!!!

Cheers,
Jilberto

Dear @jizamora ,

I am not enable to reproduce your error.

Could you please tell me which version of the CLT you have with the following command?
pkgutil --pkg-info=com.apple.pkg.CLTools_Executables

I believe that the fix is to change line 271 of the file src/tools/usbmax.c in the following way: Original: void usage()
Modified: void usage(void)

Please let us know if this resolves the issue.

Thanks, Luigi

Dear Luigi,

I managed to solve the problem. However, I have now a problem with flair installation.
I am getting the following error:

###############################################################
…/tool/fortran.h: In member function ‘void FortranFile::write(char)’:
…/tool/fortran.h:276:63: error: ‘handle’ was not declared in this scope
276 | void write(char ch) { fputc(ch, handle); }
| ^~~~~~
…/tool/fortran.h: In member function ‘void FortranFile::writeln()’:
…/tool/fortran.h:277:63: error: ‘handle’ was not declared in this scope
277 | void writeln() { fputc(‘\n’, handle); }
| ^~~~~~
make[1]: *** [baseintegrator.o] Error 1
make[1]: *** [architectureintegrator.o] Error 1
make: *** [farm/libfarm.a] Error 2
make[1]: *** [d3layer.o] Error 1
make[1]: *** [decorationlayer.o] Error 1
make: *** [viewer/libviewer.a] Error 2
###############################################################

Do you have any idea how to solve it

Cheers,
Jilberto

Dear @jizamora,

Could you please explain how you resolved the issue? This information will be helpful to continue to assist you.

As previously requested, please provide the output of the following command:
pkgutil --pkg-info=com.apple.pkg.CLTools_Executables

Additionally, for this issue, please provide the output of:

echo $PATH
port echo requested
port select --summary

Luigi

Dear Luigi,

I just added
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
to the .bash_profile file.

Concerning your questions:
###############################################################
gem39:~ jilbertozamorasaa$ pkgutil --pkg-info=com.apple.pkg.CLTools_Executables

package-id: com.apple.pkg.CLTools_Executables
version: 16.2.0.0.1.1733547573
volume: /
location: /
install-time: 1742325863
gem39:~ jilbertozamorasaa$
gem39:~ jilbertozamorasaa$
###############################################################
gem39:~ jilbertozamorasaa$ echo $PATH

/opt/local/bin:/opt/local/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:/Library/Apple/usr/bin:/Applications/Sublime Text.app/Contents/SharedSupport/bin
gem39:~ jilbertozamorasaa$
###############################################################
gem39:~ jilbertozamorasaa$ port echo requested
gcc13 @13.3.0_2+stdlib_flag
gdb @15.1_0
ghostscript @10.04.0_0+x11
gnuplot @6.0.2_0+aquaterm+luaterm+pangocairo+qt5+wxwidgets
py312-matplotlib @3.10.1_0+tkinter
py312-pip @25.0.1_0
py312-pydicom @3.0.1_0
py312-scipy @1.15.2_0+accelerate+gfortran
py312-tkinter @3.12.9_0
python312 @3.12.9_0+lto+optimizations
xorg @20090316_0
xorg-server @1.20.11_1
xterm @388_0
gem39:~ jilbertozamorasaa$
###############################################################
gem39:~ jilbertozamorasaa$ port select --summary
Name Selected Options
==== ======== =======
clang none mp-clang-19 mp-clang-20 none
fonttools none fonttools-312 none
gcc mp-gcc13 mp-gcc13 none
llvm none mp-llvm-19 mp-llvm-20 none
mypy none mypy312 none
pip none pip3-apple pip312 none
pip2 none none
pip3 none pip3-apple pip312 none
python none python312 python313 none
python3 python312 python312 python313 none
root none none
wxWidgets none wxWidgets-3.0 none
gem39:~ jilbertozamorasaa$
###############################################################

cheers,
jilberto

Dear @jizamora,

Can you confirm if your Mac has an Intel or ARM chip?

I have tested Flair installation with your same environment setup on an ARM chip and it works fine.

I suspect that MacPorts may have become corrupted. Also, have you recently upgraded your operating system? I have observed this issue in the past after OS upgrades. A potential solution is to reinstall MacPorts.
You can delete all ports with the command:
sudo port -fp uninstall installed

Please let me know

Dear Luigi,

is a bran new Mac OS installation (sonoma 14.7.4), ARM chip. I have installed MacPorts exactly as is detailed in the instructions.

I will reinstall MacPorts and let you know.

cheers,
jilberto

Dear Luigi,

The problems to install geoviewer persist.

I have tried with a 100% brand new installation of MacPorts using py312 with same results as before.

Then, I tried with brand new installation, this time with py311, the output is the following:

############################################################################################

  |                                                                          ^~~~~~

…/tool/fortran.h:255:73: error: ‘fgetpos’ cannot be used as a function
255 | int getpos(fpos_t* position) { return fgetpos(handle, position); }
| ~^~~~~~~~~~~~
…/tool/fortran.h: In member function ‘int FortranFile::setpos(int*)’:
…/tool/fortran.h:256:74: error: ‘handle’ was not declared in this scope
256 | int setpos(fpos_t* position) { return fsetpos(handle, position); }
| ^~~~~~
…/tool/fortran.h:256:73: error: ‘fsetpos’ cannot be used as a function
256 | int setpos(fpos_t* position) { return fsetpos(handle, position); }
| ~^~~~~~~~~~~~
…/tool/fortran.h: In member function ‘int FortranFile::readraw(void*, int, int)’:
…/tool/fortran.h:258:87: error: ‘handle’ was not declared in this scope
258 | int readraw(void* buffer, int sc, int n) { return fread(buffer, sc, n, handle); }
| ^~~~~~
…/tool/fortran.h: In member function ‘int FortranFile::writeBuffer(const void*, int)’:
…/tool/fortran.h:265:52: error: ‘handle’ was not declared in this scope
265 | if (fwrite(buffer, len, 1, handle) != 1) return -1;
| ^~~~~~
…/tool/fortran.h: In member function ‘void FortranFile::write(float)’:
…/tool/fortran.h:273:59: error: ‘handle’ was not declared in this scope
273 | void write(float val) { fprintf(handle, “%f”, val); }
| ^~~~~~
…/tool/fortran.h:273:58: error: ‘fprintf’ cannot be used as a function
273 | void write(float val) { fprintf(handle, “%f”, val); }
| ~^~~~~~~~~~~~~~
…/tool/fortran.h: In member function ‘void FortranFile::write(double)’:
…/tool/fortran.h:274:59: error: ‘handle’ was not declared in this scope
274 | void write(double val) { fprintf(handle, “%lf”, val); }
| ^~~~~~
…/tool/fortran.h:274:58: error: ‘fprintf’ cannot be used as a function
274 | void write(double val) { fprintf(handle, “%lf”, val); }
| ~^~~~~~~~~~~~~~
…/tool/fortran.h: In member function ‘void FortranFile::write(int)’:
…/tool/fortran.h:275:59: error: ‘handle’ was not declared in this scope
275 | void write(int val) { fprintf(handle, “%d”, val); }
| ^~~~~~
…/tool/fortran.h:275:58: error: ‘fprintf’ cannot be used as a function
275 | void write(int val) { fprintf(handle, “%d”, val); }
| ~^~~~~~~~~~~~~~
…/tool/fortran.h: In member function ‘void FortranFile::write(char)’:
…/tool/fortran.h:276:63: error: ‘handle’ was not declared in this scope
276 | void write(char ch) { fputc(ch, handle); }
| ^~~~~~
…/tool/fortran.h: In member function ‘void FortranFile::writeln()’:
…/tool/fortran.h:277:63: error: ‘handle’ was not declared in this scope
277 | void writeln() { fputc(‘\n’, handle); }
| ^~~~~~
make[1]: *** [d2layer.o] Error 1
make: *** [viewer/libviewer.a] Error 2
jilbertos-MBP:flair-geoviewer-3.4 jilbertozamorasaa$

############################################################################################

sorry for the verbose.

Cheers,
jilberto

Dear @jizamora ,

Some colleagues have observed issue with Sonoma after the recent update of the CLT and MacPorts.

I will investigate this further. In the meantime, I can only suggest considering an update to Sequoia.

ok, I will update to Sequoia and let you know.

Dear Luigi,
I have installed sequoia, and followed your recomendations. I got the following problem when I was trying to compile geoviewer
###########################################################
g++ -c viewerobject.cc -m64 -g -DDarwin -std=c++11 -O3 -funroll-loops -fno-math-errno -DNDEBUG -D_DEBUG=0 -ftree-vectorize -DTHREAD -pedantic -W -Wall -Wcast-qual -Wextra -Wformat -Wpointer-arith -Wshadow -Wno-write-strings -Wcast-align -Wredundant-decls -Wno-long-long -Wno-non-virtual-dtor -Wno-variadic-macros -Woverloaded-virtual -Wpointer-arith -Wshadow -Wunused -Wuninitialized -Wwrite-strings -Wshadow -pipe -pthread -Wno-class-memaccess -fwrapv -fstack-protector -Wno-vla -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -fno-strict-aliasing -I. -I… -I/opt/local/Library/Frameworks/Python.framework/Versions/3.13/include/python3.13 -I/opt/local/Library/Frameworks/Python.framework/Versions/3.13/include/python3.13 -I/opt/local/include -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.13/include/python3.13 -I/opt/local/Library/Frameworks/Python.framework/Versions/3.13/include/python3.13
viewerobject.cc:5321:1: warning: missing initializer for member ‘_typeobject::tp_versions_used’ [-Wmissing-field-initializers]
5321 | }; // ViewerType
| ^
g++ -o geoviewer.so geometryobject.o geoviewer.o gmesh.o gobject.o pyutils.o viewerobject.o -g -DDarwin -std=c++11 -O3 -funroll-loops -fno-math-errno -DNDEBUG -D_DEBUG=0 -ftree-vectorize -DTHREAD -pedantic -W -Wall -Wcast-qual -Wextra -Wformat -Wpointer-arith -Wshadow -Wno-write-strings -Wcast-align -Wredundant-decls -Wno-long-long -Wno-non-virtual-dtor -Wno-variadic-macros -Woverloaded-virtual -Wpointer-arith -Wshadow -Wunused -Wuninitialized -Wwrite-strings -Wshadow -pipe -pthread -Wno-class-memaccess -fwrapv -fstack-protector -Wno-vla -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -m64 -dynamiclib -L/opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/config-3.13-darwin -ldl -framework CoreFoundation -L. -L/opt/local/lib -lX11 -Lviewer -lviewer -Lfarm -lfarm -Lgeometry -lgeometry -Ldata -ldata -Lgraph -lgraph -Lmath -lmath -Ltool -ltool -Lxdraw -lxdraw -lX11 -lpthread -lz -lm -undefined dynamic_lookup
ld: warning: ignoring duplicate libraries: ‘-lX11’
ld: multiple errors: archive member ‘stat.o’ not a mach-o file in ‘/Users/sirjazs/FLUKA_CERN/flair-geoviewer-3.4/tool/libtool.a’; archive member ‘filter.o’ not a mach-o file in ‘/Users/sirjazs/FLUKA_CERN/flair-geoviewer-3.4/geometry/libgeometry.a’; archive member ‘morton.o’ not a mach-o file in ‘/Users/sirjazs/FLUKA_CERN/flair-geoviewer-3.4/math/libmath.a’
collect2: error: ld returned 1 exit status
make: *** [geoviewer.so] Error 1
jilbertos-MacBook-Pro:flair-geoviewer-3.4 sirjazs$
###########################################################

I have installed Python 3.13 using Macports.

cheers,
Jilberto

Dear Jilberto,

Did you issue the command make clean in your geoviewer directory before a fresh compilation?

Cheers, Luigi

Dear Luigi,

I found the solution, very strange, but works.

I expand the “flair-geoviewer-3.4-0.tgz” file, then execute “make clean”, and only then “make” and its works.

cheers,
Jilberto

Dear Jilberto,

from the error message, there is some inconsistency in your environment.

Can you please send the output of these commands?
which ar ld g++
file ./tool/stat.o

The latter command inside your geoviewer directory.

Cheers, luigi

Dear Luigi,

here there are:

##################################################
jilbertos-MacBook-Pro:~ sirjazs$ which ar ld g++
/opt/local/bin/ar
/opt/local/bin/ld
/opt/local/bin/g++
jilbertos-MacBook-Pro:~ sirjazs$
##################################################
jilbertos-MacBook-Pro:flair-geoviewer-3.4 sirjazs$ file ./tool/stat.o
./tool/stat.o: Mach-O 64-bit object arm64
jilbertos-MacBook-Pro:flair-geoviewer-3.4 sirjazs$
##################################################

cheers,
Jilberto

Following a private message the issue was solved.

The solution was solved after updating the OSX to Sequoia and to remember to issue make clean.