From owner-svn-ports-head@freebsd.org Sun Nov 22 12:08:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46EFAA35FE9 for ; Sun, 22 Nov 2015 12:08:38 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep25.mx.upcmail.net (fep25.mx.upcmail.net [62.179.121.45]) by mx1.freebsd.org (Postfix) with ESMTP id 6B07F1432 for ; Sun, 22 Nov 2015 12:08:36 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep22-int.chello.at (InterMail vM.8.01.05.18 201-2260-151-151-20140610) with ESMTP id <20151122120808.EBID10560.viefep22-int.chello.at@edge03.upcmail.net> for ; Sun, 22 Nov 2015 13:08:08 +0100 Received: from [127.0.0.1] ([178.84.134.112]) by edge03.upcmail.net with edge id kc861r01U2Rg3Ey01c87cB; Sun, 22 Nov 2015 13:08:08 +0100 X-SourceIP: 178.84.134.112 Subject: Re: svn commit: r402209 - in head: devel/appstream-glib games/aisleriot x11/gnome-terminal To: Tomoaki AOKI , svn-ports-head@freebsd.org References: <20151122190302.881dd12a0caa8bb2d44c76c5@dec.sakura.ne.jp> Cc: gnome@freebsd.org From: Koop Mast Message-ID: <5651B026.8050800@rainbow-runner.nl> Date: Sun, 22 Nov 2015 13:08:06 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151122190302.881dd12a0caa8bb2d44c76c5@dec.sakura.ne.jp> X-Antivirus: avast! (VPS 151121-1, 21/11/2015), Outbound message X-Antivirus-Status: Clean Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2015 12:08:38 -0000 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 >> >> -.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"