Your message dated Wed, 04 Jun 2008 04:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#484341: fixed in hypre 2.0.0.dfsg-6
has caused the Debian Bug report #484341,
regarding Library troubles
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
484341: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484341
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
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.
--
| Lucas Nussbaum
| [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Source: hypre
Source-Version: 2.0.0.dfsg-6
We believe that the bug you reported is fixed in the latest version of
hypre, which is due to be installed in the Debian FTP archive:
hypre_2.0.0.dfsg-6.diff.gz
to pool/main/h/hypre/hypre_2.0.0.dfsg-6.diff.gz
hypre_2.0.0.dfsg-6.dsc
to pool/main/h/hypre/hypre_2.0.0.dfsg-6.dsc
libhypre-dev_2.0.0.dfsg-6_all.deb
to pool/main/h/hypre/libhypre-dev_2.0.0.dfsg-6_all.deb
libhypre2.0.0_2.0.0.dfsg-6_amd64.deb
to pool/main/h/hypre/libhypre2.0.0_2.0.0.dfsg-6_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adam C. Powell, IV <[EMAIL PROTECTED]> (supplier of updated hypre package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 03 Jun 2008 23:36:05 -0400
Source: hypre
Binary: libhypre-dev libhypre2.0.0
Architecture: source amd64 all
Version: 2.0.0.dfsg-6
Distribution: unstable
Urgency: low
Maintainer: Adam C. Powell, IV <[EMAIL PROTECTED]>
Changed-By: Adam C. Powell, IV <[EMAIL PROTECTED]>
Description:
libhypre-dev - High Performance Matrix Preconditioners - Development Files
libhypre2.0.0 - High Performance Matrix Preconditioners - Shared Library
Closes: 484196 484341
Changes:
hypre (2.0.0.dfsg-6) unstable; urgency=low
.
* Changed -lmpi_cxx to more generic -lmpi++, and removed -lstdc++,
instead using BUILD_CXX_SHARED (closes: #484341, #484196).
Checksums-Sha1:
ecf8504294a76ca1bfc99df1c502c126663f8b7b 1165 hypre_2.0.0.dfsg-6.dsc
50699cb39fdf1cc816fb5152b3c81a267e7f3da1 9993 hypre_2.0.0.dfsg-6.diff.gz
d52b286b53d9c28cbf0ab327436a3fe7aa3a939e 1621742
libhypre2.0.0_2.0.0.dfsg-6_amd64.deb
212844c43d4d46a35dfc55a5f7e4d50a096b594f 141492
libhypre-dev_2.0.0.dfsg-6_all.deb
Checksums-Sha256:
46c57b97de176f23ab2a4722d684914f9fc9207694c5dc4ba0cc2f55d6e3fb6d 1165
hypre_2.0.0.dfsg-6.dsc
0f274107d8846ebbec5ce7b630e761b1b89d12d94b9359a7bae446a9ecd5583c 9993
hypre_2.0.0.dfsg-6.diff.gz
66c21c2ffbf7fee3e71113d327c5ca4f387c4a513ac5aaf97ddc7fa3a0dfa600 1621742
libhypre2.0.0_2.0.0.dfsg-6_amd64.deb
27976327c0e4a36e78b496c1d773ef2f0a17fdc26258727d6454472d36d69595 141492
libhypre-dev_2.0.0.dfsg-6_all.deb
Files:
6ad91ef62c28b2bdd61cc7fc2969f7e6 1165 math extra hypre_2.0.0.dfsg-6.dsc
1d8b6e2315b1445b904c7b1ac3c52e96 9993 math extra hypre_2.0.0.dfsg-6.diff.gz
0e45367d5e4a7f1b4dfc128c42b3dfd4 1621742 libs extra
libhypre2.0.0_2.0.0.dfsg-6_amd64.deb
8fe5d8f2b336df6cea5d0e65d8b574ce 141492 libdevel extra
libhypre-dev_2.0.0.dfsg-6_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFIRg+iUm8B6FZO5LYRAsDdAJ9e058V3HWm4rGX3ImOGg1VHD08AgCfaEOb
BE0LRVMaYf1qeuufr59T0rY=
=hwGy
-----END PGP SIGNATURE-----
--- End Message ---