Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 171045 - sci-visualization/gnuplot-4.2_rc1 w/ USE=gd needs media-libs/gd w/ USE=png
Summary: sci-visualization/gnuplot-4.2_rc1 w/ USE=gd needs media-libs/gd w/ USE=png
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Grant Goodyear (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-15 16:13 UTC by Michael Benedict
Modified: 2007-06-19 06:11 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 Michael Benedict 2007-03-15 16:13:32 UTC
I do not know if this is an issue with libgd or gnuplot, but gnuplot-4.0-rc1  does not have this issue so I filed it here.

my package.use for gnuplot specifies gd among others.

Emerging sci-visualization/gnuplot-4.2_rc1 failed to link because a symbol was missing in libgd (sorry I did not write it down, but it was something fairly obvious involving libgd and png support).

I was able to add the following line to my package.use:

media-libs/gd png jpeg truetype

and, after emerging gd again I was able to emerge gnuplot-4.2_rc1


Reproducible: Didn't try

Steps to Reproduce:
1. add "sci-visualization/gnuplot gd" to package.use
2. add "sci-visualization/gnuplot-4.2_rc1" to package.unmask
3. emerge gnuplot

Actual Results:  
gnuplot fails to link, install fails

Expected Results:  
gnuplot is installed
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2007-06-19 06:11:11 UTC
Added a check in pkg_setup(), thanks for your report.  It is in gnuplot 4.2.0 (still masked).