Your message dated Thu, 09 Apr 2020 10:50:28 +0000
with message-id <e1jmulq-0005ey...@fasolo.debian.org>
and subject line Bug#946116: fixed in rheolef 7.1-1
has caused the Debian Bug report #946116,
regarding FTBFS with CGAL 5.0
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.)


-- 
946116: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946116
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rheolef
Version: 7.0-3
Severity: serious
Tags: ftbfs
Control: block 944417 by -1

Hi,

the transition to CGAL 5.0 started (see bug #944417) and your package FTBFS.
Attached are two patches to fix the problem, however, the build fails at a
later stage due to bug #944197.

Best regards,
  Joachim
Index: rheolef-7.0/configure.ac
===================================================================
--- rheolef-7.0.orig/configure.ac
+++ rheolef-7.0/configure.ac
@@ -600,29 +600,10 @@ dnl is it a well-known C++ compiler ?
 dnl-------------------------------------------------------------------------
 RHEO_RECOGNIZE_CXX
 if test x"${rheo_cxx}" = x"gnu"; then
-    RHEO_GXX2011
-    if test x"${rheo_gxx2011}" = x"yes"; then
-      if test x"${rheo_have_float128}" = x"yes"; then
-        CXXFLAGS="${CXXFLAGS} -std=gnu++11"
-      else
-        CXXFLAGS="${CXXFLAGS} -std=c++11"
-      fi
-    else
-      RHEO_GXX2011_PRE
-      if test x"${rheo_gxx2011_pre}" = x"yes"; then
-        if test x"${rheo_have_float128}" = x"yes"; then
-          CXXFLAGS="${CXXFLAGS} -std=gnu++0x"
-        else
-          CXXFLAGS="${CXXFLAGS} -std=c++0x"
-        fi
-      else
-        CXXFLAGS="${CXXFLAGS} -ansi"
-      fi
-    fi
-    CXXFLAGS="${CXXFLAGS} -Wall ${permissive_opts} -Wno-unused 
-Wno-strict-aliasing -Wno-literal-suffix -Wno-deprecated-declarations"
+    CXXFLAGS="${CXXFLAGS} -Wall ${permissive_opts} -Wno-unused 
-Wno-strict-aliasing -Wno-literal-suffix -Wno-deprecated-declarations 
-std=c++14"
     LDFLAGS="${LDFLAGS} -Wl,--as-needed"
 elif test x"${rheo_cxx}" = x"clang"; then
-    CXXFLAGS="${CXXFLAGS} -Wall ${permissive_opts} -Wno-unused 
-Wno-strict-aliasing -Wno-deprecated-declarations -Wno-deprecated-register 
-std=c++11"
+    CXXFLAGS="${CXXFLAGS} -Wall ${permissive_opts} -Wno-unused 
-Wno-strict-aliasing -Wno-deprecated-declarations -Wno-deprecated-register 
-std=c++14"
     LDFLAGS="${LDFLAGS} -Wl,--as-needed"
 fi
 #echo "CXXFLAGS ${CXXFLAGS}"
Index: rheolef-7.0/configure.ac
===================================================================
--- rheolef-7.0.orig/configure.ac
+++ rheolef-7.0/configure.ac
@@ -1726,7 +1726,7 @@ with_cgal="yes"
 rheo_incdir_cgal=""
 rheo_libdir_cgal=""
 #rheo_libs_cgal="-lCGAL_Core -lCGAL -lboost_thread"
-rheo_libs_cgal="-lCGAL -lgmp"
+rheo_libs_cgal="-lgmp"
 AC_ARG_WITH(cgal-incdir,
     [  --with-cgal-incdir[[=DIR]]      the cgal computational geometry 
includes directory (default=autodetect) ],
     [  case "${withval}" in
@@ -1752,7 +1752,7 @@ AC_ARG_WITH(cgal-libdir,
     [  rheo_libdir_cgal="" ]
 )
 AC_ARG_WITH(cgal-libs,
-    [  --with-cgal-libs[[=LIBS]]       the cgal computational geometry library 
linker flags (default=-lCGAL) ],
+    [  --with-cgal-libs[[=LIBS]]       the cgal computational geometry library 
linker flags (default=-lgmp) ],
     [  case "${withval}" in
           yes|no)  with_cgal=${withval};;
           *)       rheo_libs_cgal=${withval}

--- End Message ---
--- Begin Message ---
Source: rheolef
Source-Version: 7.1-1
Done: Pierre Saramito <pierre.saram...@imag.fr>

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

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 946...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre Saramito <pierre.saram...@imag.fr> (supplier of updated rheolef 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...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 22 Mar 2020 10:06:19 +0100
Source: rheolef
Architecture: source
Version: 7.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Pierre Saramito <pierre.saram...@imag.fr>
Closes: 944197 946116
Changes:
 rheolef (7.1-1) unstable; urgency=medium
 .
   [ Pierre Saramito ]
   * new upstream release 7.1 (major changes):
      - latex doc generation fixed (closes: #944197)
      - cgal-5.0 lib ldflags fixed (closes: #946116)
      - new features: HDG and HHO methods
      - paraview support enhanced
      - doc and website integrated with doxygen
   * d/control and d/*.install: update for the new upstream release 7.1
   * d/compat: set version to 10
   * d/watch: updated
Checksums-Sha1:
 bc58cd19d4f644c56c56af3986bc2ca5ad5ba1c4 2604 rheolef_7.1-1.dsc
 8904839c211d2a2809061f71dc7f3d456fe18d8b 35928350 rheolef_7.1.orig.tar.gz
 5cd2f2d6edca0a6eca98fe5c775c1ba9b5a6f225 8608 rheolef_7.1-1.debian.tar.xz
 2b2684ec6849e57611855cff1e1c3a837d34a9cc 22261 rheolef_7.1-1_source.buildinfo
Checksums-Sha256:
 075bd678e6722f140e517652824304003159342064c6156204262a0f3e352cf8 2604 
rheolef_7.1-1.dsc
 c9a069b9dcda583d9577a545fba3c413723cb9bd76dfafd585237795ddb1737e 35928350 
rheolef_7.1.orig.tar.gz
 79c76f50e09b0fdcc73712172f89c7f59c93e3036df4ba221bcc7ff20eded6fc 8608 
rheolef_7.1-1.debian.tar.xz
 65fd43a89bb7159f097461c783104c75cae86c8b5de69d3541aa0bc2bbee18b6 22261 
rheolef_7.1-1_source.buildinfo
Files:
 67b38fdf0f2e0fc005b2c771db8ff23e 2604 math optional rheolef_7.1-1.dsc
 da1cc82910d98ffd73a04d189af4383d 35928350 math optional rheolef_7.1.orig.tar.gz
 5eb0a5f4f34bbcdf5c1b60ec02f378de 8608 math optional rheolef_7.1-1.debian.tar.xz
 aa0db57dcef88bd1ebca6fa225b7ab55 22261 math optional 
rheolef_7.1-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAl6O2SoACgkQ0+Fzg8+n
/waFMA//R6IBAOqu6fn31Mp87HkDTzNX0ZBqIItP/jicdMAR0sgYE2SpyGqUTZAA
YV/MODL7SQMKcBjmBQ1OliIYKoN9OpBlIdojk8bc/Y58N0jc9B5Zk362eeHjm9Tz
CUU9G9cDr94BXIGpLTDLUI7mz6OVTq/H0/kSyNa1gpXc/y8xV0ypZSBMfvQkva0s
cOdubNSVy6P2YeNCPDiaBX+QUTJdEYhxbd/VQDwKzSbV/qGz075oDdSVTfGUGeld
AJ9M/W5jOhUq9klXQnvMH9ZCbbCsAPXGkLlHYYIs9NE/Jyn42+IV01/3OXX14S1n
KYpdYnif343h5OFL99j322FRVKo1//w3MloChsQS+TGhdiQkpC3JRNRCiklYUuRN
RGWYlSExud+jWqB/Rs5N1r7Hei5Kiu6a4UvOLsR6yvrkQ5F6l7HVtw/JRrt+rqf5
hhKZ1EKo6M7YPWqzdx8yAnL+6cA5eJ+vCVEnmV50dKMmUAixbtNexF7GWvQJ8IZy
kdE4oUxMXfNWc8Tm6OmwC5E6PX2E4D6D3G2Ae0hLVBrZ4WSOrGjca3pNYZse3Dkb
G4mSK2MXmskCEA8kWq+9YHqky6G0Lsi3jl6Ex4educFutg6HfHd6sonfENuTcCLN
AeYl/CNp0XcUHfdNyJg1zTWtObNXcZNrhS5NFGIINc3Mv555ft8=
=7HcP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to