After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 689228 - deps: switch graphviz to ./configure
deps: switch graphviz to ./configure
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2012-11-28 16:19 UTC by Allison Karlitskaya (desrt)
Modified: 2012-12-05 06:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
deps: switch graphviz to ./configure (1.30 KB, patch)
2012-11-28 16:19 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2012-11-28 16:19:22 UTC
From the tarballs-should-use-./configure-by-default department...
Comment 1 Allison Karlitskaya (desrt) 2012-11-28 16:19:23 UTC
Created attachment 230097 [details] [review]
deps: switch graphviz to ./configure

graphviz and newer version of automake don't get along very well:

    plugin/ming/Makefile.am:20: `pkglibdir' is not a legitimate directory for `DATA'
    tclpkg/gv/Makefile.am:260: `pkgincludedir' is not a legitimate directory for `DATA'
    autoreconf: automake failed with exit status: 1

We can avoid the whole problem if we don't re-run autogen but just use
the ./configure that already exists in the tarball..
Comment 2 Javier Jardón (IRC: jjardon) 2012-12-03 09:45:19 UTC
Review of attachment 230097 [details] [review]:

Please commit
Comment 3 Allison Karlitskaya (desrt) 2012-12-05 06:26:47 UTC
Attachment 230097 [details] pushed as 6ce33f5 - deps: switch graphviz to ./configure