From owner-freebsd-gnome@freebsd.org Sat Jul 8 10:49:37 2017 Return-Path: Delivered-To: freebsd-gnome@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 44513D96F34 for ; Sat, 8 Jul 2017 10:49:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2C7537C787 for ; Sat, 8 Jul 2017 10:49:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 28D04D96F32; Sat, 8 Jul 2017 10:49:37 +0000 (UTC) Delivered-To: gnome@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 284ABD96F30 for ; Sat, 8 Jul 2017 10:49:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 173827C786 for ; Sat, 8 Jul 2017 10:49:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v68Anarb002214 for ; Sat, 8 Jul 2017 10:49:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 220558] graphics/gdk-pixbuf2 does not build using poudriere Date: Sat, 08 Jul 2017 10:49:36 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2017 10:49:37 -0000 longwitz@incore.de has reassigned Bugzilla Automation 's request for maintainer-feedback to gnome@FreeBSD.org: Bug 220558: graphics/gdk-pixbuf2 does not build using poudriere https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220558 --- Description --- The build of graphics/gdk-pixbuf2 stops because the missing build dependenc= y of perl lets glib-mkmenu fail: =3D=3D=3D> Building for gdk-pixbuf2-2.32.3_1 gmake[1]: Entering directory '/wrkdirs/usr/ports/graphics/gdk-pixbuf2/work/gdk-pixbuf-2.32.3' gmake all-recursive gmake[2]: Entering directory '/wrkdirs/usr/ports/graphics/gdk-pixbuf2/work/gdk-pixbuf-2.32.3' Making all in gdk-pixbuf gmake[3]: Entering directory '/wrkdirs/usr/ports/graphics/gdk-pixbuf2/work/gdk-pixbuf-2.32.3/gdk-pixbuf' ( cd . && glib-mkenums --template gdk-pixbuf-enum-types.h.template \ gdk-pixbuf.h gdk-pixbuf-autocleanups.h gdk-pixbuf-core.h gdk-pixbuf-transform.h gdk-pixbuf-io.h gdk-pixbuf-animation.h gdk-pix buf-simple-anim.h gdk-pixbuf-loader.h ) > tmp-gdk-pixbuf-enum-types.h \ && (cmp -s tmp-gdk-pixbuf-enum-types.h gdk-pixbuf-enum-types.h || cp tmp-gdk-pixbuf-enum-types.h gdk-pixbuf-enum-types.h ) \ && rm -f tmp-gdk-pixbuf-enum-types.h \ && echo timestamp > s-enum-types-h glib-mkenums: not found gmake[3]: *** [Makefile:2636: s-enum-types-h] Error 127 gmake[3]: Leaving directory '/wrkdirs/usr/ports/graphics/gdk-pixbuf2/work/gdk-pixbuf-2.32.3/gdk-pixbuf' gmake[2]: *** [Makefile:578: all-recursive] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/graphics/gdk-pixbuf2/work/gdk-pixbuf-2.32.3' gmake[1]: *** [Makefile:483: all] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/graphics/gdk-pixbuf2/work/gdk-pixbuf-2.32.3' *** Error code 1 The following patch solves the problem for me: --- Makefile.orig 2016-05-23 22:35:01.000000000 +0200 +++ Makefile 2017-07-08 10:39:29.379678000 +0200 @@ -16,9 +16,10 @@ LICENSE_FILE=3D ${WRKSRC}/COPYING USE_XORG=3D xt xi x11 -USES=3D cpe gmake gnome libtool pathfix pkgconfig tar:xz +USES=3D cpe gmake gnome libtool pathfix pkgconfig perl5 tar:xz CPE_VENDOR=3D gnome USE_GNOME+=3D glib20 introspection:build +USE_PERL5=3D build USE_LDCONFIG=3D yes GNU_CONFIGURE=3D yes CPPFLAGS+=3D -I${LOCALBASE}/include