Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 309003 - net-news/knews[png] relies on deleted libpng function png_set_dither
Summary: net-news/knews[png] relies on deleted libpng function png_set_dither
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Net-news project
URL:
Whiteboard:
Keywords:
Depends on: 324155
Blocks: libpng-1.4
  Show dependency tree
 
Reported: 2010-03-11 16:27 UTC by Samuli Suominen (RETIRED)
Modified: 2010-06-20 16:57 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-11 16:27:18 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.

gcc -o knews -march=core2 -msse4.1 -O2 -pipe      -L/usr/lib64   actions.o ahead.o bg.o cache.o charset.o child.o color.o        connect.o decode.o domain.o expand.o file.o font.o ftp.o         gif.o jpeg.o k_action.o k_edit.o k_file.o k_kill.o k_node.o     mailcap.o main.o misc.o newsrc.o p_attach.o p_check.o p_menu.o    p_popup.o p_post.o p_setup.o parse.o partial.o png.o procs.o    read.o resource.o save.o search.o server.o sort.o sysdeps.o       tag.o thread.o util.o uudecode.o viewer.o widgets.o xface.o xutil.o -L../Widgets -lWidgets  -ljpeg -lpng -lz -lm   -lXmu -lXpm -lXt -lSM -lICE -lXext -lX11      
file.o: In function `create_temp_fd':
file.c:(.text+0x237): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
png.o: In function `do_png':
png.c:(.text+0x4ef): undefined reference to `png_set_dither'
collect2: ld returned 1 exit status
make[1]: *** [knews] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-nntp/knews-1.0.1b-r2/work/knews-1.0b.1/src'
make: *** [all] Error 2
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-03-12 11:38:53 UTC
+*knews-1.0.1b-r3 (12 Mar 2010)
+
+  12 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +knews-1.0.1b-r3.ebuild:
+  Disable broken libpng support wrt #309003. Use correct app-defaults
+  directory.

No upstream, and moved HOMEPAGE and SRC_URI to Gentoo (mirrors).

Don't block libpng-1.4 inclusion to ~arch anymore.