Your message dated Sun, 06 Apr 2008 03:32:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#474249: fixed in petsc 2.3.3-10
has caused the Debian Bug report #474249,
regarding petsc: FTBFS: wrong guess of the MPI directory
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.)
--
474249: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474249
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: petsc
Version: 2.3.3-9
Severity: serious
It looks like definition of PETSC_MPI in debian/rules is somewhat pesky,
probably it is broken by localization issues.. don't know, but on my
hppa it comes to "udelam" instead of "lam", which is wrong.
I suggest you to rewrite such guessing using readlink command.
Regards,
Domenico
-----[ Domenico Andreoli, aka cavok
--[ http://www.dandreoli.com/gpgkey.asc
---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50
fakeroot debian/rules clean
dh_testdir
if [ -e patch ]; then \
debian/rules unpatch; \
fi
make[1]: Entering directory `/home/cavok/devel/debian/petsc-2.3.3'
for patchfile in `ls --reverse debian/patch-*`; do \
patch -p1 -R < $patchfile; \
done
patching file src/sys/utils/makefile
patching file src/sys/objects/makefile
patching file docs/bugreporting.html
patching file docs/index.html
patching file docs/faq.html
patching file python/BuildSystem/config/setCompilers.py
patching file python/PETSc/utilities/debugging.py
patching file bmake/common/rules.shared.basic
rm patch
make[1]: Leaving directory `/home/cavok/devel/debian/petsc-2.3.3'
mv TAGS thetags
dh_clean
# These are needed for -lam, -dec and -contrib builds
rm -rf debian/libpetsc2.3.3-udelam debian/libpetsc2.3.3-udelam-dev \
debian/libpetsc2.3.3-udelam-dbg
mv thetags TAGS
rm -f build* install* debian/*.substvars debian/libpetsc2.3.3-udelam-dev.docs
debian/libpetsc2.3.3-udelam-dev.postinst debian/libpetsc2.3.3-udelam-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=/home/cavok/devel/debian/petsc-2.3.3 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*
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
touch patch
PETSC_DIR=/home/cavok/devel/debian/petsc-2.3.3 ./config/configure.py \
--with-debugging=1 \
--useThreads 0 --with-mpi-dir=/usr/lib/udelam \
--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
=================================================================================
Configuring PETSc to compile on your system
=================================================================================
TESTING: configureExternalPackagesDir from
config.framework(/home/cavok/devel/debian/petsc-2.3.3/python/BuildSystem/config/framework.py:807)
TESTING: configureLibrary from
PETSc.packages.NetCDF(/home/cavok/devel/debian/petsc-2.3.3/python/PETSc/packages/NetCDF.py:10)
TESTING: configureLibrary from
PETSc.packages.PVODE(/home/cavok/devel/debian/petsc-2.3.3/python/PETSc/packages/PVODE.py:10)
TESTING: configureDebuggers from
PETSc.utilities.debuggers(/home/cavok/devel/debian/petsc-2.3.3/python/PETSc/utilities/debuggers.py:22)
TESTING: configureMake from
PETSc.utilities.Make(/home/cavok/devel/debian/petsc-2.3.3/python/PETSc/utilities/Make.py:21)
TESTING: configureMercurial from
config.sourceControl(/home/cavok/devel/debian/petsc-2.3.3/python/BuildSystem/config/sourceControl.py:23)
TESTING: configureCVS from
config.sourceControl(/home/cavok/devel/debian/petsc-2.3.3/python/BuildSystem/config/sourceControl.py:30)
TESTING: configureSubversion from
config.sourceControl(/home/cavok/devel/debian/petsc-2.3.3/python/BuildSystem/config/sourceControl.py:35)
TESTING: configureMkdir from
config.programs(/home/cavok/devel/debian/petsc-2.3.3/python/BuildSystem/config/programs.py:21)
TESTING: configurePrograms from
config.programs(/home/cavok/devel/debian/petsc-2.3.3/python/BuildSystem/config/programs.py:43)
TESTING: configureCLanguage from
PETSc.utilities.languages(/home/cavok/devel/debian/petsc-2.3.3/python/PETSc/utilities/languages.py:43)
TESTING: configureLanguageSupport from
PETSc.utilities.languages(/home/cavok/devel/debian/petsc-2.3.3/python/PETSc/utilities/languages.py:49)
TESTING: configureExternC from
PETSc.utilities.languages(/home/cavok/devel/debian/petsc-2.3.3/python/PETSc/utilities/languages.py:66)
TESTING: configureFortranLanguage from
PETSc.utilities.languages(/home/cavok/devel/debian/petsc-2.3.3/python/PETSc/utilities/languages.py:72)
TESTING: configureDirectories from
PETSc.utilities.petscdir(/home/cavok/devel/debian/petsc-2.3.3/python/PETSc/utilities/petscdir.py:34)
TESTING: configureExternalPackagesDir from
PETSc.utilities.petscdir(/home/cavok/devel/debian/petsc-2.3.3/python/PETSc/utilities/petscdir.py:112)
TESTING: configureInstallationMethod from
PETSc.utilities.petscdir(/home/cavok/devel/debian/petsc-2.3.3/python/PETSc/utilities/petscdir.py:119)
TESTING: configureETags from
PETSc.utilities.Etags(/home/cavok/devel/debian/petsc-2.3.3/python/PETSc/utilities/Etags.py:27)
TESTING: getDatafilespath from
PETSc.utilities.dataFilesPath(/home/cavok/devel/debian/petsc-2.3.3/python/PETSc/utilities/dataFilesPath.py:29)
TESTING: checkVendor from
config.setCompilers(/home/cavok/devel/debian/petsc-2.3.3/python/BuildSystem/config/setCompilers.py:262)
TESTING: checkInitialFlags from
config.setCompilers(/home/cavok/devel/debian/petsc-2.3.3/python/BuildSystem/config/setCompilers.py:272)
TESTING: checkCCompiler from
config.setCompilers(/home/cavok/devel/debian/petsc-2.3.3/python/BuildSystem/config/setCompilers.py:380)
TESTING: checkCPreprocessor from
config.setCompilers(/home/cavok/devel/debian/petsc-2.3.3/python/BuildSystem/config/setCompilers.py:437)
TESTING: checkCxxCompiler from
config.setCompilers(/home/cavok/devel/debian/petsc-2.3.3/python/BuildSystem/config/setCompilers.py:541)
TESTING: checkFortranCompiler from
config.setCompilers(/home/cavok/devel/debian/petsc-2.3.3/python/BuildSystem/config/setCompilers.py:708)make:
*** [build-arch] Trace/breakpoint trap (core dumped)
--- End Message ---
--- Begin Message ---
Source: petsc
Source-Version: 2.3.3-10
We believe that the bug you reported is fixed in the latest version of
petsc, which is due to be installed in the Debian FTP archive:
libpetsc2.3.3-dbg_2.3.3-10_amd64.deb
to pool/main/p/petsc/libpetsc2.3.3-dbg_2.3.3-10_amd64.deb
libpetsc2.3.3-dev_2.3.3-10_amd64.deb
to pool/main/p/petsc/libpetsc2.3.3-dev_2.3.3-10_amd64.deb
libpetsc2.3.3_2.3.3-10_amd64.deb
to pool/main/p/petsc/libpetsc2.3.3_2.3.3-10_amd64.deb
petsc-dev_2.3.3-10_all.deb
to pool/main/p/petsc/petsc-dev_2.3.3-10_all.deb
petsc2.3.3-doc_2.3.3-10_all.deb
to pool/main/p/petsc/petsc2.3.3-doc_2.3.3-10_all.deb
petsc_2.3.3-10.diff.gz
to pool/main/p/petsc/petsc_2.3.3-10.diff.gz
petsc_2.3.3-10.dsc
to pool/main/p/petsc/petsc_2.3.3-10.dsc
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 petsc 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.7
Date: Sat, 05 Apr 2008 22:48:44 -0400
Source: petsc
Binary: libpetsc2.3.3-dev petsc-dev libpetsc2.3.3 libpetsc2.3.3-dbg
petsc2.3.3-doc
Architecture: source all amd64
Version: 2.3.3-10
Distribution: unstable
Urgency: low
Maintainer: Adam C. Powell, IV <[EMAIL PROTECTED]>
Changed-By: Adam C. Powell, IV <[EMAIL PROTECTED]>
Description:
libpetsc2.3.3 - Shared libraries for version 2.3.3 of PETSc
libpetsc2.3.3-dbg - Static debugging libraries for PETSc
libpetsc2.3.3-dev - Static libraries, shared links, header files for PETSc
petsc-dev - Empty package depending on latest PETSc development package
petsc2.3.3-doc - Documentation and examples for PETSc
Closes: 474249 474461
Changes:
petsc (2.3.3-10) unstable; urgency=low
.
* Removed -Wno-long-double from compiler options (closes: #474461).
* Changed from "ls -l | sed" to "readlink | sed" MPI test based on work
by Domenico Andreoli (closes: #474249).
Files:
fa31d009bb13a4edf49563d910f3997e 1063 devel extra petsc_2.3.3-10.dsc
d49e6d1f072198153403c0207fd8ca17 28744 devel extra petsc_2.3.3-10.diff.gz
f52a8fd8c0e39214e58c0e5b23f7ee47 11684 libdevel extra
petsc-dev_2.3.3-10_all.deb
9bf5c5520301723d4984c4519ca63d39 2033452 doc extra
petsc2.3.3-doc_2.3.3-10_all.deb
788ded5aeb3ac6728bb8b526ef516287 2516444 libdevel extra
libpetsc2.3.3-dev_2.3.3-10_amd64.deb
03b8f839ae2715e29157c26144853ead 1925796 libs extra
libpetsc2.3.3_2.3.3-10_amd64.deb
e3c4d68380ccbb00b0615c80f74f731e 2938022 libdevel extra
libpetsc2.3.3-dbg_2.3.3-10_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH+ENzUm8B6FZO5LYRAiTTAJ9GFRr8Og3uPM1bidGQ52iD0+Xf0ACfWWO1
cch4aykQowpg3RymVonuR0Q=
=ATs0
-----END PGP SIGNATURE-----
--- End Message ---