Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 224317 - media-gfx/graphviz-2.18 fails to compile
Summary: media-gfx/graphviz-2.18 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-31 13:19 UTC by Severin Holzer-Graf
Modified: 2008-07-05 15:08 UTC (History)
2 users (show)

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


Attachments
build log of media-gfx/graphviz-2.18 (build.log,66.50 KB, text/plain)
2008-05-31 13:20 UTC, Severin Holzer-Graf
Details
libtool: link: unsupported hardcode properties (build.log,41.83 KB, text/plain)
2008-06-22 18:43 UTC, Ricky Marshall
Details
2.18 build failure environment (environment,104.59 KB, text/plain)
2008-06-22 18:44 UTC, Ricky Marshall
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Severin Holzer-Graf 2008-05-31 13:19:36 UTC
I wanted to emerge ntop and ntop depends on graphviz, so portage started to emerge media-gfx/graphviz-2.18, but it always failes. I attatched the build log, i hope anyone finds the problem, i don' t.

Reproducible: Always

Steps to Reproduce:
1. emerge graphviz
Actual Results:  
compilation failed

Expected Results:  
compile successful

Portage 2.1.4.4 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo-r8 i686)
=================================================================
System uname: 2.6.24-gentoo-r8 i686 AMD Athlon(tm) 64 Processor 3500+
Timestamp of tree: Sat, 31 May 2008 12:45:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.4.4-r13
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.7.9-r1, 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.23-r3
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -march=athlon -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://gentoo.inode.at/source/ "
LANG="de_AT.UTF-8"
LC_ALL="de_AT.UTF-8"
LINGUAS="de"
MAKEOPTS="-j2"
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"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X aac acl acpi alsa bash-completion berkdb cdr cli cracklib crypt cups dbus dri dvb dvd dvdr dvdread fam firefox fluxbox fortran gdbm gif gpm gtk iconv isdnlog java jpeg lm_sensors mad midi mmx mmxext mp3 mpeg mudflap ncurses nls nptl nptlonly ogg opengl openmp pam pcre pdf perl png pppd python readline reflection samba session spell spl sse sse2 ssl svg symlink tcpd truetype type1 unicode utf8 vim vim-syntax vorbis x86 xinerama xml xorg zlib" ALSA_CARDS="intel8x0" 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 evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="nvidia nv"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Severin Holzer-Graf 2008-05-31 13:20:38 UTC
Created attachment 154945 [details]
build log of media-gfx/graphviz-2.18
Comment 2 Ricky Marshall 2008-06-22 18:43:31 UTC
Created attachment 158033 [details]
libtool: link: unsupported hardcode properties
Comment 3 Ricky Marshall 2008-06-22 18:44:32 UTC
Created attachment 158035 [details]
2.18 build failure environment
Comment 4 meyerm 2008-07-01 08:01:14 UTC
I had the same problem with shm-plugins. Downgrading libtool to 1.5.26 for the emerge of shm-plugins worked for now.
Comment 5 Markus Meier gentoo-dev 2008-07-04 21:36:38 UTC
can you please test with media-gfx/graphviz-2.20.2?
Comment 6 meyerm 2008-07-04 23:12:21 UTC
graphviz-2.20.2 now compiles for me with

yavin ~ # eix -c libtool
[I] sys-devel/libtool (2.2.4(1.5)@03.07.2008): A shared library tool for developers
yavin ~ # ls /usr/lib/libltdl*
/usr/lib/libltdl.a  /usr/lib/libltdl.la  /usr/lib/libltdl.so  /usr/lib/libltdl.so.7  /usr/lib/libltdl.so.7.1.2

I saw something about preserved-libraries concerning libtool some emerges ago, but I can't exactly remember what portage tried to tell me at dead of night ;-)