Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 308617 - media-gfx/{xfig,transfig} relies on deleted libpng14 function png_set_dither
Summary: media-gfx/{xfig,transfig} relies on deleted libpng14 function png_set_dither
Status: RESOLVED DUPLICATE of bug 308437
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Peter Volkov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-09 09:53 UTC by Samuli Suominen (RETIRED)
Modified: 2010-05-03 21:11 UTC (History)
0 users

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 Samuli Suominen (RETIRED) gentoo-dev 2010-03-09 09:53:24 UTC
http://sourceforge.net/mailarchive/forum.php?thread_name=e56ccc8f0812151445ybd95eb0i78eb9aef434a6e28%40mail.gmail.com&forum_name=png-mng-misc

See bug 308437 for more information. This function was deleted (disabled) from libpng14.

media-gfx/transfig:

x86_64-pc-linux-gnu-gcc -o fig2dev -march=core2 -msse4.1 -O2 -pipe     -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -L/usr/lib64   fig2dev.o psfonts.o iso2tex.o arrow.o bound.o colors.o trans_spline.o     free.o read.o read1_3.o latex_line.o localmath.o  getopt.o dev/libtransfig.a   -L/usr/lib64 -lpng -L/usr/lib64 -lXpm -lm   
dev/libtransfig.a(readpng.o): In function `read_png':
readpng.c:(.text+0x69a): undefined reference to `png_set_dither'
collect2: ld returned 1 exit status

and should be same for xfig, but transfig is blocking it first
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-05-03 20:31:31 UTC
ok, this is fixed by 1.4.2_rc5, the function is restored for 1.4 series
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-05-03 21:11:05 UTC
reopen for correct reso
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2010-05-03 21:11:18 UTC

*** This bug has been marked as a duplicate of bug 308437 ***