Your message dated Wed, 21 Nov 2018 21:50:22 +0000
with message-id <[email protected]>
and subject line Bug#911594: Removed package(s) from unstable
has caused the Debian Bug report #752246,
regarding OPAL is compiled without any optimization
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.)


-- 
752246: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752246
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:opal
Version: 3.10.10~dfsg-2.2
Severity: important

OPAL is currently compiled without any optimization due to a combination
of 2 bugs:
1. configure.ac overwrites the default CFLAGS/CXXFLAGS that are set
   to "-g -O2" by autoconf when these variables aren't set in the
   environment and
2. the Debian build does not seem to pass CFLAGS/CXXFLAGS to configure


The result is that OPAL is:
- bigger than it should be,
- the code is much slower than it should be and
- the debug information in libopal-dbg is incomplete (no -g in the build)


Attached patch fixes 1., I haven't looked into how 2. could/should be fixed.
--- opal-3.10.10~dfsg.orig/configure.ac
+++ opal-3.10.10~dfsg/configure.ac
@@ -13,13 +13,6 @@ fi
 
 m4_include(opal.m4)
 
-dnl Prevent CFLAGS and CXXFLAGS from being overwritten if undefined
-if test "x${CXXFLAGS}" = "x" ; then
-  CXXFLAGS=
-fi
-if test "x${CFLAGS}" = "x" ; then
-  CFLAGS=
-fi
 AC_PROG_CXX
 AC_PROG_CC
 AC_PROG_INSTALL

--- End Message ---
--- Begin Message ---
Version: 3.10.10~dfsg2-2.1+rm

Dear submitter,

as the package opal has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/911594

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to