Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176212 - media-gfx/graphviz-2.12 fails to compile (libltdl.la not found)
Summary: media-gfx/graphviz-2.12 fails to compile (libltdl.la not found)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-27 07:18 UTC by Pse
Modified: 2007-12-16 23:28 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pse 2007-04-27 07:18:23 UTC
Apparently, some makefiles reference to the old libltdl contained within the package. One of them is '${S}/lib/gvc/Makefile.am'. Relevant snip follows:

LIBS = $(LIBLTDL) $(SOCKET_LIBS)

${LIBLTDL} is expanded to '../../libltdl/libltdl.la', which is clearly the problem. Could it be a bug in 'configure.ac'?

Reproducible: Always

Steps to Reproduce:
1. emerge =media-gfx/graphviz-2.12
2. Wait 'til failure.

Actual Results:  
libtool: link: cannot find the library `../../libltdl/libltdl.la' or unhandled argument `../../libltdl/libltdl.la'
make[3]: *** [libgvc_builtins.la] Error 1
make[3]: *** Waiting for unfinished jobs....
libtool: link: cannot find the library `../../libltdl/libltdl.la' or unhandled argument `../../libltdl/libltdl.la'
make[3]: *** [libgvc_C.la] Error 1

Expected Results:  
Successful compilation.
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2007-12-16 22:50:06 UTC
can you test 2.16.1?
Comment 2 Pse 2007-12-16 23:18:02 UTC
(In reply to comment #1)
> can you test 2.16.1?
> 

Unfortunately, I'm not currently running any recent installation of Gentoo to try out.
Given the nature of the original report, if version 2.16.1 compiles fine, and no further failures are reported, it may then be considered fixed.
Comment 3 Ryan Hill (RETIRED) gentoo-dev 2007-12-16 23:28:01 UTC
fair enough ;)