Package: libgc1c2
Version: 1:6.7-1
Followup-For: Bug #371886
Hi,
It looks like this problem has been triggered by the activation of the
--enable-redirect-malloc option. The file doc/README.changes says:
--enable-redirect-malloc is mostly untested and known not to work
on some platforms.
The patch below disables this option, which should also fix bug #370251.
Tested on i386, inkscape is working again.
Bye,
Aurelien
diff -u libgc-6.7/debian/rules libgc-6.7/debian/rules
--- libgc-6.7/debian/rules
+++ libgc-6.7/debian/rules
@@ -20,7 +20,7 @@
dh_testdir
# First build the shared library
- ./configure $(CONFIG_OPTS) --enable-cplusplus
--disable-dependency-tracking --enable-redirect-malloc\
+ ./configure $(CONFIG_OPTS) --enable-cplusplus
--disable-dependency-tracking \
--with-tags=CXX --prefix=/usr --mandir=\$${prefix}/share/man\
--sysconfdir=/etc --localstatedir=/var/lib\
--datadir=\$${prefix}/share/doc
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to fr_FR.UTF-8)
Versions of packages libgc1c2 depends on:
ii libc6 2.3.6-15 GNU C Library: Shared libraries
ii libgcc1 1:4.1.1-2 GCC support library
ii libstdc++6 4.1.1-2 The GNU Standard C++ Library v3
libgc1c2 recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]