Your message dated Sat, 24 Feb 2018 04:33:40 +0000
with message-id <e1eprwm-0005av...@fasolo.debian.org>
and subject line Bug#891123: Removed package(s) from unstable
has caused the Debian Bug report #687608,
regarding open-axiom: should not use -m32/-m64 flags in CXXFLAGS/LDFLAGS
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.)


-- 
687608: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687608
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: open-axiom
Version: 1.4.1+svn~2626-2
Severity: Important
Tags: patch

The package fails to build on many arches, because configure
erroneously tries to add -m32/-m64 in CXXFLAGS/LDFLAGS.
This should be left out, IMHO, as after some quick tests,
host_lisp_precision was equal to the architecture bitsize (i.e. 64-bits
on 64-bit systems, and 32-bits on 32-bit systems). Commenting this part
in config/open-axiom.m4 enabled the successful build of the package on
both amd64 and armhf (those I could test).

Unless there is an important reason to leave the explicit -m32/-m64 in
there I'd suggest it's commented out.

Regards

Konstantinos
diff -ruN open-axiom-1.4.1+svn~2626/config/open-axiom.m4 open-axiom-1.4.1+svn~2626.mine/config/open-axiom.m4
--- open-axiom-1.4.1+svn~2626/config/open-axiom.m4	2012-02-03 11:21:00.000000000 +0000
+++ open-axiom-1.4.1+svn~2626.mine/config/open-axiom.m4	2012-09-12 13:26:16.342818242 +0000
@@ -216,13 +216,13 @@
 fi
 ## Augment C and C++ compiler flags with ABI directives as appropriate
 ## before we proceed to infer other host datatype properties.
-if test -n "$openaxiom_host_lisp_precision"; then
-   if test x$oa_gnu_compiler = xyes; then
-     CPPFLAGS="$CPPFLAGS -m$openaxiom_host_lisp_precision"
-     LDFLAGS="$LDFLAGS -m$openaxiom_host_lisp_precision"
-   ## else, cross fingers and pray.
-   fi
-fi
+#if test -n "$openaxiom_host_lisp_precision"; then
+#   if test x$oa_gnu_compiler = xyes; then
+#     CPPFLAGS="$CPPFLAGS -m$openaxiom_host_lisp_precision"
+#     LDFLAGS="$LDFLAGS -m$openaxiom_host_lisp_precision"
+#   ## else, cross fingers and pray.
+#   fi
+#fi
 OPENAXIOM_SATISFY_GCL_NEEDS
 AC_PROG_CPP
 AC_PROG_CXXCPP

--- End Message ---
--- Begin Message ---
Version: 1.5.0~svn3056+ds-1+rm

Dear submitter,

as the package open-axiom 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/891123

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
ftpmas...@ftp-master.debian.org.

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

--- End Message ---

Reply via email to