Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217621 - sci-libs/itpp-4.0.4 fails to link
Summary: sci-libs/itpp-4.0.4 fails to link
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Markus Dittrich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-14 10:36 UTC by Helmut Jarausch
Modified: 2008-04-15 11:06 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
itpp-4.0.4 build log (itpp-4.0.4-build.log.bz2,8.76 KB, text/plain)
2008-04-14 14:47 UTC, Helmut Jarausch
Details
fix for linking problems (itpp-4.0.4-vec.patch,458 bytes, patch)
2008-04-15 01:31 UTC, Markus Dittrich (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2008-04-14 10:36:49 UTC
emerging sci-libs/itpp-4.0.4 
we get a linker error
 multiple definition of `itpp::Mat<std::complex<double>
 > itpp::outer_product<std::complex<double> >(itpp::Vec<std::complex<double> > c
onst&, itpp::Vec<std::complex<double> > const&, bool)'


Reproducible: Always




emerge --info
Portage 2.1.5_rc3 (default-linux/x86/2007.0, gcc-4.2.3, glibc-2.7-r2, 2.6.24-gentoo-r2 i686)
=================================================================
System uname: 2.6.24-gentoo-r2 i686 Intel(R) Pentium(R) III CPU family 1266MHz
Timestamp of tree: Mon, 14 Apr 2008 07:45:01 +0000
ccache version 2.4 [disabled]
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.5
dev-lang/python:     2.5.1-r5
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.12
sys-apps/sandbox:    1.2.20_alpha2-r1
sys-devel/autoconf:  2.13, 2.62
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.24
ACCEPT_KEYWORDS="x86 ~x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="buildpkg distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo "
LDFLAGS=""
LINGUAS="en de"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.informatik.RWTH-Aachen.de/gentoo-portage"
USE="X acl berkdb bitmap-fonts cairo cdr cli cracklib crypt cups doc dri dvd fortran gcj gdbm gnome gpm gtk gtk2 iconv ipv6 isdnlog jpeg kde midi mudflap ncurses nls nptl nptlonly opengl openmp pam pcre pdf perl png pppd python qt readline reflection session spl sqlite sqlite3 ssl svg tcl tcpd tetex tiff tk truetype-fonts type1-fonts unicode x86 xorg xulrunner zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1    emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m       maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en de" USERLAND="GNU" VIDEO_CARDS="nv"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Markus Dittrich (RETIRED) gentoo-dev 2008-04-14 13:15:33 UTC
Hi Helmut,

Could you please post your complete emerge log?
Also, do earlier versions of itpp install fine
(4.0.3 say).

Thanks,
Markus
Comment 2 Helmut Jarausch 2008-04-14 14:47:46 UTC
Created attachment 149687 [details]
itpp-4.0.4 build log

Currently, I have version 4.0.3 installed.
I haven't changed gcc since then (still using version 4.2.3)
Comment 3 Markus Dittrich (RETIRED) gentoo-dev 2008-04-15 01:31:45 UTC
Created attachment 149759 [details, diff]
fix for linking problems

Could you please give the attached patch a spin!

The cause of your problems seems to be the fact that
you are compiling itpp without any blas support 
(any reason for this BTW?) which pulls in a template
that is not declared inline and therefore ends up
in the library leading to the symbol clash.

Thanks,
Markus
Comment 4 Adam Piątyszek 2008-04-15 05:39:42 UTC
(In reply to comment #3)
> Could you please give the attached patch a spin!

Hi Markus,

Thanks for the patch. It is indeed the problem of missing inline keyword in this template specialisation and this is a regression in 4.0.4 version only (4.0.3 is fine). I will fix this upstream so the next stable release will be free of this bug. Could you please add this patch to the current ebuild in portage?

Thanks!
/Adam
Comment 6 Markus Dittrich (RETIRED) gentoo-dev 2008-04-15 11:06:31 UTC
Hi Adam,

Thank you very much for looking into this and I've
just added the patch to portage cvs.

@Helmut:
Please wait an hour or so for the fix to propagate
to the mirrors.

Best,
Markus