Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 663148 - media-gfx/graphviz: autoreconf dies if files are missing
Summary: media-gfx/graphviz: autoreconf dies if files are missing
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-08 10:21 UTC by Erik
Modified: 2020-05-25 09:16 UTC (History)
2 users (show)

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


Attachments
emerge --info output (info-output,21.01 KB, text/plain)
2018-08-08 10:21 UTC, Erik
Details
libtoolize output (libtoolize.out,278 bytes, text/plain)
2018-08-08 10:23 UTC, Erik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Erik 2018-08-08 10:21:08 UTC
Created attachment 542754 [details]
emerge --info output

Graphviz 2.40.1 fails to emerge.

Running autogen in the work folder derives similar libtoolize related failure messages to emerge & something about 'it would be nice if you added something about m4 to your configure.am' but ignoring autogen and just running configure && make completes.

It throws a lot of warnings about data types being converted, but otherwise rolls on through & exits cleanly.

---
libtoolize: Remember to add 'LTDL_INIT' to configure.ac.
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([../m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
autoreconf-2.69: libtoolize failed with exit status: 1
Comment 1 Erik 2018-08-08 10:23:28 UTC
Created attachment 542756 [details]
libtoolize output
Comment 2 Erik 2018-08-08 10:32:20 UTC
Is this failing because libtoolize can't find generic placeholder templates?

I have set:

INSTALL_MASK="TODO* COPYING* CREDITS* TODO* NEWS* ANNOUNCE* AUTHORS* CHANGES*"

and had README in there too until a package actually put information with production utility in it one time.
Comment 3 Erik 2018-08-08 10:41:31 UTC
YUP!

Now works for me with:

INSTALL_MASK="TODO* CREDITS* NEWS* ANNOUNCE* AUTHORS* CHANGES*"

emerge -1eO libtool

emerge -1 media-gfx/graphviz

The ebuild runs autotools with a lot of forced addition of meaningless placeholder template documents...

...and dies if they can't be found.
Comment 4 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2020-05-25 09:16:50 UTC
Please reopen if this is still happening