Your message dated Tue, 17 Aug 2010 17:17:41 +0000
with message-id <e1olpnb-0008ol...@franck.debian.org>
and subject line Bug#591160: fixed in meep 1.1.1-4
has caused the Debian Bug report #591160,
regarding meep: FTBFS: configure: error: guile-config is broken
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 ow...@bugs.debian.org
immediately.)


-- 
591160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591160
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: meep
Version: 1.1.1-3
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100731 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -rf debian/build-serial
> rm -rf debian/build-mpich
> rm -rf debian/meep-mpi.1
> dh_clean configure-stamp* build-stamp* install-stamp*
>  dpkg-source -b meep-1.1.1
> dpkg-source: warning: no source format specified in debian/source/format, see 
> dpkg-source(1)
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building meep using existing meep_1.1.1.orig.tar.gz
> dpkg-source: info: building meep in meep_1.1.1-3.diff.gz
> dpkg-source: info: building meep in meep_1.1.1-3.dsc
>  debian/rules build
> dh_testdir
> mkdir -p debian/build-serial
> cd debian/build-serial && \
>               F77=gfortran ../../configure --host=x86_64-linux-gnu 
> --build=x86_64-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man 
> --infodir=\${prefix}/share/info --with-libctl=/usr/share/libctl3 
> --enable-shared --with-pic --enable-cxx || true
> configure: WARNING: unrecognized options: --enable-cxx
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
> checking for C++ compiler default output file name... a.out
> checking whether the C++ compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> checking for suffix of object files... o
> checking whether we are using the GNU C++ compiler... yes
> checking whether x86_64-linux-gnu-g++ accepts -g... yes
> checking for style of include used by make... GNU
> checking dependency style of x86_64-linux-gnu-g++... gcc3
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc
> checking whether we are using the GNU C compiler... yes
> checking whether x86_64-linux-gnu-gcc accepts -g... yes
> checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed
> checking dependency style of x86_64-linux-gnu-gcc... gcc3
> checking for C++ compiler vendor... gnu
> checking for a sed that does not truncate output... /bin/sed
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for fgrep... /bin/grep -F
> checking for ld used by x86_64-linux-gnu-gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
> checking the name lister (/usr/bin/nm -B) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... 3458764513820540925
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for x86_64-linux-gnu-objdump... no
> checking for objdump... objdump
> checking how to recognize dependent libraries... pass_all
> checking for x86_64-linux-gnu-ar... no
> checking for ar... ar
> checking for x86_64-linux-gnu-strip... no
> checking for strip... strip
> checking for x86_64-linux-gnu-ranlib... no
> checking for ranlib... ranlib
> checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc 
> object... ok
> checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking for dlfcn.h... yes
> checking whether we are using the GNU C++ compiler... (cached) yes
> checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes
> checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3
> checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E
> checking for objdir... .libs
> checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
> checking for x86_64-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
> checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
> checking if x86_64-linux-gnu-gcc static flag -static works... yes
> checking if x86_64-linux-gnu-gcc supports -c -o file.o... yes
> checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes
> checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) 
> supports shared libraries... yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking for ld used by x86_64-linux-gnu-g++... /usr/bin/ld -m elf_x86_64
> checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
> checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) 
> supports shared libraries... yes
> checking for x86_64-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
> checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
> checking if x86_64-linux-gnu-g++ static flag -static works... yes
> checking if x86_64-linux-gnu-g++ supports -c -o file.o... yes
> checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes
> checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) 
> supports shared libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking for latex2html... no
> configure: WARNING: Cannot find latex2html in your path!
> checking for sin in -lm... yes
> checking for fftw_plan_dft_1d in -lfftw3... yes
> checking for pkg-config... /usr/bin/pkg-config
> checking for harminv >= 1.1... yes
> checking HARMINV_CFLAGS...  
> checking HARMINV_LIBS... -lharminv -llapack -lcblas -lf77blas -latlas -lm 
> -lgfortran  
> checking mpb.h usability... no
> checking mpb.h presence... no
> checking for mpb.h... no
> checking for cblas_cgemm... no
> checking for cblas_cgemm in -lgslcblas... no
> configure: WARNING: Missing GNU GSL library...Bessel-function field 
> initialization will not be supported.
> checking for gsl_sf_bessel_Jn in -lgsl... no
> configure: WARNING: zlib is required for HDF5!
> checking for deflate in -lz... no
> configure: WARNING: Couldn't find the HDF5 library!!  Switching to 
> --without-hdf5.
> checking for H5Pcreate in -lhdf5... no
> checking for guile-config... guile-config
> configure: error: guile-config is broken
> checking if linking to guile works... no
> touch configure-stamp-serial
> dh_testdir
> /usr/bin/make -C debian/build-serial/
> make[1]: *** No targets specified and no makefile found.  Stop.
> make[1]: Entering directory 
> `/build/user-meep_1.1.1-3-amd64-dsXX1I/meep-1.1.1/debian/build-serial'
> make: *** [build-stamp-serial] Error 2

The full build log is available from:
   http://people.debian.org/~lucas/logs/2010/07/31/meep_1.1.1-3_lsid64.buildlog

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.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: meep
Source-Version: 1.1.1-4

We believe that the bug you reported is fixed in the latest version of
meep, which is due to be installed in the Debian FTP archive:

libmeep-dev_1.1.1-4_i386.deb
  to main/m/meep/libmeep-dev_1.1.1-4_i386.deb
libmeep-mpi-dev_1.1.1-4_i386.deb
  to main/m/meep/libmeep-mpi-dev_1.1.1-4_i386.deb
libmeep-mpi6_1.1.1-4_i386.deb
  to main/m/meep/libmeep-mpi6_1.1.1-4_i386.deb
libmeep6_1.1.1-4_i386.deb
  to main/m/meep/libmeep6_1.1.1-4_i386.deb
meep-mpi_1.1.1-4_i386.deb
  to main/m/meep/meep-mpi_1.1.1-4_i386.deb
meep_1.1.1-4.diff.gz
  to main/m/meep/meep_1.1.1-4.diff.gz
meep_1.1.1-4.dsc
  to main/m/meep/meep_1.1.1-4.dsc
meep_1.1.1-4_i386.deb
  to main/m/meep/meep_1.1.1-4_i386.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 591...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thorsten Alteholz <deb...@alteholz.de> (supplier of updated meep 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 17 Aug 2010 18:00:00 +0200
Source: meep
Binary: meep libmeep6 libmeep-dev meep-mpi libmeep-mpi6 libmeep-mpi-dev
Architecture: source i386
Version: 1.1.1-4
Distribution: unstable
Urgency: low
Maintainer: Thorsten Alteholz <deb...@alteholz.de>
Changed-By: Thorsten Alteholz <deb...@alteholz.de>
Description: 
 libmeep-dev - development library for using meep
 libmeep-mpi-dev - development library for using parallel (mpich) version of 
meep
 libmeep-mpi6 - library for using parallel (mpich) version of meep
 libmeep6   - library for using meep
 meep       - software package for FDTD simulation
 meep-mpi   - software package for FDTD simulation, parallel (mpich) version
Closes: 571445 591160
Changes: 
 meep (1.1.1-4) unstable; urgency=low
 .
   * debian/control: dependencies on chrpath added
   * debian/control: bump Standards Version to 3.9.1. (No changes needed).
   * debian/control: dependency on mpi-default-dev (Closes: #591160, #571445)
     - this is needed to always depend on a working version of MPI on any
       architecture
     - dependency on libmpich1.0-dev and libhdf5-seriald-dev is not needed
       anymore
   * debian/control: due to changed dependencies of dependent packages, this
                     package has to depend on libatlas-base-dev now
   * debian/control: ${misc:Depends} added
   * debian/rules: remove rpath with chrpath
Checksums-Sha1: 
 3afa5b149cf50b1a59b2067ef8e9f98ebf6bd80e 1251 meep_1.1.1-4.dsc
 df1910906ebc996ae154b6de78bb67ceadbb2813 751244 meep_1.1.1.orig.tar.gz
 a9d0880f121dd67247de0c913738eceec460c056 5379 meep_1.1.1-4.diff.gz
 5ea8ccf806ba2cbb067e296973339d3f8c4bcee0 262450 meep_1.1.1-4_i386.deb
 afa7bb37885322ec20949bee4a5efc3d9f11dbcb 369892 libmeep6_1.1.1-4_i386.deb
 c3721802af02c4df9a83dcc1fef1908eb3c0460a 98812 libmeep-dev_1.1.1-4_i386.deb
 a7296be2b2550fed1fc138c49d36cb2c094c61e3 269360 meep-mpi_1.1.1-4_i386.deb
 f510f0e869fe3f833ad4c191f19c5a8a880b6054 395970 libmeep-mpi6_1.1.1-4_i386.deb
 3973b62c005066409783bdfd9403eafd27ddbcf6 98898 libmeep-mpi-dev_1.1.1-4_i386.deb
Checksums-Sha256: 
 7ac1f97f0dddece42781dc3f0b6e3cd4a4cde6949f413254e59e0dbf4d49aa64 1251 
meep_1.1.1-4.dsc
 7a97b5555da1f9ea2ec6eed5c45bd97bcd6ddbd54bdfc181f46c696dffc169f2 751244 
meep_1.1.1.orig.tar.gz
 b25efa0e54c889f1885caa0f71a7e5063654171c32e7585fb0ee8e8793e46d00 5379 
meep_1.1.1-4.diff.gz
 8521b995a8dbf29ac76174cf87ea6b564e74024a20496b7f367368f172d83bb4 262450 
meep_1.1.1-4_i386.deb
 7614824212c57d8af212f632d9d1e5dcad94d67220d0f29367afd5854609f885 369892 
libmeep6_1.1.1-4_i386.deb
 e8a04ed7f82cba20ab05d343dff92b73cac11bcfac9b65589afe2b524550cd3d 98812 
libmeep-dev_1.1.1-4_i386.deb
 e425798f204e4d94709434cab328ff8c368840bf0bc3f26f93f6a58576b462e7 269360 
meep-mpi_1.1.1-4_i386.deb
 d473d50173506eda23ee86b779140afa5bf4788b734baa6ac3a9ba6b8ac4ba6e 395970 
libmeep-mpi6_1.1.1-4_i386.deb
 64a71e56f7311b977a49aae280cfc4957481e4ce57cb1838803f04474b451c5c 98898 
libmeep-mpi-dev_1.1.1-4_i386.deb
Files: 
 0901b59de63b3e6b57f072d44e87b2ba 1251 science optional meep_1.1.1-4.dsc
 415e0cd312b6caa22b5dd612490e1ccf 751244 science optional meep_1.1.1.orig.tar.gz
 82ce9aaf99653f4b87e657d55ce60cb9 5379 science optional meep_1.1.1-4.diff.gz
 fddb53917b3e523f3eb127df65abac74 262450 science optional meep_1.1.1-4_i386.deb
 70891731f5f3fa32d045ac9b26204e6c 369892 libs optional libmeep6_1.1.1-4_i386.deb
 f6ad814bdbe51d159bef348087ae38cd 98812 libdevel optional 
libmeep-dev_1.1.1-4_i386.deb
 8b63888ab9ca84085ce7d355ad09b79e 269360 science extra meep-mpi_1.1.1-4_i386.deb
 bd1aa47c7504a4d26b1779188acea1d5 395970 libs optional 
libmeep-mpi6_1.1.1-4_i386.deb
 d276b3665471b6b724966482a73bb4d0 98898 libdevel optional 
libmeep-mpi-dev_1.1.1-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkxqv9EACgkQ02K2KlS5mJAK7QCeMWJP/TPREKQ1ReNHi9C8y0Zc
fMcAn3dWaipUs/ZrZLNVgr95ZxfeYLA4
=pNFL
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to