Your message dated Sun, 08 Jan 2012 23:17:47 +0000
with message-id <[email protected]>
and subject line Bug#533817: fixed in muparser 2.1.0-2
has caused the Debian Bug report #533817,
regarding muparser: FTBFS on Debian GNU/Hurd [Patch]
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.)


-- 
533817: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533817
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: muparser
Version: 1.28-3
Severity: normal

Hi,

muparser currently fails to build on Debian GNU/Hurd. Attached is a patch to fix that. I unfortunately did not patch the bakefile stuff because I know nothing about that build system.

Thank you,

Barry deFreese


--- muparser-1.28.orig/configure
+++ muparser-1.28/configure
@@ -4878,6 +4878,86 @@
             fi
         fi
       ;;
+      *-*-gnu* )
+        if test "x$GCC" != "xyes"; then
+            { echo "$as_me:$LINENO: checking for Intel compiler" >&5
+echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6; }
+if test "${bakefile_cv_prog_icc+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+
+                cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+                        #ifndef __INTEL_COMPILER
+                        This is not ICC
+                        #endif
+
+  ;
+  return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
+  ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); } &&
+        { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; } &&
+        { ac_try='test -s conftest.$ac_objext'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; }; then
+  bakefile_cv_prog_icc=yes
+else
+  echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+       bakefile_cv_prog_icc=no
+
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+{ echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
+echo "${ECHO_T}$bakefile_cv_prog_icc" >&6; }
+            if test "$bakefile_cv_prog_icc" = "yes"; then
+                PIC_FLAG="-KPIC"
+            fi
+        fi
+      ;;
 
       *-*-solaris2* )
         if test "x$GCC" != xyes ; then
@@ -5686,7 +5766,7 @@
     SONAME_FLAG=
 
     case "${BAKEFILE_HOST}" in
-      *-*-linux* | *-*-freebsd* | *-*-k*bsd*-gnu )
+      *-*-linux* | *-*-freebsd* | *-*-k*bsd*-gnu | *-*-gnu*)
         SONAME_FLAG="-Wl,-soname,"
         USE_SOVERSION=1
         USE_SOVERLINUX=1

--- End Message ---
--- Begin Message ---
Source: muparser
Source-Version: 2.1.0-2

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

libmuparser-dev_2.1.0-2_i386.deb
  to main/m/muparser/libmuparser-dev_2.1.0-2_i386.deb
libmuparser-doc_2.1.0-2_all.deb
  to main/m/muparser/libmuparser-doc_2.1.0-2_all.deb
libmuparser2_2.1.0-2_i386.deb
  to main/m/muparser/libmuparser2_2.1.0-2_i386.deb
muparser_2.1.0-2.debian.tar.gz
  to main/m/muparser/muparser_2.1.0-2.debian.tar.gz
muparser_2.1.0-2.dsc
  to main/m/muparser/muparser_2.1.0-2.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.
Scott Howard <[email protected]> (supplier of updated muparser 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: Sun, 08 Jan 2012 17:55:15 -0500
Source: muparser
Binary: libmuparser-dev libmuparser2 libmuparser-doc
Architecture: source i386 all
Version: 2.1.0-2
Distribution: experimental
Urgency: low
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Scott Howard <[email protected]>
Description: 
 libmuparser-dev - fast mathematical expressions parse library (development)
 libmuparser-doc - fast mathematical expressions parser library (documentation)
 libmuparser2 - fast mathematical expressions parser library (runtime)
Closes: 533817
Changes: 
 muparser (2.1.0-2) experimental; urgency=low
 .
   * Fix FTBFS on GNU/Hurd (Closes: #533817).
     debian/patches/FTBFS_hurd.patch
Checksums-Sha1: 
 645096d8e3f91b1b69c7db7d9d3cf9db8c578280 1525 muparser_2.1.0-2.dsc
 8a9e6690d7537a6e1c337d7006e0fa5aee10e496 4025 muparser_2.1.0-2.debian.tar.gz
 c07365bd700b22fca216c33a0418d882454f26fe 31518 libmuparser-dev_2.1.0-2_i386.deb
 3a202c443dbdb58017e87ef44224998ad9edde15 143392 libmuparser2_2.1.0-2_i386.deb
 cb51fb96f7e73ee979ec52a7893a3dcd927611af 651334 libmuparser-doc_2.1.0-2_all.deb
Checksums-Sha256: 
 495c1945193ad26e8acade83abe68bafd4d1d506e60844faf9d32c1c8eb32a4f 1525 
muparser_2.1.0-2.dsc
 6ef7e0b44bcff39a21f69d1f8a102cf1c5a24dbf80ad7050ae642ed0a84a293f 4025 
muparser_2.1.0-2.debian.tar.gz
 773eafc37aa30986a82c8dfd04da27c14aeb4ffff3dcab63157c7f807bae14ca 31518 
libmuparser-dev_2.1.0-2_i386.deb
 74ae735fdb9d9b6d2c7bb3f2435bd95f7001da680af29df99be37ec65103beb2 143392 
libmuparser2_2.1.0-2_i386.deb
 8834175134db808899d57f6cea2fcb905328f9dd0e6df59eb801d7f128ff778d 651334 
libmuparser-doc_2.1.0-2_all.deb
Files: 
 011de946f6c7670f0817b6c13031704c 1525 libs extra muparser_2.1.0-2.dsc
 0c97ccb6ab187d4aba20aa283b307436 4025 libs extra muparser_2.1.0-2.debian.tar.gz
 2c11ceca88b567782cc40a744856d573 31518 libdevel extra 
libmuparser-dev_2.1.0-2_i386.deb
 aed859ace24a5d3388d1f6677b7e355b 143392 libs optional 
libmuparser2_2.1.0-2_i386.deb
 65bd7356afd45770cc0b0b02f5776a44 651334 doc extra 
libmuparser-doc_2.1.0-2_all.deb

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

iEYEARECAAYFAk8KIlQACgkQuqVp0MvxKmrGywCfTC6GE4W18jNaTEISchGmuHnT
8GMAoJkcmpB1/mwzWnXBEA37IxMDqGXP
=eDud
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to