Bug#334124: aime: Still fails to build

2005-10-23 Thread John Wright
Strange, it builds fine for me on both ia64 and x86 with this patch.

This looks suspiciously like bug #292953.  I've been working on version
0.60.3-7.1, which includes (most of) a patch submitted to that bug.  For
some reason, although that patch includes the change that I submitted
above, it was left out in the NMU.  Does it not build on other
architectures than x86 and ia64?

John


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#334124: aime: Still fails to build

2005-10-23 Thread Ian Wienand
Package: aime
Version: 0.60.3-7
Followup-For: Bug #334124

The '\n' patch is only part of the problem.  On IA64 with g++ 4.0.2 it
still fails to build with a whole lot of  "undefined reference to
`btree::reset_current()'" type errors in the final link.

As far as I can see it seem to be a problem similar to

http://lists.gnu.org/archive/html/bug-gplusplus/2001-02/msg3.html

Building with g++-4 without the -frepo flag works, or otherwise forcing
the build to use an older g++

--- configure.in2005-10-24 11:02:44.0 +1000
+++ configure.in.old2005-10-24 11:02:35.0 +1000
@@ -6,7 +6,7 @@
 AM_CONFIG_HEADER(include/autoconfig.h)

 CFLAGS="-g"
-CXXFLAGS="-g"
+CXXFLAGS="-g -frepo"

 dnl Checks for type of system
 AC_CYGWIN

-i


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-rc4-gbb7e257e
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]