Date: Sun, 22 Nov 2015 21:21:16 +0900 From: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> To: Koop Mast <kwm@rainbow-runner.nl> Cc: svn-ports-head@freebsd.org, gnome@freebsd.org Subject: Re: svn commit: r402209 - in head: devel/appstream-glib games/aisleriot x11/gnome-terminal Message-ID: <20151122212116.f892ce854bd9946f3ce61da0@dec.sakura.ne.jp> In-Reply-To: <5651B026.8050800@rainbow-runner.nl> References: <20151122190302.881dd12a0caa8bb2d44c76c5@dec.sakura.ne.jp> <5651B026.8050800@rainbow-runner.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Confirmed reverted and goes OK. Thanks! On Sun, 22 Nov 2015 13:08:06 +0100 Koop Mast <kwm@rainbow-runner.nl> wrote: > On 22/11/2015 11:03, Tomoaki AOKI wrote: > > devel/appstream-glib fails configure with glib-2.0 version mismatch. > > > > Updating devel/glib20 to sufficient version or reverting > > devel/appstream-glib is required. > > Yes my bad, I already reverted the aptstream-glib update. > Please update your ports tree and try again. > > -Koop > > > > (snip) > >> checking for GLIB... no > >> configure: error: Package requirements (glib-2.0 >= 2.45.8 gio-2.0 > >> gobject-2.0 gthread-2.0 gio-unix-2.0 gmodule-2.0) were not met: > >> > >> Package dependency requirement 'glib-2.0 >= 2.45.8' could not be > >> satisfied. Package 'glib-2.0' has version '2.44.1', required version is > >> '>= 2.45.8' > >> Consider adjusting the PKG_CONFIG_PATH environment variable if you > >> installed software in a non-standard prefix. > >> > >> Alternatively, you may set the environment variables GLIB_CFLAGS > >> and GLIB_LIBS to avoid the need to call pkg-config. > >> See the pkg-config man page for more details. > >> ===> Script "configure" failed unexpectedly. > >> Please report the problem to gnome@FreeBSD.org [maintainer] and attach > >> the > >> "/usr/ports/devel/appstream-glib/work/appstream-glib-0.5.4/config.log" > >> including the output of the failure of your make command. Also, it > >> might be a good idea to provide an overview of all packages installed > >> on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** > >> Error code 1 > >> > >> Stop. > >> make[1]: stopped in /usr/ports/devel/appstream-glib > >> *** Error code 1 > >> > >> Stop. > >> make: stopped in /usr/ports/devel/appstream-glib > > config.log is attached. (tar + xz compressed) > > > > > >> Author: kwm > >> Date: Sun Nov 22 00:52:13 2015 > >> New Revision: 402209 > >> URL: https://svnweb.freebsd.org/changeset/ports/402209 > >> > >> Log: > >> Update appstream-glib to 0.5.4. > >> > >> Switch from custom code to using USES=libarchive. > >> Adjust BUILD_DEPEND lines in where needed. > >> > >> Modified: > >> head/devel/appstream-glib/Makefile > >> head/devel/appstream-glib/distinfo > >> head/devel/appstream-glib/pkg-plist > >> head/games/aisleriot/Makefile > >> head/x11/gnome-terminal/Makefile > >> > >> Modified: head/devel/appstream-glib/Makefile > >> ============================================================================== > >> --- head/devel/appstream-glib/Makefile Sun Nov 22 00:51:14 > >> 2015 (r402208) +++ head/devel/appstream-glib/Makefile Sun > >> Nov 22 00:52:13 2015 (r402209) @@ -2,7 +2,7 @@ > >> # $FreeBSD$ > >> > >> PORTNAME= appstream-glib > >> -PORTVERSION= 0.4.1 > >> +PORTVERSION= 0.5.4 > >> CATEGORIES= devel > >> MASTER_SITES= > >> http://people.freedesktop.org/~hughsient/appstream-glib/releases/ > >> DIST_SUBDIR= gnome3 @@ -21,7 +21,8 @@ LIB_DEPENDS= > >> libsoup-2.4.so:${PORTSDIR}/ libfreetype.so:${PORTSDIR}/print/freetype2 > >> RUN_DEPENDS= gcab:${PORTSDIR}/archivers/gcab > >> > >> -USES= gettext gperf gmake libtool pathfix pkgconfigtar:xz > >> +USES= gettext gperf gmake libarchive libtool pathfix \ > >> + pkgconfig tar:xz > >> USE_GNOME= gdkpixbuf2 glib20 gtk30 intlhack introspection:build \ > >> libxml2:build pango > >> USE_LDCONFIG= yes > >> @@ -44,10 +45,6 @@ MANPAGES_USE= GNOME=libxslt:build > >> > >> .include <bsd.port.options.mk> > >> > >> -.if !exists(/usr/libdata/pkgconfig/libarchive.pc) > >> -LIB_DEPENDS+= libarchive.so.13:${PORTSDIR}/archivers/libarchive > >> -.endif > >> - > >> .if ${OSVERSION} < 1000000 && ${OPSYS} == FreeBSD > >> post-patch: > >> ${REINPLACE_CMD} -e 's|-Wtype-limits||g' \ > >> > > (snip) > > > > > > > > > > _______________________________________________ > > freebsd-gnome@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-gnome > > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > -- Tomoaki AOKI junchoon@dec.sakura.ne.jp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151122212116.f892ce854bd9946f3ce61da0>