Date: Wed, 14 Jan 2015 17:14:17 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 196334] graphics/librsvg2 is not rebuilt after libpng update Message-ID: <bug-196334-6497-PMasXFacLg@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-196334-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-196334-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196334 Chris Nehren <cnehren+freebsd-bugs@pobox.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cnehren+freebsd-bugs@pobox. | |com --- Comment #2 from Chris Nehren <cnehren+freebsd-bugs@pobox.com> --- I'm seeing a similar issue that I think might be related. When I try to build librsvg2 with latest ports tree (synced about 10m ago), the configure phase fails: configure: error: Package requirements ( gdk-pixbuf-2.0 >= 2.20 glib-2.0 >= 2.12.0 gio-2.0 >= 2.24.0 libxml-2.0 >= 2.7.0 pangocairo >= 1.32.6 cairo >= 1.2.0 cairo-png >= 1.2.0 libcroco-0.6 >= 0.6.1) were not met: Package libpng15 was not found in the pkg-config search path. Perhaps you should add the directory containing `libpng15.pc' to the PKG_CONFIG_PATH environment variable Package 'libpng15', required by 'gdk-pixbuf-2.0', not found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBRSVG_CFLAGS and LIBRSVG_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ===> Script "configure" failed unexpectedly. Please run the gnomelogalyzer, available from "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) "/usr/ports/graphics/librsvg2/work/librsvg-2.40.6/config.log", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/librsvg2 *** Error code 1 I do have libpng installed: # pkg info | grep png gstreamer-plugins-libpng-0.10.31_1,3 Gstreamer png plugin gstreamer1-plugins-png-1.2.4 Gstreamer png plugin linux-c6-png-1.2.49_1 RPM of the PNG lib (Linux CentOS 6.6) png-1.6.16 Library for manipulating PNG images # -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196334-6497-PMasXFacLg>