Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320573 - dev-python/matplotlib-0.99.1.1 fails to compile with libpng-1.4
Summary: dev-python/matplotlib-0.99.1.1 fails to compile with libpng-1.4
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-19 15:35 UTC by Mikael Magnusson
Modified: 2010-05-19 15:53 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 Mikael Magnusson 2010-05-19 15:35:14 UTC
building 'matplotlib._png' extension
x86_64-pc-linux-gnu-g++ -pthread -march=core2 -O2 -pipe -fpermissive -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/include/libpng14 -I. -I/usr/include -I/usr/lib64/python2.6/site-packages/numpy/core/include -I. -I/usr/include/python2.6 -c src/_png.cpp -o build/temp.linux-x86_64-2.6/src/_png.o
src/_png.cpp: In member function 'Py::Object _png_module::write_png(const Py::Tuple&)':
src/_png.cpp:125: warning: 'png_struct_def::jmpbuf' is deprecated (declared at /usr/include/libpng14/png.h:1093)
src/_png.cpp:125: warning: 'png_struct_def::jmpbuf' is deprecated (declared at /usr/include/libpng14/png.h:1093)
src/_png.cpp: In member function 'Py::Object _png_module::read_png(const Py::Tuple&)':
src/_png.cpp:213: warning: 'png_info_struct::width' is deprecated (declared at /usr/include/libpng14/png.h:636)
src/_png.cpp:213: warning: 'png_info_struct::width' is deprecated (declared at /usr/include/libpng14/png.h:636)
src/_png.cpp:214: warning: 'png_info_struct::height' is deprecated (declared at /usr/include/libpng14/png.h:637)
src/_png.cpp:214: warning: 'png_info_struct::height' is deprecated (declared at /usr/include/libpng14/png.h:637)
src/_png.cpp:216: warning: 'png_info_struct::bit_depth' is deprecated (declared at /usr/include/libpng14/png.h:648)
src/_png.cpp:216: warning: 'png_info_struct::bit_depth' is deprecated (declared at /usr/include/libpng14/png.h:648)
src/_png.cpp:224: warning: 'png_info_struct::color_type' is deprecated (declared at /usr/include/libpng14/png.h:650)
src/_png.cpp:224: warning: 'png_info_struct::color_type' is deprecated (declared at /usr/include/libpng14/png.h:650)
src/_png.cpp:232: warning: 'png_info_struct::color_type' is deprecated (declared at /usr/include/libpng14/png.h:650)
src/_png.cpp:232: warning: 'png_info_struct::color_type' is deprecated (declared at /usr/include/libpng14/png.h:650)
src/_png.cpp:236: warning: 'png_info_struct::color_type' is deprecated (declared at /usr/include/libpng14/png.h:650)
src/_png.cpp:236: warning: 'png_info_struct::color_type' is deprecated (declared at /usr/include/libpng14/png.h:650)
src/_png.cpp:257: warning: 'png_info_struct::color_type' is deprecated (declared at /usr/include/libpng14/png.h:650)
src/_png.cpp:257: warning: 'png_info_struct::color_type' is deprecated (declared at /usr/include/libpng14/png.h:650)
src/_png.cpp:259: warning: 'png_info_struct::color_type' is deprecated (declared at /usr/include/libpng14/png.h:650)
src/_png.cpp:259: warning: 'png_info_struct::color_type' is deprecated (declared at /usr/include/libpng14/png.h:650)
src/_png.cpp:264: warning: 'png_info_struct::color_type' is deprecated (declared at /usr/include/libpng14/png.h:650)
src/_png.cpp:264: warning: 'png_info_struct::color_type' is deprecated (declared at /usr/include/libpng14/png.h:650)
src/_png.cpp:293: error: 'png_infopp_NULL' was not declared in this scope
error: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1
 * ERROR: dev-python/matplotlib-0.99.1.1 failed:
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-05-19 15:53:49 UTC
already fixed months ago for 0.99.1.1-r1

  08 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
  matplotlib-0.99.1.1-r1.ebuild, +files/matplotlib-0.99.1.1-libpng14.patch:
  Fix building with libpng14.