I tried to package Tustep ("TUebingen System of TExt Processing tools"), but failed:
https://build.opensuse.org/package/show?package=tustep&project=home%3Akeichwa
It seems to be a mix of Fortran and C, no Makefiles, just a shell script to compile and link it. It is used since more than 30 years ("It started in the early 70ies as a tool for supporting humanities projects at the University of Tübingen"), but still in use and active development especially at Universities.
Could someone familiar with traditional programming please lend a helping hand?
Hi, i had a short look at this package and from what i can tell, there is a compile error from the fortran compiler: --- xxcod.f:727.44: IF (.NOT.XXZHLR(TYP,ZAHL,0,255*256*256*256+255)) RETURN 1 Error: Arithmetic overflow at (1) --- I think that this is the primary cause for the build failure. Also there are really a lot warnings... Perhaps one should contact upstream, if it is at least possible to compile this with gfortran. Regards, Thomas -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org