From owner-freebsd-gnome@freebsd.org Fri Apr 14 15:59:48 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 84CE3D3D63B for ; Fri, 14 Apr 2017 15:59:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6F7F27CB for ; Fri, 14 Apr 2017 15:59:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6C0D3D3D63A; Fri, 14 Apr 2017 15:59:48 +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 6A0FFD3D638 for ; Fri, 14 Apr 2017 15:59:48 +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 4FB847CA for ; Fri, 14 Apr 2017 15:59:48 +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 v3EFxmME096060 for ; Fri, 14 Apr 2017 15:59:48 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 218659] devel/glib20 not fully PREFIX-safe Date: Fri, 14 Apr 2017 15:59:47 +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 Only Me 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: Fri, 14 Apr 2017 15:59:48 -0000 Mikhail Teterin has reassigned Bugzilla Automation 's request for maintainer-feedback to gnome@FreeBSD.o= rg: Bug 218659: devel/glib20 not fully PREFIX-safe https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218659 --- Description --- The LOCALBASE on my systems is "/opt". Portupgade-ing failed today with: =3D=3D=3D> Registering installation for glib-2.50.2,1 pkg-static: Unable to access file /home/ports/devel/glib20/work/stage/opt/share/gdb/auto-load/usr/local/lib/l= ibgl ib-2.0.so.0.5000.2-gdb.py:No such file or directory pkg-static: Unable to access file /home/ports/devel/glib20/work/stage/opt/share/gdb/auto-load/usr/local/lib/l= ibgo bject-2.0.so.0.5000.2-gdb.py:No such file or directory *** Error code 74 I hand-edited the .PLIST.mktmp in glib20's ${WRKDIR} to replace "/usr/local" with "/opt" in the two lines affected and the port installed cleanly. Most other lines already had "/opt" properly -- only the above two were broken. Both options for this port -- COLLATION_FIX and DEBUG -- are off on this system.