If I remember correctly it only checks for gcc 3/4 so 5/6 should be broken ;(
On Sun, May 15, 2016 at 6:22 PM, William Blevins <[email protected]> wrote: > That has to do with something in QMTest where it does a version check > against gcc to pick the right library. I wasn't sure how to fix it but the > info might be useful. > > On Sun, May 15, 2016 at 5:54 PM, Bill Deegan <[email protected]> > wrote: > >> Russel, >> >> Here's you're VariantDir failure from the log you sent along. I've >> highlighted the issue below. >> Is gfortran properly installed on your system. >> It's working on ubuntu 14.04 for me. >> >> -Bill >> >> 5/6 (83.33%) /usr/bin/python -tt test/VariantDir/VariantDir.py >> FAILED test of >> /home/users/russel/Repositories/Mercurial/SCons/src/script/scons.py >> at line 605 of >> /home/users/russel/Repositories/Mercurial/SCons/QMTest/TestCommon.py >> (_complete) >> from line 708 of >> /home/users/russel/Repositories/Mercurial/SCons/QMTest/TestCommon.py (run) >> from line 391 of >> /home/users/russel/Repositories/Mercurial/SCons/QMTest/TestSCons.py (run) >> from line 234 of test/VariantDir/VariantDir.py >> /home/users/russel/Repositories/Mercurial/SCons/src/script/scons.py returned >> 2 >> STDOUT >> ========================================================================= >> scons: Reading SConscript files ... >> scons: done reading SConscript files. >> scons: Building targets ... >> gfortran -o build/var1/b1.o -c -Isrc build/var1/b1.f >> buildIt(["build/var1/b2.f"], ["build/var1/b2.in"]) >> gfortran -o build/var1/b2.o -c -Isrc build/var1/b2.f >> gfortran -o build/var1/bar1 build/var1/b1.o -lg2c >> scons: building terminated because of errors. >> >> STDERR >> =========================================================================/bin/ld: >> cannot find -lg2c >> collect2: error: ld returned 1 exit status >> scons: *** [build/var1/bar1] Error 1 >> >> >> >> >> On Sun, May 15, 2016 at 5:55 AM, Russel Winder <[email protected]> >> wrote: >> >>> On Fri, 2016-05-13 at 14:59 -0400, Bill Deegan wrote: >>> > Russel, >>> > >>> > Can you pastebin your a log of all the failing tests? >>> > Just pushed a fix for some (all?) of the swig tests. >>> > >>> >>> SWIG problem appears fixed. Now I am just getting: >>> >>> Failed the following 11 tests: >>> test/D/GDC.py >>> test/D/GDC_Alt.py >>> test/D/HelloWorld/CompileAndLinkOneStep/sconstest-gdc.py >>> test/D/HelloWorld/CompileThenLinkTwoSteps/sconstest-gdc.py >>> test/D/Issues/2939_Ariovistus/sconstest- >>> correctLinkOptions_gdc.py >>> test/D/Issues/2940_Ariovistus/sconstest- >>> correctLinkOptions_gdc.py >>> test/Fortran/F77FLAGS.py >>> test/Fortran/FORTRANFLAGS.py >>> test/Fortran/SHF77FLAGS.py >>> test/Fortran/SHFORTRANFLAGS.py >>> test/VariantDir/VariantDir.py >>> >>> with both default and python3-port branches with Python 2. >>> >>> As noted in replying to William, I think the gdc fails are an artifact >>> of the gdc and ldc installation. >>> >>> I think William has sent in some fixes for the Fortran issues that are >>> yet to be merged. >>> >>> I have zero ideas about the VariantDir issue. >>> >>> -- >>> Russel. >>> >>> ============================================================================= >>> Dr Russel Winder t: +44 20 7585 2200 voip: >>> sip:[email protected] >>> 41 Buckmaster Road m: +44 7770 465 077 xmpp: [email protected] >>> London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder >>> >>> >>> _______________________________________________ >>> 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
