From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 29 18:36:23 2014 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA2EFB35 for ; Mon, 29 Sep 2014 18:36:23 +0000 (UTC) Received: from resqmta-ch2-02v.sys.comcast.net (resqmta-ch2-02v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:34]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8291D256 for ; Mon, 29 Sep 2014 18:36:23 +0000 (UTC) Received: from resomta-ch2-06v.sys.comcast.net ([69.252.207.102]) by resqmta-ch2-02v.sys.comcast.net with comcast id x6bw1o0042D5gil016cMTM; Mon, 29 Sep 2014 18:36:21 +0000 Received: from Curly-Sr.dbis.net ([50.183.226.175]) by resomta-ch2-06v.sys.comcast.net with comcast id x6cM1o0053nhSLa016cMfs; Mon, 29 Sep 2014 18:36:21 +0000 Message-ID: <5429A69F.1070102@comcast.net> Date: Mon, 29 Sep 2014 12:36:15 -0600 From: Dave Babb User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: gnome@FreeBSD.org Subject: FreeBSD Port: engrampa-1.8.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1412015781; bh=0TLQbnfli+98O3AocxpTC1jKQySuDq1hyr7fZAMy+GE=; h=Received:Received:Message-ID:Date:From:MIME-Version:To:Subject: Content-Type; b=fDjuI5J35q8E6iryKhofC4SmhTJRXHSXfYWqLq82a+Ff3GPtDxz/NFdEdXRBb2ojL cnEQ/zxzrCXedF1bXnVuKFkQLh8yKImZtniymaSwT0p/dmwuz3h42sukWd7XM1uCgy rOP3x+3Txi3ocsXjdpOMXO8BBxLWdkNW/+H00zIoAFTvEg9KMJsbCj1zp3RsEMMurI PpXnybiVZLZ7HJIkEHz/5K9Jcy6pbeRff5071XU0uqR+XEFCnprt/lr7Be+aPSrB32 PRjbsGSbt2Sg0jK5I8PteqzIbkfK0TpbMtyKbfBq0PZZwHK1yUFG1eOtBCPe4CPu0K yytm1oSgTO5qw== Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: ports@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 18:36:23 -0000 Good Afternoon All, The Mate metaport, and more specifically the engrampa port is broken. The issue is a bad package name. And I have a solution. The build stops at gobject-introspection. Specifically "py27-gobject-2.*...This package is in reality named py-gobject. If I manually build py-gobject first, then build engrampa...the build of engrampa proceeds flawlessly, then I can build the rest of Mate. Here is what is weird. "pkg search" shows up the very name of the package this port is calling for spelled with "py27-gobject". While "whereis py-gobject" faile stating that this port is not found. Yet in reality, once I cd into /usr/ports/devel....I see that "py-gobject" does indeed exist...just not under py27-gobject. So "pkg" shows it under the old name of "py27-gobject", but in reality it isn't there.....Seems like there is a package naming problem between the ports, packages, and the build script for engrampa. May I request that you kindly look into it for me? I do systems provisioning and build desktops (currently for the City of Simla, Colorado)....and fixing the build script would save me some time. We are changing the entire cities infrastructure out to FreeBSD on the server, and FreeBSD/Mate on the desktop. This issue prevents my automated build/install script from performing the installs in a hands/off manner. Thank you for your time in maintaining the Mate port. I do appreciate it. It is the easiest desktop for me to teach Windows now on FreeBSD. Sincerely and respectfully, Dave Babb