I get "dpkg-query: no path found matching pattern /usr/bin/f77". That was the first thing I looked at after doing: "which f77".
/usr/bin/f95 gives me the same result; since those links point to /etc/alternatives, this is expected I think? On Thu, Oct 1, 2015 at 3:42 PM, Bill Deegan <[email protected]> wrote: > Can you run: > dpkg -S /usr/bin/f77 > ? > Want to figure out what package this comes from? > I'm running > bdbaddog@hpmicrodog:~/scons/scons$ lsb_release -a > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 14.04.3 LTS > Release: 14.04 > Codename: trusty > bdbaddog@hpmicrodog:~/scons/scons$ cat /etc/debian_version > jessie/sid > > And I don't get a f77 symlink.. only f95 > > -Bill > > On Thu, Oct 1, 2015 at 10:37 AM, William Blevins <[email protected]> > wrote: > >> Debian 8 >> >> GNU Fortran 4.9.2 >> >> On Thu, Oct 1, 2015 at 3:37 PM, William Blevins <[email protected]> >> wrote: >> >>> It looks like "/usr/bin/f[77|95]" -> "/etc/alternatives/f[77|95]" -> >>> "/usr/bin/gfortran". >>> >>> On Thu, Oct 1, 2015 at 3:24 PM, Bill Deegan <[email protected]> >>> wrote: >>> >>>> Looks like it's running f77 as the command line? >>>> Can you run "which f77" on your system? >>>> What distro/version are you running? (Linux right?) >>>> >>>> -Bill >>>> >>>> On Thu, Oct 1, 2015 at 9:21 AM, William Blevins <[email protected]> >>>> wrote: >>>> >>>>> Looks like SHFORTRANFLAGS = '-x' is somehow getting converted to "-Ix". >>>>> >>>>> Not a Fortran expert. I just happened to notice when I was running my >>>>> test suites. Tried to have as many tools working as possible when I was >>>>> regression testing the CL support. >>>>> >>>>> V/R, >>>>> William >>>>> >>>>> On Thu, Oct 1, 2015 at 2:18 PM, William Blevins <[email protected] >>>>> > wrote: >>>>> >>>>>> wblevins@debian:~/SCons/scons_20150323$ ./runtest.py >>>>>> test/Fortran/SHFORTRANFLAGS.py >>>>>> 1/1 (100.00%) /usr/bin/python -tt test/Fortran/SHFORTRANFLAGS.py >>>>>> STDOUT >>>>>> ========================================================================= >>>>>> scons: Reading SConscript files ... >>>>>> scons: done reading SConscript files. >>>>>> scons: Building targets ... >>>>>> /usr/bin/python wrapper.py f77 -o bar.os -c -fPIC -Ix bar.f >>>>>> gfortran -o bar/libbar.so -shared bar.os >>>>>> scons: done building targets. >>>>>> >>>>>> STDERR >>>>>> ========================================================================= >>>>>> 0a1 >>>>>> > Warning: Nonexistent include directory "x" >>>>>> FAILED test of /home/wblevins/SCons/scons_20150323/src/script/scons.py >>>>>> at line 611 of >>>>>> /home/wblevins/SCons/scons_20150323/QMTest/TestCommon.py (_complete) >>>>>> from line 701 of >>>>>> /home/wblevins/SCons/scons_20150323/QMTest/TestCommon.py (run) >>>>>> from line 390 of >>>>>> /home/wblevins/SCons/scons_20150323/QMTest/TestSCons.py (run) >>>>>> from line 133 of test/Fortran/SHFORTRANFLAGS.py >>>>>> >>>>>> >>>>>> On Thu, Oct 1, 2015 at 2:15 PM, William Blevins < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> It is with default latest. >>>>>>> >>>>>>> On Thu, Oct 1, 2015 at 2:08 PM, William Blevins < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> I think I only have gfortran installed. >>>>>>>> >>>>>>>> On Thu, Oct 1, 2015 at 1:46 PM, Bill Deegan < >>>>>>>> [email protected]> wrote: >>>>>>>> >>>>>>>>> William, >>>>>>>>> >>>>>>>>> This is with the default branch? >>>>>>>>> Installing g77 should be sufficient right? >>>>>>>>> >>>>>>>>> -Bill >>>>>>>>> >>>>>>>>> >>>>>>>>> On Thu, Oct 1, 2015 at 7:39 AM, William Blevins < >>>>>>>>> [email protected]> wrote: >>>>>>>>> >>>>>>>>>> Just as a heads up, the FORTRAN tests are failing on my linux box >>>>>>>>>> with the gfortran toolchain in case the CI servers don't have all the >>>>>>>>>> toolchains. >>>>>>>>>> >>>>>>>>>> test/FORTRAN/F77FLAGS.py >>>>>>>>>> >>>>>>>>>> test/FORTRAN/FORTRANFLAGS.py >>>>>>>>>>> test/FORTRAN/SHF77FLAGS.py >>>>>>>>>>> test/FORTRAN/SHFORTRANFLAGS.py >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> V/R, >>>>>>>>>> William >>>>>>>>>> >>>>>>>>>> _______________________________________________ >>>>>>>>>> Scons-dev mailing list >>>>>>>>>> [email protected] >>>>>>>>>> https://pairlist2.pair.net/mailman/listinfo/scons-dev >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> Scons-dev mailing list >>>>>>>>> [email protected] >>>>>>>>> https://pairlist2.pair.net/mailman/listinfo/scons-dev >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>> >>>>> _______________________________________________ >>>>> Scons-dev mailing list >>>>> [email protected] >>>>> https://pairlist2.pair.net/mailman/listinfo/scons-dev >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> Scons-dev mailing list >>>> [email protected] >>>> https://pairlist2.pair.net/mailman/listinfo/scons-dev >>>> >>>> >>> >> >> _______________________________________________ >> Scons-dev mailing list >> [email protected] >> https://pairlist2.pair.net/mailman/listinfo/scons-dev >> >> > > _______________________________________________ > Scons-dev mailing list > [email protected] > https://pairlist2.pair.net/mailman/listinfo/scons-dev > >
_______________________________________________ Scons-dev mailing list [email protected] https://pairlist2.pair.net/mailman/listinfo/scons-dev
