Hello and thanks for the report. By the way, do you have the configure.log file available from the build? That would help my diagnosis of the problem.
<rant>I have to say, it is not helpful to tag something "FTBFS on i386" when that is in fact not the case. It builds just fine in unstable on i386. And to test your assertion regarding gcc-4.3, I need to dig into the non-standard build system of my package to discover its C compiler option, or perhaps install gcc-defaults from experimental. A more sensible approach would be to transition gcc and friends first, then file the bugs. If these bugs are supposed to be "serious" for lenny, then let's make them so. I've been waiting for months for this transition to happen on i386 (and amd64), and meanwhile fixing bugs which come with patches. What's the reason for the delay, cf. the rush to file "serious" bugs?</rant> -Adam On Tue, 2008-06-03 at 02:21 +0200, Lucas Nussbaum wrote: > Package: petsc > Version: 2.3.3-12 > Severity: serious > User: [EMAIL PROTECTED] > Usertags: qa-ftbfs-20080602 qa-ftbfs > Justification: FTBFS on i386 > > Hi, > > During a rebuild of all packages in sid, your package failed to build on > i386. > > Relevant part: > > /usr/bin/fakeroot debian/rules clean > > dh_testdir > > if [ -e patch ]; then \ > > debian/rules unpatch; \ > > fi > > mv TAGS thetags > > dh_clean > > # These are needed for -lam, -dec and -contrib builds > > rm -rf debian/libpetsc2.3.3 debian/libpetsc2.3.3-dev \ > > debian/libpetsc2.3.3-dbg > > mv thetags TAGS > > rm -f build* install* debian/*.substvars debian/libpetsc2.3.3-dev.docs > > debian/libpetsc2.3.3-dev.postinst debian/libpetsc2.3.3-dev.prerm > > # This is commented because it really doesn't do anything useful for us > > # (removes example executables, so what?) > > # make PETSC_ARCH=linux-gnu > > PETSC_DIR=/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12 clean > > # These probably should be removed by `make clean' but aren't > > rm -f `find . -name \*.o -print` `find . -name \*.pyc -print` > > rm -rf lib debian/extemp bmake/linux-gnu* > > dpkg-source -b petsc-2.3.3-12 > > dpkg-source: warning: source directory 'petsc-2.3.3-12' is not > > <sourcepackage>-<upstreamversion> 'petsc-2.3.3' > > dpkg-source: warning: .orig directory name petsc-2.3.3-12.orig is not > > <package>-<upstreamversion> (wanted petsc-2.3.3.orig) > > dpkg-source: info: using source format `1.0' > > dpkg-source: info: building petsc using existing petsc_2.3.3.orig.tar.gz > > dpkg-source: info: building petsc in petsc_2.3.3-12.diff.gz > > dpkg-source: info: building petsc in petsc_2.3.3-12.dsc > > debian/rules build > > for patchfile in `ls debian/patch-*`; do \ > > patch -p1 < $patchfile; \ > > done > > patching file bmake/common/rules.shared.basic > > patching file python/PETSc/utilities/debugging.py > > patching file python/BuildSystem/config/setCompilers.py > > patching file docs/bugreporting.html > > patching file docs/index.html > > patching file docs/faq.html > > patching file src/sys/utils/makefile > > patching file src/sys/objects/makefile > > patching file python/BuildSystem/config/compilerOptions.py > > touch patch > > PETSC_DIR=/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12 > > ./config/configure.py \ > > --with-debugging=1 \ > > --useThreads 0 --with-mpi-dir=/usr/lib/openmpi \ > > --with-blas-lib=-lblas --with-lapack-lib=-llapack \ > > --with-umfpack=1 --with-umfpack-include=/usr/include/suitesparse \ > > --with-umfpack-lib=[/usr/lib/libumfpack.so,/usr/lib/libamd.so] \ > > --with-superlu=1 --with-superlu-include=/usr/include/superlu \ > > --with-superlu-lib=/usr/lib/libsuperlu.so \ > > --with-spooles=1 --with-spooles-include=/usr/include/spooles \ > > --with-spooles-lib=/usr/lib/libspooles.so \ > > --with-hypre=1 --with-hypre-dir=/usr \ > > --with-babel=1 --with-babel-dir=/usr > > ================================================================================= > > Configuring PETSc to compile on your system > > > > ================================================================================= > > TESTING: configureExternalPackagesDir from > > config.framework(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/framework.py:807) > > TESTING: configureLibrary from > > PETSc.packages.PVODE(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/packages/PVODE.py:10) > > TESTING: configureLibrary from > > PETSc.packages.NetCDF(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/packages/NetCDF.py:10) > > TESTING: configureDebuggers from > > PETSc.utilities.debuggers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/debuggers.py:22) > > TESTING: configureMake from > > PETSc.utilities.Make(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/Make.py:21) > > TESTING: configureMercurial from > > config.sourceControl(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/sourceControl.py:23) > > TESTING: configureCVS from > > config.sourceControl(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/sourceControl.py:30) > > TESTING: configureSubversion from > > config.sourceControl(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/sourceControl.py:35) > > TESTING: configureMkdir from > > config.programs(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/programs.py:21) > > TESTING: configurePrograms from > > config.programs(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/programs.py:43) > > TESTING: configureCLanguage from > > PETSc.utilities.languages(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/languages.py:43) > > TESTING: configureLanguageSupport from > > PETSc.utilities.languages(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/languages.py:49) > > TESTING: configureExternC from > > PETSc.utilities.languages(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/languages.py:66) > > TESTING: configureFortranLanguage from > > PETSc.utilities.languages(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/languages.py:72) > > TESTING: configureDirectories from > > PETSc.utilities.petscdir(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/petscdir.py:34) > > TESTING: configureExternalPackagesDir from > > PETSc.utilities.petscdir(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/petscdir.py:112) > > TESTING: configureInstallationMethod from > > PETSc.utilities.petscdir(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/petscdir.py:119) > > TESTING: configureETags from > > PETSc.utilities.Etags(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/Etags.py:27) > > TESTING: getDatafilespath from > > PETSc.utilities.dataFilesPath(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/dataFilesPath.py:29) > > TESTING: checkVendor from > > config.setCompilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/setCompilers.py:262) > > TESTING: checkInitialFlags from > > config.setCompilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/setCompilers.py:272) > > TESTING: checkCCompiler from > > config.setCompilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/setCompilers.py:380) > > TESTING: checkCPreprocessor from > > config.setCompilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/setCompilers.py:437) > > TESTING: checkCxxCompiler from > > config.setCompilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/setCompilers.py:541) > > TESTING: checkCxxPreprocessor from > > config.setCompilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/setCompilers.py:600) > > TESTING: checkFortranCompiler from > > config.setCompilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/setCompilers.py:708) > > TESTING: checkFortranComments from > > config.setCompilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/setCompilers.py:750) > > TESTING: checkBrokenMpif90 from > > config.setCompilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/setCompilers.py:759) > > TESTING: checkPIC from > > config.setCompilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/setCompilers.py:799) > > TESTING: checkLargeFileIO from > > config.setCompilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/setCompilers.py:839) > > TESTING: checkArchiver from > > config.setCompilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/setCompilers.py:933) > > TESTING: checkSharedLinker from > > config.setCompilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/setCompilers.py:1036) > > TESTING: checkSharedLinkerPaths from > > config.setCompilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/setCompilers.py:1107) > > TESTING: checkLibC from > > config.setCompilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/setCompilers.py:1119) > > TESTING: checkDynamicLinker from > > config.setCompilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/setCompilers.py:1163) > > TESTING: output from > > config.setCompilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/setCompilers.py:1209) > > TESTING: configureCompilerFlags from > > config.compilerFlags(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilerFlags.py:66) > > TESTING: configureDebugging from > > PETSc.utilities.debugging(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/debugging.py:25) > > TESTING: configureArchitecture from > > PETSc.utilities.arch(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/arch.py:39) > > TESTING: configureSharedLibraries from > > PETSc.utilities.sharedLibraries(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/sharedLibraries.py:41) > > TESTING: configureDynamicLibraries from > > PETSc.utilities.sharedLibraries(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/sharedLibraries.py:53) > > TESTING: configureBmakeDir from > > PETSc.utilities.bmakeDir(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/bmakeDir.py:26) > > TESTING: checkRestrict from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:130) > > TESTING: checkCFormatting from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:248) > > TESTING: checkCStaticInline from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:101) > > TESTING: checkDynamicLoadFlag from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:258) > > TESTING: checkCLibraries from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:157) > > TESTING: checkRestrict from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:130) > > TESTING: checkCxxNamespace from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:290) > > TESTING: checkCxxOptionalExtensions from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:265) > > TESTING: checkCxxStaticInline from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:115) > > TESTING: checkCxxLibraries from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:305) > > TESTING: checkFortranTypeSizes from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:409) > > TESTING: checkFortranNameMangling from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:468) > > TESTING: checkFortranNameManglingDouble from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:501) > > TESTING: checkFortranPreprocessor from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:511) > > TESTING: checkFortranLibraries from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:533) > > TESTING: checkFortranLinkingCxx from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:794) > > TESTING: checkFortran90 from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:829) > > TESTING: checkFortran90Interface from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:889) > > TESTING: checkFortran90Array from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:927) > > TESTING: setupFrameworkCompilers from > > config.compilers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/compilers.py:1042) > > TESTING: configureLibrary from > > PETSc.packages.Mathematica(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/packages/Mathematica.py:15) > > TESTING: configureFortranCPP from > > PETSc.utilities.fortranCPP(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/fortranCPP.py:26) > > TESTING: checkStdC from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:60) > > TESTING: checkStat from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:93) > > TESTING: checkSysWait from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:128) > > TESTING: checkTime from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:150) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: check from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:38) > > TESTING: checkRecursiveMacros from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:158) > > TESTING: checkMemcmp from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:79) > > TESTING: checkSysinfo from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:102) > > TESTING: checkVPrintf from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:125) > > TESTING: checkSignalHandlerType from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:132) > > TESTING: checkFreeReturnType from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:142) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: check from > > config.functions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/functions.py:30) > > TESTING: configureMemorySize from > > PETSc.utilities.getResidentSetSize(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/getResidentSetSize.py:31) > > TESTING: configureFPTrap from > > PETSc.utilities.FPTrap(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/FPTrap.py:27) > > TESTING: configureFortranCommandLine from > > PETSc.utilities.fortranCommandLine(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/fortranCommandLine.py:26) > > TESTING: checkSizeTypes from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:44) > > TESTING: checkFileTypes from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:49) > > TESTING: checkPID from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:55) > > TESTING: checkUID from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:59) > > TESTING: checkSignal from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:66) > > TESTING: checkC99Complex from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:87) > > TESTING: checkCxxComplex from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:96) > > TESTING: checkFortranKind from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:117) > > TESTING: checkFortranDReal from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:129) > > TESTING: checkConst from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:137) > > TESTING: checkEndian from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:193) > > TESTING: checkSizeof from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:246) > > TESTING: checkSizeof from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:246) > > TESTING: checkSizeof from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:246) > > TESTING: checkSizeof from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:246) > > TESTING: checkSizeof from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:246) > > TESTING: checkSizeof from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:246) > > TESTING: checkSizeof from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:246) > > TESTING: checkSizeof from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:246) > > TESTING: checkBitsPerByte from > > config.types(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/types.py:288) > > TESTING: configureScalarType from > > PETSc.utilities.scalarTypes(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/scalarTypes.py:30) > > TESTING: configurePrecision from > > PETSc.utilities.scalarTypes(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/scalarTypes.py:46) > > TESTING: check from > > config.libraries(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/libraries.py:108) > > TESTING: check from > > config.libraries(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/libraries.py:108) > > TESTING: check from > > config.libraries(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/libraries.py:108) > > TESTING: check from > > config.libraries(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/libraries.py:108) > > TESTING: checkMath from > > config.libraries(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/libraries.py:177) > > TESTING: checkMathErf from > > config.libraries(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/libraries.py:193) > > TESTING: checkDynamic from > > config.libraries(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/libraries.py:202) > > TESTING: alternateConfigureLibrary from > > config.packages.Boost(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/package.py:356) > > TESTING: alternateConfigureLibrary from > > config.packages.Fiat(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/package.py:356) > > TESTING: configureLibrary from > > config.packages.BlasLapack(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/packages/BlasLapack.py:384) > > TESTING: checkLib from > > config.packages.BlasLapack(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/packages/BlasLapack.py:94) > > TESTING: checkESSL from > > config.packages.BlasLapack(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/packages/BlasLapack.py:434) > > TESTING: checkPESSL from > > config.packages.BlasLapack(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/packages/BlasLapack.py:440) > > TESTING: checkMissing from > > config.packages.BlasLapack(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/packages/BlasLapack.py:446) > > TESTING: configureTimers from > > PETSc.utilities.timer(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/timer.py:35) > > TESTING: configureLibrary from > > config.packages.MPI(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/packages/MPI.py:544) > > TESTING: check from > > config.libraries(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/libraries.py:108) > > TESTING: checkInclude from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:47) > > TESTING: configureConversion from > > config.packages.MPI(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/packages/MPI.py:170) > > TESTING: configureTypes from > > config.packages.MPI(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/packages/MPI.py:191) > > TESTING: configureMissingPrototypes from > > config.packages.MPI(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/packages/MPI.py:219) > > TESTING: SGIMPICheck from > > config.packages.MPI(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/packages/MPI.py:515) > > TESTING: FortranMPICheck from > > config.packages.MPI(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/packages/MPI.py:525) > > TESTING: checkSharedLibrary from > > config.packages.MPI(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/packages/MPI.py:123) > > TESTING: configureMPIEXEC from > > config.packages.MPI(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/packages/MPI.py:135) > > TESTING: configureMissingDefines from > > PETSc.utilities.missing(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/missing.py:35) > > TESTING: configureMissingUtypeTypedefs from > > PETSc.utilities.missing(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/missing.py:45) > > TESTING: configureMissingFunctions from > > PETSc.utilities.missing(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/missing.py:51) > > TESTING: configureMissingSignals from > > PETSc.utilities.missing(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/missing.py:71) > > TESTING: configureMissingGetdomainnamePrototype from > > PETSc.utilities.missing(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/missing.py:88) > > TESTING: configureMissingSrandPrototype from > > PETSc.utilities.missing(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/missing.py:110) > > TESTING: configureMissingIntelFastPrototypes from > > PETSc.utilities.missing(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/missing.py:134) > > TESTING: configureLibraryOptions from > > PETSc.utilities.libraryOptions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/libraryOptions.py:46) > > TESTING: configureISColorValueType from > > PETSc.utilities.libraryOptions(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/utilities/libraryOptions.py:98) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.TetGen(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.spai(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.pARMS(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: configureLibrary from > > PETSc.packages.babel(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/packages/babel.py:22) > > TESTING: check from > > config.libraries(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/libraries.py:108) > > TESTING: checkInclude from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:47) > > TESTING: checkSharedLibrary from > > PETSc.packages.babel(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:292) > > TESTING: configureLibrary from > > PETSc.packages.UMFPACK(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:296) > > TESTING: check from > > config.libraries(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/libraries.py:108) > > TESTING: checkInclude from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:47) > > TESTING: checkSharedLibrary from > > PETSc.packages.UMFPACK(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:292) > > TESTING: configureLibrary from > > PETSc.packages.SuperLU(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/packages/SuperLU.py:89) > > TESTING: check from > > config.libraries(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/libraries.py:108) > > TESTING: checkInclude from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:47) > > TESTING: checkSharedLibrary from > > PETSc.packages.SuperLU(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:292) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.ccafe(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.Sieve(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.PARTY(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: configureLibrary from > > PETSc.packages.spooles(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:296) > > TESTING: check from > > config.libraries(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/libraries.py:108) > > TESTING: checkInclude from > > config.headers(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/headers.py:47) > > TESTING: checkSharedLibrary from > > PETSc.packages.spooles(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:292) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.Generator(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.Matlab(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.sprng(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.Chaco(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.SuperLU_DIST(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.fftw(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.blacs(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.SCALAPACK(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.MUMPS(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.sundials(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.MPE(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.ml(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.ParMetis(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.Prometheus(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: alternateConfigureLibrary from > > PETSc.packages.FFC(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/package.py:343) > > TESTING: configureLibrary from > > PETSc.packages.hypre(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/PETSc/packages/hypre.py:120) > > TESTING: check from > > config.libraries(/build/user-petsc_2.3.3-12-amd64-C3k20Q/petsc-2.3.3-12/python/BuildSystem/config/libraries.py:108) > > ********************************************************************************* > > UNABLE to CONFIGURE with GIVEN OPTIONS (see configure.log for > > details): > > --------------------------------------------------------------------------------------- > > --with-hypre-dir=/usr did not work > > ********************************************************************************* > > > > make: *** [build-arch] Error 1 > > The full build log is available from: > http://people.debian.org/~lucas/logs/2008/06/02 > > This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 > is now the default on most architectures (even if it's not the case on > i386 yet). Consequently, many failures are caused by the switch to gcc > 4.3. > If you determine that this failure is caused by gcc 4.3, feel free to > downgrade this bug to 'important' if your package is only built on i386, > and this bug is specific to gcc 4.3 (i.e the package builds fine with > gcc 4.2). > > A list of current common problems and possible solutions is available at > http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! > > About the archive rebuild: The rebuild was done on about 50 AMD64 nodes > of the Grid'5000 platform, using a clean chroot containing a sid i386 > environment. Internet was not accessible from the build systems. -Adam -- GPG fingerprint: D54D 1AEE B11C CE9B A02B C5DD 526F 01E8 564E E4B6 Engineering consulting with open source tools http://www.opennovation.com/
signature.asc
Description: This is a digitally signed message part