Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70086 - graphviz 1.12-r1 will not compile
Summary: graphviz 1.12-r1 will not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-04 13:10 UTC by Michael Jones
Modified: 2004-11-07 12:37 UTC (History)
1 user (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 Michael Jones 2004-11-04 13:10:45 UTC
When trying to compile graphvia 1.12-r1, the compile fails because the configure script can not find graphviz-1.12-configure.ac.bz2 (i.e. it's not downloaded).

Downloading the requested file and placing it in distfiles allows the compile to complete successfully.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
Should download all required files for successful compilation, or give the user
a message telling them they must download some part themselves (i.e. as Java
ebuilds do)
Comment 1 Dion Sole 2004-11-06 17:58:01 UTC
This file exists on the distfiles mirrors, it just needs to get added to the SRC_URI.
Sorry for not providing a patch, but im not sure what format Gentoo wants them in.

Changing SRC_URI to this will fix it:

SRC_URI="http://www.graphviz.org/pub/graphviz/ARCHIVE/${P}.tar.gz
         mirror://gentoo/graphviz-1.12-configure.ac.bz2"

Comment 2 Karol Wojtaszek (RETIRED) gentoo-dev 2004-11-07 12:37:50 UTC
Fixed in portage.