From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 15 00:01:17 2015 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 D39578AF for ; Sun, 15 Feb 2015 00:01:17 +0000 (UTC) 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 BEA00917 for ; Sun, 15 Feb 2015 00:01:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F01H5X059040 for ; Sun, 15 Feb 2015 00:01:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 197671] [patch] www/webkit-gtk3 - broken on gcc5 and pushes clang-only cxx-flags Date: Sun, 15 Feb 2015 00:01:17 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" 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: Sun, 15 Feb 2015 00:01:17 -0000 John Marino has reassigned Bugzilla Automation 's request for maintainer-feedback to gnome@FreeBSD.org: Bug 197671: [patch] www/webkit-gtk3 - broken on gcc5 and pushes clang-only cxx-flags https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197671 --- Description --- Created attachment 152991 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152991&action=edit patch to allow building port on gcc-5 There are two problems with building webkit on gcc-5. 1) The configure check is brain-dead, it can't figure out 5 > 4.x 2) -Wno-c++11-extensions is a clang-only flag that gcc-5 will not accept. The attached patch adds a patch to configure that fixes the configure check. It also groups -Wno-c++11-extensions with another clang-only flag. This fixes the build with gcc5 and probably gcc4.9 as well (but I'm not sure when the flag started getting rejected) At least 75 ports depends on webkit-gtk3, directly or indirectly. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 15 00:01:18 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 434298B2 for ; Sun, 15 Feb 2015 00:01:18 +0000 (UTC) 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 28931919 for ; Sun, 15 Feb 2015 00:01:18 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F01HQ1059135 for ; Sun, 15 Feb 2015 00:01:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 197671] [patch] www/webkit-gtk3 - broken on gcc5 and pushes clang-only cxx-flags Date: Sun, 15 Feb 2015 00:01:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None 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: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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: Sun, 15 Feb 2015 00:01:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197671 Bug ID: 197671 Summary: [patch] www/webkit-gtk3 - broken on gcc5 and pushes clang-only cxx-flags Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: marino@FreeBSD.org Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@FreeBSD.org) Created attachment 152991 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152991&action=edit patch to allow building port on gcc-5 There are two problems with building webkit on gcc-5. 1) The configure check is brain-dead, it can't figure out 5 > 4.x 2) -Wno-c++11-extensions is a clang-only flag that gcc-5 will not accept. The attached patch adds a patch to configure that fixes the configure check. It also groups -Wno-c++11-extensions with another clang-only flag. This fixes the build with gcc5 and probably gcc4.9 as well (but I'm not sure when the flag started getting rejected) At least 75 ports depends on webkit-gtk3, directly or indirectly. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gnome@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 15 00:04:11 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E5759EF for ; Sun, 15 Feb 2015 00:04:11 +0000 (UTC) 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 02B16938 for ; Sun, 15 Feb 2015 00:04:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F04AOE099889 for ; Sun, 15 Feb 2015 00:04:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 197671] [patch] www/webkit-gtk3 - broken on gcc5 and pushes clang-only cxx-flags Date: Sun, 15 Feb 2015 00:04:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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: Sun, 15 Feb 2015 00:04:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197671 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152991|0 |1 is obsolete| | --- Comment #2 from John Marino --- Created attachment 152992 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152992&action=edit resubmitted -- files patch was missing due to not being added in svn -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 15 00:04:53 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 184F2A0E for ; Sun, 15 Feb 2015 00:04:53 +0000 (UTC) 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 F1B5C93C for ; Sun, 15 Feb 2015 00:04:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F04q3j008473 for ; Sun, 15 Feb 2015 00:04:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 197671] [patch] www/webkit-gtk3 - broken on gcc5 and pushes clang-only cxx-flags Date: Sun, 15 Feb 2015 00:04:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: see_also Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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: Sun, 15 Feb 2015 00:04:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197671 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=1976 | |69 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 15 00:04:53 2015 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 48A28A0F for ; Sun, 15 Feb 2015 00:04:53 +0000 (UTC) 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 2DFA793E for ; Sun, 15 Feb 2015 00:04:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F04rFx008476 for ; Sun, 15 Feb 2015 00:04:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 197669] [patch] www/webkit-gtk2 - broken on gcc5 and pushes clang-only cxx-flags Date: Sun, 15 Feb 2015 00:04:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: see_also Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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: Sun, 15 Feb 2015 00:04:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197669 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=1976 | |71 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 15 09:59:28 2015 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 1D2D47B6 for ; Sun, 15 Feb 2015 09:59:28 +0000 (UTC) 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 02608301 for ; Sun, 15 Feb 2015 09:59:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F9xR3v079326 for ; Sun, 15 Feb 2015 09:59:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 197671] www/webkit-gtk3: Broken on gcc5 and pushes clang-only cxx-flags Date: Sun, 15 Feb 2015 09:59:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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: Sun, 15 Feb 2015 09:59:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197671 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[patch] www/webkit-gtk3 - |www/webkit-gtk3: Broken on |broken on gcc5 and pushes |gcc5 and pushes clang-only |clang-only cxx-flags |cxx-flags Keywords| |needs-qa, patch -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 15 09:59:36 2015 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 B24DC7D0 for ; Sun, 15 Feb 2015 09:59:36 +0000 (UTC) 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 97B1C305 for ; Sun, 15 Feb 2015 09:59:36 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F9xa9m079377 for ; Sun, 15 Feb 2015 09:59:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 197671] www/webkit-gtk3: Broken on gcc5 and pushes clang-only cxx-flags Date: Sun, 15 Feb 2015 09:59:36 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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: Sun, 15 Feb 2015 09:59:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197671 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gnome@FreeBSD.org Attachment #152992| |maintainer-approval?(gnome@ Flags| |FreeBSD.org) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 15 09:59:36 2015 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 9B5F07CF for ; Sun, 15 Feb 2015 09:59:36 +0000 (UTC) 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 6BD50303 for ; Sun, 15 Feb 2015 09:59:36 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F9xa0g079364 for ; Sun, 15 Feb 2015 09:59:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-approval requested: [Bug 197671] www/webkit-gtk3: Broken on gcc5 and pushes clang-only cxx-flags : [Attachment 152992] resubmitted -- files patch was missing due to not being added in svn Date: Sun, 15 Feb 2015 09:59:36 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" 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: Sun, 15 Feb 2015 09:59:36 -0000 Kubilay Kocak has asked gnome@FreeBSD.org for maintainer-approval: Bug 197671: www/webkit-gtk3: Broken on gcc5 and pushes clang-only cxx-flags https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197671 Attachment 152992: resubmitted -- files patch was missing due to not being added in svn https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152992&action=edit From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 15 10:00:14 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C18B80C for ; Sun, 15 Feb 2015 10:00:14 +0000 (UTC) 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 2BEE530E for ; Sun, 15 Feb 2015 10:00:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FA0E2x084939 for ; Sun, 15 Feb 2015 10:00:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 197669] www/webkit-gtk2: Broken on gcc5 and pushes clang-only cxx-flags Date: Sun, 15 Feb 2015 10:00:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: keywords short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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: Sun, 15 Feb 2015 10:00:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197669 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-qa, patch Summary|[patch] www/webkit-gtk2 - |www/webkit-gtk2: Broken on |broken on gcc5 and pushes |gcc5 and pushes clang-only |clang-only cxx-flags |cxx-flags -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 15 10:00:22 2015 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 A56A3827 for ; Sun, 15 Feb 2015 10:00:22 +0000 (UTC) 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 76568310 for ; Sun, 15 Feb 2015 10:00:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FA0M8M087127 for ; Sun, 15 Feb 2015 10:00:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-approval requested: [Bug 197669] www/webkit-gtk2: Broken on gcc5 and pushes clang-only cxx-flags : [Attachment 152989] patch to allow building port on gcc-5 Date: Sun, 15 Feb 2015 10:00:22 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" 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: Sun, 15 Feb 2015 10:00:22 -0000 Kubilay Kocak has asked gnome@FreeBSD.org for maintainer-approval: Bug 197669: www/webkit-gtk2: Broken on gcc5 and pushes clang-only cxx-flags https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197669 Attachment 152989: patch to allow building port on gcc-5 https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152989&action=edit From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 15 10:00:22 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB966828 for ; Sun, 15 Feb 2015 10:00:22 +0000 (UTC) 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 A0D27311 for ; Sun, 15 Feb 2015 10:00:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FA0MhB087181 for ; Sun, 15 Feb 2015 10:00:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 197669] www/webkit-gtk2: Broken on gcc5 and pushes clang-only cxx-flags Date: Sun, 15 Feb 2015 10:00:22 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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: Sun, 15 Feb 2015 10:00:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197669 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gnome@FreeBSD.org Attachment #152989| |maintainer-approval?(gnome@ Flags| |FreeBSD.org) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 15 15:39:39 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 936D375D for ; Sun, 15 Feb 2015 15:39:39 +0000 (UTC) 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 789BC639 for ; Sun, 15 Feb 2015 15:39:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FFddWk012755 for ; Sun, 15 Feb 2015 15:39:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 195538] sysutils/polkit fails while building man target and reports recursion in catalog and being unable to load an external entity Date: Sun, 15 Feb 2015 15:39:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: mi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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: Sun, 15 Feb 2015 15:39:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195538 Mikhail Teterin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mi@FreeBSD.org --- Comment #3 from Mikhail Teterin --- (In reply to Trond.Endrestol from comment #2) It must be the ``nonet'' part of the command-line -- the XML-processor is enjoined from accessing the network, but can not load the necessary file(s) without it. No, I do not know, why it does not fail at ALL times, nor do I know, how to fix it. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 15 16:09:05 2015 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 55A0DAB9 for ; Sun, 15 Feb 2015 16:09:05 +0000 (UTC) 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 2233E931 for ; Sun, 15 Feb 2015 16:09:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FG95QY072401 for ; Sun, 15 Feb 2015 16:09:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 195538] sysutils/polkit fails while building man target and reports recursion in catalog and being unable to load an external entity Date: Sun, 15 Feb 2015 16:09:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: mi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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: Sun, 15 Feb 2015 16:09:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195538 Mikhail Teterin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hrs@FreeBSD.org --- Comment #4 from Mikhail Teterin --- (In reply to Mikhail Teterin from comment #3) > No, I do not know, why it does not fail at ALL times, Ok, now I do. Before going to the Internet for referenced resource, the tools will try to find it locally. For that, it consults your ${LOCALBASE}/share/xml/catalog, which normally is just a shim for ${LOCALBASE}/share/xml/catalog.ports If either of those files are somehow corrupt AND accessing the necessary file over the Internet is prohibited (which it normally is), the error will occur. In my case here a filesystem corruption (or some other problem) left catalog.ports EMPTY... Something else may be the reason in your case. > nor do I know, how to fix it. Ok, catalog.ports can be restored with something like: xmlcatmgr -c /usr/local/share/xml/catalog.ports create xml (Obtained from https://forums.freebsd.org/threads/fixes-for-missing-xml-sgml-catalogs.43109/) The ports-infrastructure really ought to handle such cases better, but with the current portmgr@'s emphasis on pre-built binary packages, tinkerers building from source are on their own. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 15 21:00:24 2015 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 9F6B232A for ; Sun, 15 Feb 2015 21:00:24 +0000 (UTC) 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 7553778A for ; Sun, 15 Feb 2015 21:00:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FL0OTd016165 for ; Sun, 15 Feb 2015 21:00:24 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201502152100.t1FL0OTd016165@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: gnome@FreeBSD.org Subject: Problem reports for gnome@FreeBSD.org that need special attention X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Date: Sun, 15 Feb 2015 21:00:24 +0000 Content-Type: text/plain; charset="UTF-8" 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: Sun, 15 Feb 2015 21:00:24 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 193073 | [PATCH]: devel/anjuta broken for version 2.32.1.1 In Progress | 194345 | hald does not detect video interfaces, so cheese Open | 194156 | sysutils/upower: man page generation bug 3 problems total for which you should take action. From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 16 04:43:00 2015 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D4F9923 for ; Mon, 16 Feb 2015 04:43:00 +0000 (UTC) Received: from server.xtremesolutionsint.com (72.81.b6.static.xlhost.com [207.182.129.114]) (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 48CF98FA for ; Mon, 16 Feb 2015 04:43:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=clippingpathone.com; s=default; h=Content-Type:To:Subject:Message-ID:Date:From:MIME-Version; bh=J9gKM4GpMQRWkFcsqbBgHAoKIWRQkQ+qsGalPXpiFf0=; b=U5dyF0bEH6dLy1fU0uFs11AdCn6UrQcsukbCISn5Gx0flKNNeQhVFujIo1HL9W5J0SuQthLfNDeeOOMNhL3HY5ZX5Y8OHCv7oh679rKhRPBNcL60/IpEoxIMfPRPFWkLEmNprU3UXR1vuowGU3PGpeU+y16i52YeeGsbfXnTIzA=; Received: from mail-we0-f182.google.com ([74.125.82.182]:51655) by server.xtremesolutionsint.com with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1YNDWL-0007sS-So for gnome@freebsd.org; Sun, 15 Feb 2015 23:42:58 -0500 Received: by mail-we0-f182.google.com with SMTP id m14so21114063wev.13 for ; Sun, 15 Feb 2015 20:42:58 -0800 (PST) X-Received: by 10.180.198.240 with SMTP id jf16mr42953277wic.27.1424061778733; Sun, 15 Feb 2015 20:42:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.27.12.4 with HTTP; Sun, 15 Feb 2015 20:42:38 -0800 (PST) From: Jewel Roy Date: Sun, 15 Feb 2015 20:42:38 -0800 Message-ID: Subject: Digital Imaging Services To: gnome@freebsd.org X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server.xtremesolutionsint.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - clippingpathone.com X-Get-Message-Sender-Via: server.xtremesolutionsint.com: authenticated_id: jewelroy@clippingpathone.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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, 16 Feb 2015 04:43:00 -0000 Hi there, I hope you are fine today and doing well. Leap foregoing into your mail box to check if your company will be interested in Digital Imaging Services for any kinds of image treatment and vector conversion such as Clipping Path, Image Masking, Photo Retouching, Shadow Creating, Multiple Clipping Path, Image Manipulation, Color Correction, Web Image Optimization, Album Design, Raster to Vector Conversion or anything else. Our cost starts from $ 0.40 per image. Interestingly, we are 10 years old organization who providing the best Digital Imaging Service to the world at a reasonable cost. Anyway, actions speak louder than words. So why not take action now, we warmly expect you to run a FREE TEST DRIVE to get an idea what precise quality and price we really provide. =E2=80=9CCLIPPING PATH ONE"off= ers Free Trial Service for two images absolutely without any costing. Please have a look into our website : http://www.clippingpathone.com to get an idea how its work. We look forward to having you as a part of the CLIPPING PATH ONE growing family. If you have any question please do not hesitate to ask me. Thank you. Yours sincerely, Jewel Roy Business Development Manager jewelroy@clippingpathone.com www.clippingpathone.com IM: G-Talk | Skype : clippingpathone From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 16 05:39:05 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA3C8FE7 for ; Mon, 16 Feb 2015 05:39:05 +0000 (UTC) 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 8F7AAD85 for ; Mon, 16 Feb 2015 05:39:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5d5Uc056940 for ; Mon, 16 Feb 2015 05:39:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 197393] security/libsecret doesn't build share/vala/vapi/libsecret-1.deps nor share/vala/vapi/libsecret-1.vapi Date: Mon, 16 Feb 2015 05:39:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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, 16 Feb 2015 05:39:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197393 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-patch, needs-qa -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 16 08:48:04 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82B01CA5 for ; Mon, 16 Feb 2015 08:48:04 +0000 (UTC) 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 699C537C for ; Mon, 16 Feb 2015 08:48:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G8m4uY087130 for ; Mon, 16 Feb 2015 08:48:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 197700] net/vinagre: fails to build on 10.1-RELEASE Date: Mon, 16 Feb 2015 08:48:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None 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: thomas@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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, 16 Feb 2015 08:48:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197700 Bug ID: 197700 Summary: net/vinagre: fails to build on 10.1-RELEASE Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: thomas@FreeBSD.org Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@FreeBSD.org) CC vinagre/vinagre_vinagre-pty_open.o vinagre/pty_open.c:354:15: error: implicit declaration of function 'login_tty' is invalid in C99 [-Werror,-Wimplicit-function-declaration] if (login && login_tty (fd) == -1) { --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gnome@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 16 08:48:04 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F403CA3 for ; Mon, 16 Feb 2015 08:48:04 +0000 (UTC) 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 1B2B437A for ; Mon, 16 Feb 2015 08:48:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G8m3WP087124 for ; Mon, 16 Feb 2015 08:48:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 197700] net/vinagre: fails to build on 10.1-RELEASE Date: Mon, 16 Feb 2015 08:48:04 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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, 16 Feb 2015 08:48:04 -0000 Thomas Quinot has reassigned Bugzilla Automation 's request for maintainer-feedback to gnome@FreeBSD.o= rg: Bug 197700: net/vinagre: fails to build on 10.1-RELEASE https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197700 --- Description --- CC vinagre/vinagre_vinagre-pty_open.o vinagre/pty_open.c:354:15: error: implicit declaration of function 'login_t= ty' is invalid in C99 [-Werror,-Wimplicit-function-declaration] if (login && login_tty (fd) =3D=3D -1) { --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gnome@FreeBSD.org= From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 17 03:30:17 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B42E5580 for ; Tue, 17 Feb 2015 03:30:17 +0000 (UTC) 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 9AE72F64 for ; Tue, 17 Feb 2015 03:30:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H3UHpZ031596 for ; Tue, 17 Feb 2015 03:30:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 197754] devel/libgtop: configure error Date: Tue, 17 Feb 2015 03:30:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None 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: lattera@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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: Tue, 17 Feb 2015 03:30:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197754 Bug ID: 197754 Summary: devel/libgtop: configure error Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: lattera@gmail.com Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@FreeBSD.org) Created attachment 153098 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153098&action=edit Poudriere build log libgtop fails in the configure stage. Poudriere build log attached. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gnome@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 17 03:30:17 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78DC757E for ; Tue, 17 Feb 2015 03:30:17 +0000 (UTC) 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 4B51FF5A for ; Tue, 17 Feb 2015 03:30:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H3UHcY031589 for ; Tue, 17 Feb 2015 03:30:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 197754] devel/libgtop: configure error Date: Tue, 17 Feb 2015 03:30:17 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" 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: Tue, 17 Feb 2015 03:30:17 -0000 lattera@gmail.com has reassigned Bugzilla Automation 's request for maintainer-feedback to gnome@FreeBSD.org: Bug 197754: devel/libgtop: configure error https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197754 --- Description --- Created attachment 153098 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153098&action=edit Poudriere build log libgtop fails in the configure stage. Poudriere build log attached. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 17 09:58:17 2015 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 383586CD for ; Tue, 17 Feb 2015 09:58:17 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 238B09D2 for ; Tue, 17 Feb 2015 09:58:17 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H9wH6R076684 for ; Tue, 17 Feb 2015 09:58:17 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t1H9wHkp076683; Tue, 17 Feb 2015 09:58:17 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201502170958.t1H9wHkp076683@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 17 Feb 2015 09:58:16 +0000 From: portscout@FreeBSD.org To: gnome@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 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: Tue, 17 Feb 2015 09:58:17 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/gnome@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ accessibility/py-atspi | 2.12.0 | 2.15.90 ------------------------------------------------+-----------------+------------ archivers/file-roller | 3.14.2 | 3.15.90 ------------------------------------------------+-----------------+------------ audio/gnome-music | 3.14.3 | 3.15.90 ------------------------------------------------+-----------------+------------ databases/evolution-data-server | 3.12.10 | 3.13.90 ------------------------------------------------+-----------------+------------ deskutils/gnote | 3.14.1 | 3.15.0 ------------------------------------------------+-----------------+------------ devel/devhelp | 3.14.0 | 3.15.90 ------------------------------------------------+-----------------+------------ games/five-or-more | 3.14.1 | 3.15.90 ------------------------------------------------+-----------------+------------ games/four-in-a-row | 3.14.2 | 3.15.90 ------------------------------------------------+-----------------+------------ games/gnome-chess | 3.14.2 | 3.15.90 ------------------------------------------------+-----------------+------------ games/iagno | 3.14.2 | 3.15.90.2 ------------------------------------------------+-----------------+------------ games/lightsoff | 3.14.1 | 3.15.90 ------------------------------------------------+-----------------+------------ games/quadrapassel | 3.14.0 | 3.15.90 ------------------------------------------------+-----------------+------------ games/swell-foop | 3.14.0 | 3.15.90 ------------------------------------------------+-----------------+------------ graphics/gtk-update-icon-cache | 2.24.25 | 3.15.7 ------------------------------------------------+-----------------+------------ mail/evolution-ews | 3.12.10 | 3.13.90 ------------------------------------------------+-----------------+------------ mail/evolution-mapi | 3.12.10 | 3.13.90 ------------------------------------------------+-----------------+------------ misc/gnome-devel-docs | 3.14.3 | 3.15.90 ------------------------------------------------+-----------------+------------ multimedia/cheese | 3.14.2 | 3.15.90 ------------------------------------------------+-----------------+------------ x11-themes/gnome-backgrounds | 3.14.1 | 3.15.90 ------------------------------------------------+-----------------+------------ x11-toolkits/gtk20-reference | 2.24.25 | 2.24.26 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 18 03:53:25 2015 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 C659A2C0; Wed, 18 Feb 2015 03:53:25 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 B0CDD346; Wed, 18 Feb 2015 03:53:25 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I3rPFl010815; Wed, 18 Feb 2015 03:53:25 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1I3rPHv010806; Wed, 18 Feb 2015 03:53:25 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 18 Feb 2015 03:53:25 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502180353.t1I3rPHv010806@beefy1.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 93i386-quarterly][x11-fm/sushi] Failed for sushi-3.12.0 in build Cc: pkg-fallout@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: Wed, 18 Feb 2015 03:53:26 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: branches/2015Q1/x11-fm/sushi/Makefile 372768 2014-11-19 11:49:04Z kwm $ Log URL: http://beefy1.isc.freebsd.org/data/93i386-quarterly/2015-02-18_03h36m52s/logs/sushi-3.12.0.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=93i386-quarterly&build=2015-02-18_03h36m52s Log: ====>> Building x11-fm/sushi build started at Wed Feb 18 03:52:11 UTC 2015 port directory: /usr/ports/x11-fm/sushi building for: FreeBSD 93i386-quarterly-job-23 9.3-RELEASE-p7 FreeBSD 9.3-RELEASE-p7 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: branches/2015Q1/x11-fm/sushi/Makefile 372768 2014-11-19 11:49:04Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 903000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p7 UNAME_r=9.3-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/93i386-quarterly/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=sushi-3.12.0 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93i386-quarterly/ref/.p/pool MASTERNAME=93i386-quarterly USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work HOME=/wrkdirs/usr/ports/x11-fm/sushi/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh GTKDOC="false" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work HOME=/wrkdirs/usr/ports/x11-fm/sushi/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=9.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/sushi" EXAMPLESDIR="share/examples/sushi" DATADIR="share/sushi" WWWDIR="www/sushi" ETCDIR="etc/sushi" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/sushi DOCSDIR=/usr/local/share/doc/sushi EXAMPLESDIR=/usr/local/share/examples/sushi WWWDIR=/usr/local/www/sushi ETCDIR=/usr/local/etc/sushi --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> sushi-3.12.0 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.3.txz [93i386-quarterly-job-23] Installing pkg-1.4.3... [93i386-quarterly-job-23] Extracting pkg-1.4.3... done Message for pkg-1.4.3: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of sushi-3.12.0 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by sushi-3.12.0 for building =========================================================================== =================================================== ===> Fetching all distfiles required by sushi-3.12.0 for building => SHA256 Checksum OK for gnome3/sushi-3.12.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by sushi-3.12.0 for building ===> Extracting for sushi-3.12.0 => SHA256 Checksum OK for gnome3/sushi-3.12.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for sushi-3.12.0 =========================================================================== =================================================== ===> sushi-3.12.0 depends on executable: msgfmt - not found ===> Verifying install for msgfmt in /usr/ports/devel/gettext-tools ===> Installing existing package /packages/All/gettext-tools-0.19.3.txz [93i386-quarterly-job-23] Installing gettext-tools-0.19.3... [93i386-quarterly-job-23] `-- Installing expat-2.1.0_2... [93i386-quarterly-job-23] `-- Extracting expat-2.1.0_2... done [93i386-quarterly-job-23] `-- Installing gettext-runtime-0.19.3... [93i386-quarterly-job-23] | `-- Installing indexinfo-0.2.2... [93i386-quarterly-job-23] | `-- Extracting indexinfo-0.2.2... done [93i386-quarterly-job-23] | `-- Installing libiconv-1.14_6... [93i386-quarterly-job-23] | `-- Extracting libiconv-1.14_6... done [93i386-quarterly-job-23] `-- Extracting gettext-runtime-0.19.3... done [93i386-quarterly-job-23] Extracting gettext-tools-0.19.3... done ===> Returning to build of sushi-3.12.0 ===> sushi-3.12.0 depends on executable: gmake - not found ===> Verifying install for gmake in /usr/ports/devel/gmake ===> Installing existing package /packages/All/gmake-4.1_1.txz [93i386-quarterly-job-23] Installing gmake-4.1_1... [93i386-quarterly-job-23] Extracting gmake-4.1_1... done ===> Returning to build of sushi-3.12.0 ===> sushi-3.12.0 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.7.txz [93i386-quarterly-job-23] Installing pkgconf-0.9.7... [93i386-quarterly-job-23] Extracting pkgconf-0.9.7... done ===> Returning to build of sushi-3.12.0 ===> sushi-3.12.0 depends on executable: gtk-update-icon-cache - not found ===> Verifying install for gtk-update-icon-cache in /usr/ports/graphics/gtk-update-icon-cache ===> Installing existing package /packages/All/gtk-update-icon-cache-2.24.25.txz [93i386-quarterly-job-23] Installing gtk-update-icon-cache-2.24.25... [93i386-quarterly-job-23] `-- Installing atk-2.14.0... [93i386-quarterly-job-23] | `-- Installing glib-2.42.1... [93i386-quarterly-job-23] | | `-- Installing libffi-3.0.13_3... [93i386-quarterly-job-23] | | `-- Extracting libffi-3.0.13_3... done [93i386-quarterly-job-23] | | `-- Installing pcre-8.35_2... [93i386-quarterly-job-23] | | `-- Extracting pcre-8.35_2... done [93i386-quarterly-job-23] | | `-- Installing perl5-5.18.4_11... [93i386-quarterly-job-23] | | `-- Extracting perl5-5.18.4_11... done [93i386-quarterly-job-23] | | `-- Installing python27-2.7.9... [93i386-quarterly-job-23] | | `-- Extracting python27-2.7.9... done [93i386-quarterly-job-23] | `-- Extracting glib-2.42.1... done No schema files found: doing nothing. [93i386-quarterly-job-23] `-- Extracting atk-2.14.0... done [93i386-quarterly-job-23] `-- Installing gdk-pixbuf2-2.31.2_1... [93i386-quarterly-job-23] | `-- Installing jasper-1.900.1_14... [93i386-quarterly-job-23] | | `-- Installing jpeg-8_6... [93i386-quarterly-job-23] | | `-- Extracting jpeg-8_6... done [93i386-quarterly-job-23] | `-- Extracting jasper-1.900.1_14... done [93i386-quarterly-job-23] | `-- Installing libX11-1.6.2_2,1... [93i386-quarterly-job-23] | | `-- Installing kbproto-1.0.6... [93i386-quarterly-job-23] | | `-- Extracting kbproto-1.0.6... done [93i386-quarterly-job-23] | | `-- Installing libXau-1.0.8_2... [93i386-quarterly-job-23] | | `-- Installing xproto-7.0.26... [93i386-quarterly-job-23] | | `-- Extracting xproto-7.0.26... done [93i386-quarterly-job-23] | | `-- Extracting libXau-1.0.8_2... done [93i386-quarterly-job-23] | | `-- Installing libXdmcp-1.1.1_2... [93i386-quarterly-job-23] | | `-- Extracting libXdmcp-1.1.1_2... done [93i386-quarterly-job-23] | | `-- Installing libxcb-1.11... [93i386-quarterly-job-23] | | `-- Installing libpthread-stubs-0.3_6... [93i386-quarterly-job-23] | | `-- Extracting libpthread-stubs-0.3_6... done [93i386-quarterly-job-23] | | `-- Installing libxml2-2.9.2_2... [93i386-quarterly-job-23] | | `-- Extracting libxml2-2.9.2_2... done [93i386-quarterly-job-23] | | `-- Extracting libxcb-1.11... done [93i386-quarterly-job-23] | `-- Extracting libX11-1.6.2_2,1... done [93i386-quarterly-job-23] | `-- Installing libXi-1.7.4,1... [93i386-quarterly-job-23] | | `-- Installing inputproto-2.3.1... [93i386-quarterly-job-23] | | `-- Extracting inputproto-2.3.1... done [93i386-quarterly-job-23] | | `-- Installing libXext-1.3.3,1... [93i386-quarterly-job-23] | | `-- Installing xextproto-7.3.0... [93i386-quarterly-job-23] | | `-- Extracting xextproto-7.3.0... done checking host system type... i386-portbld-freebsd9.3 checking target system type... i386-portbld-freebsd9.3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether UID '0' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... (cached) /usr/bin/tar checking whether to enable maintainer-specific portions of Makefiles... yes checking whether NLS is requested... yes checking for style of include used by gmake... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for intltool >= 0.40.0... 0.50.2 found checking for intltool-update... /usr/local/bin/intltool-update checking for intltool-merge... /usr/local/bin/intltool-merge checking for intltool-extract... /usr/local/bin/intltool-extract checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.18.4 checking for XML::Parser... ok checking pkg-config is at least version 0.22... yes checking for gobject-introspection... yes checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking whether cc understands -c and -o together... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking for library containing strerror... none required checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert i386-portbld-freebsd9.3 file names to i386-portbld-freebsd9.3 format... func_convert_file_noop checking how to convert i386-portbld-freebsd9.3 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd9.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd9.3 ld.so checking how to hardcode library paths into programs... immediate checking pkg-config is at least version 0.16... yes checking for SUSHI... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating data/Makefile config.status: creating data/style/Makefile config.status: creating po/Makefile.in config.status: creating config/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po/stamp-it commands configure: WARNING: unrecognized options: --with-html-dir, --disable-gtk-doc, --with-gconf-source Sushi 3.12.0 ================== prefix: /usr/local compiler: cc Now type 'make' to build sushi =========================================================================== =================================================== ===> Building for sushi-3.12.0 Making all in src gmake[1]: Entering directory '/wrkdirs/usr/ports/x11-fm/sushi/work/sushi-3.12.0/src' GEN js/util/path.js GEN stamp-sushi-enum-types.h GEN sushi-enum-types.c gmake all-am gmake[2]: Entering directory '/wrkdirs/usr/ports/x11-fm/sushi/work/sushi-3.12.0/src' CC libsushi_1_0_la-sushi-cover-art.lo libsushi/sushi-cover-art.c: In function 'fetch_uri_job': libsushi/sushi-cover-art.c:270: warning: 'g_io_scheduler_job_send_to_mainloop_async' is deprecated (declared at /usr/local/include/glib-2.0/gio/gioscheduler.h:50) libsushi/sushi-cover-art.c: In function 'sushi_cover_art_fetcher_get_uri_for_track_async': libsushi/sushi-cover-art.c:304: warning: 'g_io_scheduler_push_job' is deprecated (declared at /usr/local/include/glib-2.0/gio/gioscheduler.h:38) CC libsushi_1_0_la-sushi-pdf-loader.lo CC libsushi_1_0_la-sushi-sound-player.lo CC libsushi_1_0_la-sushi-file-loader.lo libsushi/sushi-file-loader.c: In function 'sushi_file_loader_get_icon': libsushi/sushi-file-loader.c:593: warning: 'gtk_icon_info_free' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/gtkicontheme.h:283) CC libsushi_1_0_la-sushi-font-loader.lo libsushi/sushi-font-loader.c: In function 'font_load_job': libsushi/sushi-font-loader.c:142: warning: 'g_io_scheduler_job_send_to_mainloop_async' is deprecated (declared at /usr/local/include/glib-2.0/gio/gioscheduler.h:50) libsushi/sushi-font-loader.c: In function 'sushi_new_ft_face_from_uri_async': libsushi/sushi-font-loader.c:187: warning: 'g_io_scheduler_push_job' is deprecated (declared at /usr/local/include/glib-2.0/gio/gioscheduler.h:38) CC libsushi_1_0_la-sushi-font-widget.lo CC libsushi_1_0_la-sushi-text-loader.lo CC libsushi_1_0_la-sushi-utils.lo libsushi/sushi-utils.c: In function 'rounded_background_draw_cb': libsushi/sushi-utils.c:60: warning: 'clutter_cairo_texture_clear' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:119) libsushi/sushi-utils.c:60: warning: 'clutter_cairo_texture_get_type' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:98) libsushi/sushi-utils.c: In function 'sushi_create_rounded_background': libsushi/sushi-utils.c:81: warning: 'clutter_cairo_texture_new' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:102) libsushi/sushi-utils.c:82: warning: 'clutter_cairo_texture_set_auto_resize' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:114) libsushi/sushi-utils.c:82: warning: 'clutter_cairo_texture_get_type' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:98) CC libsushi_1_0_la-sushi-enum-types.lo CCLD libsushi-1.0.la CC sushi_start-main.o CCLD sushi-start /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::wait(std::unique_lock&)@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_bad_function_call()@GLIBCXX_3.4.14' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_system_error(int)@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::~condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::condition_variable::notify_all()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `__once_proxy@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::notify_one()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__once_callable@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__once_call@GLIBCXX_3.4.11' Makefile:672: recipe for target 'sushi-start' failed gmake[2]: *** [sushi-start] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/x11-fm/sushi/work/sushi-3.12.0/src' Makefile:548: recipe for target 'all' failed gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/x11-fm/sushi/work/sushi-3.12.0/src' Makefile:446: recipe for target 'all-recursive' failed gmake: *** [all-recursive] Error 1 *** [do-build] Error code 1 Stop in /usr/ports/x11-fm/sushi. From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 18 03:55:57 2015 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 E4EA24CF; Wed, 18 Feb 2015 03:55:57 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 CFFC3378; Wed, 18 Feb 2015 03:55:57 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I3tvVA077188; Wed, 18 Feb 2015 03:55:57 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1I3tvVA077145; Wed, 18 Feb 2015 03:55:57 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 18 Feb 2015 03:55:57 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502180355.t1I3tvVA077145@beefy1.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 93i386-quarterly][mail/evolution] Failed for evolution-3.12.9 in build Cc: pkg-fallout@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: Wed, 18 Feb 2015 03:55:58 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: branches/2015Q1/mail/evolution/Makefile 375852 2014-12-30 20:13:46Z kwm $ Log URL: http://beefy1.isc.freebsd.org/data/93i386-quarterly/2015-02-18_03h36m52s/logs/evolution-3.12.9.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=93i386-quarterly&build=2015-02-18_03h36m52s Log: ====>> Building mail/evolution build started at Wed Feb 18 03:51:55 UTC 2015 port directory: /usr/ports/mail/evolution building for: FreeBSD 93i386-quarterly-job-12 9.3-RELEASE-p7 FreeBSD 9.3-RELEASE-p7 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: branches/2015Q1/mail/evolution/Makefile 375852 2014-12-30 20:13:46Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 903000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p7 UNAME_r=9.3-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/93i386-quarterly/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=evolution-3.12.9 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93i386-quarterly/ref/.p/pool MASTERNAME=93i386-quarterly USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for evolution-3.12.9: CANBERRA=on: Canberra theme audio plugin LDAP=on: LDAP protocol support PST=off: Outlook .pst importer WEATHER=on: Weather calendar backend ====> Spam filter support SPAMASSASSIN=off: SpamAssassin spam filtering BOGOFILTER=on: Bogofilter spam filtering ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --enable-nss=yes --with-sub-version=" FreeBSD GNOME Team Port" --disable-image-inline --disable-contact-maps --enable-canberra --with-openldap --disable-pst-import --enable-weather --disable-spamassassin --enable-bogofilter --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/mail/evolution/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/mail/evolution/work HOME=/wrkdirs/usr/ports/mail/evolution/work TMPDIR="/tmp" MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh GTKDOC="false" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/mail/evolution/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/mail/evolution/work HOME=/wrkdirs/usr/ports/mail/evolution/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -DLDAP_DEPRECATED -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -DLDAP_DEPRECATED -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- VERSION=3.12 PORTVERSION=2.12 CANBERRA="" NO_CANBERRA="@comment " LDAP="" NO_LDAP="@comment " PST="@comment " NO_PST="" WEATHER="" NO_WEATHER="@comment " SPAMASSASSIN="@comment " NO_SPAMASSASSIN="" BOGOFILTER="" NO_BOGOFILTER="@comment " OSREL=9.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" PERL_VERSION=5.18.4 PERL_VER=5.18 PERL5_MAN3=lib/perl5/site_perl/man/man3 SITE_PERL=lib/perl5/site_perl SITE_ARCH=lib/perl5/site_perl/mach/5.18 DOCSDIR="share/doc/evolution" EXAMPLESDIR="share/examples/evolution" DATADIR="share/evolution" WWWDIR="www/evolution" ETCDIR="etc/evolution" --End PLIST_SUB-- --SUB_LIST-- CANBERRA="" NO_CANBERRA="@comment " LDAP="" NO_LDAP="@comment " PST="@comment " NO_PST="" WEATHER="" NO_WEATHER="@comment " SPAMASSASSIN="@comment " NO_SPAMASSASSIN="" BOGOFILTER="" NO_BOGOFILTER="@comment " PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/evolution DOCSDIR=/usr/local/share/doc/evolution EXAMPLESDIR=/usr/local/share/examples/evolution WWWDIR=/usr/local/www/evolution ETCDIR=/usr/local/etc/evolution --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> evolution-3.12.9 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.3.txz [93i386-quarterly-job-12] Installing pkg-1.4.3... [93i386-quarterly-job-12] Extracting pkg-1.4.3... done Message for pkg-1.4.3: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of evolution-3.12.9 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by evolution-3.12.9 for building =========================================================================== =================================================== ===> Fetching all distfiles required by evolution-3.12.9 for building => SHA256 Checksum OK for gnome3/evolution-3.12.9.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by evolution-3.12.9 for building ===> Extracting for evolution-3.12.9 => SHA256 Checksum OK for gnome3/evolution-3.12.9.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for evolution-3.12.9 ===> Applying FreeBSD patches for evolution-3.12.9 =========================================================================== =================================================== ===> evolution-3.12.9 depends on executable: itstool - not found ===> Verifying install for itstool in /usr/ports/textproc/itstool ===> Installing existing package /packages/All/itstool-2.0.2_1.txz [93i386-quarterly-job-12] Installing itstool-2.0.2_1... [93i386-quarterly-job-12] `-- Installing py27-libxml2-2.9.2... [93i386-quarterly-job-12] | `-- Installing libiconv-1.14_6... [93i386-quarterly-job-12] | `-- Extracting libiconv-1.14_6... done [93i386-quarterly-job-12] | `-- Installing libxml2-2.9.2_2... [93i386-quarterly-job-12] | `-- Extracting libxml2-2.9.2_2... done [93i386-quarterly-job-12] | `-- Installing py27-setuptools27-5.5.1... [93i386-quarterly-job-12] | | `-- Installing python27-2.7.9... [93i386-quarterly-job-12] | | `-- Installing gettext-runtime-0.19.3... [93i386-quarterly-job-12] | | | `-- Installing indexinfo-0.2.2... [93i386-quarterly-job-12] | | | `-- Extracting indexinfo-0.2.2... done [93i386-quarterly-job-12] | | `-- Extracting gettext-runtime-0.19.3... done [93i386-quarterly-job-12] | | `-- Installing libffi-3.0.13_3... [93i386-quarterly-job-12] | | `-- Extracting libffi-3.0.13_3... done CC libevolution_util_la-e-mail-signature-script-dialog.lo CC libevolution_util_la-e-mail-signature-tree-view.lo CC libevolution_util_la-e-map.lo CC libevolution_util_la-e-marshal.lo CC libevolution_util_la-e-menu-tool-action.lo CC libevolution_util_la-e-menu-tool-button.lo CC libevolution_util_la-e-misc-utils.lo CC libevolution_util_la-e-mktemp.lo CC libevolution_util_la-e-name-selector-dialog.lo CC libevolution_util_la-e-name-selector-entry.lo CC libevolution_util_la-e-name-selector-list.lo CC libevolution_util_la-e-name-selector-model.lo CC libevolution_util_la-e-name-selector.lo CC libevolution_util_la-e-online-button.lo CC libevolution_util_la-e-paned.lo CC libevolution_util_la-e-passwords.lo CC libevolution_util_la-e-photo-cache.lo CC libevolution_util_la-e-photo-source.lo CC libevolution_util_la-e-picture-gallery.lo CC libevolution_util_la-e-plugin-ui.lo CC libevolution_util_la-e-plugin.lo CC libevolution_util_la-e-poolv.lo CC libevolution_util_la-e-popup-action.lo CC libevolution_util_la-e-popup-menu.lo CC libevolution_util_la-e-port-entry.lo CC libevolution_util_la-e-preferences-window.lo CC libevolution_util_la-e-preview-pane.lo e-preview-pane.c: In function 'e_preview_pane_get_type': e-preview-pane.c:55: warning: 'gtk_vbox_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkvbox.h:59) CC libevolution_util_la-e-print.lo CC libevolution_util_la-e-printable.lo CC libevolution_util_la-e-proxy-combo-box.lo CC libevolution_util_la-e-proxy-editor.lo CC libevolution_util_la-e-proxy-link-selector.lo CC libevolution_util_la-e-proxy-preferences.lo CC libevolution_util_la-e-proxy-selector.lo CC libevolution_util_la-e-reflow-model.lo CC libevolution_util_la-e-reflow.lo CC libevolution_util_la-e-rule-context.lo CC libevolution_util_la-e-rule-editor.lo CC libevolution_util_la-e-search-bar.lo e-search-bar.c: In function 'e_search_bar_get_type': e-search-bar.c:68: warning: 'gtk_hbox_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkhbox.h:61) CC libevolution_util_la-e-selectable.lo CC libevolution_util_la-e-selection-model-array.lo CC libevolution_util_la-e-selection-model-simple.lo CC libevolution_util_la-e-selection-model.lo CC libevolution_util_la-e-selection.lo CC libevolution_util_la-e-send-options.lo CC libevolution_util_la-e-sorter-array.lo CC libevolution_util_la-e-sorter.lo CC libevolution_util_la-e-source-combo-box.lo CC libevolution_util_la-e-source-config-backend.lo CC libevolution_util_la-e-source-config-dialog.lo CC libevolution_util_la-e-source-config.lo CC libevolution_util_la-e-source-selector-dialog.lo CC libevolution_util_la-e-source-selector.lo CC libevolution_util_la-e-source-util.lo CC libevolution_util_la-e-spell-entry.lo CC libevolution_util_la-e-spell-text-view.lo CC libevolution_util_la-e-spinner.lo CC libevolution_util_la-e-stock-request.lo CC libevolution_util_la-e-table-click-to-add.lo CC libevolution_util_la-e-table-col.lo CC libevolution_util_la-e-table-column-selector.lo CC libevolution_util_la-e-table-column-specification.lo CC libevolution_util_la-e-table-config.lo CC libevolution_util_la-e-table-extras.lo CC libevolution_util_la-e-table-field-chooser-dialog.lo CC libevolution_util_la-e-table-field-chooser-item.lo CC libevolution_util_la-e-table-field-chooser.lo e-table-field-chooser.c: In function 'e_table_field_chooser_get_type': e-table-field-chooser.c:47: warning: 'gtk_vbox_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkvbox.h:59) CC libevolution_util_la-e-table-group-container.lo CC libevolution_util_la-e-table-group-leaf.lo CC libevolution_util_la-e-table-group.lo CC libevolution_util_la-e-table-header-item.lo CC libevolution_util_la-e-table-header-utils.lo CC libevolution_util_la-e-table-header.lo CC libevolution_util_la-e-table-item.lo CC libevolution_util_la-e-table-model.lo CC libevolution_util_la-e-table-one.lo CC libevolution_util_la-e-table-search.lo CC libevolution_util_la-e-table-selection-model.lo CC libevolution_util_la-e-table-sort-info.lo CC libevolution_util_la-e-table-sorted-variable.lo CC libevolution_util_la-e-table-sorted.lo CC libevolution_util_la-e-table-sorter.lo CC libevolution_util_la-e-table-sorting-utils.lo CC libevolution_util_la-e-table-specification.lo CC libevolution_util_la-e-table-state.lo CC libevolution_util_la-e-table-subset-variable.lo CC libevolution_util_la-e-table-subset.lo CC libevolution_util_la-e-table-utils.lo CC libevolution_util_la-e-table.lo CC libevolution_util_la-e-text-event-processor-emacs-like.lo CC libevolution_util_la-e-text-event-processor.lo CC libevolution_util_la-e-text-model-repos.lo CC libevolution_util_la-e-text-model.lo CC libevolution_util_la-e-text.lo CC libevolution_util_la-e-timezone-dialog.lo CC libevolution_util_la-e-tree-model-generator.lo CC libevolution_util_la-e-tree-model.lo CC libevolution_util_la-e-tree-selection-model.lo CC libevolution_util_la-e-tree-table-adapter.lo CC libevolution_util_la-e-tree-view-frame.lo CC libevolution_util_la-e-tree.lo CC libevolution_util_la-e-unicode.lo CC libevolution_util_la-e-url-entry.lo CC libevolution_util_la-e-util-enumtypes.lo CC libevolution_util_la-e-web-view-gtkhtml.lo CC libevolution_util_la-e-web-view-preview.lo e-web-view-preview.c: In function 'e_web_view_preview_get_type': e-web-view-preview.c:46: warning: 'gtk_vpaned_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkvpaned.h:59) CC libevolution_util_la-e-web-view.lo CC libevolution_util_la-e-widget-undo.lo CC libevolution_util_la-e-xml-utils.lo CC libevolution_util_la-ea-calendar-cell.lo ea-calendar-cell.c: In function 'ea_calendar_cell_get_name': ea-calendar-cell.c:245: warning: 'atk_table_get_index_at' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:141) ea-calendar-cell.c: In function 'ea_calendar_cell_get_index_in_parent': ea-calendar-cell.c:296: warning: 'atk_table_get_index_at' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:141) ea-calendar-cell.c: In function 'component_interface_get_extents': ea-calendar-cell.c:355: warning: 'atk_table_get_index_at' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:141) CC libevolution_util_la-ea-calendar-item.lo ea-calendar-item.c: In function 'ea_calendar_item_get_row_label': ea-calendar-item.c:1139: warning: 'atk_table_get_index_at' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:141) CC libevolution_util_la-ea-cell-table.lo CC libevolution_util_la-ea-widgets.lo CC libevolution_util_la-gal-a11y-e-cell-popup.lo CC libevolution_util_la-gal-a11y-e-cell-registry.lo CC libevolution_util_la-gal-a11y-e-cell-toggle.lo gal-a11y-e-cell-toggle.c: In function 'model_change_cb': gal-a11y-e-cell-toggle.c:136: warning: 'atk_focus_tracker_notify' is deprecated (declared at /usr/local/include/atk-1.0/atk/atkutil.h:197) CC libevolution_util_la-gal-a11y-e-cell-tree.lo CC libevolution_util_la-gal-a11y-e-cell-vbox.lo CC libevolution_util_la-gal-a11y-e-cell.lo gal-a11y-e-cell.c: In function 'gal_a11y_e_cell_get_extents': gal-a11y-e-cell.c:187: warning: 'atk_component_get_position' is deprecated (declared at /usr/local/include/atk-1.0/atk/atkcomponent.h:190) CC libevolution_util_la-gal-a11y-e-table-click-to-add-factory.lo CC libevolution_util_la-gal-a11y-e-table-click-to-add.lo gal-a11y-e-table-click-to-add.c: In function 'etcta_selection_cursor_changed': gal-a11y-e-table-click-to-add.c:319: warning: 'atk_focus_tracker_notify' is deprecated (declared at /usr/local/include/atk-1.0/atk/atkutil.h:197) CC libevolution_util_la-gal-a11y-e-table-column-header.lo CC libevolution_util_la-gal-a11y-e-table-factory.lo CC libevolution_util_la-gal-a11y-e-table-item-factory.lo CC libevolution_util_la-gal-a11y-e-table-item.lo gal-a11y-e-table-item.c: In function 'eti_a11y_reset_focus_object': gal-a11y-e-table-item.c:227: warning: 'atk_focus_tracker_notify' is deprecated (declared at /usr/local/include/atk-1.0/atk/atkutil.h:197) gal-a11y-e-table-item.c: In function 'eti_ref_accessible_at_point': gal-a11y-e-table-item.c:340: warning: 'atk_component_get_position' is deprecated (declared at /usr/local/include/atk-1.0/atk/atkcomponent.h:190) gal-a11y-e-table-item.c: In function 'selection_add_selection': gal-a11y-e-table-item.c:1335: warning: 'atk_table_get_row_at_index' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:147) gal-a11y-e-table-item.c:1336: warning: 'atk_table_get_column_at_index' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:144) gal-a11y-e-table-item.c: In function 'selection_ref_selection': gal-a11y-e-table-item.c:1393: warning: 'atk_table_get_row_at_index' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:147) gal-a11y-e-table-item.c:1394: warning: 'atk_table_get_column_at_index' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:144) gal-a11y-e-table-item.c: In function 'selection_is_child_selected': gal-a11y-e-table-item.c:1420: warning: 'atk_table_get_row_at_index' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:147) CC libevolution_util_la-gal-a11y-e-table.lo CC libevolution_util_la-gal-a11y-e-text-factory.lo CC libevolution_util_la-gal-a11y-e-text.lo CC libevolution_util_la-gal-a11y-e-tree-factory.lo CC libevolution_util_la-gal-a11y-e-tree.lo CC libevolution_util_la-gal-a11y-util.lo CC libevolution_util_la-gal-view-collection.lo CC libevolution_util_la-gal-view-etable.lo CC libevolution_util_la-gal-view-instance-save-as-dialog.lo CC libevolution_util_la-gal-view-instance.lo CC libevolution_util_la-gal-view.lo CCLD libevolution-util.la CC evolution_source_viewer-evolution-source-viewer.o CCLD evolution-source-viewer /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::wait(std::unique_lock&)@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_bad_function_call()@GLIBCXX_3.4.14' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_system_error(int)@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::~condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::condition_variable::notify_all()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `__once_proxy@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::notify_one()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__once_callable@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__once_call@GLIBCXX_3.4.11' Makefile:1646: recipe for target 'evolution-source-viewer' failed gmake[3]: *** [evolution-source-viewer] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/mail/evolution/work/evolution-3.12.9/e-util' Makefile:1563: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/mail/evolution/work/evolution-3.12.9/e-util' Makefile:737: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/mail/evolution/work/evolution-3.12.9' Makefile:620: recipe for target 'all' failed gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/mail/evolution. From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 18 04:02:43 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 787748BE; Wed, 18 Feb 2015 04:02:43 +0000 (UTC) Received: from beefy2.isc.freebsd.org (beefy2.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:39]) (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 629C9672; Wed, 18 Feb 2015 04:02:43 +0000 (UTC) Received: from beefy2.isc.freebsd.org (localhost [127.0.0.1]) by beefy2.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I42hj4095851; Wed, 18 Feb 2015 04:02:43 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1I42h2L095782; Wed, 18 Feb 2015 04:02:43 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 18 Feb 2015 04:02:43 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502180402.t1I42h2L095782@beefy2.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 93amd64-quarterly][x11-fm/sushi] Failed for sushi-3.12.0 in build Cc: pkg-fallout@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: Wed, 18 Feb 2015 04:02:43 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: branches/2015Q1/x11-fm/sushi/Makefile 372768 2014-11-19 11:49:04Z kwm $ Log URL: http://beefy2.isc.freebsd.org/data/93amd64-quarterly/2015-02-18_03h44m01s/logs/sushi-3.12.0.log Build URL: http://beefy2.isc.freebsd.org/build.html?mastername=93amd64-quarterly&build=2015-02-18_03h44m01s Log: ====>> Building x11-fm/sushi build started at Wed Feb 18 04:01:33 UTC 2015 port directory: /usr/ports/x11-fm/sushi building for: FreeBSD 93amd64-quarterly-job-19 9.3-RELEASE-p7 FreeBSD 9.3-RELEASE-p7 amd64 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: branches/2015Q1/x11-fm/sushi/Makefile 372768 2014-11-19 11:49:04Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 903000 ---Begin Environment--- OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p7 UNAME_r=9.3-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/93amd64-quarterly/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=sushi-3.12.0 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93amd64-quarterly/ref/.p/pool MASTERNAME=93amd64-quarterly USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work HOME=/wrkdirs/usr/ports/x11-fm/sushi/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh GTKDOC="false" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work HOME=/wrkdirs/usr/ports/x11-fm/sushi/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=9.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/sushi" EXAMPLESDIR="share/examples/sushi" DATADIR="share/sushi" WWWDIR="www/sushi" ETCDIR="etc/sushi" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/sushi DOCSDIR=/usr/local/share/doc/sushi EXAMPLESDIR=/usr/local/share/examples/sushi WWWDIR=/usr/local/www/sushi ETCDIR=/usr/local/etc/sushi --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted ran via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> sushi-3.12.0 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.3.txz [93amd64-quarterly-job-19] Installing pkg-1.4.3... [93amd64-quarterly-job-19] Extracting pkg-1.4.3... done Message for pkg-1.4.3: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of sushi-3.12.0 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by sushi-3.12.0 for building =========================================================================== =================================================== ===> Fetching all distfiles required by sushi-3.12.0 for building => SHA256 Checksum OK for gnome3/sushi-3.12.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by sushi-3.12.0 for building ===> Extracting for sushi-3.12.0 => SHA256 Checksum OK for gnome3/sushi-3.12.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for sushi-3.12.0 =========================================================================== =================================================== ===> sushi-3.12.0 depends on executable: msgfmt - not found ===> Verifying install for msgfmt in /usr/ports/devel/gettext-tools ===> Installing existing package /packages/All/gettext-tools-0.19.3.txz [93amd64-quarterly-job-19] Installing gettext-tools-0.19.3... [93amd64-quarterly-job-19] `-- Installing expat-2.1.0_2... [93amd64-quarterly-job-19] `-- Extracting expat-2.1.0_2... done [93amd64-quarterly-job-19] `-- Installing gettext-runtime-0.19.3... [93amd64-quarterly-job-19] | `-- Installing indexinfo-0.2.2... [93amd64-quarterly-job-19] | `-- Extracting indexinfo-0.2.2... done [93amd64-quarterly-job-19] | `-- Installing libiconv-1.14_6... [93amd64-quarterly-job-19] | `-- Extracting libiconv-1.14_6... done [93amd64-quarterly-job-19] `-- Extracting gettext-runtime-0.19.3... done [93amd64-quarterly-job-19] Extracting gettext-tools-0.19.3... done ===> Returning to build of sushi-3.12.0 ===> sushi-3.12.0 depends on executable: gmake - not found ===> Verifying install for gmake in /usr/ports/devel/gmake ===> Installing existing package /packages/All/gmake-4.1_1.txz [93amd64-quarterly-job-19] Installing gmake-4.1_1... [93amd64-quarterly-job-19] Extracting gmake-4.1_1... done ===> Returning to build of sushi-3.12.0 ===> sushi-3.12.0 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.7.txz [93amd64-quarterly-job-19] Installing pkgconf-0.9.7... [93amd64-quarterly-job-19] Extracting pkgconf-0.9.7... done ===> Returning to build of sushi-3.12.0 ===> sushi-3.12.0 depends on executable: gtk-update-icon-cache - not found ===> Verifying install for gtk-update-icon-cache in /usr/ports/graphics/gtk-update-icon-cache ===> Installing existing package /packages/All/gtk-update-icon-cache-2.24.25.txz [93amd64-quarterly-job-19] Installing gtk-update-icon-cache-2.24.25... [93amd64-quarterly-job-19] `-- Installing atk-2.14.0... [93amd64-quarterly-job-19] | `-- Installing glib-2.42.1... [93amd64-quarterly-job-19] | | `-- Installing libffi-3.0.13_3... [93amd64-quarterly-job-19] | | `-- Extracting libffi-3.0.13_3... done [93amd64-quarterly-job-19] | | `-- Installing pcre-8.35_2... [93amd64-quarterly-job-19] | | `-- Extracting pcre-8.35_2... done [93amd64-quarterly-job-19] | | `-- Installing perl5-5.18.4_11... [93amd64-quarterly-job-19] | | `-- Extracting perl5-5.18.4_11... done [93amd64-quarterly-job-19] | | `-- Installing python27-2.7.9... [93amd64-quarterly-job-19] | | `-- Extracting python27-2.7.9... done [93amd64-quarterly-job-19] | `-- Extracting glib-2.42.1... done No schema files found: doing nothing. [93amd64-quarterly-job-19] `-- Extracting atk-2.14.0... done [93amd64-quarterly-job-19] `-- Installing gdk-pixbuf2-2.31.2_1... [93amd64-quarterly-job-19] | `-- Installing jasper-1.900.1_14... [93amd64-quarterly-job-19] | | `-- Installing jpeg-8_6... [93amd64-quarterly-job-19] | | `-- Extracting jpeg-8_6... done [93amd64-quarterly-job-19] | `-- Extracting jasper-1.900.1_14... done [93amd64-quarterly-job-19] | `-- Installing libX11-1.6.2_2,1... [93amd64-quarterly-job-19] | | `-- Installing kbproto-1.0.6... [93amd64-quarterly-job-19] | | `-- Extracting kbproto-1.0.6... done [93amd64-quarterly-job-19] | | `-- Installing libXau-1.0.8_2... [93amd64-quarterly-job-19] | | `-- Installing xproto-7.0.26... [93amd64-quarterly-job-19] | | `-- Extracting xproto-7.0.26... done [93amd64-quarterly-job-19] | | `-- Extracting libXau-1.0.8_2... done [93amd64-quarterly-job-19] | | `-- Installing libXdmcp-1.1.1_2... [93amd64-quarterly-job-19] | | `-- Extracting libXdmcp-1.1.1_2... done [93amd64-quarterly-job-19] | | `-- Installing libxcb-1.11... [93amd64-quarterly-job-19] | | `-- Installing libpthread-stubs-0.3_6... [93amd64-quarterly-job-19] | | `-- Extracting libpthread-stubs-0.3_6... done [93amd64-quarterly-job-19] | | `-- Installing libxml2-2.9.2_2... [93amd64-quarterly-job-19] | | `-- Extracting libxml2-2.9.2_2... done [93amd64-quarterly-job-19] | | `-- Extracting libxcb-1.11... done [93amd64-quarterly-job-19] | `-- Extracting libX11-1.6.2_2,1... done [93amd64-quarterly-job-19] | `-- Installing libXi-1.7.4,1... [93amd64-quarterly-job-19] | | `-- Installing inputproto-2.3.1... [93amd64-quarterly-job-19] | | `-- Extracting inputproto-2.3.1... done [93amd64-quarterly-job-19] | | `-- Installing libXext-1.3.3,1... [93amd64-quarterly-job-19] | | `-- Installing xextproto-7.3.0... [93amd64-quarterly-job-19] | | `-- Extracting xextproto-7.3.0... done [93amd64-quarterly-job-19] | | `-- Extracting libXext-1.3.3,1... done [93amd64-quarterly-job-19] | | `-- Installing libXfixes-5.0.1_2... [93amd64-quarterly-job-19] | | `-- Installing fixesproto-5.0... [93amd64-quarterly-job-19] | | `-- Extracting fixesproto-5.0... done [93amd64-quarterly-job-19] | | `-- Extracting libXfixes-5.0.1_2... done checking host system type... amd64-portbld-freebsd9.3 checking target system type... amd64-portbld-freebsd9.3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether UID '0' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... (cached) /usr/bin/tar checking whether to enable maintainer-specific portions of Makefiles... yes checking whether NLS is requested... yes checking for style of include used by gmake... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for intltool >= 0.40.0... 0.50.2 found checking for intltool-update... /usr/local/bin/intltool-update checking for intltool-merge... /usr/local/bin/intltool-merge checking for intltool-extract... /usr/local/bin/intltool-extract checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.18.4 checking for XML::Parser... ok checking pkg-config is at least version 0.22... yes checking for gobject-introspection... yes checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking whether cc understands -c and -o together... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking for library containing strerror... none required checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert amd64-portbld-freebsd9.3 file names to amd64-portbld-freebsd9.3 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd9.3 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd9.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd9.3 ld.so checking how to hardcode library paths into programs... immediate checking pkg-config is at least version 0.16... yes checking for SUSHI... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating data/Makefile config.status: creating data/style/Makefile config.status: creating po/Makefile.in config.status: creating config/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po/stamp-it commands configure: WARNING: unrecognized options: --with-html-dir, --disable-gtk-doc, --with-gconf-source Sushi 3.12.0 ================== prefix: /usr/local compiler: cc Now type 'make' to build sushi =========================================================================== =================================================== ===> Building for sushi-3.12.0 Making all in src gmake[1]: Entering directory '/wrkdirs/usr/ports/x11-fm/sushi/work/sushi-3.12.0/src' GEN js/util/path.js GEN stamp-sushi-enum-types.h GEN sushi-enum-types.c gmake all-am gmake[2]: Entering directory '/wrkdirs/usr/ports/x11-fm/sushi/work/sushi-3.12.0/src' CC libsushi_1_0_la-sushi-cover-art.lo libsushi/sushi-cover-art.c: In function 'fetch_uri_job': libsushi/sushi-cover-art.c:270: warning: 'g_io_scheduler_job_send_to_mainloop_async' is deprecated (declared at /usr/local/include/glib-2.0/gio/gioscheduler.h:50) libsushi/sushi-cover-art.c: In function 'sushi_cover_art_fetcher_get_uri_for_track_async': libsushi/sushi-cover-art.c:304: warning: 'g_io_scheduler_push_job' is deprecated (declared at /usr/local/include/glib-2.0/gio/gioscheduler.h:38) CC libsushi_1_0_la-sushi-pdf-loader.lo CC libsushi_1_0_la-sushi-sound-player.lo CC libsushi_1_0_la-sushi-file-loader.lo libsushi/sushi-file-loader.c: In function 'sushi_file_loader_get_icon': libsushi/sushi-file-loader.c:593: warning: 'gtk_icon_info_free' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/gtkicontheme.h:283) CC libsushi_1_0_la-sushi-font-loader.lo libsushi/sushi-font-loader.c: In function 'font_load_job': libsushi/sushi-font-loader.c:142: warning: 'g_io_scheduler_job_send_to_mainloop_async' is deprecated (declared at /usr/local/include/glib-2.0/gio/gioscheduler.h:50) libsushi/sushi-font-loader.c: In function 'sushi_new_ft_face_from_uri_async': libsushi/sushi-font-loader.c:187: warning: 'g_io_scheduler_push_job' is deprecated (declared at /usr/local/include/glib-2.0/gio/gioscheduler.h:38) CC libsushi_1_0_la-sushi-font-widget.lo CC libsushi_1_0_la-sushi-text-loader.lo CC libsushi_1_0_la-sushi-utils.lo libsushi/sushi-utils.c: In function 'rounded_background_draw_cb': libsushi/sushi-utils.c:60: warning: 'clutter_cairo_texture_clear' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:119) libsushi/sushi-utils.c:60: warning: 'clutter_cairo_texture_get_type' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:98) libsushi/sushi-utils.c: In function 'sushi_create_rounded_background': libsushi/sushi-utils.c:81: warning: 'clutter_cairo_texture_new' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:102) libsushi/sushi-utils.c:82: warning: 'clutter_cairo_texture_set_auto_resize' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:114) libsushi/sushi-utils.c:82: warning: 'clutter_cairo_texture_get_type' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:98) CC libsushi_1_0_la-sushi-enum-types.lo CCLD libsushi-1.0.la CC sushi_start-main.o CCLD sushi-start /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::wait(std::unique_lock&)@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_bad_function_call()@GLIBCXX_3.4.14' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_system_error(int)@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::~condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::condition_variable::notify_all()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `__once_proxy@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::notify_one()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__once_callable@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__once_call@GLIBCXX_3.4.11' Makefile:672: recipe for target 'sushi-start' failed gmake[2]: *** [sushi-start] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/x11-fm/sushi/work/sushi-3.12.0/src' Makefile:548: recipe for target 'all' failed gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/x11-fm/sushi/work/sushi-3.12.0/src' Makefile:446: recipe for target 'all-recursive' failed gmake: *** [all-recursive] Error 1 *** [do-build] Error code 1 Stop in /usr/ports/x11-fm/sushi. From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 18 04:05:33 2015 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 65071998; Wed, 18 Feb 2015 04:05:33 +0000 (UTC) Received: from beefy2.isc.freebsd.org (beefy2.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:39]) (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 4F78468F; Wed, 18 Feb 2015 04:05:33 +0000 (UTC) Received: from beefy2.isc.freebsd.org (localhost [127.0.0.1]) by beefy2.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I45X0Z002839; Wed, 18 Feb 2015 04:05:33 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1I45XZ5002816; Wed, 18 Feb 2015 04:05:33 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 18 Feb 2015 04:05:33 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502180405.t1I45XZ5002816@beefy2.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 93amd64-quarterly][mail/evolution] Failed for evolution-3.12.9 in build Cc: pkg-fallout@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: Wed, 18 Feb 2015 04:05:33 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: branches/2015Q1/mail/evolution/Makefile 375852 2014-12-30 20:13:46Z kwm $ Log URL: http://beefy2.isc.freebsd.org/data/93amd64-quarterly/2015-02-18_03h44m01s/logs/evolution-3.12.9.log Build URL: http://beefy2.isc.freebsd.org/build.html?mastername=93amd64-quarterly&build=2015-02-18_03h44m01s Log: ====>> Building mail/evolution build started at Wed Feb 18 04:01:28 UTC 2015 port directory: /usr/ports/mail/evolution building for: FreeBSD 93amd64-quarterly-job-04 9.3-RELEASE-p7 FreeBSD 9.3-RELEASE-p7 amd64 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: branches/2015Q1/mail/evolution/Makefile 375852 2014-12-30 20:13:46Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 903000 ---Begin Environment--- OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p7 UNAME_r=9.3-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/93amd64-quarterly/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=evolution-3.12.9 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93amd64-quarterly/ref/.p/pool MASTERNAME=93amd64-quarterly USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for evolution-3.12.9: CANBERRA=on: Canberra theme audio plugin LDAP=on: LDAP protocol support PST=off: Outlook .pst importer WEATHER=on: Weather calendar backend ====> Spam filter support SPAMASSASSIN=off: SpamAssassin spam filtering BOGOFILTER=on: Bogofilter spam filtering ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --enable-nss=yes --with-sub-version=" FreeBSD GNOME Team Port" --disable-image-inline --disable-contact-maps --enable-canberra --with-openldap --disable-pst-import --enable-weather --disable-spamassassin --enable-bogofilter --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/mail/evolution/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/mail/evolution/work HOME=/wrkdirs/usr/ports/mail/evolution/work TMPDIR="/tmp" MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh GTKDOC="false" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/mail/evolution/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/mail/evolution/work HOME=/wrkdirs/usr/ports/mail/evolution/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -DLDAP_DEPRECATED -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -DLDAP_DEPRECATED -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- VERSION=3.12 PORTVERSION=2.12 CANBERRA="" NO_CANBERRA="@comment " LDAP="" NO_LDAP="@comment " PST="@comment " NO_PST="" WEATHER="" NO_WEATHER="@comment " SPAMASSASSIN="@comment " NO_SPAMASSASSIN="" BOGOFILTER="" NO_BOGOFILTER="@comment " OSREL=9.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" PERL_VERSION=5.18.4 PERL_VER=5.18 PERL5_MAN3=lib/perl5/site_perl/man/man3 SITE_PERL=lib/perl5/site_perl SITE_ARCH=lib/perl5/site_perl/mach/5.18 DOCSDIR="share/doc/evolution" EXAMPLESDIR="share/examples/evolution" DATADIR="share/evolution" WWWDIR="www/evolution" ETCDIR="etc/evolution" --End PLIST_SUB-- --SUB_LIST-- CANBERRA="" NO_CANBERRA="@comment " LDAP="" NO_LDAP="@comment " PST="@comment " NO_PST="" WEATHER="" NO_WEATHER="@comment " SPAMASSASSIN="@comment " NO_SPAMASSASSIN="" BOGOFILTER="" NO_BOGOFILTER="@comment " PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/evolution DOCSDIR=/usr/local/share/doc/evolution EXAMPLESDIR=/usr/local/share/examples/evolution WWWDIR=/usr/local/www/evolution ETCDIR=/usr/local/etc/evolution --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted ran via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> evolution-3.12.9 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.3.txz [93amd64-quarterly-job-04] Installing pkg-1.4.3... [93amd64-quarterly-job-04] Extracting pkg-1.4.3... done Message for pkg-1.4.3: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of evolution-3.12.9 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by evolution-3.12.9 for building =========================================================================== =================================================== ===> Fetching all distfiles required by evolution-3.12.9 for building => SHA256 Checksum OK for gnome3/evolution-3.12.9.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by evolution-3.12.9 for building ===> Extracting for evolution-3.12.9 => SHA256 Checksum OK for gnome3/evolution-3.12.9.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for evolution-3.12.9 ===> Applying FreeBSD patches for evolution-3.12.9 =========================================================================== =================================================== ===> evolution-3.12.9 depends on executable: itstool - not found ===> Verifying install for itstool in /usr/ports/textproc/itstool ===> Installing existing package /packages/All/itstool-2.0.2_1.txz [93amd64-quarterly-job-04] Installing itstool-2.0.2_1... [93amd64-quarterly-job-04] `-- Installing py27-libxml2-2.9.2... [93amd64-quarterly-job-04] | `-- Installing libiconv-1.14_6... [93amd64-quarterly-job-04] | `-- Extracting libiconv-1.14_6... done [93amd64-quarterly-job-04] | `-- Installing libxml2-2.9.2_2... [93amd64-quarterly-job-04] | `-- Extracting libxml2-2.9.2_2... done [93amd64-quarterly-job-04] | `-- Installing py27-setuptools27-5.5.1... [93amd64-quarterly-job-04] | | `-- Installing python27-2.7.9... [93amd64-quarterly-job-04] | | `-- Installing gettext-runtime-0.19.3... [93amd64-quarterly-job-04] | | | `-- Installing indexinfo-0.2.2... [93amd64-quarterly-job-04] | | | `-- Extracting indexinfo-0.2.2... done [93amd64-quarterly-job-04] | | `-- Extracting gettext-runtime-0.19.3... done [93amd64-quarterly-job-04] | | `-- Installing libffi-3.0.13_3... [93amd64-quarterly-job-04] | | `-- Extracting libffi-3.0.13_3... done [93amd64-quarterly-job-04] | | `-- Extracting python27-2.7.9... done [93amd64-quarterly-job-04] | `-- Extracting py27-setuptools27-5.5.1... done [93amd64-quarterly-job-04] | `-- Installing python2-2_3... [93amd64-quarterly-job-04] | `-- Extracting python2-2_3... done [93amd64-quarterly-job-04] `-- Extracting py27-libxml2-2.9.2... done CC libevolution_util_la-e-mail-signature-script-dialog.lo CC libevolution_util_la-e-mail-signature-tree-view.lo CC libevolution_util_la-e-map.lo CC libevolution_util_la-e-marshal.lo CC libevolution_util_la-e-menu-tool-action.lo CC libevolution_util_la-e-menu-tool-button.lo CC libevolution_util_la-e-misc-utils.lo CC libevolution_util_la-e-mktemp.lo CC libevolution_util_la-e-name-selector-dialog.lo CC libevolution_util_la-e-name-selector-entry.lo CC libevolution_util_la-e-name-selector-list.lo CC libevolution_util_la-e-name-selector-model.lo CC libevolution_util_la-e-name-selector.lo CC libevolution_util_la-e-online-button.lo CC libevolution_util_la-e-paned.lo CC libevolution_util_la-e-passwords.lo CC libevolution_util_la-e-photo-cache.lo CC libevolution_util_la-e-photo-source.lo CC libevolution_util_la-e-picture-gallery.lo CC libevolution_util_la-e-plugin-ui.lo CC libevolution_util_la-e-plugin.lo CC libevolution_util_la-e-poolv.lo CC libevolution_util_la-e-popup-action.lo CC libevolution_util_la-e-popup-menu.lo CC libevolution_util_la-e-port-entry.lo CC libevolution_util_la-e-preferences-window.lo CC libevolution_util_la-e-preview-pane.lo e-preview-pane.c: In function 'e_preview_pane_get_type': e-preview-pane.c:55: warning: 'gtk_vbox_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkvbox.h:59) CC libevolution_util_la-e-print.lo CC libevolution_util_la-e-printable.lo CC libevolution_util_la-e-proxy-combo-box.lo CC libevolution_util_la-e-proxy-editor.lo CC libevolution_util_la-e-proxy-link-selector.lo CC libevolution_util_la-e-proxy-preferences.lo CC libevolution_util_la-e-proxy-selector.lo CC libevolution_util_la-e-reflow-model.lo CC libevolution_util_la-e-reflow.lo CC libevolution_util_la-e-rule-context.lo CC libevolution_util_la-e-rule-editor.lo CC libevolution_util_la-e-search-bar.lo e-search-bar.c: In function 'e_search_bar_get_type': e-search-bar.c:68: warning: 'gtk_hbox_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkhbox.h:61) CC libevolution_util_la-e-selectable.lo CC libevolution_util_la-e-selection-model-array.lo CC libevolution_util_la-e-selection-model-simple.lo CC libevolution_util_la-e-selection-model.lo CC libevolution_util_la-e-selection.lo CC libevolution_util_la-e-send-options.lo CC libevolution_util_la-e-sorter-array.lo CC libevolution_util_la-e-sorter.lo CC libevolution_util_la-e-source-combo-box.lo CC libevolution_util_la-e-source-config-backend.lo CC libevolution_util_la-e-source-config-dialog.lo CC libevolution_util_la-e-source-config.lo CC libevolution_util_la-e-source-selector-dialog.lo CC libevolution_util_la-e-source-selector.lo CC libevolution_util_la-e-source-util.lo CC libevolution_util_la-e-spell-entry.lo CC libevolution_util_la-e-spell-text-view.lo CC libevolution_util_la-e-spinner.lo CC libevolution_util_la-e-stock-request.lo CC libevolution_util_la-e-table-click-to-add.lo CC libevolution_util_la-e-table-col.lo CC libevolution_util_la-e-table-column-selector.lo CC libevolution_util_la-e-table-column-specification.lo CC libevolution_util_la-e-table-config.lo CC libevolution_util_la-e-table-extras.lo CC libevolution_util_la-e-table-field-chooser-dialog.lo CC libevolution_util_la-e-table-field-chooser-item.lo CC libevolution_util_la-e-table-field-chooser.lo e-table-field-chooser.c: In function 'e_table_field_chooser_get_type': e-table-field-chooser.c:47: warning: 'gtk_vbox_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkvbox.h:59) CC libevolution_util_la-e-table-group-container.lo CC libevolution_util_la-e-table-group-leaf.lo CC libevolution_util_la-e-table-group.lo CC libevolution_util_la-e-table-header-item.lo CC libevolution_util_la-e-table-header-utils.lo CC libevolution_util_la-e-table-header.lo CC libevolution_util_la-e-table-item.lo CC libevolution_util_la-e-table-model.lo CC libevolution_util_la-e-table-one.lo CC libevolution_util_la-e-table-search.lo CC libevolution_util_la-e-table-selection-model.lo CC libevolution_util_la-e-table-sort-info.lo CC libevolution_util_la-e-table-sorted-variable.lo CC libevolution_util_la-e-table-sorted.lo CC libevolution_util_la-e-table-sorter.lo CC libevolution_util_la-e-table-sorting-utils.lo CC libevolution_util_la-e-table-specification.lo CC libevolution_util_la-e-table-state.lo CC libevolution_util_la-e-table-subset-variable.lo CC libevolution_util_la-e-table-subset.lo CC libevolution_util_la-e-table-utils.lo CC libevolution_util_la-e-table.lo CC libevolution_util_la-e-text-event-processor-emacs-like.lo CC libevolution_util_la-e-text-event-processor.lo CC libevolution_util_la-e-text-model-repos.lo CC libevolution_util_la-e-text-model.lo CC libevolution_util_la-e-text.lo CC libevolution_util_la-e-timezone-dialog.lo CC libevolution_util_la-e-tree-model-generator.lo CC libevolution_util_la-e-tree-model.lo CC libevolution_util_la-e-tree-selection-model.lo CC libevolution_util_la-e-tree-table-adapter.lo CC libevolution_util_la-e-tree-view-frame.lo CC libevolution_util_la-e-tree.lo CC libevolution_util_la-e-unicode.lo CC libevolution_util_la-e-url-entry.lo CC libevolution_util_la-e-util-enumtypes.lo CC libevolution_util_la-e-web-view-gtkhtml.lo CC libevolution_util_la-e-web-view-preview.lo e-web-view-preview.c: In function 'e_web_view_preview_get_type': e-web-view-preview.c:46: warning: 'gtk_vpaned_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkvpaned.h:59) CC libevolution_util_la-e-web-view.lo CC libevolution_util_la-e-widget-undo.lo CC libevolution_util_la-e-xml-utils.lo CC libevolution_util_la-ea-calendar-cell.lo ea-calendar-cell.c: In function 'ea_calendar_cell_get_name': ea-calendar-cell.c:245: warning: 'atk_table_get_index_at' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:141) ea-calendar-cell.c: In function 'ea_calendar_cell_get_index_in_parent': ea-calendar-cell.c:296: warning: 'atk_table_get_index_at' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:141) ea-calendar-cell.c: In function 'component_interface_get_extents': ea-calendar-cell.c:355: warning: 'atk_table_get_index_at' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:141) CC libevolution_util_la-ea-calendar-item.lo ea-calendar-item.c: In function 'ea_calendar_item_get_row_label': ea-calendar-item.c:1139: warning: 'atk_table_get_index_at' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:141) CC libevolution_util_la-ea-cell-table.lo CC libevolution_util_la-ea-widgets.lo CC libevolution_util_la-gal-a11y-e-cell-popup.lo CC libevolution_util_la-gal-a11y-e-cell-registry.lo CC libevolution_util_la-gal-a11y-e-cell-toggle.lo gal-a11y-e-cell-toggle.c: In function 'model_change_cb': gal-a11y-e-cell-toggle.c:136: warning: 'atk_focus_tracker_notify' is deprecated (declared at /usr/local/include/atk-1.0/atk/atkutil.h:197) CC libevolution_util_la-gal-a11y-e-cell-tree.lo CC libevolution_util_la-gal-a11y-e-cell-vbox.lo CC libevolution_util_la-gal-a11y-e-cell.lo gal-a11y-e-cell.c: In function 'gal_a11y_e_cell_get_extents': gal-a11y-e-cell.c:187: warning: 'atk_component_get_position' is deprecated (declared at /usr/local/include/atk-1.0/atk/atkcomponent.h:190) CC libevolution_util_la-gal-a11y-e-table-click-to-add-factory.lo CC libevolution_util_la-gal-a11y-e-table-click-to-add.lo gal-a11y-e-table-click-to-add.c: In function 'etcta_selection_cursor_changed': gal-a11y-e-table-click-to-add.c:319: warning: 'atk_focus_tracker_notify' is deprecated (declared at /usr/local/include/atk-1.0/atk/atkutil.h:197) CC libevolution_util_la-gal-a11y-e-table-column-header.lo CC libevolution_util_la-gal-a11y-e-table-factory.lo CC libevolution_util_la-gal-a11y-e-table-item-factory.lo CC libevolution_util_la-gal-a11y-e-table-item.lo gal-a11y-e-table-item.c: In function 'eti_a11y_reset_focus_object': gal-a11y-e-table-item.c:227: warning: 'atk_focus_tracker_notify' is deprecated (declared at /usr/local/include/atk-1.0/atk/atkutil.h:197) gal-a11y-e-table-item.c: In function 'eti_ref_accessible_at_point': gal-a11y-e-table-item.c:340: warning: 'atk_component_get_position' is deprecated (declared at /usr/local/include/atk-1.0/atk/atkcomponent.h:190) gal-a11y-e-table-item.c: In function 'selection_add_selection': gal-a11y-e-table-item.c:1335: warning: 'atk_table_get_row_at_index' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:147) gal-a11y-e-table-item.c:1336: warning: 'atk_table_get_column_at_index' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:144) gal-a11y-e-table-item.c: In function 'selection_ref_selection': gal-a11y-e-table-item.c:1393: warning: 'atk_table_get_row_at_index' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:147) gal-a11y-e-table-item.c:1394: warning: 'atk_table_get_column_at_index' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:144) gal-a11y-e-table-item.c: In function 'selection_is_child_selected': gal-a11y-e-table-item.c:1420: warning: 'atk_table_get_row_at_index' is deprecated (declared at /usr/local/include/atk-1.0/atk/atktable.h:147) CC libevolution_util_la-gal-a11y-e-table.lo CC libevolution_util_la-gal-a11y-e-text-factory.lo CC libevolution_util_la-gal-a11y-e-text.lo CC libevolution_util_la-gal-a11y-e-tree-factory.lo CC libevolution_util_la-gal-a11y-e-tree.lo CC libevolution_util_la-gal-a11y-util.lo CC libevolution_util_la-gal-view-collection.lo CC libevolution_util_la-gal-view-etable.lo CC libevolution_util_la-gal-view-instance-save-as-dialog.lo CC libevolution_util_la-gal-view-instance.lo CC libevolution_util_la-gal-view.lo CCLD libevolution-util.la CC evolution_source_viewer-evolution-source-viewer.o CCLD evolution-source-viewer /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::wait(std::unique_lock&)@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_bad_function_call()@GLIBCXX_3.4.14' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_system_error(int)@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::~condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::condition_variable::notify_all()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `__once_proxy@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::notify_one()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__once_callable@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__once_call@GLIBCXX_3.4.11' Makefile:1646: recipe for target 'evolution-source-viewer' failed gmake[3]: *** [evolution-source-viewer] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/mail/evolution/work/evolution-3.12.9/e-util' Makefile:1563: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/mail/evolution/work/evolution-3.12.9/e-util' Makefile:737: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/mail/evolution/work/evolution-3.12.9' Makefile:620: recipe for target 'all' failed gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/mail/evolution. From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 18 07:29:20 2015 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 D1585168; Wed, 18 Feb 2015 07:29:20 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 B9C13BDE; Wed, 18 Feb 2015 07:29:20 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I7TKhb063838; Wed, 18 Feb 2015 07:29:20 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1I7TKYo063837; Wed, 18 Feb 2015 07:29:20 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 18 Feb 2015 07:29:20 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502180729.t1I7TKYo063837@beefy1.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 93i386-quarterly][www/webkit2-gtk3] Failed for webkit2-gtk3-2.6.4 in build Cc: pkg-fallout@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: Wed, 18 Feb 2015 07:29:20 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: rakuco@FreeBSD.org Ident: $FreeBSD: branches/2015Q1/www/webkit2-gtk3/Makefile 375660 2014-12-26 21:59:11Z rakuco $ Log URL: http://beefy1.isc.freebsd.org/data/93i386-quarterly/2015-02-18_03h36m52s/logs/webkit2-gtk3-2.6.4.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=93i386-quarterly&build=2015-02-18_03h36m52s Log: ====>> Building www/webkit2-gtk3 build started at Wed Feb 18 03:54:09 UTC 2015 port directory: /usr/ports/www/webkit2-gtk3 building for: FreeBSD 93i386-quarterly-job-09 9.3-RELEASE-p7 FreeBSD 9.3-RELEASE-p7 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: branches/2015Q1/www/webkit2-gtk3/Makefile 375660 2014-12-26 21:59:11Z rakuco $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 903000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p7 UNAME_r=9.3-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/93i386-quarterly/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=webkit2-gtk3-2.6.4 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93i386-quarterly/ref/.p/pool MASTERNAME=93i386-quarterly USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for webkit2-gtk3-2.6.4: DEBUG=off: Just enable debug symbols FULLDEBUG=off: Enable asserts and other debug support ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --disable-debug-symbols --disable-debug --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/webkit2-gtk3/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/webkit2-gtk3/work HOME=/wrkdirs/usr/ports/www/webkit2-gtk3/work TMPDIR="/tmp" FLEX_PATH="/usr/local/bin/flex" XDG_DATA_HOME=/wrkdirs/usr/ports/www/webkit2-gtk3/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/webkit2-gtk3/work HOME=/wrkdirs/usr/ports/www/webkit2-gtk3/work TMPDIR="/tmp" MAKE=gmake GPERF=/usr/bin/gperf ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl PKG_CONFIG=pkgconf PYTHON="/usr/local/bin/python2.7" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/webkit2-gtk3/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/webkit2-gtk3/work HOME=/wrkdirs/usr/ports/www/webkit2-gtk3/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/www/webkit2-gtk3/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/webkit2-gtk3/work HOME=/wrkdirs/usr/ports/www/webkit2-gtk3/work TMPDIR="/tmp" GPERF=/usr/bin/gperf NO_PIE=yes SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=/wrkdirs/usr/ports/www/webkit2-gtk3/work PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="gcc48" CFLAGS="-O2 -pipe -Wl,-rpath=/usr/local/lib/gcc48 -fno-st rict-aliasing" CPP="cpp48" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc48 -L/usr/local/lib/gcc48" LIBS="" CXX="g++48" CXXFLAGS="-O2 -pipe -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- RUBY_LIBDIR="lib/ruby/2.0" RUBY_ARCHLIBDIR="lib/ruby/2.0/i386-freebsd9" RUBY_SITELIBDIR="lib/ruby/site_ruby/2.0" RUBY_SITEARCHLIBDIR="lib/ruby/site_ruby/2.0/i386-freebsd9" RUBY_VENDORLIBDIR="lib/ruby/vendor_ruby/2.0" RUBY_VENDORARCHLIBDIR="lib/ruby/vendor_ruby/2.0/i386-freebsd9" RUBY_MODDOCDIR="share/doc/ruby20/webkit" RUBY_MODEXAMPLESDIR="share/examples/ruby20/webkit" RUBY_DOCDIR="share/doc/ruby20" RUBY_EXAMPLESDIR="share/examples/ruby20" RUBY_RIDIR="share/ri/2.0/system" RUBY_SITERIDIR="share/ri/2.0/site" RUBY_ELISPDIR="lib/ruby/elisp" RUBY_VERSION="2.0.0.598" RUBY_VER="2.0" RUBY_SHLIBVER="20" RUBY_ARCH="i386-freebsd9" RUBY_SUFFIX="20" RUBY_NAME="ruby20" RUBY_DEFAULT_SUFFIX="20" RUBY19="@comment " RUBY20="" RUBY21="@comment " RUBY_RD_HTML_FILES="@comment " PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd9 PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_VERSION=python2.7 PYTHON_VER=2.7 OSREL=9.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" PERL_VERSION=5.18.4 PERL_VER=5.18 PERL5_MAN3=lib/perl5/site_perl/man/man3 SITE_PERL=lib/perl5/site_perl SITE_ARCH=lib/perl5/site_perl/mach/5.18 DOCSDIR="share/doc/webkit" EXAMPLESDIR="share/examples/webkit" DATADIR="share/webkit" WWWDIR="www/webkit" ETCDIR="etc/webkit" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/webkit DOCSDIR=/usr/local/share/doc/webkit EXAMPLESDIR=/usr/local/share/examples/webkit WWWDIR=/usr/local/www/webkit ETCDIR=/usr/local/etc/webkit --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> webkit2-gtk3-2.6.4 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.3.txz [93i386-quarterly-job-09] Installing pkg-1.4.3... [93i386-quarterly-job-09] Extracting pkg-1.4.3... done Message for pkg-1.4.3: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of webkit2-gtk3-2.6.4 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by webkit2-gtk3-2.6.4 for building =========================================================================== =================================================== ===> Fetching all distfiles required by webkit2-gtk3-2.6.4 for building => SHA256 Checksum OK for webkitgtk-2.6.4.tar.xz. =========================================================================== =================================================== ===> webkit2-gtk3-2.6.4 depends on file: /usr/local/bin/ruby20 - not found ===> Verifying install for /usr/local/bin/ruby20 in /usr/ports/lang/ruby20 ===> Installing existing package /packages/All/ruby-2.0.0.598_1,1.txz [93i386-quarterly-job-09] Installing ruby-2.0.0.598_1,1... [93i386-quarterly-job-09] `-- Installing libexecinfo-1.1_3... [93i386-quarterly-job-09] `-- Extracting libexecinfo-1.1_3... done [93i386-quarterly-job-09] `-- Installing libffi-3.0.13_3... [93i386-quarterly-job-09] | `-- Installing indexinfo-0.2.2... [93i386-quarterly-job-09] | `-- Extracting indexinfo-0.2.2... done [93i386-quarterly-job-09] `-- Extracting libffi-3.0.13_3... done [93i386-quarterly-job-09] `-- Installing libyaml-0.1.6_1... [93i386-quarterly-job-09] `-- Extracting libyaml-0.1.6_1... done [93i386-quarterly-job-09] `-- Installing readline-6.3.8... [93i386-quarterly-job-09] `-- Extracting readline-6.3.8... done [93i386-quarterly-job-09] Extracting ruby-2.0.0.598_1,1... done Message for ruby-2.0.0.598_1,1: ==== Some of the standard commands are provided as separate ports for ease of upgrading: devel/ruby-gems: gem - RubyGems package manager devel/rubygem-rake: rake - Ruby Make And some of the standard libraries are provided as separate ports since they require extra dependencies: databases/ruby-gdbm: GDBM module x11-toolkits/ruby-tk: Tcl/Tk modules japanese/ruby-tk: Tcl/Tk modules for Japanized Tcl/Tk Install them as occasion demands. ==== ===> Returning to build of webkit2-gtk3-2.6.4 =========================================================================== =================================================== ===> Fetching all distfiles required by webkit2-gtk3-2.6.4 for building ===> Extracting for webkit2-gtk3-2.6.4 => SHA256 Checksum OK for webkitgtk-2.6.4.tar.xz. =========================================================================== =================================================== [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/Shared/unix/ChildProcessMain.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/DefaultUndoController.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/DrawingAreaProxyImpl.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/C/cairo/WKIconDatabaseCairo.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/C/gtk/WKFullScreenClientGtk.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/C/gtk/WKInspectorClientGtk.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/C/gtk/WKView.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/C/soup/WKCookieManagerSoup.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/C/soup/WKSoupCustomProtocolRequestManager.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/PageClientImpl.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitAuthenticationDialog.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitAuthenticationRequest.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitBackForwardList.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitBackForwardListItem.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitContextMenu.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitContextMenuActions.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitContextMenuClient.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitContextMenuItem.cpp.o [ 93%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitCookieManager.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitCredential.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitDownload.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitDownloadClient.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitError.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitFaviconDatabase.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitFileChooserRequest.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitFindController.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitFormClient.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitFormSubmissionRequest.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitFullscreenClient.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitGeolocationPermissionRequest.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitGeolocationProvider.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitHitTestResult.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitInjectedBundleClient.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitJavascriptResult.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitLoaderClient.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitMimeInfo.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitNavigationAction.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitNavigationPolicyDecision.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitPermissionRequest.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitPlugin.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitPolicyClient.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitPolicyDecision.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitPrintOperation.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitPrivate.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitRequestManagerClient.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitResponsePolicyDecision.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitScriptDialog.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitSecurityManager.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitSettings.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitTextChecker.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitUIClient.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitURIRequest.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitURIResponse.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitURISchemeRequest.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitUserContent.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitUserContentManager.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitVersion.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitWebContext.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitWebInspector.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitWebResource.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitWebView.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitWebViewBase.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitWebViewBaseAccessible.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitWindowProperties.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebViewBaseInputMethodFilter.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/InspectorServer/gtk/WebInspectorServerGtk.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/InspectorServer/soup/WebSocketServerSoup.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/Network/CustomProtocols/soup/CustomProtocolManagerProxySoup.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/Network/CustomProtocols/soup/WebSoupCustomProtocolRequestManagerClient.cpp.o [ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/Network/CustomProtocols/soup/WebSoupCustomProtocolRequestManager.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/Plugins/gtk/PluginInfoCache.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/Plugins/unix/PluginProcessProxyUnix.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/Storage/StorageManager.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/cairo/BackingStoreCairo.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/gtk/DragAndDropHandler.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/gtk/ExperimentalFeatures.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/gtk/TextCheckerGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/gtk/WebContextGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/gtk/WebContextMenuProxyGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/gtk/WebFullScreenClientGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/gtk/WebInspectorClientGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/gtk/WebInspectorProxyGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/gtk/WebPageProxyGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/gtk/WebPopupMenuProxyGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/gtk/WebPreferencesGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/gtk/WebProcessProxyGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/Network/soup/NetworkProcessProxySoup.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/soup/WebContextSoup.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/soup/WebCookieManagerProxySoup.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/Cookies/soup/WebCookieManagerSoup.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/Cookies/soup/WebKitSoupCookieJarSqlite.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/InjectedBundle/API/gtk/WebKitFrame.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/InjectedBundle/API/gtk/WebKitScriptWorld.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/InjectedBundle/API/gtk/WebKitWebExtension.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/InjectedBundle/gtk/InjectedBundleGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/Plugins/Netscape/unix/PluginProxyUnix.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebCoreSupport/gtk/WebContextMenuClientGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebCoreSupport/gtk/WebDragClientGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebCoreSupport/gtk/WebEditorClientGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebCoreSupport/gtk/WebErrorsGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebCoreSupport/gtk/WebPopupMenuGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebCoreSupport/soup/WebFrameNetworkingContext.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebPage/DrawingAreaImpl.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebPage/atk/WebPageAccessibilityObjectAtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebPage/gtk/LayerTreeHostGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebPage/gtk/PrinterListGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebPage/gtk/WebInspectorGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebPage/gtk/WebPageGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebPage/gtk/WebPrintOperationGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/gtk/WebGtkExtensionManager.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/gtk/WebGtkInjectedBundleMain.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/gtk/WebProcessMainGtk.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/soup/WebKitSoupRequestGeneric.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/soup/WebKitSoupRequestInputStream.cpp.o [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/soup/WebProcessSoup.cpp.o [ 95%] Building C object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/webkit2gtk/InspectorGResourceBundle.c.o [ 95%] Building C object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/webkit2gtk/WebKit2InspectorGResourceBundle.c.o [ 95%] Building C object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/webkit2gtk/WebKit2ResourcesGResourceBundle.c.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/webkit2gtk/webkit2/WebKitEnumTypes.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/webkit2gtk/webkit2/WebKitMarshal.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/NetworkConnectionToWebProcessMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/NetworkProcessMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/NetworkResourceLoaderMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/PluginControllerProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/PluginProcessMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebProcessConnectionMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebConnectionMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/AuthenticationManagerMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/NPObjectMessageReceiverMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/CustomProtocolManagerMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/DrawingAreaProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/VisitedLinkProviderMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebApplicationCacheManagerProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebBatteryManagerProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebContextMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebCookieManagerProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebDatabaseManagerProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebFullScreenManagerProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebGeolocationManagerProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebIconDatabaseMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebInspectorProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebMediaCacheManagerProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebOriginDataManagerProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebPageProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebProcessProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebResourceCacheManagerProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebVibrationProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/DownloadProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/NetworkProcessProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/CustomProtocolManagerProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/PluginProcessProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/StorageManagerMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebUserContentControllerProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebProcessMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebApplicationCacheManagerMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebBatteryManagerMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebCookieManagerMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebFullScreenManagerMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebGeolocationManagerMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebIconDatabaseProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebMediaCacheManagerMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/NetworkProcessConnectionMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebResourceLoaderMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebNotificationManagerMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebOriginDataManagerMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/PluginProcessConnectionMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/PluginProcessConnectionManagerMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/PluginProxyMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebResourceCacheManagerMessageReceiver.cpp.o [ 96%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/StorageAreaMapMessageReceiver.cpp.o [ 97%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebUserContentControllerMessageReceiver.cpp.o [ 97%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebDatabaseManagerMessageReceiver.cpp.o [ 97%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/DrawingAreaMessageReceiver.cpp.o [ 97%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/EventDispatcherMessageReceiver.cpp.o [ 97%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/VisitedLinkTableControllerMessageReceiver.cpp.o [ 97%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebInspectorMessageReceiver.cpp.o [ 97%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebPageMessageReceiver.cpp.o /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.6.4/DerivedSources/WebKit2/WebPageMessageReceiver.cpp:1057:6: warning: unused parameter 'connection' [-Wunused-parameter] void WebPage::didReceiveSyncWebPageMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder, std::unique_ptr& replyEncoder) ^ [ 97%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebPageGroupProxyMessageReceiver.cpp.o Linking CXX shared library ../../lib/libwebkit2gtk-4.0.so CMakeFiles/WebKit2.dir/Platform/IPC/Connection.cpp.o: In function `std::__atomic_base::operator++()': Connection.cpp:(.text._ZNSt13__atomic_baseIyEppEv[_ZNSt13__atomic_baseIyEppEv]+0x31): undefined reference to `__atomic_fetch_add_8' CMakeFiles/WebKit2.dir/UIProcess/StatisticsRequest.cpp.o: In function `std::__atomic_base::operator++()': StatisticsRequest.cpp:(.text._ZNSt13__atomic_baseIxEppEv[_ZNSt13__atomic_baseIxEppEv]+0x31): undefined reference to `__atomic_fetch_add_8' collect2: error: ld returned 1 exit status Source/WebKit2/CMakeFiles/WebKit2.dir/build.make:16141: recipe for target 'lib/libwebkit2gtk-4.0.so.37.2.5' failed gmake[2]: *** [lib/libwebkit2gtk-4.0.so.37.2.5] Error 1 CMakeFiles/Makefile2:885: recipe for target 'Source/WebKit2/CMakeFiles/WebKit2.dir/all' failed gmake[1]: *** [Source/WebKit2/CMakeFiles/WebKit2.dir/all] Error 2 Makefile:137: recipe for target 'all' failed gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/www/webkit2-gtk3. From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 18 09:19:55 2015 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 7A0BFFE7 for ; Wed, 18 Feb 2015 09:19:55 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 5B19A986 for ; Wed, 18 Feb 2015 09:19:55 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I9JqQv023814 for ; Wed, 18 Feb 2015 09:19:52 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t1I9JqH4023813; Wed, 18 Feb 2015 09:19:52 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201502180919.t1I9JqH4023813@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 18 Feb 2015 09:19:52 +0000 From: portscout@FreeBSD.org To: gnome@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 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: Wed, 18 Feb 2015 09:19:55 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/gnome@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ accessibility/py3-atspi | 2.12.0 | 2.15.90 ------------------------------------------------+-----------------+------------ deskutils/gnome-font-viewer | 3.14.0 | 3.15.90 ------------------------------------------------+-----------------+------------ deskutils/gnome-sound-recorder | 3.14.2 | 3.15.90 ------------------------------------------------+-----------------+------------ deskutils/gnome-weather | 3.14.1 | 3.15.90 ------------------------------------------------+-----------------+------------ games/gnome-mines | 3.14.1 | 3.15.90 ------------------------------------------------+-----------------+------------ games/gnome-nibbles | 3.14.1 | 3.15.90 ------------------------------------------------+-----------------+------------ games/gnome-sudoku | 3.14.2 | 3.15.90.1 ------------------------------------------------+-----------------+------------ games/gnome-tetravex | 3.14.0 | 3.15.90 ------------------------------------------------+-----------------+------------ games/tali | 3.14.0 | 3.15.90 ------------------------------------------------+-----------------+------------ mail/evolution | 3.12.10 | 3.13.90 ------------------------------------------------+-----------------+------------ sysutils/gnome-settings-daemon | 3.14.2 | 3.15.90 ------------------------------------------------+-----------------+------------ x11/yelp | 3.14.1 | 3.15.90 ------------------------------------------------+-----------------+------------ x11-toolkits/gtk20 | 2.24.25 | 2.24.26 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 18 11:02:14 2015 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 DB61728F for ; Wed, 18 Feb 2015 11:02:14 +0000 (UTC) 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 C1B2D6A7 for ; Wed, 18 Feb 2015 11:02:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IB2Esh086423 for ; Wed, 18 Feb 2015 11:02:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 197754] devel/libgtop: configure error Date: Wed, 18 Feb 2015 11:02:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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: Wed, 18 Feb 2015 11:02:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197754 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: kwm Date: Wed Feb 18 11:01:34 UTC 2015 New revision: 379204 URL: https://svnweb.freebsd.org/changeset/ports/379204 Log: Remove obsolete post-configure ${TOUCH} [1]. Due to touch switching to nano precision in the timestamp, not all the files that where touched in the post-configure step ended up with the same timestamp. The result is that the build system tried to rerun autotools in the build stage. Add makeinfo to USES to fix the build on CURRENT, persumely due the above change but I'm not sure.. PR: 197754 [1] Reported by: lattera@gmail.com and on IRC Changes: head/devel/libgtop/Makefile -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 18 17:35:58 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AECE27EC; Wed, 18 Feb 2015 17:35:58 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 8CC0EB66; Wed, 18 Feb 2015 17:35:58 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IHZwMc095524; Wed, 18 Feb 2015 17:35:58 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1IHZwOC095506; Wed, 18 Feb 2015 17:35:58 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 18 Feb 2015 17:35:58 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502181735.t1IHZwOC095506@beefy1.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 10i386-default][databases/libgda5-jdbc] Failed for libgda5-jdbc-5.2.2 in configure Cc: pkg-fallout@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: Wed, 18 Feb 2015 17:35:58 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/databases/libgda5-jdbc/Makefile 376622 2015-01-09 16:36:15Z kwm $ Log URL: http://beefy1.isc.freebsd.org/data/10i386-default/2015-02-18_07h42m09s/logs/libgda5-jdbc-5.2.2.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=10i386-default&build=2015-02-18_07h42m09s Log: ====>> Building databases/libgda5-jdbc build started at Wed Feb 18 17:35:08 UTC 2015 port directory: /usr/ports/databases/libgda5-jdbc building for: FreeBSD 10i386-default-job-08 10.0-RELEASE-p9 FreeBSD 10.0-RELEASE-p9 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/databases/libgda5-jdbc/Makefile 376622 2015-01-09 16:36:15Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 1000510 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=1000510 UNAME_v=FreeBSD 10.0-RELEASE-p9 UNAME_r=10.0-RELEASE-p9 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/10i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=libgda5-jdbc-5.2.2 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/10i386-default/ref/.p/pool MASTERNAME=10i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --without-oracle --disable-crypto --disable-default-binary --enable-introspection --without-ui --without-bdb --without-ldap --without-mysql --without-postgres --without-mdb --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh GTKDOC="false" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -fstack-protector" LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- VERSION=5.0 JAVASHAREDIR="share/java" JAVAJARDIR="share/java/classes" OSREL=10.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/libgda" EXAMPLESDIR="share/examples/libgda" DATADIR="share/libgda" WWWDIR="www/libgda" ETCDIR="etc/libgda" --End PLIST_SUB-- --SUB_LIST-- JAVASHAREDIR="/usr/local/share/java" JAVAJARDIR="/usr/local/share/java/classes" JAVALIBDIR="/usr/local/share/java/classes" JAVA_VERSION="1.6+" JAVA_VENDOR="bsdjava openjdk" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/libgda DOCSDIR=/usr/local/share/doc/libgda EXAMPLESDIR=/usr/local/share/examples/libgda WWWDIR=/usr/local/www/libgda ETCDIR=/usr/local/etc/libgda --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> libgda5-jdbc-5.2.2 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [10i386-default-job-08] Installing pkg-1.4.12... [10i386-default-job-08] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of libgda5-jdbc-5.2.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libgda5-jdbc-5.2.2 for building =========================================================================== =================================================== ===> Fetching all distfiles required by libgda5-jdbc-5.2.2 for building => SHA256 Checksum OK for gnome3/libgda-5.2.2.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libgda5-jdbc-5.2.2 for building ===> Extracting for libgda5-jdbc-5.2.2 => SHA256 Checksum OK for gnome3/libgda-5.2.2.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for libgda5-jdbc-5.2.2 =========================================================================== =================================================== ===> libgda5-jdbc-5.2.2 depends on executable: itstool - not found ===> Verifying install for itstool in /usr/ports/textproc/itstool ===> Installing existing package /packages/All/itstool-2.0.2_1.txz [10i386-default-job-08] Installing itstool-2.0.2_1... [10i386-default-job-08] `-- Installing py27-libxml2-2.9.2... [10i386-default-job-08] | `-- Installing libxml2-2.9.2_2... [10i386-default-job-08] | `-- Extracting libxml2-2.9.2_2... done [10i386-default-job-08] | `-- Installing py27-setuptools27-5.5.1_1... [10i386-default-job-08] | | `-- Installing python27-2.7.9... [10i386-default-job-08] | | `-- Installing gettext-runtime-0.19.4... [10i386-default-job-08] | | | `-- Installing indexinfo-0.2.2... [10i386-default-job-08] | | | `-- Extracting indexinfo-0.2.2... done [10i386-default-job-08] | | `-- Extracting gettext-runtime-0.19.4... done [10i386-default-job-08] | | `-- Installing libffi-3.2.1... [10i386-default-job-08] | | `-- Extracting libffi-3.2.1... done [10i386-default-job-08] | | `-- Extracting python27-2.7.9... done [10i386-default-job-08] | `-- Extracting py27-setuptools27-5.5.1_1... done [10i386-default-job-08] | `-- Installing python2-2_3... [10i386-default-job-08] | `-- Extracting python2-2_3... done [10i386-default-job-08] `-- Extracting py27-libxml2-2.9.2... done [10i386-default-job-08] Extracting itstool-2.0.2_1... done Message for python27-2.7.9: ===================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter ===================================================================== ===> Returning to build of libgda5-jdbc-5.2.2 ===> libgda5-jdbc-5.2.2 depends on file: /usr/local/openjdk7/bin/java - not found ===> Verifying install for /usr/local/openjdk7/bin/java in /usr/ports/java/openjdk7 ===> Installing existing package /packages/All/openjdk-7.76.13_1,1.txz [10i386-default-job-08] Installing openjdk-7.76.13_1,1... [10i386-default-job-08] `-- Installing alsa-lib-1.0.28... [10i386-default-job-08] `-- Extracting alsa-lib-1.0.28... done [10i386-default-job-08] `-- Installing dejavu-2.34_4... [10i386-default-job-08] `-- Extracting dejavu-2.34_4... done [10i386-default-job-08] `-- Installing fontconfig-2.11.1,1... [10i386-default-job-08] | `-- Installing expat-2.1.0_2... [10i386-default-job-08] | `-- Extracting expat-2.1.0_2... done [10i386-default-job-08] | `-- Installing freetype2-2.5.5... [10i386-default-job-08] | `-- Extracting freetype2-2.5.5... done [10i386-default-job-08] `-- Extracting fontconfig-2.11.1,1... done Running fc-cache to build fontconfig cache... /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: caching, new cache contents: 0 fonts, 1 dirs /usr/local/lib/X11/fonts/dejavu: caching, new cache contents: 21 fonts, 0 dirs /root/.local/share/fonts: skipping, no such directory /root/.fonts: skipping, no such directory Re-scanning /usr/local/lib/X11/fonts: caching, new cache contents: 0 fonts, 1 dirs checking whether build environment is sane... yes /wrkdirs/usr/ports/databases/libgda5-jdbc/work/libgda-5.2.2/missing: Unknown `--is-lightweight' option Try `/wrkdirs/usr/ports/databases/libgda5-jdbc/work/libgda-5.2.2/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking whether gmake supports nested variables... (cached) yes checking whether NLS is requested... yes checking for style of include used by gmake... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for intltool >= 0.40.6... 0.50.2 found checking for intltool-update... /usr/local/bin/intltool-update checking for intltool-merge... /usr/local/bin/intltool-merge checking for intltool-extract... /usr/local/bin/intltool-extract checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.18.4 checking for XML::Parser... ok checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking size of unsigned int... 4 checking size of unsigned long int... 4 checking size of int *... 4 checking for uint8_t... yes checking for localtime_r... yes checking for localtime_s... no checking for sys/mman.h... (cached) yes checking for mlock... (cached) yes checking for a C compiler for build tools... cc checking for suffix of executable build tools... checking for library containing strerror... none required checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking whether cc understands -c and -o together... yes checking for ANSI C header files... (cached) yes checking build system type... i386-portbld-freebsd10.0 checking host system type... i386-portbld-freebsd10.0 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert i386-portbld-freebsd10.0 file names to i386-portbld-freebsd10.0 format... func_convert_file_noop checking how to convert i386-portbld-freebsd10.0 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd10.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd10.0 ld.so checking how to hardcode library paths into programs... immediate checking whether gmake sets $(MAKE)... (cached) yes checking for itstool... itstool checking for xmllint... xmllint checking for glib-genmarshal... /usr/local/bin/glib-genmarshal checking for glib-compile-resources... /usr/local/bin/glib-compile-resources checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/local/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/local/bin/msgfmt checking for xgettext... (cached) /usr/local/bin/xgettext checking pkg-config is at least version 0.18... yes checking for COREDEPS... yes checking for ISO_CODES... no checking for platform... Unix checking for /proc/self/maps... no checking whether everything is installed to the same prefix... no checking whether binary relocation support should be enabled... no checking for GIO... yes checking for LIBXSLT... yes checking for gobject-introspection... yes checking for libgcrypt-config... /usr/local/bin/libgcrypt-config checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking if all java programs are found... checking for java... /usr/local/bin/java checking for javac... /usr/local/bin/javac checking for javah... /usr/local/bin/javah checking for jar... /usr/local/bin/jar checking whether Java interpreter works... yes checking java compiler version... JAVA version used is Sun JRE 1.7 checking for Java environment... in /usr/local/openjdk7/jre checking for /usr/local/openjdk7/jre/include/jni.h... no checking for /usr/local/openjdk7/jre/jni.h... no checking for /usr/local/openjdk7/jre/../include/jni.h... yes checking for /usr/local/openjdk7/jre/../include/./jni_md.h... no checking for /usr/local/openjdk7/jre/../include/linux/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/solaris/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/ppc/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/irix/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/alpha/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/aix/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/hp-ux/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/genunix/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/cygwin/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/win32/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/freebsd/jni_md.h... yes checking whether JNI programs can be compiled... configure: error: Cannot compile a simple JNI program. See config.log for details. ===> Script "configure" failed unexpectedly. Please run the gnomelogalyzer, available from "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) "/wrkdirs/usr/ports/databases/libgda5-jdbc/work/libgda-5.2.2/config.log", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1 Stop. make: stopped in /usr/ports/databases/libgda5-jdbc From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 18 21:36:24 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA7BF526; Wed, 18 Feb 2015 21:36:24 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 C45D4EDD; Wed, 18 Feb 2015 21:36:24 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1ILaOhP044403; Wed, 18 Feb 2015 21:36:24 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1ILaOFR044398; Wed, 18 Feb 2015 21:36:24 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 18 Feb 2015 21:36:24 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502182136.t1ILaOFR044398@beefy1.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 93i386-default][graphics/inkscape] Failed for inkscape-0.91 in build Cc: pkg-fallout@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: Wed, 18 Feb 2015 21:36:25 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/graphics/inkscape/Makefile 378724 2015-02-09 12:41:43Z kwm $ Log URL: http://beefy1.isc.freebsd.org/data/93i386-default/2015-02-18_20h19m57s/logs/inkscape-0.91.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=93i386-default&build=2015-02-18_20h19m57s Log: ====>> Building graphics/inkscape build started at Wed Feb 18 21:32:39 UTC 2015 port directory: /usr/ports/graphics/inkscape building for: FreeBSD 93i386-default-job-06 9.3-RELEASE-p7 FreeBSD 9.3-RELEASE-p7 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/graphics/inkscape/Makefile 378724 2015-02-09 12:41:43Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 903000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p7 UNAME_r=9.3-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/93i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=inkscape-0.91 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93i386-default/ref/.p/pool MASTERNAME=93i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for inkscape-0.91: CDR=on: Support for CorelDRAW diagrams DBUS=off: D-Bus IPC system support OPENMP=off: Parallel processing support via OpenMP POPPLER=on: PDF preview rendering VISIO=on: Support for Microsoft Visio diagrams WPG=on: Support for WordPerfect graphics ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --without-gnome-vfs --enable-cdr --disable-dbusapi --enable-poppler-cairo --enable-visio --enable-wpg --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/inkscape/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/inkscape/work HOME=/wrkdirs/usr/ports/graphics/inkscape/work TMPDIR="/tmp" MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/inkscape/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/inkscape/work HOME=/wrkdirs/usr/ports/graphics/inkscape/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/inkscape/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/inkscape/work HOME=/wrkdirs/usr/ports/graphics/inkscape/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/inkscape/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/inkscape/work HOME=/wrkdirs/usr/ports/graphics/inkscape/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="clang" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="clang-cpp" CPPFLAGS="-I/usr/local/include -Wno-mismatched-tags -Wno-unknown-attributes" LDFLAGS=" -L/usr/local/lib" LIBS="" CXX="clang++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- CDR="" NO_CDR="@comment " DBUS="@comment " NO_DBUS="" OPENMP="@comment " NO_OPENMP="" POPPLER="" NO_POPPLER="@comment " VISIO="" NO_VISIO="@comment " WPG="" NO_WPG="@comment " OSREL=9.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" PERL_VERSION=5.18.4 PERL_VER=5.18 PERL5_MAN3=lib/perl5/site_perl/man/man3 SITE_PERL=lib/perl5/site_perl SITE_ARCH=lib/perl5/site_perl/mach/5.18 DOCSDIR="share/doc/inkscape" EXAMPLESDIR="share/examples/inkscape" DATADIR="share/inkscape" WWWDIR="www/inkscape" ETCDIR="etc/inkscape" --End PLIST_SUB-- --SUB_LIST-- CDR="" NO_CDR="@comment " DBUS="@comment " NO_DBUS="" OPENMP="@comment " NO_OPENMP="" POPPLER="" NO_POPPLER="@comment " VISIO="" NO_VISIO="@comment " WPG="" NO_WPG="@comment " PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/inkscape DOCSDIR=/usr/local/share/doc/inkscape EXAMPLESDIR=/usr/local/share/examples/inkscape WWWDIR=/usr/local/www/inkscape ETCDIR=/usr/local/etc/inkscape --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> inkscape-0.91 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [93i386-default-job-06] Installing pkg-1.4.12... [93i386-default-job-06] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of inkscape-0.91 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by inkscape-0.91 for building =========================================================================== =================================================== ===> Fetching all distfiles required by inkscape-0.91 for building => SHA256 Checksum OK for inkscape-0.91.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by inkscape-0.91 for building ===> Extracting for inkscape-0.91 => SHA256 Checksum OK for inkscape-0.91.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for inkscape-0.91 =========================================================================== =================================================== ===> inkscape-0.91 depends on file: /usr/local/include/boost/concept_check.hpp - not found ===> Verifying install for /usr/local/include/boost/concept_check.hpp in /usr/ports/devel/boost-libs ===> Installing existing package /packages/All/boost-libs-1.55.0_4.txz [93i386-default-job-06] Installing boost-libs-1.55.0_4... [93i386-default-job-06] `-- Installing icu-53.1... [93i386-default-job-06] `-- Extracting icu-53.1... done [93i386-default-job-06] Extracting boost-libs-1.55.0_4... done Message for boost-libs-1.55.0_4: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. ===> Returning to build of inkscape-0.91 ===> inkscape-0.91 depends on executable: update-desktop-database - not found ===> Verifying install for update-desktop-database in /usr/ports/devel/desktop-file-utils ===> Installing existing package /packages/All/desktop-file-utils-0.22_3.txz [93i386-default-job-06] Installing desktop-file-utils-0.22_3... [93i386-default-job-06] `-- Installing gettext-runtime-0.19.4... [93i386-default-job-06] | `-- Installing indexinfo-0.2.2... [93i386-default-job-06] | `-- Extracting indexinfo-0.2.2... done [93i386-default-job-06] | `-- Installing libiconv-1.14_6... ST_FPrr %ST3, %FPSW %ECX = MOV32ri -1 FNSTSW16r %AX, %FPSW %AX = KILL %AX, %EAX %AH = KILL %AH, %EAX SAHF %EFLAGS, %AH JBE_4 , %EFLAGS Successors according to CFG: BB#20(16) BB#13(16) BB#20: Live Ins: %EDX %ECX %ST4 %ST3 %ST2 %ST1 %ST0 %EBP Predecessors according to CFG: BB#12 ST_FPrr %ST2, %FPSW ST_FPrr %ST2, %FPSW ST_FPrr %ST0, %FPSW ST_FPrr %ST0, %FPSW ST_FPrr %ST0, %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW XCH_F %ST5, %FPSW XCH_F %ST3, %FPSW XCH_F %ST4, %FPSW XCH_F %ST3, %FPSW XCH_F %ST1, %FPSW XCH_F %ST2, %FPSW JMP_4 Successors according to CFG: BB#16 BB#13: derived from LLVM BB %if.end.i Live Ins: %FP2 %FP3 %EDX %ECX %FP5 %FP6 %FP0 %ST4 %ST3 %ST2 %ST1 %ST0 %EBP Predecessors according to CFG: BB#12 XCH_F %ST2, %FPSW UCOM_Fr %ST3, %FPSW ST_FPrr %ST3, %FPSW FNSTSW16r %AX, %FPSW %AX = KILL %AX, %EAX %AH = KILL %AH, %EAX SAHF %EFLAGS, %AH JBE_4 , %EFLAGS Successors according to CFG: BB#21(16) BB#14(16) BB#21: Live Ins: %EDX %ECX %ST3 %ST2 %ST1 %ST0 %EBP Predecessors according to CFG: BB#13 ST_FPrr %ST2, %FPSW ST_FPrr %ST0, %FPSW ST_FPrr %ST0, %FPSW ST_FPrr %ST0, %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW XCH_F %ST5, %FPSW XCH_F %ST3, %FPSW XCH_F %ST4, %FPSW XCH_F %ST3, %FPSW XCH_F %ST1, %FPSW XCH_F %ST2, %FPSW JMP_4 Successors according to CFG: BB#16 BB#14: derived from LLVM BB %if.end.i Live Ins: %FP3 %EDX %ECX %FP5 %FP6 %FP0 %ST3 %ST2 %ST1 %ST0 %EBP Predecessors according to CFG: BB#13 XCH_F %ST2, %FPSW UCOM_FPPr %FPSW FNSTSW16r %AX, %FPSW %AX = KILL %AX, %EAX %AH = KILL %AH, %EAX SAHF %EFLAGS, %AH LD_F64m %EBP, 1, %noreg, -12, %noreg, %FPSW; mem:LD8[FixedStack0](align=4) LD_F64m %EBP, 1, %noreg, -20, %noreg, %FPSW; mem:LD8[FixedStack1](align=4) LD_F0 %FPSW LD_F0 %FPSW XCH_F %ST3, %FPSW XCH_F %ST4, %FPSW XCH_F %ST1, %FPSW XCH_F %ST3, %FPSW XCH_F %ST1, %FPSW XCH_F %ST2, %FPSW XCH_F %ST1, %FPSW JA_4 , %EFLAGS Successors according to CFG: BB#16(16) BB#15(16) BB#15: derived from LLVM BB %if.else.i Live Ins: %EDX %FP5 %FP6 %FP3 %FP0 %ST5 %ST4 %ST3 %ST2 %ST1 %ST0 %EBP Predecessors according to CFG: BB#14 ST_FPrr %ST3, %FPSW ST_FPrr %ST2, %FPSW MUL_FrST0 %ST0 XCH_F %ST3, %FPSW MUL_FrST0 %ST0 ADD_FPrST0 %ST3 MUL_FrST0 %ST0 XCH_F %ST1, %FPSW MUL_FrST0 %ST0 ADD_FPrST0 %ST1 UCOM_FPPr %FPSW FNSTSW16r %AX, %FPSW %AX = KILL %AX, %EAX %AH = KILL %AH, %EAX SAHF %EFLAGS, %AH %AL = SETAr %EFLAGS %ECX = MOVZX32rr8 %AL LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW XCH_F %ST5, %FPSW XCH_F %ST3, %FPSW XCH_F %ST4, %FPSW XCH_F %ST3, %FPSW XCH_F %ST1, %FPSW XCH_F %ST2, %FPSW Successors according to CFG: BB#16 BB#16: derived from LLVM BB %_ZN4Geom15intersector_ccwERKNS_5PointES2_S2_.exit Live Ins: %EDX %ECX %ST5 %ST4 %ST3 %ST2 %ST1 %ST0 %EBP Predecessors according to CFG: BB#11 BB#14 BB#15 BB#20 BB#21 ST_FPrr %ST1, %FPSW ST_FPrr %ST2, %FPSW ST_FPrr %ST2, %FPSW ST_FPrr %ST0, %FPSW ST_FPrr %ST0, %FPSW ST_FPrr %ST0, %FPSW %ECX = IMUL32rr %ECX, %EDX, %EFLAGS TEST32rr %ECX, %ECX, %EFLAGS %AL = SETLEr %EFLAGS, %EAX Successors according to CFG: BB#17 BB#17: derived from LLVM BB %return Live Ins: %EAX %EBP Predecessors according to CFG: BB#16 BB#2 BB#5 %EAX = MOVZX32rr8 %AL, %EAX %ESP = ADD32ri8 %ESP, 32, %EFLAGS %ESI = POP32r %ESP, %ESP %EBP = POP32r %ESP, %ESP RET %EAX # End machine code for function _ZN4Geom23line_segment_intersectpERKNS_5PointES2_S2_S2_. *** Bad machine code: MBB exits via conditional branch/fall-through but the CFG successors don't match the actual successors! *** - function: _ZN4Geom23line_segment_intersectpERKNS_5PointES2_S2_S2_ - basic block: BB#6 if.end3 (0x2d3113f0) *** Bad machine code: MBB exits via unconditional fall-through but its successor differs from its CFG successor! *** - function: _ZN4Geom23line_segment_intersectpERKNS_5PointES2_S2_S2_ - basic block: BB#18 (null) (0x2d32387c) *** Bad machine code: MBB exits via unconditional fall-through but its successor differs from its CFG successor! *** - function: _ZN4Geom23line_segment_intersectpERKNS_5PointES2_S2_S2_ - basic block: BB#19 (null) (0x2d3238d8) *** Bad machine code: MBB exits via conditional branch/fall-through but the CFG successors don't match the actual successors! *** - function: _ZN4Geom23line_segment_intersectpERKNS_5PointES2_S2_S2_ - basic block: BB#9 if.end.i37 (0x2d31be38) *** Bad machine code: Using an undefined physical register *** - function: _ZN4Geom23line_segment_intersectpERKNS_5PointES2_S2_S2_ - basic block: BB#10 if.else.i46 (0x2d3114a8) - instruction: FNSTSW16r %AX, %FPSW - operand 1: %FPSW fatal error: error in backend: Found 5 machine code errors. clang++: error: clang frontend command failed with exit code 70 (use -v to see invocation) FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd9.3 Thread model: posix clang++: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script. clang++: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: clang++: note: diagnostic msg: /tmp/geom-2c0a18.cpp clang++: note: diagnostic msg: /tmp/geom-2c0a18.sh clang++: note: diagnostic msg: ******************** Makefile:8040: recipe for target '2geom/geom.o' failed gmake[3]: *** [2geom/geom.o] Error 70 gmake[3]: Leaving directory '/wrkdirs/usr/ports/graphics/inkscape/work/inkscape-0.91/src' Makefile:5048: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/graphics/inkscape/work/inkscape-0.91/src' Makefile:1401: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/graphics/inkscape/work/inkscape-0.91' Makefile:1096: recipe for target 'all' failed gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/graphics/inkscape. From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 19 02:31:22 2015 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 B75C3427; Thu, 19 Feb 2015 02:31:22 +0000 (UTC) Received: from beefy2.isc.freebsd.org (beefy2.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:39]) (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 A1B9E932; Thu, 19 Feb 2015 02:31:22 +0000 (UTC) Received: from beefy2.isc.freebsd.org (localhost [127.0.0.1]) by beefy2.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J2VMcL051656; Thu, 19 Feb 2015 02:31:22 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1J2VM6t051652; Thu, 19 Feb 2015 02:31:22 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 19 Feb 2015 02:31:22 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502190231.t1J2VM6t051652@beefy2.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 93amd64-default][x11-fm/sushi] Failed for sushi-3.12.0 in build Cc: pkg-fallout@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: Thu, 19 Feb 2015 02:31:22 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/x11-fm/sushi/Makefile 372768 2014-11-19 11:49:04Z kwm $ Log URL: http://beefy2.isc.freebsd.org/data/93amd64-default/2015-02-18_19h24m48s/logs/sushi-3.12.0.log Build URL: http://beefy2.isc.freebsd.org/build.html?mastername=93amd64-default&build=2015-02-18_19h24m48s Log: ====>> Building x11-fm/sushi build started at Thu Feb 19 02:30:18 UTC 2015 port directory: /usr/ports/x11-fm/sushi building for: FreeBSD 93amd64-default-job-02 9.3-RELEASE-p7 FreeBSD 9.3-RELEASE-p7 amd64 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/x11-fm/sushi/Makefile 372768 2014-11-19 11:49:04Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 903000 ---Begin Environment--- OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p7 UNAME_r=9.3-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/93amd64-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=sushi-3.12.0 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93amd64-default/ref/.p/pool MASTERNAME=93amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work HOME=/wrkdirs/usr/ports/x11-fm/sushi/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh GTKDOC="false" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work HOME=/wrkdirs/usr/ports/x11-fm/sushi/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=9.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/sushi" EXAMPLESDIR="share/examples/sushi" DATADIR="share/sushi" WWWDIR="www/sushi" ETCDIR="etc/sushi" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/sushi DOCSDIR=/usr/local/share/doc/sushi EXAMPLESDIR=/usr/local/share/examples/sushi WWWDIR=/usr/local/www/sushi ETCDIR=/usr/local/etc/sushi --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted ran via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> sushi-3.12.0 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [93amd64-default-job-02] Installing pkg-1.4.12... [93amd64-default-job-02] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of sushi-3.12.0 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by sushi-3.12.0 for building =========================================================================== =================================================== ===> Fetching all distfiles required by sushi-3.12.0 for building => SHA256 Checksum OK for gnome3/sushi-3.12.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by sushi-3.12.0 for building ===> Extracting for sushi-3.12.0 => SHA256 Checksum OK for gnome3/sushi-3.12.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for sushi-3.12.0 =========================================================================== =================================================== ===> sushi-3.12.0 depends on executable: msgfmt - not found ===> Verifying install for msgfmt in /usr/ports/devel/gettext-tools ===> Installing existing package /packages/All/gettext-tools-0.19.4.txz [93amd64-default-job-02] Installing gettext-tools-0.19.4... [93amd64-default-job-02] `-- Installing expat-2.1.0_2... [93amd64-default-job-02] `-- Extracting expat-2.1.0_2... done [93amd64-default-job-02] `-- Installing gettext-runtime-0.19.4... [93amd64-default-job-02] | `-- Installing indexinfo-0.2.2... [93amd64-default-job-02] | `-- Extracting indexinfo-0.2.2... done [93amd64-default-job-02] | `-- Installing libiconv-1.14_6... [93amd64-default-job-02] | `-- Extracting libiconv-1.14_6... done [93amd64-default-job-02] `-- Extracting gettext-runtime-0.19.4... done [93amd64-default-job-02] Extracting gettext-tools-0.19.4... done ===> Returning to build of sushi-3.12.0 ===> sushi-3.12.0 depends on executable: gmake - not found ===> Verifying install for gmake in /usr/ports/devel/gmake ===> Installing existing package /packages/All/gmake-4.1_1.txz [93amd64-default-job-02] Installing gmake-4.1_1... [93amd64-default-job-02] Extracting gmake-4.1_1... done ===> Returning to build of sushi-3.12.0 ===> sushi-3.12.0 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.7.txz [93amd64-default-job-02] Installing pkgconf-0.9.7... [93amd64-default-job-02] Extracting pkgconf-0.9.7... done ===> Returning to build of sushi-3.12.0 ===> sushi-3.12.0 depends on executable: gtk-update-icon-cache - not found ===> Verifying install for gtk-update-icon-cache in /usr/ports/graphics/gtk-update-icon-cache ===> Installing existing package /packages/All/gtk-update-icon-cache-2.24.25.txz [93amd64-default-job-02] Installing gtk-update-icon-cache-2.24.25... [93amd64-default-job-02] `-- Installing atk-2.14.0... [93amd64-default-job-02] | `-- Installing glib-2.42.1... [93amd64-default-job-02] | | `-- Installing libffi-3.2.1... [93amd64-default-job-02] | | `-- Extracting libffi-3.2.1... done [93amd64-default-job-02] | | `-- Installing pcre-8.35_2... [93amd64-default-job-02] | | `-- Extracting pcre-8.35_2... done [93amd64-default-job-02] | | `-- Installing perl5-5.18.4_11... [93amd64-default-job-02] | | `-- Extracting perl5-5.18.4_11... done [93amd64-default-job-02] | | `-- Installing python27-2.7.9... [93amd64-default-job-02] | | `-- Extracting python27-2.7.9... done [93amd64-default-job-02] | `-- Extracting glib-2.42.1... done No schema files found: doing nothing. [93amd64-default-job-02] `-- Extracting atk-2.14.0... done [93amd64-default-job-02] `-- Installing gdk-pixbuf2-2.31.2_1... [93amd64-default-job-02] | `-- Installing jasper-1.900.1_14... [93amd64-default-job-02] | | `-- Installing jpeg-8_6... [93amd64-default-job-02] | | `-- Extracting jpeg-8_6... done [93amd64-default-job-02] | `-- Extracting jasper-1.900.1_14... done [93amd64-default-job-02] | `-- Installing libX11-1.6.2_2,1... [93amd64-default-job-02] | | `-- Installing kbproto-1.0.6... [93amd64-default-job-02] | | `-- Extracting kbproto-1.0.6... done [93amd64-default-job-02] | | `-- Installing libXau-1.0.8_2... [93amd64-default-job-02] | | `-- Installing xproto-7.0.26... [93amd64-default-job-02] | | `-- Extracting xproto-7.0.26... done [93amd64-default-job-02] | | `-- Extracting libXau-1.0.8_2... done [93amd64-default-job-02] | | `-- Installing libXdmcp-1.1.1_2... [93amd64-default-job-02] | | `-- Extracting libXdmcp-1.1.1_2... done [93amd64-default-job-02] | | `-- Installing libxcb-1.11... [93amd64-default-job-02] | | `-- Installing libpthread-stubs-0.3_6... [93amd64-default-job-02] | | `-- Extracting libpthread-stubs-0.3_6... done [93amd64-default-job-02] | | `-- Installing libxml2-2.9.2_2... [93amd64-default-job-02] | | `-- Extracting libxml2-2.9.2_2... done [93amd64-default-job-02] | | `-- Extracting libxcb-1.11... done [93amd64-default-job-02] | `-- Extracting libX11-1.6.2_2,1... done [93amd64-default-job-02] | `-- Installing libXi-1.7.4,1... [93amd64-default-job-02] | | `-- Installing inputproto-2.3.1... [93amd64-default-job-02] | | `-- Extracting inputproto-2.3.1... done [93amd64-default-job-02] | | `-- Installing libXext-1.3.3,1... [93amd64-default-job-02] | | `-- Installing xextproto-7.3.0... [93amd64-default-job-02] | | `-- Extracting xextproto-7.3.0... done [93amd64-default-job-02] | | `-- Extracting libXext-1.3.3,1... done [93amd64-default-job-02] | | `-- Installing libXfixes-5.0.1_2... [93amd64-default-job-02] | | `-- Installing fixesproto-5.0... [93amd64-default-job-02] | | `-- Extracting fixesproto-5.0... done [93amd64-default-job-02] | | `-- Extracting libXfixes-5.0.1_2... done checking host system type... amd64-portbld-freebsd9.3 checking target system type... amd64-portbld-freebsd9.3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether UID '0' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... (cached) /usr/bin/tar checking whether to enable maintainer-specific portions of Makefiles... yes checking whether NLS is requested... yes checking for style of include used by gmake... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for intltool >= 0.40.0... 0.50.2 found checking for intltool-update... /usr/local/bin/intltool-update checking for intltool-merge... /usr/local/bin/intltool-merge checking for intltool-extract... /usr/local/bin/intltool-extract checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.18.4 checking for XML::Parser... ok checking pkg-config is at least version 0.22... yes checking for gobject-introspection... yes checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking whether cc understands -c and -o together... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking for library containing strerror... none required checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert amd64-portbld-freebsd9.3 file names to amd64-portbld-freebsd9.3 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd9.3 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd9.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd9.3 ld.so checking how to hardcode library paths into programs... immediate checking pkg-config is at least version 0.16... yes checking for SUSHI... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating data/Makefile config.status: creating data/style/Makefile config.status: creating po/Makefile.in config.status: creating config/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po/stamp-it commands configure: WARNING: unrecognized options: --with-html-dir, --disable-gtk-doc, --with-gconf-source Sushi 3.12.0 ================== prefix: /usr/local compiler: cc Now type 'make' to build sushi =========================================================================== =================================================== ===> Building for sushi-3.12.0 Making all in src gmake[1]: Entering directory '/wrkdirs/usr/ports/x11-fm/sushi/work/sushi-3.12.0/src' GEN js/util/path.js GEN stamp-sushi-enum-types.h GEN sushi-enum-types.c gmake all-am gmake[2]: Entering directory '/wrkdirs/usr/ports/x11-fm/sushi/work/sushi-3.12.0/src' CC libsushi_1_0_la-sushi-cover-art.lo libsushi/sushi-cover-art.c: In function 'fetch_uri_job': libsushi/sushi-cover-art.c:270: warning: 'g_io_scheduler_job_send_to_mainloop_async' is deprecated (declared at /usr/local/include/glib-2.0/gio/gioscheduler.h:50) libsushi/sushi-cover-art.c: In function 'sushi_cover_art_fetcher_get_uri_for_track_async': libsushi/sushi-cover-art.c:304: warning: 'g_io_scheduler_push_job' is deprecated (declared at /usr/local/include/glib-2.0/gio/gioscheduler.h:38) CC libsushi_1_0_la-sushi-pdf-loader.lo CC libsushi_1_0_la-sushi-sound-player.lo CC libsushi_1_0_la-sushi-file-loader.lo libsushi/sushi-file-loader.c: In function 'sushi_file_loader_get_icon': libsushi/sushi-file-loader.c:593: warning: 'gtk_icon_info_free' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/gtkicontheme.h:283) CC libsushi_1_0_la-sushi-font-loader.lo libsushi/sushi-font-loader.c: In function 'font_load_job': libsushi/sushi-font-loader.c:142: warning: 'g_io_scheduler_job_send_to_mainloop_async' is deprecated (declared at /usr/local/include/glib-2.0/gio/gioscheduler.h:50) libsushi/sushi-font-loader.c: In function 'sushi_new_ft_face_from_uri_async': libsushi/sushi-font-loader.c:187: warning: 'g_io_scheduler_push_job' is deprecated (declared at /usr/local/include/glib-2.0/gio/gioscheduler.h:38) CC libsushi_1_0_la-sushi-font-widget.lo CC libsushi_1_0_la-sushi-text-loader.lo CC libsushi_1_0_la-sushi-utils.lo libsushi/sushi-utils.c: In function 'rounded_background_draw_cb': libsushi/sushi-utils.c:60: warning: 'clutter_cairo_texture_clear' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:119) libsushi/sushi-utils.c:60: warning: 'clutter_cairo_texture_get_type' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:98) libsushi/sushi-utils.c: In function 'sushi_create_rounded_background': libsushi/sushi-utils.c:81: warning: 'clutter_cairo_texture_new' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:102) libsushi/sushi-utils.c:82: warning: 'clutter_cairo_texture_set_auto_resize' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:114) libsushi/sushi-utils.c:82: warning: 'clutter_cairo_texture_get_type' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:98) CC libsushi_1_0_la-sushi-enum-types.lo CCLD libsushi-1.0.la CC sushi_start-main.o CCLD sushi-start /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::wait(std::unique_lock&)@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_bad_function_call()@GLIBCXX_3.4.14' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_system_error(int)@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::~condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::condition_variable::notify_all()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `__once_proxy@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::notify_one()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__once_callable@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__once_call@GLIBCXX_3.4.11' Makefile:672: recipe for target 'sushi-start' failed gmake[2]: *** [sushi-start] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/x11-fm/sushi/work/sushi-3.12.0/src' Makefile:548: recipe for target 'all' failed gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/x11-fm/sushi/work/sushi-3.12.0/src' Makefile:446: recipe for target 'all-recursive' failed gmake: *** [all-recursive] Error 1 *** [do-build] Error code 1 Stop in /usr/ports/x11-fm/sushi. From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 19 02:35:58 2015 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 428E44B4; Thu, 19 Feb 2015 02:35:58 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 2D38E9E6; Thu, 19 Feb 2015 02:35:58 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J2ZwJa003829; Thu, 19 Feb 2015 02:35:58 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1J2Zwd0003820; Thu, 19 Feb 2015 02:35:58 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 19 Feb 2015 02:35:58 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502190235.t1J2Zwd0003820@beefy1.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 93i386-default][x11-fm/sushi] Failed for sushi-3.12.0 in build Cc: pkg-fallout@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: Thu, 19 Feb 2015 02:35:58 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/x11-fm/sushi/Makefile 372768 2014-11-19 11:49:04Z kwm $ Log URL: http://beefy1.isc.freebsd.org/data/93i386-default/2015-02-18_20h19m57s/logs/sushi-3.12.0.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=93i386-default&build=2015-02-18_20h19m57s Log: ====>> Building x11-fm/sushi build started at Thu Feb 19 02:34:51 UTC 2015 port directory: /usr/ports/x11-fm/sushi building for: FreeBSD 93i386-default-job-22 9.3-RELEASE-p7 FreeBSD 9.3-RELEASE-p7 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/x11-fm/sushi/Makefile 372768 2014-11-19 11:49:04Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 903000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p7 UNAME_r=9.3-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/93i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=sushi-3.12.0 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93i386-default/ref/.p/pool MASTERNAME=93i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work HOME=/wrkdirs/usr/ports/x11-fm/sushi/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh GTKDOC="false" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work HOME=/wrkdirs/usr/ports/x11-fm/sushi/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-fm/sushi/work PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=9.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/sushi" EXAMPLESDIR="share/examples/sushi" DATADIR="share/sushi" WWWDIR="www/sushi" ETCDIR="etc/sushi" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/sushi DOCSDIR=/usr/local/share/doc/sushi EXAMPLESDIR=/usr/local/share/examples/sushi WWWDIR=/usr/local/www/sushi ETCDIR=/usr/local/etc/sushi --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> sushi-3.12.0 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [93i386-default-job-22] Installing pkg-1.4.12... [93i386-default-job-22] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of sushi-3.12.0 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by sushi-3.12.0 for building =========================================================================== =================================================== ===> Fetching all distfiles required by sushi-3.12.0 for building => SHA256 Checksum OK for gnome3/sushi-3.12.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by sushi-3.12.0 for building ===> Extracting for sushi-3.12.0 => SHA256 Checksum OK for gnome3/sushi-3.12.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for sushi-3.12.0 =========================================================================== =================================================== ===> sushi-3.12.0 depends on executable: msgfmt - not found ===> Verifying install for msgfmt in /usr/ports/devel/gettext-tools ===> Installing existing package /packages/All/gettext-tools-0.19.4.txz [93i386-default-job-22] Installing gettext-tools-0.19.4... [93i386-default-job-22] `-- Installing expat-2.1.0_2... [93i386-default-job-22] `-- Extracting expat-2.1.0_2... done [93i386-default-job-22] `-- Installing gettext-runtime-0.19.4... [93i386-default-job-22] | `-- Installing indexinfo-0.2.2... [93i386-default-job-22] | `-- Extracting indexinfo-0.2.2... done [93i386-default-job-22] | `-- Installing libiconv-1.14_6... [93i386-default-job-22] | `-- Extracting libiconv-1.14_6... done [93i386-default-job-22] `-- Extracting gettext-runtime-0.19.4... done [93i386-default-job-22] Extracting gettext-tools-0.19.4... done ===> Returning to build of sushi-3.12.0 ===> sushi-3.12.0 depends on executable: gmake - not found ===> Verifying install for gmake in /usr/ports/devel/gmake ===> Installing existing package /packages/All/gmake-4.1_1.txz [93i386-default-job-22] Installing gmake-4.1_1... [93i386-default-job-22] Extracting gmake-4.1_1... done ===> Returning to build of sushi-3.12.0 ===> sushi-3.12.0 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.7.txz [93i386-default-job-22] Installing pkgconf-0.9.7... [93i386-default-job-22] Extracting pkgconf-0.9.7... done ===> Returning to build of sushi-3.12.0 ===> sushi-3.12.0 depends on executable: gtk-update-icon-cache - not found ===> Verifying install for gtk-update-icon-cache in /usr/ports/graphics/gtk-update-icon-cache ===> Installing existing package /packages/All/gtk-update-icon-cache-2.24.25.txz [93i386-default-job-22] Installing gtk-update-icon-cache-2.24.25... [93i386-default-job-22] `-- Installing atk-2.14.0... [93i386-default-job-22] | `-- Installing glib-2.42.1... [93i386-default-job-22] | | `-- Installing libffi-3.2.1... [93i386-default-job-22] | | `-- Extracting libffi-3.2.1... done [93i386-default-job-22] | | `-- Installing pcre-8.35_2... [93i386-default-job-22] | | `-- Extracting pcre-8.35_2... done [93i386-default-job-22] | | `-- Installing perl5-5.18.4_11... [93i386-default-job-22] | | `-- Extracting perl5-5.18.4_11... done [93i386-default-job-22] | | `-- Installing python27-2.7.9... [93i386-default-job-22] | | `-- Extracting python27-2.7.9... done [93i386-default-job-22] | `-- Extracting glib-2.42.1... done No schema files found: doing nothing. [93i386-default-job-22] `-- Extracting atk-2.14.0... done [93i386-default-job-22] `-- Installing gdk-pixbuf2-2.31.2_1... [93i386-default-job-22] | `-- Installing jasper-1.900.1_14... [93i386-default-job-22] | | `-- Installing jpeg-8_6... [93i386-default-job-22] | | `-- Extracting jpeg-8_6... done [93i386-default-job-22] | `-- Extracting jasper-1.900.1_14... done [93i386-default-job-22] | `-- Installing libX11-1.6.2_2,1... [93i386-default-job-22] | | `-- Installing kbproto-1.0.6... [93i386-default-job-22] | | `-- Extracting kbproto-1.0.6... done [93i386-default-job-22] | | `-- Installing libXau-1.0.8_2... [93i386-default-job-22] | | `-- Installing xproto-7.0.26... [93i386-default-job-22] | | `-- Extracting xproto-7.0.26... done [93i386-default-job-22] | | `-- Extracting libXau-1.0.8_2... done [93i386-default-job-22] | | `-- Installing libXdmcp-1.1.1_2... [93i386-default-job-22] | | `-- Extracting libXdmcp-1.1.1_2... done [93i386-default-job-22] | | `-- Installing libxcb-1.11... [93i386-default-job-22] | | `-- Installing libpthread-stubs-0.3_6... [93i386-default-job-22] | | `-- Extracting libpthread-stubs-0.3_6... done [93i386-default-job-22] | | `-- Installing libxml2-2.9.2_2... [93i386-default-job-22] | | `-- Extracting libxml2-2.9.2_2... done [93i386-default-job-22] | | `-- Extracting libxcb-1.11... done [93i386-default-job-22] | `-- Extracting libX11-1.6.2_2,1... done [93i386-default-job-22] | `-- Installing libXi-1.7.4,1... [93i386-default-job-22] | | `-- Installing inputproto-2.3.1... [93i386-default-job-22] | | `-- Extracting inputproto-2.3.1... done [93i386-default-job-22] | | `-- Installing libXext-1.3.3,1... [93i386-default-job-22] | | `-- Installing xextproto-7.3.0... [93i386-default-job-22] | | `-- Extracting xextproto-7.3.0... done checking host system type... i386-portbld-freebsd9.3 checking target system type... i386-portbld-freebsd9.3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether UID '0' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... (cached) /usr/bin/tar checking whether to enable maintainer-specific portions of Makefiles... yes checking whether NLS is requested... yes checking for style of include used by gmake... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for intltool >= 0.40.0... 0.50.2 found checking for intltool-update... /usr/local/bin/intltool-update checking for intltool-merge... /usr/local/bin/intltool-merge checking for intltool-extract... /usr/local/bin/intltool-extract checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.18.4 checking for XML::Parser... ok checking pkg-config is at least version 0.22... yes checking for gobject-introspection... yes checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking whether cc understands -c and -o together... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking for library containing strerror... none required checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert i386-portbld-freebsd9.3 file names to i386-portbld-freebsd9.3 format... func_convert_file_noop checking how to convert i386-portbld-freebsd9.3 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd9.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd9.3 ld.so checking how to hardcode library paths into programs... immediate checking pkg-config is at least version 0.16... yes checking for SUSHI... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating data/Makefile config.status: creating data/style/Makefile config.status: creating po/Makefile.in config.status: creating config/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po/stamp-it commands configure: WARNING: unrecognized options: --with-html-dir, --disable-gtk-doc, --with-gconf-source Sushi 3.12.0 ================== prefix: /usr/local compiler: cc Now type 'make' to build sushi =========================================================================== =================================================== ===> Building for sushi-3.12.0 Making all in src gmake[1]: Entering directory '/wrkdirs/usr/ports/x11-fm/sushi/work/sushi-3.12.0/src' GEN js/util/path.js GEN stamp-sushi-enum-types.h GEN sushi-enum-types.c gmake all-am gmake[2]: Entering directory '/wrkdirs/usr/ports/x11-fm/sushi/work/sushi-3.12.0/src' CC libsushi_1_0_la-sushi-cover-art.lo libsushi/sushi-cover-art.c: In function 'fetch_uri_job': libsushi/sushi-cover-art.c:270: warning: 'g_io_scheduler_job_send_to_mainloop_async' is deprecated (declared at /usr/local/include/glib-2.0/gio/gioscheduler.h:50) libsushi/sushi-cover-art.c: In function 'sushi_cover_art_fetcher_get_uri_for_track_async': libsushi/sushi-cover-art.c:304: warning: 'g_io_scheduler_push_job' is deprecated (declared at /usr/local/include/glib-2.0/gio/gioscheduler.h:38) CC libsushi_1_0_la-sushi-pdf-loader.lo CC libsushi_1_0_la-sushi-sound-player.lo CC libsushi_1_0_la-sushi-file-loader.lo libsushi/sushi-file-loader.c: In function 'sushi_file_loader_get_icon': libsushi/sushi-file-loader.c:593: warning: 'gtk_icon_info_free' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/gtkicontheme.h:283) CC libsushi_1_0_la-sushi-font-loader.lo libsushi/sushi-font-loader.c: In function 'font_load_job': libsushi/sushi-font-loader.c:142: warning: 'g_io_scheduler_job_send_to_mainloop_async' is deprecated (declared at /usr/local/include/glib-2.0/gio/gioscheduler.h:50) libsushi/sushi-font-loader.c: In function 'sushi_new_ft_face_from_uri_async': libsushi/sushi-font-loader.c:187: warning: 'g_io_scheduler_push_job' is deprecated (declared at /usr/local/include/glib-2.0/gio/gioscheduler.h:38) CC libsushi_1_0_la-sushi-font-widget.lo CC libsushi_1_0_la-sushi-text-loader.lo CC libsushi_1_0_la-sushi-utils.lo libsushi/sushi-utils.c: In function 'rounded_background_draw_cb': libsushi/sushi-utils.c:60: warning: 'clutter_cairo_texture_clear' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:119) libsushi/sushi-utils.c:60: warning: 'clutter_cairo_texture_get_type' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:98) libsushi/sushi-utils.c: In function 'sushi_create_rounded_background': libsushi/sushi-utils.c:81: warning: 'clutter_cairo_texture_new' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:102) libsushi/sushi-utils.c:82: warning: 'clutter_cairo_texture_set_auto_resize' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:114) libsushi/sushi-utils.c:82: warning: 'clutter_cairo_texture_get_type' is deprecated (declared at /usr/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h:98) CC libsushi_1_0_la-sushi-enum-types.lo CCLD libsushi-1.0.la CC sushi_start-main.o CCLD sushi-start /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::wait(std::unique_lock&)@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_bad_function_call()@GLIBCXX_3.4.14' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_system_error(int)@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::~condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::condition_variable::notify_all()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `__once_proxy@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::notify_one()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__once_callable@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__once_call@GLIBCXX_3.4.11' Makefile:672: recipe for target 'sushi-start' failed gmake[2]: *** [sushi-start] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/x11-fm/sushi/work/sushi-3.12.0/src' Makefile:548: recipe for target 'all' failed gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/x11-fm/sushi/work/sushi-3.12.0/src' Makefile:446: recipe for target 'all-recursive' failed gmake: *** [all-recursive] Error 1 *** [do-build] Error code 1 Stop in /usr/ports/x11-fm/sushi. From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 19 06:50:07 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA89E319; Thu, 19 Feb 2015 06:50:07 +0000 (UTC) Received: from beefy2.isc.freebsd.org (beefy2.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:39]) (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 C956D66E; Thu, 19 Feb 2015 06:50:07 +0000 (UTC) Received: from beefy2.isc.freebsd.org (localhost [127.0.0.1]) by beefy2.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J6o7QK073024; Thu, 19 Feb 2015 06:50:07 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1J6o7lR073015; Thu, 19 Feb 2015 06:50:07 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 19 Feb 2015 06:50:07 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502190650.t1J6o7lR073015@beefy2.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 93amd64-default][deskutils/bijiben] Failed for bijiben-3.14.2 in build Cc: pkg-fallout@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: Thu, 19 Feb 2015 06:50:08 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/deskutils/bijiben/Makefile 373802 2014-12-03 09:18:23Z kwm $ Log URL: http://beefy2.isc.freebsd.org/data/93amd64-default/2015-02-18_19h24m48s/logs/bijiben-3.14.2.log Build URL: http://beefy2.isc.freebsd.org/build.html?mastername=93amd64-default&build=2015-02-18_19h24m48s Log: ====>> Building deskutils/bijiben build started at Thu Feb 19 06:47:55 UTC 2015 port directory: /usr/ports/deskutils/bijiben building for: FreeBSD 93amd64-default-job-12 9.3-RELEASE-p7 FreeBSD 9.3-RELEASE-p7 amd64 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/deskutils/bijiben/Makefile 373802 2014-12-03 09:18:23Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 903000 ---Begin Environment--- OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p7 UNAME_r=9.3-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/93amd64-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=bijiben-3.14.2 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93amd64-default/ref/.p/pool MASTERNAME=93amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work HOME=/wrkdirs/usr/ports/deskutils/bijiben/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh GTKDOC="false" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work HOME=/wrkdirs/usr/ports/deskutils/bijiben/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=9.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/bijiben" EXAMPLESDIR="share/examples/bijiben" DATADIR="share/bijiben" WWWDIR="www/bijiben" ETCDIR="etc/bijiben" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/bijiben DOCSDIR=/usr/local/share/doc/bijiben EXAMPLESDIR=/usr/local/share/examples/bijiben WWWDIR=/usr/local/www/bijiben ETCDIR=/usr/local/etc/bijiben --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted ran via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> bijiben-3.14.2 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [93amd64-default-job-12] Installing pkg-1.4.12... [93amd64-default-job-12] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of bijiben-3.14.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by bijiben-3.14.2 for building =========================================================================== =================================================== ===> Fetching all distfiles required by bijiben-3.14.2 for building => SHA256 Checksum OK for gnome3/bijiben-3.14.2.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by bijiben-3.14.2 for building ===> Extracting for bijiben-3.14.2 => SHA256 Checksum OK for gnome3/bijiben-3.14.2.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for bijiben-3.14.2 =========================================================================== =================================================== ===> bijiben-3.14.2 depends on executable: itstool - not found ===> Verifying install for itstool in /usr/ports/textproc/itstool ===> Installing existing package /packages/All/itstool-2.0.2_1.txz [93amd64-default-job-12] Installing itstool-2.0.2_1... [93amd64-default-job-12] `-- Installing py27-libxml2-2.9.2... [93amd64-default-job-12] | `-- Installing libiconv-1.14_6... [93amd64-default-job-12] | `-- Extracting libiconv-1.14_6... done [93amd64-default-job-12] | `-- Installing libxml2-2.9.2_2... [93amd64-default-job-12] | `-- Extracting libxml2-2.9.2_2... done [93amd64-default-job-12] | `-- Installing py27-setuptools27-5.5.1_1... [93amd64-default-job-12] | | `-- Installing python27-2.7.9... [93amd64-default-job-12] | | `-- Installing gettext-runtime-0.19.4... [93amd64-default-job-12] | | | `-- Installing indexinfo-0.2.2... [93amd64-default-job-12] | | | `-- Extracting indexinfo-0.2.2... done [93amd64-default-job-12] | | `-- Extracting gettext-runtime-0.19.4... done [93amd64-default-job-12] | | `-- Installing libffi-3.2.1... [93amd64-default-job-12] | | `-- Extracting libffi-3.2.1... done [93amd64-default-job-12] | | `-- Extracting python27-2.7.9... done [93amd64-default-job-12] | `-- Extracting py27-setuptools27-5.5.1_1... done [93amd64-default-job-12] | `-- Installing python2-2_3... [93amd64-default-job-12] | `-- Extracting python2-2_3... done [93amd64-default-job-12] `-- Extracting py27-libxml2-2.9.2... done [93amd64-default-job-12] Extracting itstool-2.0.2_1... done Message for python27-2.7.9: ===================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter ===================================================================== ===> Returning to build of bijiben-3.14.2 ===> bijiben-3.14.2 depends on package: evolution>=3.0.0 - not found ===> Verifying install for evolution>=3.0.0 in /usr/ports/mail/evolution ===> Installing existing package /packages/All/evolution-3.12.10_1.txz [93amd64-default-job-12] Installing evolution-3.12.10_1... [93amd64-default-job-12] `-- Installing atk-2.14.0... [93amd64-default-job-12] | `-- Installing glib-2.42.1... [93amd64-default-job-12] | | `-- Installing pcre-8.35_2... [93amd64-default-job-12] | | `-- Extracting pcre-8.35_2... done [93amd64-default-job-12] | | `-- Installing perl5-5.18.4_11... [93amd64-default-job-12] | | `-- Extracting perl5-5.18.4_11... done [93amd64-default-job-12] | `-- Extracting glib-2.42.1... done No schema files found: doing nothing. [93amd64-default-job-12] `-- Extracting atk-2.14.0... done [93amd64-default-job-12] `-- Installing bogofilter-1.2.4_4... [93amd64-default-job-12] | `-- Installing db5-5.3.28_2... [93amd64-default-job-12] | `-- Extracting db5-5.3.28_2... done [93amd64-default-job-12] | `-- Installing gsl-1.16_2... [93amd64-default-job-12] | `-- Extracting gsl-1.16_2... done [93amd64-default-job-12] `-- Extracting bogofilter-1.2.4_4... done [93amd64-default-job-12] `-- Installing desktop-file-utils-0.22_3... [93amd64-default-job-12] `-- Extracting desktop-file-utils-0.22_3... done [93amd64-default-job-12] `-- Installing evolution-data-server-3.12.10... [93amd64-default-job-12] | `-- Installing gnome-online-accounts-3.14.2... [93amd64-default-job-12] | | `-- Installing dbus-glib-0.100.2_1... [93amd64-default-job-12] | | `-- Installing dbus-1.8.12_1... [93amd64-default-job-12] | | | `-- Installing expat-2.1.0_2... [93amd64-default-job-12] | | | `-- Extracting expat-2.1.0_2... done [93amd64-default-job-12] | | | `-- Installing gnome_subr-1.0... [93amd64-default-job-12] | | | `-- Extracting gnome_subr-1.0... done [93amd64-default-job-12] | | | `-- Installing libICE-1.0.9,1... [93amd64-default-job-12] | | | `-- Installing xproto-7.0.26... [93amd64-default-job-12] | | | `-- Extracting xproto-7.0.26... done [93amd64-default-job-12] | | | `-- Extracting libICE-1.0.9,1... done [93amd64-default-job-12] | | | `-- Installing libSM-1.2.2_2,1... [93amd64-default-job-12] | | | `-- Extracting libSM-1.2.2_2,1... done [93amd64-default-job-12] | | | `-- Installing libX11-1.6.2_2,1... [93amd64-default-job-12] | | | `-- Installing kbproto-1.0.6... [93amd64-default-job-12] | | | `-- Extracting kbproto-1.0.6... done [93amd64-default-job-12] | | | `-- Installing libXau-1.0.8_2... checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert amd64-portbld-freebsd9.3 file names to amd64-portbld-freebsd9.3 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd9.3 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd9.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking pkg-config is at least version 0.9.0... yes checking for TRACKER... yes checking for BIJIBEN... yes checking for ZEITGEIST... no checking pkg-config is at least version 0.16... yes checking for cos in -lm... yes checking for LIBGD... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libgd/Makefile config.status: creating data/Makefile config.status: creating data/bijiben.desktop.in config.status: creating data/icons/Makefile config.status: creating help/Makefile config.status: creating po/Makefile.in config.status: creating src/libbiji/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing libtool commands config.status: executing po/stamp-it commands configure: WARNING: unrecognized options: --with-html-dir, --disable-gtk-doc, --with-gconf-source Version: 3.14.2 Enable Zeitgeist no Run make to compile. =========================================================================== =================================================== ===> Building for bijiben-3.14.2 gmake all-recursive gmake[1]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2' Making all in libgd gmake[2]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/libgd' CC libgd/gd-types-catalog.lo CC libgd/gd-entry-focus-hack.lo CC libgd/gd-icon-utils.lo CC libgd/gd-main-view-generic.lo CC libgd/gd-styled-text-renderer.lo CC libgd/gd-two-lines-renderer.lo CC libgd/gd-main-icon-view.lo CC libgd/gd-toggle-pixbuf-renderer.lo libgd/gd-toggle-pixbuf-renderer.c: In function 'render_activity': libgd/gd-toggle-pixbuf-renderer.c:107: warning: 'gtk_paint_spinner' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h:703) libgd/gd-toggle-pixbuf-renderer.c:107: warning: 'gtk_widget_get_style' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742) CC libgd/gd-main-list-view.lo CC libgd/gd-main-view.lo CC libgd/gd-tagged-entry.lo CCLD libgd.la CC test-tagged-entry.o CCLD test-tagged-entry gmake[2]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/libgd' Making all in src gmake[2]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' glib-compile-resources --target=bjb-resources.c --sourcedir=. --generate-source --c-name bjb ./bjb.gresource.xml glib-compile-resources --target=bjb-resources.h --sourcedir=. --generate-header --c-name bjb ./bjb.gresource.xml gdbus-codegen \ --interface-prefix org.gnome. \ --c-namespace Bijiben \ --generate-c-code bijiben-shell-search-provider-generated \ ../data/shell-search-provider-dbus-interfaces.xml \ gmake all-recursive gmake[3]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' Making all in libbiji gmake[4]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src/libbiji' GEN stamp-biji-marshalers.h GEN biji-marshalers.c gmake all-am gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src/libbiji' CC biji-marshalers.lo CC biji-date-time.lo CC biji-error.lo CC biji-info-set.lo CC biji-item.lo CC biji-manager.lo CC biji-notebook.lo CC biji-note-id.lo CC biji-note-obj.lo CC biji-string.lo CC biji-timeout.lo CC biji-tracker.lo CC biji-zeitgeist.lo CC deserializer/biji-lazy-deserializer.lo CC deserializer/biji-tomboy-reader.lo CC editor/biji-editor-selection.lo CC editor/biji-editor-utils.lo CC editor/biji-webkit-editor.lo CC provider/biji-import-provider.lo CC provider/biji-local-note.lo CC provider/biji-local-provider.lo CC provider/biji-memo-note.lo CC provider/biji-memo-provider.lo provider/biji-memo-provider.c: In function 'memo_create_note': provider/biji-memo-provider.c:603: warning: assignment discards qualifiers from pointer target type provider/biji-memo-provider.c: At top level: provider/biji-memo-provider.c:147: warning: 'memo_item_free' defined but not used CC provider/biji-own-cloud-note.lo CC provider/biji-own-cloud-provider.lo CC provider/biji-provider.lo CC serializer/biji-lazy-serializer.lo CCLD libbiji.la gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src/libbiji' gmake[4]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src/libbiji' gmake[4]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' CC bjb-resources.o CC bjb-app-menu.o CC bjb-bijiben.o CC bjb-color-button.o CC bjb-controller.o CC bjb-debug.o CC bjb-editor-toolbar.o CC bjb-empty-results-box.o CC bjb-import-dialog.o CC bjb-load-more-button.o CC bjb-main.o CC bjb-main-toolbar.o CC bjb-main-view.o CC bjb-note-view.o CC bjb-organize-dialog.o bjb-organize-dialog.c: In function 'bjb_organize_dialog_constructed': bjb-organize-dialog.c:424: warning: 'gtk_tree_view_set_rules_hint' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/gtktreeview.h:247) CC bjb-rename-note.o CC bjb-search-toolbar.o CC bjb-selection-toolbar.o CC bjb-settings.o CC bjb-settings-dialog.o CC bjb-share.o CC bjb-window-base.o CCLD bijiben /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::wait(std::unique_lock&)@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_bad_function_call()@GLIBCXX_3.4.14' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_system_error(int)@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::~condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::condition_variable::notify_all()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `__once_proxy@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::notify_one()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__once_callable@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__once_call@GLIBCXX_3.4.11' Makefile:645: recipe for target 'bijiben' failed gmake[4]: *** [bijiben] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' Makefile:720: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' Makefile:511: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' Makefile:479: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2' Makefile:410: recipe for target 'all' failed gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/deskutils/bijiben. From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 19 06:55:27 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 951823B7; Thu, 19 Feb 2015 06:55:27 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 73EE5771; Thu, 19 Feb 2015 06:55:27 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J6tRLv091780; Thu, 19 Feb 2015 06:55:27 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1J6tRYt091772; Thu, 19 Feb 2015 06:55:27 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 19 Feb 2015 06:55:27 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502190655.t1J6tRYt091772@beefy1.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 93i386-default][deskutils/bijiben] Failed for bijiben-3.14.2 in build Cc: pkg-fallout@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: Thu, 19 Feb 2015 06:55:27 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/deskutils/bijiben/Makefile 373802 2014-12-03 09:18:23Z kwm $ Log URL: http://beefy1.isc.freebsd.org/data/93i386-default/2015-02-18_20h19m57s/logs/bijiben-3.14.2.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=93i386-default&build=2015-02-18_20h19m57s Log: ====>> Building deskutils/bijiben build started at Thu Feb 19 06:53:19 UTC 2015 port directory: /usr/ports/deskutils/bijiben building for: FreeBSD 93i386-default-job-11 9.3-RELEASE-p7 FreeBSD 9.3-RELEASE-p7 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/deskutils/bijiben/Makefile 373802 2014-12-03 09:18:23Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 903000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p7 UNAME_r=9.3-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/93i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=bijiben-3.14.2 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93i386-default/ref/.p/pool MASTERNAME=93i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work HOME=/wrkdirs/usr/ports/deskutils/bijiben/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh GTKDOC="false" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work HOME=/wrkdirs/usr/ports/deskutils/bijiben/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=9.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/bijiben" EXAMPLESDIR="share/examples/bijiben" DATADIR="share/bijiben" WWWDIR="www/bijiben" ETCDIR="etc/bijiben" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/bijiben DOCSDIR=/usr/local/share/doc/bijiben EXAMPLESDIR=/usr/local/share/examples/bijiben WWWDIR=/usr/local/www/bijiben ETCDIR=/usr/local/etc/bijiben --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> bijiben-3.14.2 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [93i386-default-job-11] Installing pkg-1.4.12... [93i386-default-job-11] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of bijiben-3.14.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by bijiben-3.14.2 for building =========================================================================== =================================================== ===> Fetching all distfiles required by bijiben-3.14.2 for building => SHA256 Checksum OK for gnome3/bijiben-3.14.2.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by bijiben-3.14.2 for building ===> Extracting for bijiben-3.14.2 => SHA256 Checksum OK for gnome3/bijiben-3.14.2.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for bijiben-3.14.2 =========================================================================== =================================================== ===> bijiben-3.14.2 depends on executable: itstool - not found ===> Verifying install for itstool in /usr/ports/textproc/itstool ===> Installing existing package /packages/All/itstool-2.0.2_1.txz [93i386-default-job-11] Installing itstool-2.0.2_1... [93i386-default-job-11] `-- Installing py27-libxml2-2.9.2... [93i386-default-job-11] | `-- Installing libiconv-1.14_6... [93i386-default-job-11] | `-- Extracting libiconv-1.14_6... done [93i386-default-job-11] | `-- Installing libxml2-2.9.2_2... [93i386-default-job-11] | `-- Extracting libxml2-2.9.2_2... done [93i386-default-job-11] | `-- Installing py27-setuptools27-5.5.1_1... [93i386-default-job-11] | | `-- Installing python27-2.7.9... [93i386-default-job-11] | | `-- Installing gettext-runtime-0.19.4... [93i386-default-job-11] | | | `-- Installing indexinfo-0.2.2... [93i386-default-job-11] | | | `-- Extracting indexinfo-0.2.2... done [93i386-default-job-11] | | `-- Extracting gettext-runtime-0.19.4... done [93i386-default-job-11] | | `-- Installing libffi-3.2.1... [93i386-default-job-11] | | `-- Extracting libffi-3.2.1... done [93i386-default-job-11] | | `-- Extracting python27-2.7.9... done [93i386-default-job-11] | `-- Extracting py27-setuptools27-5.5.1_1... done [93i386-default-job-11] | `-- Installing python2-2_3... [93i386-default-job-11] | `-- Extracting python2-2_3... done [93i386-default-job-11] `-- Extracting py27-libxml2-2.9.2... done [93i386-default-job-11] Extracting itstool-2.0.2_1... done Message for python27-2.7.9: ===================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter ===================================================================== ===> Returning to build of bijiben-3.14.2 ===> bijiben-3.14.2 depends on package: evolution>=3.0.0 - not found ===> Verifying install for evolution>=3.0.0 in /usr/ports/mail/evolution ===> Installing existing package /packages/All/evolution-3.12.10_1.txz [93i386-default-job-11] Installing evolution-3.12.10_1... [93i386-default-job-11] `-- Installing atk-2.14.0... [93i386-default-job-11] | `-- Installing glib-2.42.1... [93i386-default-job-11] | | `-- Installing pcre-8.35_2... [93i386-default-job-11] | | `-- Extracting pcre-8.35_2... done [93i386-default-job-11] | | `-- Installing perl5-5.18.4_11... [93i386-default-job-11] | | `-- Extracting perl5-5.18.4_11... done [93i386-default-job-11] | `-- Extracting glib-2.42.1... done No schema files found: doing nothing. [93i386-default-job-11] `-- Extracting atk-2.14.0... done [93i386-default-job-11] `-- Installing bogofilter-1.2.4_4... [93i386-default-job-11] | `-- Installing db5-5.3.28_2... [93i386-default-job-11] | `-- Extracting db5-5.3.28_2... done [93i386-default-job-11] | `-- Installing gsl-1.16_2... [93i386-default-job-11] | `-- Extracting gsl-1.16_2... done [93i386-default-job-11] `-- Extracting bogofilter-1.2.4_4... done [93i386-default-job-11] `-- Installing desktop-file-utils-0.22_3... [93i386-default-job-11] `-- Extracting desktop-file-utils-0.22_3... done [93i386-default-job-11] `-- Installing evolution-data-server-3.12.10... [93i386-default-job-11] | `-- Installing gnome-online-accounts-3.14.2... [93i386-default-job-11] | | `-- Installing dbus-glib-0.100.2_1... [93i386-default-job-11] | | `-- Installing dbus-1.8.12_1... [93i386-default-job-11] | | | `-- Installing expat-2.1.0_2... [93i386-default-job-11] | | | `-- Extracting expat-2.1.0_2... done [93i386-default-job-11] | | | `-- Installing gnome_subr-1.0... [93i386-default-job-11] | | | `-- Extracting gnome_subr-1.0... done [93i386-default-job-11] | | | `-- Installing libICE-1.0.9,1... [93i386-default-job-11] | | | `-- Installing xproto-7.0.26... [93i386-default-job-11] | | | `-- Extracting xproto-7.0.26... done [93i386-default-job-11] | | | `-- Extracting libICE-1.0.9,1... done [93i386-default-job-11] | | | `-- Installing libSM-1.2.2_2,1... checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert i386-portbld-freebsd9.3 file names to i386-portbld-freebsd9.3 format... func_convert_file_noop checking how to convert i386-portbld-freebsd9.3 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd9.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking pkg-config is at least version 0.9.0... yes checking for TRACKER... yes checking for BIJIBEN... yes checking for ZEITGEIST... no checking pkg-config is at least version 0.16... yes checking for cos in -lm... yes checking for LIBGD... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libgd/Makefile config.status: creating data/Makefile config.status: creating data/bijiben.desktop.in config.status: creating data/icons/Makefile config.status: creating help/Makefile config.status: creating po/Makefile.in config.status: creating src/libbiji/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing libtool commands config.status: executing po/stamp-it commands configure: WARNING: unrecognized options: --with-html-dir, --disable-gtk-doc, --with-gconf-source Version: 3.14.2 Enable Zeitgeist no Run make to compile. =========================================================================== =================================================== ===> Building for bijiben-3.14.2 gmake all-recursive gmake[1]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2' Making all in libgd gmake[2]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/libgd' CC libgd/gd-types-catalog.lo CC libgd/gd-entry-focus-hack.lo CC libgd/gd-icon-utils.lo CC libgd/gd-main-view-generic.lo CC libgd/gd-styled-text-renderer.lo CC libgd/gd-two-lines-renderer.lo CC libgd/gd-main-icon-view.lo CC libgd/gd-toggle-pixbuf-renderer.lo libgd/gd-toggle-pixbuf-renderer.c: In function 'render_activity': libgd/gd-toggle-pixbuf-renderer.c:107: warning: 'gtk_paint_spinner' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h:703) libgd/gd-toggle-pixbuf-renderer.c:107: warning: 'gtk_widget_get_style' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742) CC libgd/gd-main-list-view.lo CC libgd/gd-main-view.lo CC libgd/gd-tagged-entry.lo CCLD libgd.la CC test-tagged-entry.o CCLD test-tagged-entry gmake[2]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/libgd' Making all in src gmake[2]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' glib-compile-resources --target=bjb-resources.c --sourcedir=. --generate-source --c-name bjb ./bjb.gresource.xml glib-compile-resources --target=bjb-resources.h --sourcedir=. --generate-header --c-name bjb ./bjb.gresource.xml gdbus-codegen \ --interface-prefix org.gnome. \ --c-namespace Bijiben \ --generate-c-code bijiben-shell-search-provider-generated \ ../data/shell-search-provider-dbus-interfaces.xml \ gmake all-recursive gmake[3]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' Making all in libbiji gmake[4]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src/libbiji' GEN stamp-biji-marshalers.h GEN biji-marshalers.c gmake all-am gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src/libbiji' CC biji-marshalers.lo CC biji-date-time.lo CC biji-error.lo CC biji-info-set.lo CC biji-item.lo CC biji-manager.lo CC biji-notebook.lo CC biji-note-id.lo CC biji-note-obj.lo CC biji-string.lo CC biji-timeout.lo CC biji-tracker.lo CC biji-zeitgeist.lo CC deserializer/biji-lazy-deserializer.lo CC deserializer/biji-tomboy-reader.lo CC editor/biji-editor-selection.lo CC editor/biji-editor-utils.lo CC editor/biji-webkit-editor.lo CC provider/biji-import-provider.lo CC provider/biji-local-note.lo CC provider/biji-local-provider.lo CC provider/biji-memo-note.lo CC provider/biji-memo-provider.lo provider/biji-memo-provider.c: In function 'handle_next_item': provider/biji-memo-provider.c:203: warning: format '%li' expects type 'long int', but argument 4 has type 'gint64' provider/biji-memo-provider.c: In function 'memo_create_note': provider/biji-memo-provider.c:603: warning: assignment discards qualifiers from pointer target type provider/biji-memo-provider.c: At top level: provider/biji-memo-provider.c:147: warning: 'memo_item_free' defined but not used CC provider/biji-own-cloud-note.lo CC provider/biji-own-cloud-provider.lo CC provider/biji-provider.lo CC serializer/biji-lazy-serializer.lo CCLD libbiji.la gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src/libbiji' gmake[4]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src/libbiji' gmake[4]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' CC bjb-resources.o CC bjb-app-menu.o CC bjb-bijiben.o CC bjb-color-button.o CC bjb-controller.o CC bjb-debug.o CC bjb-editor-toolbar.o CC bjb-empty-results-box.o CC bjb-import-dialog.o CC bjb-load-more-button.o CC bjb-main.o CC bjb-main-toolbar.o CC bjb-main-view.o CC bjb-note-view.o CC bjb-organize-dialog.o bjb-organize-dialog.c: In function 'bjb_organize_dialog_constructed': bjb-organize-dialog.c:424: warning: 'gtk_tree_view_set_rules_hint' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/gtktreeview.h:247) CC bjb-rename-note.o CC bjb-search-toolbar.o CC bjb-selection-toolbar.o CC bjb-settings.o CC bjb-settings-dialog.o CC bjb-share.o CC bjb-window-base.o CCLD bijiben /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::wait(std::unique_lock&)@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_bad_function_call()@GLIBCXX_3.4.14' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_system_error(int)@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::~condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::condition_variable::notify_all()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `__once_proxy@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::notify_one()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__once_callable@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__once_call@GLIBCXX_3.4.11' Makefile:645: recipe for target 'bijiben' failed gmake[4]: *** [bijiben] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' Makefile:720: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' Makefile:511: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' Makefile:479: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2' Makefile:410: recipe for target 'all' failed gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/deskutils/bijiben. From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 19 07:06:57 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8AFD4CF; Thu, 19 Feb 2015 07:06:57 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 B7A9D848; Thu, 19 Feb 2015 07:06:57 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J76vQE042274; Thu, 19 Feb 2015 07:06:57 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1J76vMT042273; Thu, 19 Feb 2015 07:06:57 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 19 Feb 2015 07:06:57 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502190706.t1J76vMT042273@beefy1.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 93i386-default][databases/libgda5-jdbc] Failed for libgda5-jdbc-5.2.2 in configure Cc: pkg-fallout@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: Thu, 19 Feb 2015 07:06:58 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/databases/libgda5-jdbc/Makefile 376622 2015-01-09 16:36:15Z kwm $ Log URL: http://beefy1.isc.freebsd.org/data/93i386-default/2015-02-18_20h19m57s/logs/libgda5-jdbc-5.2.2.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=93i386-default&build=2015-02-18_20h19m57s Log: ====>> Building databases/libgda5-jdbc build started at Thu Feb 19 07:06:25 UTC 2015 port directory: /usr/ports/databases/libgda5-jdbc building for: FreeBSD 93i386-default-job-22 9.3-RELEASE-p7 FreeBSD 9.3-RELEASE-p7 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/databases/libgda5-jdbc/Makefile 376622 2015-01-09 16:36:15Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 903000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p7 UNAME_r=9.3-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/93i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=libgda5-jdbc-5.2.2 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93i386-default/ref/.p/pool MASTERNAME=93i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --without-oracle --disable-crypto --disable-default-binary --enable-introspection --without-ui --without-bdb --without-ldap --without-mysql --without-postgres --without-mdb --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh GTKDOC="false" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS="" LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- VERSION=5.0 JAVASHAREDIR="share/java" JAVAJARDIR="share/java/classes" OSREL=9.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/libgda" EXAMPLESDIR="share/examples/libgda" DATADIR="share/libgda" WWWDIR="www/libgda" ETCDIR="etc/libgda" --End PLIST_SUB-- --SUB_LIST-- JAVASHAREDIR="/usr/local/share/java" JAVAJARDIR="/usr/local/share/java/classes" JAVALIBDIR="/usr/local/share/java/classes" JAVA_VERSION="1.6+" JAVA_VENDOR="bsdjava openjdk" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/libgda DOCSDIR=/usr/local/share/doc/libgda EXAMPLESDIR=/usr/local/share/examples/libgda WWWDIR=/usr/local/www/libgda ETCDIR=/usr/local/etc/libgda --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> libgda5-jdbc-5.2.2 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [93i386-default-job-22] Installing pkg-1.4.12... [93i386-default-job-22] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of libgda5-jdbc-5.2.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libgda5-jdbc-5.2.2 for building =========================================================================== =================================================== ===> Fetching all distfiles required by libgda5-jdbc-5.2.2 for building => SHA256 Checksum OK for gnome3/libgda-5.2.2.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libgda5-jdbc-5.2.2 for building ===> Extracting for libgda5-jdbc-5.2.2 => SHA256 Checksum OK for gnome3/libgda-5.2.2.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for libgda5-jdbc-5.2.2 =========================================================================== =================================================== ===> libgda5-jdbc-5.2.2 depends on executable: itstool - not found ===> Verifying install for itstool in /usr/ports/textproc/itstool ===> Installing existing package /packages/All/itstool-2.0.2_1.txz [93i386-default-job-22] Installing itstool-2.0.2_1... [93i386-default-job-22] `-- Installing py27-libxml2-2.9.2... [93i386-default-job-22] | `-- Installing libiconv-1.14_6... [93i386-default-job-22] | `-- Extracting libiconv-1.14_6... done [93i386-default-job-22] | `-- Installing libxml2-2.9.2_2... [93i386-default-job-22] | `-- Extracting libxml2-2.9.2_2... done [93i386-default-job-22] | `-- Installing py27-setuptools27-5.5.1_1... [93i386-default-job-22] | | `-- Installing python27-2.7.9... [93i386-default-job-22] | | `-- Installing gettext-runtime-0.19.4... [93i386-default-job-22] | | | `-- Installing indexinfo-0.2.2... [93i386-default-job-22] | | | `-- Extracting indexinfo-0.2.2... done [93i386-default-job-22] | | `-- Extracting gettext-runtime-0.19.4... done [93i386-default-job-22] | | `-- Installing libffi-3.2.1... [93i386-default-job-22] | | `-- Extracting libffi-3.2.1... done [93i386-default-job-22] | | `-- Extracting python27-2.7.9... done [93i386-default-job-22] | `-- Extracting py27-setuptools27-5.5.1_1... done [93i386-default-job-22] | `-- Installing python2-2_3... [93i386-default-job-22] | `-- Extracting python2-2_3... done [93i386-default-job-22] `-- Extracting py27-libxml2-2.9.2... done [93i386-default-job-22] Extracting itstool-2.0.2_1... done Message for python27-2.7.9: ===================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter ===================================================================== ===> Returning to build of libgda5-jdbc-5.2.2 ===> libgda5-jdbc-5.2.2 depends on file: /usr/local/openjdk7/bin/java - not found ===> Verifying install for /usr/local/openjdk7/bin/java in /usr/ports/java/openjdk7 ===> Installing existing package /packages/All/openjdk-7.76.13_1,1.txz [93i386-default-job-22] Installing openjdk-7.76.13_1,1... [93i386-default-job-22] `-- Installing alsa-lib-1.0.28... [93i386-default-job-22] `-- Extracting alsa-lib-1.0.28... done [93i386-default-job-22] `-- Installing dejavu-2.34_4... [93i386-default-job-22] `-- Extracting dejavu-2.34_4... done [93i386-default-job-22] `-- Installing fontconfig-2.11.1,1... [93i386-default-job-22] | `-- Installing expat-2.1.0_2... [93i386-default-job-22] | `-- Extracting expat-2.1.0_2... done [93i386-default-job-22] | `-- Installing freetype2-2.5.5... [93i386-default-job-22] | `-- Extracting freetype2-2.5.5... done [93i386-default-job-22] `-- Extracting fontconfig-2.11.1,1... done Running fc-cache to build fontconfig cache... /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: caching, new cache contents: 0 fonts, 1 dirs /usr/local/lib/X11/fonts/dejavu: caching, new cache contents: 21 fonts, 0 dirs /root/.local/share/fonts: skipping, no such directory /root/.fonts: skipping, no such directory Re-scanning /usr/local/lib/X11/fonts: caching, new cache contents: 0 fonts, 1 dirs /var/db/fontconfig: cleaning cache directory /root/.cache/fontconfig: not cleaning non-existent cache directory /root/.fontconfig: not cleaning non-existent cache directory fc-cache: succeeded checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes /wrkdirs/usr/ports/databases/libgda5-jdbc/work/libgda-5.2.2/missing: Unknown `--is-lightweight' option Try `/wrkdirs/usr/ports/databases/libgda5-jdbc/work/libgda-5.2.2/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking whether gmake supports nested variables... (cached) yes checking whether NLS is requested... yes checking for style of include used by gmake... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for intltool >= 0.40.6... 0.50.2 found checking for intltool-update... /usr/local/bin/intltool-update checking for intltool-merge... /usr/local/bin/intltool-merge checking for intltool-extract... /usr/local/bin/intltool-extract checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.18.4 checking for XML::Parser... ok checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking size of unsigned int... 4 checking size of unsigned long int... 4 checking size of int *... 4 checking for uint8_t... yes checking for localtime_r... yes checking for localtime_s... no checking for sys/mman.h... (cached) yes checking for mlock... (cached) yes checking for a C compiler for build tools... cc checking for suffix of executable build tools... checking for library containing strerror... none required checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking whether cc understands -c and -o together... yes checking for ANSI C header files... (cached) yes checking build system type... i386-portbld-freebsd9.3 checking host system type... i386-portbld-freebsd9.3 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert i386-portbld-freebsd9.3 file names to i386-portbld-freebsd9.3 format... func_convert_file_noop checking how to convert i386-portbld-freebsd9.3 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd9.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd9.3 ld.so checking how to hardcode library paths into programs... immediate checking whether gmake sets $(MAKE)... (cached) yes checking for itstool... itstool checking for xmllint... xmllint checking for glib-genmarshal... /usr/local/bin/glib-genmarshal checking for glib-compile-resources... /usr/local/bin/glib-compile-resources checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/local/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/local/bin/msgfmt checking for xgettext... (cached) /usr/local/bin/xgettext checking pkg-config is at least version 0.18... yes checking for COREDEPS... yes checking for ISO_CODES... no checking for platform... Unix checking for /proc/self/maps... no checking whether everything is installed to the same prefix... no checking whether binary relocation support should be enabled... no checking for GIO... yes checking for LIBXSLT... yes checking for gobject-introspection... yes checking for libgcrypt-config... /usr/local/bin/libgcrypt-config checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking if all java programs are found... checking for java... /usr/local/bin/java checking for javac... /usr/local/bin/javac checking for javah... /usr/local/bin/javah checking for jar... /usr/local/bin/jar checking whether Java interpreter works... yes checking java compiler version... JAVA version used is Sun JRE 1.7 checking for Java environment... in /usr/local/openjdk7/jre checking for /usr/local/openjdk7/jre/include/jni.h... no checking for /usr/local/openjdk7/jre/jni.h... no checking for /usr/local/openjdk7/jre/../include/jni.h... yes checking for /usr/local/openjdk7/jre/../include/./jni_md.h... no checking for /usr/local/openjdk7/jre/../include/linux/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/solaris/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/ppc/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/irix/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/alpha/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/aix/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/hp-ux/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/genunix/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/cygwin/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/win32/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/freebsd/jni_md.h... yes checking whether JNI programs can be compiled... configure: error: Cannot compile a simple JNI program. See config.log for details. ===> Script "configure" failed unexpectedly. Please run the gnomelogalyzer, available from "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) "/wrkdirs/usr/ports/databases/libgda5-jdbc/work/libgda-5.2.2/config.log", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** [do-configure] Error code 1 Stop in /usr/ports/databases/libgda5-jdbc. From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 19 07:30:26 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9FF2379B; Thu, 19 Feb 2015 07:30:26 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 89FA59E5; Thu, 19 Feb 2015 07:30:26 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J7UQC8001999; Thu, 19 Feb 2015 07:30:26 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1J7UQET001996; Thu, 19 Feb 2015 07:30:26 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 19 Feb 2015 07:30:26 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502190730.t1J7UQET001996@beefy1.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 93i386-default][devel/libical-glib] Failed for libical-glib-1.0.0 in build Cc: pkg-fallout@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: Thu, 19 Feb 2015 07:30:26 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/devel/libical-glib/Makefile 377580 2015-01-21 09:29:30Z kwm $ Log URL: http://beefy1.isc.freebsd.org/data/93i386-default/2015-02-18_20h19m57s/logs/libical-glib-1.0.0.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=93i386-default&build=2015-02-18_20h19m57s Log: ====>> Building devel/libical-glib build started at Thu Feb 19 07:30:08 UTC 2015 port directory: /usr/ports/devel/libical-glib building for: FreeBSD 93i386-default-job-07 9.3-RELEASE-p7 FreeBSD 9.3-RELEASE-p7 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/devel/libical-glib/Makefile 377580 2015-01-21 09:29:30Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 903000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p7 UNAME_r=9.3-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/93i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=libical-glib-1.0.0 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93i386-default/ref/.p/pool MASTERNAME=93i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/libical-glib/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/libical-glib/work HOME=/wrkdirs/usr/ports/devel/libical-glib/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/libical-glib/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/libical-glib/work HOME=/wrkdirs/usr/ports/devel/libical-glib/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/libical-glib/work PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=9.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/libical-glib" EXAMPLESDIR="share/examples/libical-glib" DATADIR="share/libical-glib" WWWDIR="www/libical-glib" ETCDIR="etc/libical-glib" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/libical-glib DOCSDIR=/usr/local/share/doc/libical-glib EXAMPLESDIR=/usr/local/share/examples/libical-glib WWWDIR=/usr/local/www/libical-glib ETCDIR=/usr/local/etc/libical-glib --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> libical-glib-1.0.0 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [93i386-default-job-07] Installing pkg-1.4.12... [93i386-default-job-07] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of libical-glib-1.0.0 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libical-glib-1.0.0 for building =========================================================================== =================================================== ===> Fetching all distfiles required by libical-glib-1.0.0 for building => SHA256 Checksum OK for libical-glib-1.0.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libical-glib-1.0.0 for building ===> Extracting for libical-glib-1.0.0 => SHA256 Checksum OK for libical-glib-1.0.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for libical-glib-1.0.0 ===> Applying FreeBSD patches for libical-glib-1.0.0 =========================================================================== =================================================== ===> libical-glib-1.0.0 depends on executable: msgfmt - not found ===> Verifying install for msgfmt in /usr/ports/devel/gettext-tools ===> Installing existing package /packages/All/gettext-tools-0.19.4.txz [93i386-default-job-07] Installing gettext-tools-0.19.4... [93i386-default-job-07] `-- Installing expat-2.1.0_2... [93i386-default-job-07] `-- Extracting expat-2.1.0_2... done [93i386-default-job-07] `-- Installing gettext-runtime-0.19.4... [93i386-default-job-07] | `-- Installing indexinfo-0.2.2... [93i386-default-job-07] | `-- Extracting indexinfo-0.2.2... done [93i386-default-job-07] | `-- Installing libiconv-1.14_6... [93i386-default-job-07] | `-- Extracting libiconv-1.14_6... done [93i386-default-job-07] `-- Extracting gettext-runtime-0.19.4... done [93i386-default-job-07] Extracting gettext-tools-0.19.4... done ===> Returning to build of libical-glib-1.0.0 ===> libical-glib-1.0.0 depends on executable: gmake - not found ===> Verifying install for gmake in /usr/ports/devel/gmake ===> Installing existing package /packages/All/gmake-4.1_1.txz [93i386-default-job-07] Installing gmake-4.1_1... [93i386-default-job-07] Extracting gmake-4.1_1... done ===> Returning to build of libical-glib-1.0.0 ===> libical-glib-1.0.0 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.7.txz [93i386-default-job-07] Installing pkgconf-0.9.7... [93i386-default-job-07] Extracting pkgconf-0.9.7... done ===> Returning to build of libical-glib-1.0.0 ===> libical-glib-1.0.0 depends on executable: g-ir-scanner - not found ===> Verifying install for g-ir-scanner in /usr/ports/devel/gobject-introspection ===> Installing existing package /packages/All/gobject-introspection-1.42.0.txz [93i386-default-job-07] Installing gobject-introspection-1.42.0... [93i386-default-job-07] `-- Installing glib-2.42.1... [93i386-default-job-07] | `-- Installing libffi-3.2.1... [93i386-default-job-07] | `-- Extracting libffi-3.2.1... done [93i386-default-job-07] | `-- Installing pcre-8.35_2... [93i386-default-job-07] | `-- Extracting pcre-8.35_2... done [93i386-default-job-07] | `-- Installing perl5-5.18.4_11... [93i386-default-job-07] | `-- Extracting perl5-5.18.4_11... done [93i386-default-job-07] | `-- Installing python27-2.7.9... [93i386-default-job-07] | `-- Extracting python27-2.7.9... done [93i386-default-job-07] `-- Extracting glib-2.42.1... done No schema files found: doing nothing. [93i386-default-job-07] `-- Installing python2-2_3... [93i386-default-job-07] `-- Extracting python2-2_3... done [93i386-default-job-07] Extracting gobject-introspection-1.42.0... done Message for python27-2.7.9: ===================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter ===================================================================== ===> Returning to build of libical-glib-1.0.0 =========================================================================== =================================================== ===> libical-glib-1.0.0 depends on shared library: libical.so - not found ===> Verifying for libical.so in /usr/ports/devel/libical ===> Installing existing package /packages/All/libical-1.0.1.txz [93i386-default-job-07] Installing libical-1.0.1... [93i386-default-job-07] Extracting libical-1.0.1... done ===> Returning to build of libical-glib-1.0.0 ===> libical-glib-1.0.0 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.8.1.3) ===> libical-glib-1.0.0 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so.0.4200.1) ===> libical-glib-1.0.0 depends on shared library: libxml2.so - not found ===> Verifying for libxml2.so in /usr/ports/textproc/libxml2 checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... (cached) 262144 checking how to convert i386-portbld-freebsd9.3 file names to i386-portbld-freebsd9.3 format... func_convert_file_noop checking how to convert i386-portbld-freebsd9.3 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd9.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking pkg-config is at least version 0.9.0... yes checking whether to build with code coverage support... no checking for gobject-introspection... yes checking for GLIB... yes checking for LIBICAL... yes checking for LIBXML... yes checking for GOBJECT2... yes checking for gtk-doc... no configure: WARNING: You will not be able to create source packages with 'make dist' because gtk-doc >= 1.14 is not found. checking for gtkdoc-check... no checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking for GTKDOC_DEPS... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libical-glib.pc config.status: creating src/api/Makefile config.status: creating src/Makefile config.status: creating src/build-tools/Makefile config.status: creating src/libical-glib/Makefile config.status: creating tests/Makefile config.status: creating docs/Makefile config.status: creating docs/reference/Makefile config.status: creating docs/reference/libical-glib/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: Introspection: yes Code coverage (gcov): no Gtk-doc: no =========================================================================== =================================================== ===> Building for libical-glib-1.0.0 gmake all-recursive gmake[1]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0' Making all in src gmake[2]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src' Making all in api gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/api' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/api' Making all in build-tools gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/build-tools' CC src_generator-generator.o cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CC src_generator-xml-parser.o cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CCLD src-generator gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/build-tools' Making all in libical-glib gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/libical-glib' gmake all-am gmake[4]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/libical-glib' CC libical_glib_1_0_la-i-cal-object.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CC libical_glib_1_0_la-i-cal-array.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CC libical_glib_1_0_la-i-cal-attach.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CC libical_glib_1_0_la-i-cal-comp-iter.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CC libical_glib_1_0_la-i-cal-component.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat In file included from ../../src/libical-glib/i-cal-component.h:23, from i-cal-component.c:20: ./../src/libical-glib/i-cal-parameter.h:48: error: redefinition of typedef 'ICalParameter' ./../src/libical-glib/i-cal-derived-parameter.h:27: error: previous declaration of 'ICalParameter' was here In file included from ../../src/libical-glib/i-cal-component.h:25, from i-cal-component.c:20: ./../src/libical-glib/i-cal-derived-property.h:28: error: redefinition of typedef 'ICalRecurrenceType' ./../src/libical-glib/i-cal-derived-value.h:27: error: previous declaration of 'ICalRecurrenceType' was here ./../src/libical-glib/i-cal-derived-property.h:29: error: redefinition of typedef 'ICalGeoType' ./../src/libical-glib/i-cal-derived-value.h:28: error: previous declaration of 'ICalGeoType' was here ./../src/libical-glib/i-cal-derived-property.h:31: error: redefinition of typedef 'ICalPeriodType' ./../src/libical-glib/i-cal-derived-value.h:29: error: previous declaration of 'ICalPeriodType' was here ./../src/libical-glib/i-cal-derived-property.h:32: error: redefinition of typedef 'ICalTriggerType' ./../src/libical-glib/i-cal-derived-value.h:31: error: previous declaration of 'ICalTriggerType' was here ./../src/libical-glib/i-cal-derived-property.h:33: error: redefinition of typedef 'ICalDatetimeperiodType' ./../src/libical-glib/i-cal-derived-value.h:30: error: previous declaration of 'ICalDatetimeperiodType' was here ./../src/libical-glib/i-cal-derived-property.h:34: error: redefinition of typedef 'ICalTimetype' ./../src/libical-glib/i-cal-derived-value.h:32: error: previous declaration of 'ICalTimetype' was here ./../src/libical-glib/i-cal-derived-property.h:35: error: redefinition of typedef 'ICalReqstatType' ./../src/libical-glib/i-cal-derived-value.h:33: error: previous declaration of 'ICalReqstatType' was here ./../src/libical-glib/i-cal-derived-property.h:36: error: redefinition of typedef 'ICalDurationType' ./../src/libical-glib/i-cal-derived-value.h:34: error: previous declaration of 'ICalDurationType' was here ./../src/libical-glib/i-cal-derived-property.h:37: error: redefinition of typedef 'ICalAttach' ./../src/libical-glib/i-cal-derived-value.h:36: error: previous declaration of 'ICalAttach' was here In file included from i-cal-component.c:20: ./../src/libical-glib/i-cal-component.h:70: error: redefinition of typedef 'ICalTimetype' ./../src/libical-glib/i-cal-derived-property.h:34: error: previous declaration of 'ICalTimetype' was here ./../src/libical-glib/i-cal-component.h:74: error: redefinition of typedef 'ICalProperty' ./../src/libical-glib/i-cal-derived-property.h:30: error: previous declaration of 'ICalProperty' was here ./../src/libical-glib/i-cal-component.h:75: error: redefinition of typedef 'ICalDurationType' ./../src/libical-glib/i-cal-derived-property.h:36: error: previous declaration of 'ICalDurationType' was here In file included from i-cal-component.c:21: ./../src/libical-glib/i-cal-duration-type.h:47: error: redefinition of typedef 'ICalDurationType' ./../src/libical-glib/i-cal-component.h:75: error: previous declaration of 'ICalDurationType' was here In file included from i-cal-component.c:22: ./../src/libical-glib/i-cal-comp-iter.h:47: error: redefinition of typedef 'ICalCompIter' ./../src/libical-glib/i-cal-component.h:72: error: previous declaration of 'ICalCompIter' was here In file included from i-cal-component.c:23: ./../src/libical-glib/i-cal-property.h:50: error: redefinition of typedef 'ICalProperty' ./../src/libical-glib/i-cal-component.h:74: error: previous declaration of 'ICalProperty' was here ./../src/libical-glib/i-cal-property.h:69: error: redefinition of typedef 'ICalValue' ./../src/libical-glib/i-cal-derived-value.h:35: error: previous declaration of 'ICalValue' was here ./../src/libical-glib/i-cal-property.h:70: error: redefinition of typedef 'ICalParameter' ./../src/libical-glib/i-cal-parameter.h:48: error: previous declaration of 'ICalParameter' was here In file included from i-cal-component.c:25: ./../src/libical-glib/i-cal-timetype.h:47: error: redefinition of typedef 'ICalTimetype' ./../src/libical-glib/i-cal-component.h:70: error: previous declaration of 'ICalTimetype' was here ./../src/libical-glib/i-cal-timetype.h:66: error: redefinition of typedef 'ICalTimezone' ./../src/libical-glib/i-cal-component.h:73: error: previous declaration of 'ICalTimezone' was here In file included from i-cal-component.c:27: ./../src/libical-glib/i-cal-time-span.h:48: error: redefinition of typedef 'ICalTimeSpan' ./../src/libical-glib/i-cal-component.h:71: error: previous declaration of 'ICalTimeSpan' was here In file included from i-cal-component.c:28: ./../src/libical-glib/i-cal-timezone.h:47: error: redefinition of typedef 'ICalTimezone' ./../src/libical-glib/i-cal-timetype.h:66: error: previous declaration of 'ICalTimezone' was here ./../src/libical-glib/i-cal-timezone.h:66: error: redefinition of typedef 'ICalTimetype' ./../src/libical-glib/i-cal-timetype.h:47: error: previous declaration of 'ICalTimetype' was here ./../src/libical-glib/i-cal-timezone.h:68: error: redefinition of typedef 'ICalComponent' ./../src/libical-glib/i-cal-component.h:51: error: previous declaration of 'ICalComponent' was here Makefile:711: recipe for target 'libical_glib_1_0_la-i-cal-component.lo' failed gmake[4]: *** [libical_glib_1_0_la-i-cal-component.lo] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/libical-glib' Makefile:547: recipe for target 'all' failed gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/libical-glib' Makefile:375: recipe for target 'all-recursive' failed gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src' Makefile:519: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0' Makefile:427: recipe for target 'all' failed gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/devel/libical-glib. From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 19 07:30:33 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D6FA7BC; Thu, 19 Feb 2015 07:30:33 +0000 (UTC) Received: from beefy2.isc.freebsd.org (beefy2.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:39]) (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 8795D9E6; Thu, 19 Feb 2015 07:30:33 +0000 (UTC) Received: from beefy2.isc.freebsd.org (localhost [127.0.0.1]) by beefy2.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J7UXgM005252; Thu, 19 Feb 2015 07:30:33 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1J7UXKS005241; Thu, 19 Feb 2015 07:30:33 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 19 Feb 2015 07:30:33 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502190730.t1J7UXKS005241@beefy2.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 93amd64-default][devel/libical-glib] Failed for libical-glib-1.0.0 in build Cc: pkg-fallout@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: Thu, 19 Feb 2015 07:30:33 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/devel/libical-glib/Makefile 377580 2015-01-21 09:29:30Z kwm $ Log URL: http://beefy2.isc.freebsd.org/data/93amd64-default/2015-02-18_19h24m48s/logs/libical-glib-1.0.0.log Build URL: http://beefy2.isc.freebsd.org/build.html?mastername=93amd64-default&build=2015-02-18_19h24m48s Log: ====>> Building devel/libical-glib build started at Thu Feb 19 07:30:18 UTC 2015 port directory: /usr/ports/devel/libical-glib building for: FreeBSD 93amd64-default-job-12 9.3-RELEASE-p7 FreeBSD 9.3-RELEASE-p7 amd64 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/devel/libical-glib/Makefile 377580 2015-01-21 09:29:30Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 903000 ---Begin Environment--- OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p7 UNAME_r=9.3-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/93amd64-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=libical-glib-1.0.0 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93amd64-default/ref/.p/pool MASTERNAME=93amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/libical-glib/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/libical-glib/work HOME=/wrkdirs/usr/ports/devel/libical-glib/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/libical-glib/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/libical-glib/work HOME=/wrkdirs/usr/ports/devel/libical-glib/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/libical-glib/work PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=9.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/libical-glib" EXAMPLESDIR="share/examples/libical-glib" DATADIR="share/libical-glib" WWWDIR="www/libical-glib" ETCDIR="etc/libical-glib" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/libical-glib DOCSDIR=/usr/local/share/doc/libical-glib EXAMPLESDIR=/usr/local/share/examples/libical-glib WWWDIR=/usr/local/www/libical-glib ETCDIR=/usr/local/etc/libical-glib --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted ran via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> libical-glib-1.0.0 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [93amd64-default-job-12] Installing pkg-1.4.12... [93amd64-default-job-12] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of libical-glib-1.0.0 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libical-glib-1.0.0 for building =========================================================================== =================================================== ===> Fetching all distfiles required by libical-glib-1.0.0 for building => SHA256 Checksum OK for libical-glib-1.0.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libical-glib-1.0.0 for building ===> Extracting for libical-glib-1.0.0 => SHA256 Checksum OK for libical-glib-1.0.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for libical-glib-1.0.0 ===> Applying FreeBSD patches for libical-glib-1.0.0 =========================================================================== =================================================== ===> libical-glib-1.0.0 depends on executable: msgfmt - not found ===> Verifying install for msgfmt in /usr/ports/devel/gettext-tools ===> Installing existing package /packages/All/gettext-tools-0.19.4.txz [93amd64-default-job-12] Installing gettext-tools-0.19.4... [93amd64-default-job-12] `-- Installing expat-2.1.0_2... [93amd64-default-job-12] `-- Extracting expat-2.1.0_2... done [93amd64-default-job-12] `-- Installing gettext-runtime-0.19.4... [93amd64-default-job-12] | `-- Installing indexinfo-0.2.2... [93amd64-default-job-12] | `-- Extracting indexinfo-0.2.2... done [93amd64-default-job-12] | `-- Installing libiconv-1.14_6... [93amd64-default-job-12] | `-- Extracting libiconv-1.14_6... done [93amd64-default-job-12] `-- Extracting gettext-runtime-0.19.4... done [93amd64-default-job-12] Extracting gettext-tools-0.19.4... done ===> Returning to build of libical-glib-1.0.0 ===> libical-glib-1.0.0 depends on executable: gmake - not found ===> Verifying install for gmake in /usr/ports/devel/gmake ===> Installing existing package /packages/All/gmake-4.1_1.txz [93amd64-default-job-12] Installing gmake-4.1_1... [93amd64-default-job-12] Extracting gmake-4.1_1... done ===> Returning to build of libical-glib-1.0.0 ===> libical-glib-1.0.0 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.7.txz [93amd64-default-job-12] Installing pkgconf-0.9.7... [93amd64-default-job-12] Extracting pkgconf-0.9.7... done ===> Returning to build of libical-glib-1.0.0 ===> libical-glib-1.0.0 depends on executable: g-ir-scanner - not found ===> Verifying install for g-ir-scanner in /usr/ports/devel/gobject-introspection ===> Installing existing package /packages/All/gobject-introspection-1.42.0.txz [93amd64-default-job-12] Installing gobject-introspection-1.42.0... [93amd64-default-job-12] `-- Installing glib-2.42.1... [93amd64-default-job-12] | `-- Installing libffi-3.2.1... [93amd64-default-job-12] | `-- Extracting libffi-3.2.1... done [93amd64-default-job-12] | `-- Installing pcre-8.35_2... [93amd64-default-job-12] | `-- Extracting pcre-8.35_2... done [93amd64-default-job-12] | `-- Installing perl5-5.18.4_11... [93amd64-default-job-12] | `-- Extracting perl5-5.18.4_11... done [93amd64-default-job-12] | `-- Installing python27-2.7.9... [93amd64-default-job-12] | `-- Extracting python27-2.7.9... done [93amd64-default-job-12] `-- Extracting glib-2.42.1... done No schema files found: doing nothing. [93amd64-default-job-12] `-- Installing python2-2_3... [93amd64-default-job-12] `-- Extracting python2-2_3... done [93amd64-default-job-12] Extracting gobject-introspection-1.42.0... done Message for python27-2.7.9: ===================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter ===================================================================== ===> Returning to build of libical-glib-1.0.0 =========================================================================== =================================================== ===> libical-glib-1.0.0 depends on shared library: libical.so - not found ===> Verifying for libical.so in /usr/ports/devel/libical ===> Installing existing package /packages/All/libical-1.0.1.txz [93amd64-default-job-12] Installing libical-1.0.1... [93amd64-default-job-12] Extracting libical-1.0.1... done ===> Returning to build of libical-glib-1.0.0 ===> libical-glib-1.0.0 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.8.1.3) ===> libical-glib-1.0.0 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so.0.4200.1) ===> libical-glib-1.0.0 depends on shared library: libxml2.so - not found ===> Verifying for libxml2.so in /usr/ports/textproc/libxml2 ===> Installing existing package /packages/All/libxml2-2.9.2_2.txz [93amd64-default-job-12] Installing libxml2-2.9.2_2... [93amd64-default-job-12] Extracting libxml2-2.9.2_2... done ===> Returning to build of libical-glib-1.0.0 =========================================================================== checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... (cached) 262144 checking how to convert amd64-portbld-freebsd9.3 file names to amd64-portbld-freebsd9.3 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd9.3 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd9.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking pkg-config is at least version 0.9.0... yes checking whether to build with code coverage support... no checking for gobject-introspection... yes checking for GLIB... yes checking for LIBICAL... yes checking for LIBXML... yes checking for GOBJECT2... yes checking for gtk-doc... no configure: WARNING: You will not be able to create source packages with 'make dist' because gtk-doc >= 1.14 is not found. checking for gtkdoc-check... no checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking for GTKDOC_DEPS... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libical-glib.pc config.status: creating src/api/Makefile config.status: creating src/Makefile config.status: creating src/build-tools/Makefile config.status: creating src/libical-glib/Makefile config.status: creating tests/Makefile config.status: creating docs/Makefile config.status: creating docs/reference/Makefile config.status: creating docs/reference/libical-glib/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: Introspection: yes Code coverage (gcov): no Gtk-doc: no =========================================================================== =================================================== ===> Building for libical-glib-1.0.0 gmake all-recursive gmake[1]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0' Making all in src gmake[2]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src' Making all in api gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/api' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/api' Making all in build-tools gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/build-tools' CC src_generator-generator.o cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CC src_generator-xml-parser.o cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CCLD src-generator gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/build-tools' Making all in libical-glib gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/libical-glib' gmake all-am gmake[4]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/libical-glib' CC libical_glib_1_0_la-i-cal-object.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CC libical_glib_1_0_la-i-cal-array.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CC libical_glib_1_0_la-i-cal-attach.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CC libical_glib_1_0_la-i-cal-comp-iter.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CC libical_glib_1_0_la-i-cal-component.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat In file included from ../../src/libical-glib/i-cal-component.h:23, from i-cal-component.c:20: ./../src/libical-glib/i-cal-parameter.h:48: error: redefinition of typedef 'ICalParameter' ./../src/libical-glib/i-cal-derived-parameter.h:27: error: previous declaration of 'ICalParameter' was here In file included from ../../src/libical-glib/i-cal-component.h:25, from i-cal-component.c:20: ./../src/libical-glib/i-cal-derived-property.h:28: error: redefinition of typedef 'ICalRecurrenceType' ./../src/libical-glib/i-cal-derived-value.h:27: error: previous declaration of 'ICalRecurrenceType' was here ./../src/libical-glib/i-cal-derived-property.h:29: error: redefinition of typedef 'ICalGeoType' ./../src/libical-glib/i-cal-derived-value.h:28: error: previous declaration of 'ICalGeoType' was here ./../src/libical-glib/i-cal-derived-property.h:31: error: redefinition of typedef 'ICalPeriodType' ./../src/libical-glib/i-cal-derived-value.h:29: error: previous declaration of 'ICalPeriodType' was here ./../src/libical-glib/i-cal-derived-property.h:32: error: redefinition of typedef 'ICalTriggerType' ./../src/libical-glib/i-cal-derived-value.h:31: error: previous declaration of 'ICalTriggerType' was here ./../src/libical-glib/i-cal-derived-property.h:33: error: redefinition of typedef 'ICalDatetimeperiodType' ./../src/libical-glib/i-cal-derived-value.h:30: error: previous declaration of 'ICalDatetimeperiodType' was here ./../src/libical-glib/i-cal-derived-property.h:34: error: redefinition of typedef 'ICalTimetype' ./../src/libical-glib/i-cal-derived-value.h:32: error: previous declaration of 'ICalTimetype' was here ./../src/libical-glib/i-cal-derived-property.h:35: error: redefinition of typedef 'ICalReqstatType' ./../src/libical-glib/i-cal-derived-value.h:33: error: previous declaration of 'ICalReqstatType' was here ./../src/libical-glib/i-cal-derived-property.h:36: error: redefinition of typedef 'ICalDurationType' ./../src/libical-glib/i-cal-derived-value.h:34: error: previous declaration of 'ICalDurationType' was here ./../src/libical-glib/i-cal-derived-property.h:37: error: redefinition of typedef 'ICalAttach' ./../src/libical-glib/i-cal-derived-value.h:36: error: previous declaration of 'ICalAttach' was here In file included from i-cal-component.c:20: ./../src/libical-glib/i-cal-component.h:70: error: redefinition of typedef 'ICalTimetype' ./../src/libical-glib/i-cal-derived-property.h:34: error: previous declaration of 'ICalTimetype' was here ./../src/libical-glib/i-cal-component.h:74: error: redefinition of typedef 'ICalProperty' ./../src/libical-glib/i-cal-derived-property.h:30: error: previous declaration of 'ICalProperty' was here ./../src/libical-glib/i-cal-component.h:75: error: redefinition of typedef 'ICalDurationType' ./../src/libical-glib/i-cal-derived-property.h:36: error: previous declaration of 'ICalDurationType' was here In file included from i-cal-component.c:21: ./../src/libical-glib/i-cal-duration-type.h:47: error: redefinition of typedef 'ICalDurationType' ./../src/libical-glib/i-cal-component.h:75: error: previous declaration of 'ICalDurationType' was here In file included from i-cal-component.c:22: ./../src/libical-glib/i-cal-comp-iter.h:47: error: redefinition of typedef 'ICalCompIter' ./../src/libical-glib/i-cal-component.h:72: error: previous declaration of 'ICalCompIter' was here In file included from i-cal-component.c:23: ./../src/libical-glib/i-cal-property.h:50: error: redefinition of typedef 'ICalProperty' ./../src/libical-glib/i-cal-component.h:74: error: previous declaration of 'ICalProperty' was here ./../src/libical-glib/i-cal-property.h:69: error: redefinition of typedef 'ICalValue' ./../src/libical-glib/i-cal-derived-value.h:35: error: previous declaration of 'ICalValue' was here ./../src/libical-glib/i-cal-property.h:70: error: redefinition of typedef 'ICalParameter' ./../src/libical-glib/i-cal-parameter.h:48: error: previous declaration of 'ICalParameter' was here In file included from i-cal-component.c:25: ./../src/libical-glib/i-cal-timetype.h:47: error: redefinition of typedef 'ICalTimetype' ./../src/libical-glib/i-cal-component.h:70: error: previous declaration of 'ICalTimetype' was here ./../src/libical-glib/i-cal-timetype.h:66: error: redefinition of typedef 'ICalTimezone' ./../src/libical-glib/i-cal-component.h:73: error: previous declaration of 'ICalTimezone' was here In file included from i-cal-component.c:27: ./../src/libical-glib/i-cal-time-span.h:48: error: redefinition of typedef 'ICalTimeSpan' ./../src/libical-glib/i-cal-component.h:71: error: previous declaration of 'ICalTimeSpan' was here In file included from i-cal-component.c:28: ./../src/libical-glib/i-cal-timezone.h:47: error: redefinition of typedef 'ICalTimezone' ./../src/libical-glib/i-cal-timetype.h:66: error: previous declaration of 'ICalTimezone' was here ./../src/libical-glib/i-cal-timezone.h:66: error: redefinition of typedef 'ICalTimetype' ./../src/libical-glib/i-cal-timetype.h:47: error: previous declaration of 'ICalTimetype' was here ./../src/libical-glib/i-cal-timezone.h:68: error: redefinition of typedef 'ICalComponent' ./../src/libical-glib/i-cal-component.h:51: error: previous declaration of 'ICalComponent' was here Makefile:711: recipe for target 'libical_glib_1_0_la-i-cal-component.lo' failed gmake[4]: *** [libical_glib_1_0_la-i-cal-component.lo] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/libical-glib' Makefile:547: recipe for target 'all' failed gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/libical-glib' Makefile:375: recipe for target 'all-recursive' failed gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src' Makefile:519: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0' Makefile:427: recipe for target 'all' failed gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/devel/libical-glib. From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 19 09:25:54 2015 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0AEE7C0 for ; Thu, 19 Feb 2015 09:25:54 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 C3C2C866 for ; Thu, 19 Feb 2015 09:25:54 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J9PslL024891 for ; Thu, 19 Feb 2015 09:25:54 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t1J9PsRX024890; Thu, 19 Feb 2015 09:25:54 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201502190925.t1J9PsRX024890@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 19 Feb 2015 09:25:54 +0000 From: portscout@FreeBSD.org To: gnome@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 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: Thu, 19 Feb 2015 09:25:55 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/gnome@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ audio/goobox | 3.3.2 | 3.3.3 ------------------------------------------------+-----------------+------------ editors/gedit | 3.14.2 | 3.15.90 ------------------------------------------------+-----------------+------------ multimedia/totem-pl-parser | 3.10.3 | 3.10.4 ------------------------------------------------+-----------------+------------ net/grilo | 0.2.11 | 0.2.12 ------------------------------------------------+-----------------+------------ net/grilo-plugins | 0.2.13 | 0.2.14 ------------------------------------------------+-----------------+------------ x11-toolkits/gnome-pty-helper | 0.38.3 | 0.39.90 ------------------------------------------------+-----------------+------------ x11-toolkits/vte290 | 0.34.7 | 0.39.90 ------------------------------------------------+-----------------+------------ x11-toolkits/vte3 | 0.38.3 | 0.39.90 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 19 15:12:37 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CBD1ACC; Thu, 19 Feb 2015 15:12:37 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 F10A91FC; Thu, 19 Feb 2015 15:12:36 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JFCaal024399; Thu, 19 Feb 2015 15:12:36 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1JFCaiO024365; Thu, 19 Feb 2015 15:12:36 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 19 Feb 2015 15:12:36 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502191512.t1JFCaiO024365@beefy1.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - head-i386-default][graphics/inkscape] Failed for inkscape-0.91 in build Cc: pkg-fallout@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: Thu, 19 Feb 2015 15:12:37 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/graphics/inkscape/Makefile 378724 2015-02-09 12:41:43Z kwm $ Log URL: http://beefy1.isc.freebsd.org/data/head-i386-default/2015-02-19_09h57m09s/logs/inkscape-0.91.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=head-i386-default&build=2015-02-19_09h57m09s Log: ====>> Building graphics/inkscape build started at Thu Feb 19 15:08:06 UTC 2015 port directory: /usr/ports/graphics/inkscape building for: FreeBSD head-i386-default-job-19 11.0-CURRENT FreeBSD 11.0-CURRENT r278930 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/graphics/inkscape/Makefile 378724 2015-02-09 12:41:43Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 1100060 !!! Jail is newer than host. (Jail: 1100060, Host: 1100058) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=1100060 UNAME_v=FreeBSD 11.0-CURRENT r278930 UNAME_r=11.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=inkscape-0.91 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool MASTERNAME=head-i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for inkscape-0.91: CDR=on: Support for CorelDRAW diagrams DBUS=off: D-Bus IPC system support OPENMP=off: Parallel processing support via OpenMP POPPLER=on: PDF preview rendering VISIO=on: Support for Microsoft Visio diagrams WPG=on: Support for WordPerfect graphics ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --without-gnome-vfs --enable-cdr --disable-dbusapi --enable-poppler-cairo --enable-visio --enable-wpg --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/inkscape/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/inkscape/work HOME=/wrkdirs/usr/ports/graphics/inkscape/work TMPDIR="/tmp" MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/inkscape/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/inkscape/work HOME=/wrkdirs/usr/ports/graphics/inkscape/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/inkscape/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/inkscape/work HOME=/wrkdirs/usr/ports/graphics/inkscape/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/inkscape/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/inkscape/work HOME=/wrkdirs/usr/ports/graphics/inkscape/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include -Wno-mismatched-tags -Wno-unknown-attributes" LDFLAGS=" -L/usr/local/lib -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="i nstall -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- CDR="" NO_CDR="@comment " DBUS="@comment " NO_DBUS="" OPENMP="@comment " NO_OPENMP="" POPPLER="" NO_POPPLER="@comment " VISIO="" NO_VISIO="@comment " WPG="" NO_WPG="@comment " OSREL=11.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" PERL_VERSION=5.18.4 PERL_VER=5.18 PERL5_MAN3=lib/perl5/site_perl/man/man3 SITE_PERL=lib/perl5/site_perl SITE_ARCH=lib/perl5/site_perl/mach/5.18 DOCSDIR="share/doc/inkscape" EXAMPLESDIR="share/examples/inkscape" DATADIR="share/inkscape" WWWDIR="www/inkscape" ETCDIR="etc/inkscape" --End PLIST_SUB-- --SUB_LIST-- CDR="" NO_CDR="@comment " DBUS="@comment " NO_DBUS="" OPENMP="@comment " NO_OPENMP="" POPPLER="" NO_POPPLER="@comment " VISIO="" NO_VISIO="@comment " WPG="" NO_WPG="@comment " PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/inkscape DOCSDIR=/usr/local/share/doc/inkscape EXAMPLESDIR=/usr/local/share/examples/inkscape WWWDIR=/usr/local/www/inkscape ETCDIR=/usr/local/etc/inkscape --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> inkscape-0.91 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [head-i386-default-job-19] Installing pkg-1.4.12... [head-i386-default-job-19] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of inkscape-0.91 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by inkscape-0.91 for building =========================================================================== =================================================== ===> Fetching all distfiles required by inkscape-0.91 for building => SHA256 Checksum OK for inkscape-0.91.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by inkscape-0.91 for building ===> Extracting for inkscape-0.91 => SHA256 Checksum OK for inkscape-0.91.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for inkscape-0.91 =========================================================================== =================================================== ===> inkscape-0.91 depends on file: /usr/local/include/boost/concept_check.hpp - not found ===> Verifying install for /usr/local/include/boost/concept_check.hpp in /usr/ports/devel/boost-libs ===> Installing existing package /packages/All/boost-libs-1.55.0_4.txz [head-i386-default-job-19] Installing boost-libs-1.55.0_4... [head-i386-default-job-19] `-- Installing icu-53.1... ST_FPrr %ST5, %FPSW ST_FPrr %ST2, %FPSW ST_FPrr %ST3, %FPSW ST_FPrr %ST2, %FPSW ST_FPrr %ST1, %FPSW ST_FPrr %ST0, %FPSW ST_FPrr %ST0, %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW XCH_F %ST6, %FPSW XCH_F %ST5, %FPSW XCH_F %ST1, %FPSW XCH_F %ST4, %FPSW XCH_F %ST2, %FPSW XCH_F %ST3, %FPSW XCH_F %ST2, %FPSW XCH_F %ST1, %FPSW JMP_4 Successors according to CFG: BB#16 BB#13: derived from LLVM BB %if.end.i Live Ins: %FP0 %FP3 %FP4 %FP2 %EDX %ECX %FP6 %FP5 %FP1 %ST6 %ST5 %ST4 %ST3 %ST2 %ST1 %ST0 %EBP Predecessors according to CFG: BB#12 XCH_F %ST4, %FPSW UCOM_Fr %ST1, %FPSW ST_FPrr %ST1, %FPSW FNSTSW16r %AX, %FPSW %AX = KILL %AX, %EAX %AH = KILL %AH, %EAX SAHF %EFLAGS, %AH JBE_4 , %EFLAGS Successors according to CFG: BB#21(16) BB#14(96) BB#21: Live Ins: %EDX %ECX %ST5 %ST4 %ST3 %ST2 %ST1 %ST0 %EBP Predecessors according to CFG: BB#13 ST_FPrr %ST4, %FPSW ST_FPrr %ST1, %FPSW ST_FPrr %ST1, %FPSW ST_FPrr %ST0, %FPSW ST_FPrr %ST0, %FPSW ST_FPrr %ST0, %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW XCH_F %ST6, %FPSW XCH_F %ST5, %FPSW XCH_F %ST1, %FPSW XCH_F %ST4, %FPSW XCH_F %ST2, %FPSW XCH_F %ST3, %FPSW XCH_F %ST2, %FPSW XCH_F %ST1, %FPSW JMP_4 Successors according to CFG: BB#16 BB#14: derived from LLVM BB %if.end.i Live Ins: %FP0 %FP3 %FP2 %EDX %ECX %FP6 %FP5 %FP1 %ST5 %ST4 %ST3 %ST2 %ST1 %ST0 %EBP Predecessors according to CFG: BB#13 UCOM_FPr %ST3, %FPSW ST_FPrr %ST2, %FPSW FNSTSW16r %AX, %FPSW %AX = KILL %AX, %EAX %AH = KILL %AH, %EAX SAHF %EFLAGS, %AH LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW XCH_F %ST4, %FPSW XCH_F %ST1, %FPSW XCH_F %ST3, %FPSW XCH_F %ST1, %FPSW XCH_F %ST2, %FPSW XCH_F %ST1, %FPSW JA_4 , %EFLAGS Successors according to CFG: BB#16(16) BB#15(32) BB#15: derived from LLVM BB %if.else.i Live Ins: %FP0 %FP3 %EDX %FP6 %FP1 %ST6 %ST5 %ST4 %ST3 %ST2 %ST1 %ST0 %EBP Predecessors according to CFG: BB#14 ST_FPrr %ST1, %FPSW ST_FPrr %ST2, %FPSW ST_FPrr %ST2, %FPSW MUL_FrST0 %ST0 XCH_F %ST3, %FPSW MUL_FrST0 %ST0 ADD_FPrST0 %ST3 XCH_F %ST1, %FPSW MUL_FrST0 %ST0 XCH_F %ST1, %FPSW MUL_FrST0 %ST0 ADD_FPrST0 %ST1 UCOM_FPPr %FPSW FNSTSW16r %AX, %FPSW %AX = KILL %AX, %EAX %AH = KILL %AH, %EAX SAHF %EFLAGS, %AH %AL = SETAr %EFLAGS %ECX = MOVZX32rr8 %AL LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW LD_F0 %FPSW XCH_F %ST6, %FPSW XCH_F %ST5, %FPSW XCH_F %ST1, %FPSW XCH_F %ST4, %FPSW XCH_F %ST2, %FPSW XCH_F %ST3, %FPSW XCH_F %ST2, %FPSW XCH_F %ST1, %FPSW Successors according to CFG: BB#16 BB#16: derived from LLVM BB %_ZN4Geom15intersector_ccwERKNS_5PointES2_S2_.exit Live Ins: %EDX %ECX %ST6 %ST5 %ST4 %ST3 %ST2 %ST1 %ST0 %EBP Predecessors according to CFG: BB#11 BB#14 BB#15 BB#20 BB#21 ST_FPrr %ST5, %FPSW ST_FPrr %ST4, %FPSW ST_FPrr %ST3, %FPSW ST_FPrr %ST2, %FPSW ST_FPrr %ST1, %FPSW ST_FPrr %ST0, %FPSW ST_FPrr %ST0, %FPSW %ECX = IMUL32rr %ECX, %EDX, %EFLAGS TEST32rr %ECX, %ECX, %EFLAGS %AL = SETLEr %EFLAGS, %EAX Successors according to CFG: BB#17 BB#17: derived from LLVM BB %return Live Ins: %EAX %EBP Predecessors according to CFG: BB#16 BB#2 BB#5 %EAX = MOVZX32rr8 %AL, %EAX %ESP = ADD32ri8 %ESP, 32, %EFLAGS %ESI = POP32r %ESP, %ESP %EBP = POP32r %ESP, %ESP RETL %EAX # End machine code for function _ZN4Geom23line_segment_intersectpERKNS_5PointES2_S2_S2_. *** Bad machine code: MBB exits via conditional branch/fall-through but the CFG successors don't match the actual successors! *** - function: _ZN4Geom23line_segment_intersectpERKNS_5PointES2_S2_S2_ - basic block: BB#6 if.end3 (0x2e9b23ec) *** Bad machine code: MBB exits via unconditional fall-through but its successor differs from its CFG successor! *** - function: _ZN4Geom23line_segment_intersectpERKNS_5PointES2_S2_S2_ - basic block: BB#18 (null) (0x2ea5b824) *** Bad machine code: MBB exits via conditional branch/fall-through but the CFG successors don't match the actual successors! *** - function: _ZN4Geom23line_segment_intersectpERKNS_5PointES2_S2_S2_ - basic block: BB#9 if.end.i37 (0x2ea30e08) *** Bad machine code: Using an undefined physical register *** - function: _ZN4Geom23line_segment_intersectpERKNS_5PointES2_S2_S2_ - basic block: BB#10 if.else.i46 (0x2e9b24a4) - instruction: FNSTSW16r %AX, %FPSW - operand 1: %FPSW fatal error: error in backend: Found 4 machine code errors. c++: error: clang frontend command failed with exit code 70 (use -v to see invocation) FreeBSD clang version 3.5.1 (tags/RELEASE_351/final 225668) 20150115 Target: i386-unknown-freebsd11.0 Thread model: posix c++: note: diagnostic msg: PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script. c++: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: c++: note: diagnostic msg: /tmp/geom-f125f2.cpp c++: note: diagnostic msg: /tmp/geom-f125f2.sh c++: note: diagnostic msg: ******************** Makefile:8040: recipe for target '2geom/geom.o' failed gmake[4]: *** [2geom/geom.o] Error 70 gmake[4]: Leaving directory '/wrkdirs/usr/ports/graphics/inkscape/work/inkscape-0.91/src' Makefile:5048: recipe for target 'all' failed gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory '/wrkdirs/usr/ports/graphics/inkscape/work/inkscape-0.91/src' Makefile:1401: recipe for target 'all-recursive' failed gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/graphics/inkscape/work/inkscape-0.91' Makefile:1096: recipe for target 'all' failed gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/graphics/inkscape/work/inkscape-0.91' *** Error code 1 Stop. make: stopped in /usr/ports/graphics/inkscape From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 20 04:16:13 2015 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFCB97E1 for ; Fri, 20 Feb 2015 04:16:13 +0000 (UTC) Received: from ts1-216.calg.interhop.net (ts1-184.wnpg.interhop.net [165.154.32.184]) by mx1.freebsd.org (Postfix) with ESMTP id 9A65EA3B for ; Fri, 20 Feb 2015 04:16:10 +0000 (UTC) MIME-Version: 1.0 From: "Vatican Expositor" Reply-To: info@news.va To: gnome@freebsd.org Subject: The Satanic Agenda Of Pope Francis And The Elite Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Mailer: Smart_Send_3_1_6 Date: Thu, 19 Feb 2015 23:16:07 -0500 Message-ID: <4664363713544318013324@Home> 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: Fri, 20 Feb 2015 04:16:13 -0000 The following information is being widely distributed to those in the inter= national media. You will soon be called upon by your corporate masters with= in the NWO Illuminati to sell their 'one world' government, economy, and re= ligion, to the unsuspecting masses. Those who take the 'mark of the beast' = and those in the media who help convince them to do so, are going to lose t= heir souls. Please make no mistake about it. Here are the Lord's warnings f= rom Revelation 14. "If any man worship the beast and his image, and receive his mark in his fo= rehead, or in his hand, The same shall drink of the wine of the wrath of Go= d, which is poured out without mixture into the cup of his indignation; and= he shall be tormented with fire and brimstone in the presence of the holy = angels, and in the presence of the Lamb: And the smoke of their torment asc= endeth up for ever and ever: and they have no rest day nor night, who worsh= ip the beast and his image, and whosoever receiveth the mark of his name". This expose of the Vatican and Pope Francis comprises (a) The history of ho= w and why the Roman Catholics created Islam. (b) An eyewitness testimony of= human sacrifice in the catacombs of the Vatican during an Illuminati initi= ation ceremony. (c) The criminal background of Pope Francis while he served= as Jesuit Provincial in Argentina (d) The satanic oaths that Jesuit offici= als such as Francis are required to swear to. (e) Video proof of 'full blow= n' Lucifer worship conducted in Latin at the Vatican. How And Why The Roman Catholics Created The Religion Of Islam This information came from Alberto Rivera, former Jesuit priest after his c= onversion to Protestant Christianity. It is excerpted from "The Prophet," p= ublished by Chick Publications, PO Box 662, Chino CA 91708. Since its publi= cation, after several unsuccessful attempts on his life, he died suddenly f= rom food poisoning. His testimony should not be silenced. Dr. Rivera speaks= to us still ... "What I'm going to tell you is what I learned in secret briefings in the Va= tican when I was a Jesuit priest, under oath and induction. A Jesuit cardin= al named Augustine Bea showed us how desperately the Roman Catholics wanted= Jerusalem at the end of the third century. Because of its religious histor= y and its strategic location, the Holy City was considered a priceless trea= sure. A scheme had to be developed to make Jerusalem a Roman Catholic city. "The great untapped source of manpower that could do this job was the child= ren of Ishmael. The poor Arabs fell victim to one of the most clever plans = ever devised by the powers of darkness. Early Christians went everywhere wi= th the gospel setting up small churches, but they met heavy opposition. Bot= h the Jews and the Roman government persecuted the believers in Christ to s= top their spread. But the Jews rebelled against Rome, and in 70 AD, Roman a= rmies under General Titus smashed Jerusalem and destroyed the great Jewish = temple which was the heart of Jewish worship...in fulfillment of Christ's p= rophecy in Matthew 24:2. "On this holy placed today where the temple once stood, the Dome of the Roc= k Mosque stands as Islam's second most holy place. Sweeping changes were in= the wind. Corruption, apathy, greed, cruelty, perversion and rebellion wer= e eating at the Roman Empire, and it was ready to collapse. The persecution= against Christians was useless as they continued to lay down their lives f= or the gospel of Christ. "The only way Satan could stop this thrust was to create a counterfeit "Chr= istian" religion to destroy the work of God. The solution was in Rome. Thei= r religion had come from ancient Babylon and all it needed was a face-lift.= This didn't happen overnight, but began in the writings of the 'early chur= ch fathers'. "It was through their writings that a new religion would take shape. The st= atue of Jupiter in Rome was eventually called St. Peter, and the statue of = Venus was changed to the Virgin Mary. The site chosen for its headquarters = was on one of the seven hills called 'Vaticanus', the place of the diving s= erpent where the Satanic temple of Janus stood. "The great counterfeit religion was Roman Catholicism, called 'Mystery, Bab= ylon the Great, the Mother of Harlots and Abominations of the Earth'- Revel= ation 17:5. She was raised up to block the gospel, slaughter the believers = in Christ, establish religions, create wars and make the nations drunk with= the wine of her fornication as we will see. "Three major religions have one thing in common - each has a holy place whe= re they look for guidance. Roman Catholicism looks to the Vatican as the Ho= ly City. The Jews look to the wailing wall in Jerusalem, and the Muslims lo= ok to Mecca as their Holy City. Each group believes that they receive certa= in types of blessings for the rest of their lives for visiting their holy p= lace. In the beginning, Arab visitors would bring gifts to the 'House of Go= d', and the keepers of the Kaaba were gracious to all who came. Some brough= t their idols and, not wanting to offend these people, their idols were pla= ced inside the sanctuary. It is said that the Jews looked upon the Kaaba as= an outlying tabernacle of the Lord with veneration until it became pollute= d with idols. "In a tribal contention over a well(Zamzam) the treasure of the Kaaba and t= he offerings that pilgrims had given were dumped down the well and it was f= illed with sand - it disappeared. Many years later Adb Al-Muttalib was give= n visions telling him where to find the well and its treasure. He became th= e hero of Mecca, and he was destined to become the grandfather of Muhammad.= Before this time, Augustine became the bishop of North Africa and was effe= ctive in winning Arabs to Roman Catholicism, including whole tribes. It was= among these Arab converts to Catholicism that the concept of looking for a= n Arab prophet developed. "Muhammad's father died from illness and sons born to great Arab families i= n places like Mecca were sent into the desert to be suckled and weaned and = spend some of their childhood with Bedouin tribes for training and to avoid= the plagues in the cities. "After his mother and grandfather also died, Muhammad was with his uncle wh= en a Roman Catholic monk learned of his identity and said, "Take your broth= er's son back to his country and guard him against the Jews, for by god, if= they see him and know of him that which I know, they will construe evil ag= ainst him. Great things are in store for this brother's son of yours." "The Roman Catholic monk had fanned the flames for future Jewish persecutio= ns at the hands of the followers of Muhammad. The Vatican desperately wante= d Jerusalem because of its religious significance, but was blocked by the J= ews. "Another problem was the true Christians in North Africa who preached the g= ospel. Roman Catholicism was growing in power, but would not tolerate oppos= ition. Somehow the Vatican had to create a weapon to eliminate both the Jew= s and the true Christian believers who refused to accept Roman Catholicism.= Lookng to North Africa, they saw the multitudes of Arabs as a source of ma= npower to do their dirty work. Some Arabs had become Roman Catholic, and co= uld be used in reporting information to leaders in Rome. Others were used i= n an underground spy network to carry out Rome's master plan to control the= great multitudes of Arabs who rejected Catholicism. When 'St Augustine' ap= peared on the scene, he knew what was going on. His monasteries served as b= ases to seek out and destroy Bible manuscripts owned by the true Christians. "The Vatican wanted to create a messiah for the Arabs, someone they could r= aise up as a great leader, a man with charisma whom they could train, and e= ventually unite all the non-Catholic Arabs behind him, creating a mighty ar= my that would ultimately capture Jerusalem for the pope. In the Vatican bri= efing, Cardinal Bea told us this story:=20 'A wealthy Arabian lady who was a faithful follower of the pope played a tr= emendous part in this drama. She was a widow named Khadijah. She gave her w= ealth to the church and retired to a convent, but was given an assignment. = She was to find a brilliant young man who could be used by the Vatican to c= reate a new religion and become the messiah for the children of Ishmael. Kh= adijah had a cousin named Waraquah,, who was also a very faithful Roman Cat= holic and the Vatican placed him in a critical role as Muhammad's advisor. = He had tremendous influence on Muhammad.=20 'Teachers were sent to young Muhammad and he had intensive training. Muhamm= ad studied the works of St. Augustine which prepared him for his "great cal= ling." The Vatican had Catholic Arabs across North Africa spread the story = of a great one who was about to rise up among the people and be the chosen = one of their God. 'While Muhammad was being prepared, he was told that his enemies were the J= ews and that the only true Christians were Roman Catholic. He was taught th= at others calling themselves Christians were actually wicked impostors and = should be destroyed. Many Muslims believe this. 'Muhammad began receiving "divine revelations" and his wife's Catholic cous= in Waraquah helped interpret them. From this came the Koran. In the fifth y= ear of Muhammad's mission, persecution came against his followers because t= hey refused to worship the idols in the Kaaba. =20 'Muhammad instructed some of them to flee to Abysinnia where Negus, the Rom= an Catholic king accepted them because Muhammad's views on the virgin Mary = were so close to Roman Catholic doctrine. These Muslims received protection= from Catholic kings because of Muhammad's revelations. 'Muhammad later conquered Mecca and the Kaaba was cleared of idols. History= proves that before Islam came into existence, the Sabeans in Arabia worshi= ped the moon-god who was married to the sun-god. They gave birth to three g= oddesses who were worshipped throughout the Arab world as "Daughters of All= ah" An idol excavated at Hazor in Palestine in 1950's shows Allah sitting o= n a throne with the crescent moon on his chest. 'Muhammad claimed he had a vision from Allah and was told, "You are the mes= senger of Allah." This began his career as a prophet and he received many m= essages. By the time Muhammad died, the religion of Islam was exploding. Th= e nomadic Arab tribes were joining forces in the name of Allah and his prop= het, Muhammad. 'Some of Muhammad's writings were placed in the Koran, others were never pu= blished. They are now in the hands of high ranking holy men (Ayatollahs) in= the Islamic faith.'=20 "When Cardinal Bea shared with us in the Vatican, he said, these writings a= re guarded because they contain information that links the Vatican to the c= reation of Islam. Both sides have so much information on each other, that i= f exposed, it could create such a scandal that it would be a disaster for b= oth religions. "In their "holy" book, the Koran, Christ is regarded as only a prophet. If = the pope was His representative on earth, then he also must be a prophet of= God. This caused the followers of Muhammad to fear and respect the pope as= another "holy man." "The pope moved quickly and issued bulls granting the Arab generals permiss= ion to invade and conquer the nations of North Africa. The Vatican helped t= o finance the building of these massive Islamic armies in exchange for thre= e favors:=20 1. Eliminate the Jews and Christians (true believers, which they called= infidels). 2. Protect the Augustinian Monks and Roman Catholics. 3. Conquer Jerusalem for "His Holiness" in the Vatican.=20 "As time went by, the power of Islam became tremendous - Jews and true Chri= stians were slaughtered, and Jerusalem fell into their hands. Roman Catholi= cs were never attacked, nor were their shrines, during this time. But when = the pope asked for Jerusalem, he was surprised at their denial! The Arab ge= nerals had such military success that they could not be intimidated by the = pope - nothing could stand in the way of their own plan. "Under Waraquah's direction, Muhammad wrote that Abraham offered Ishmael as= a sacrifice. The Bible says that Isaac was the sacrifice, but Muhammad rem= oved Isaac's name and inserted Ishmael's name. As a result of this and Muha= mmad's vision, the faithful Muslims built a mosque, the Dome of the Rock, i= n Ishmael's honor on the site of the Jewish temple that was destroyed in 70= AD. This made Jerusalem the 2nd most holy place in the Islam faith. How co= uld they give such a sacred shrine to the pope without causing a revolt=3F "The pope realized what they had created was out of control when he heard t= hey were calling "His Holiness" an infidel. The Muslim generals were determ= ined to conquer the world for Allah and now they turned toward Europe. Isla= mic ambassadors approached the pope and asked for papal bulls to give them = permission to invade European countries. "The Vatican was outraged; war was inevitable. Temporal power and control o= f the world was considered the basic right of the pope. He wouldn't think o= f sharing it with those whom he considered heathens. "The pope raised up his armies and called them crusades to hold back the ch= ildren of Ishmael from grabbing Catholic Europe. The crusades lasted centur= ies and Jerusalem slipped out of the pope's hands. "Turkey fell and Spain and Portugal were invaded by Islamic forces. In Port= ugal, they called a mountain village "Fatima" in honor of Muhammad's daught= er, never dreaming it would become world famous. "Years later when the Muslim armies were poised on the islands of Sardinia = and Corsica, to invade Italy, there was a serious problem. The Islamic gene= rals realized they were too far extended. It was time for peace talks. One = of the negotiators was Francis of Assisi. "As a result, the Muslims were allowed to occupy Turkey in a "Christian" wo= rld, and the Catholics were allowed to occupy Lebanon in the Arab world. It= was also agreed that the Muslims could build mosques in Catholic countries= without interference as long as Roman Catholicism could flourish Arab coun= tries. "Cardinal Bea told us in Vatican briefings that both the Muslims and Roman = Catholics agreed to block and destroy the efforts of their common enemy, Bi= ble-believing Christianm missionaries. Through these concordats, Satan bloc= ked the children of Ishmael from a knowledge of Scripture and the truth. "A light control was kept on Muslims from the Ayatollah down through the Is= lamic priests, nuns and monks. The Vatican also engineers a campaign of hat= red between the Muslim Arabs and the Jews. Before this, they had co-existed= peacefully. "The Islamic community looks on the Bible-believing missionary as a devil w= ho brings poison to the children of Allah. This explains years of ministry = in those countries with little results. "The next plan was to control Islam. In 1910, Portugal was going Socialisti= c. Red flags were appearing and the Catholic Church was facing a major prob= lem. Increasing numbers were against the church. "The Jesuits wanted Russia involved, and the location of this vision at Fat= ima could play a key part in pulling Islam to the Mother Church. "In 1917, the Virgin appeared in Fatima. "The Mother of God" was a smashing= success, playing to overflow crowds. As a result, the Socialists of Portug= al suffered a major defeat. "Roman Catholics world-wide began praying for the conversion of Russia and = the Jesuits invented the Novenas to Fatima which they could perform through= out North Africa, spreading good public relations to the Muslim world. The = Arabs thought they were honoring the daughter of Muhammad, which is what th= e Jesuits wanted them to believe. "As a result of the vision of Fatima, Pope Pius XII ordered his Nazi army t= o crush Russia and the Orthodox religion and make Russia Roman Catholic." A= few years after he lost World war II, Pope Pius XII startled the world wit= h his phoney dancing sun vision to keep Fatima in the news. It was great re= ligious show biz and the world swallowed it. "Not surprisingly, Pope Pius was the only one to see this vision. As a resu= lt, a group of followers has grown into a Blue Army world-wide, totaling mi= llions of faithful Roman Catholics ready to die for the blessed virgin.=20 "But we haven't seen anything yet. The Jesuits have their Virgin Mary sched= uled to appear four or five times in China, Russia, and major appearance in= the U.S. "What has this got to do with Islam=3F Note Bishop Sheen's statement: "Our = Lady's appearances at Fatima marked the turning point in the history of the= world's 350 million Muslims. After the death of his daughter, Muhammad wro= te that she "is the most holy of all women in Paradise, next to Mary." "He believed that the Virgin Mary chose to be known as Our Lady of Fatima a= s a sign and a pledge that the Muslims who believe in Christ's virgin birth= , will come to believe in His divinity. "Bishop Sheen pointed out that the pilgrim virgin statues of Our Lady of Fa= tima were enthusiastically received by Muslims in Africa, India, and elsewh= ere, and that many Muslims are now coming into the Roman Catholic Church." Radio talk show host and investigative journalist Greg Syzmanski interviews= Illuminati insider Svali (a pseudonym) who attended a human sacrifice cere= mony in the catacombs of the Vatican. Greg Syzmanski is believed to have be= en disappeared forinvestigative reporting on the NWO. The following is exce= rpted..... GS: Okay, we=92re back. It=92s eight minutes after the hour, and we=92re go= ing to get deep inside the Illuminati, the Family, the Order. We have a gue= st who was involved with this group, born into it, for over thirty years. H= er name is Svali. Svali, are you with us=3F SV: Uh, yes I am. GS: Well, it=92s nice to have you here. I know you don=92t give radio inter= views, and I really want to thank you, because I think it really does help = the American people understand about this secret organization that you were= born into. So I guess we can just start from the beginning. Tell us =96 ri= ght from the beginning you were born into this, from wealthy parents. Tell = us about your training in this group when you were a young child and then u= p until your orientation at the Vatican. Go ahead. SV: (surprised, laughing) Well, that=92s a pretty broad area, Greg! That co= uld take hours, if you know what I mean. GS: Yes, but do it, you know, if you could just outline it for us. SV: Yeah. I mean, I was born in the group, I was born in Germany, and came = to the US very young. I basically went through all the training that the gr= oup=85 all members of the group do undergo training to various degrees, dep= ending on the role. By the time I was a teenager, I was a youth leader, and by the time I was 2= 2, I became the youngest member of Leadership Council in San Diego County .= At that time I was a head trainer. I was the sixth trainer and eventually = moved up to the second position. GS: Mm hm. SV: When I was twelve, I had mentioned with you the ceremony at the Vatican=85 GS: Right. SV: =85that they really do make all leadership in the group undergo at some= point. GS: Now basically when you were growing up, I remember you told me that you= were instilled at a young age. You were born to a very wealthy, well-to-do= family. SV: Yes. GS: You moved back to the States. You were told at a very young age you wer= e special, you were =93chosen.=94 Correct=3F SV: Well, they tell everyone in the group that they are special and chosen,= and that=92s one of the things that made me very cynical when I was older.= You will never meet a person who is an Illuminati who has not been told or= programmed for years that they=92re special, they=92re the only one that c= an do things for quote-unquote =93Family=94. But I was told, yes, I would do great things for Family one day. The reason= why I can filter some of this with an objective view is that I know what m= y role in the group was. It was over quite a significant number of other pe= ople. So I don=92t evaluate my role or specialness within the group so much= by what I was told, but by what I did. (regretful downturn in voice on =93what I did=94) GS: So you reached the age of 12, and then you=92re told by your parents yo= u=92re going to an induction ceremony in the Vatican. SV: Yes. GS: Can you tell us how that happened and what occurred at that ceremony wh= en you went there=3F SV: (deep breath, voice becomes stressed) Okay. Um, this isn=92t easy to ta= lk about, as you know. When I was twelve, I was flown over to Germany. And I was at, I=92ll call t= hem the German Fathers=92 house, over there. And, there was some preparatio= n for a few days, beforehand, and I was told that there would be a very imp= ortant ceremony. And it was considered a sealing ceremony at that point. An= d basically I was told a little bit about what I was expected to do during = the ceremony. When we got there, we went through the Vatican. Underneath the Vatican ther= e is a large room that I described to you when we talked before. It has 13 = catacomb chambers leading into it. And what they do is as you go down these= steps into the room, you can see that it=92s circular, so they=92re all ro= unded. They bring out the mummies from the catacombs. And they set them bes= ide each one [each of the 13 catacomb chambers], and they say =93That=92s t= he spirit of the Fathers watching over the ceremony.=94 During the ceremony, there was a large table in the center of the room. It = was on top of this huge golden pentagram. They had a ceremony there. GS: So how many kids, how many other children were with you being inducted = into the Family or the Order, as they call it=3F SV: There were two other children at that point. But there were several adu= lts too. GS: Okay. SV: See, the Church also brings in adults to swear their allegiance, too, j= ust so you know. I was told, and I don=92t know if this is true, that if yo= u want to rise to a certain position within the Catholic Church hierarchy, = you do have to go through that ceremony as well. GS: Okay, so you=92re down in this room. Your parents weren=92t present. SV: No. No. The German Father and the French Father were. GS: Okay, and at that point tell our listeners what you witnessed. SV: (pause, additional voice stress) Well, there was a table. It looked lik= e dark glass in the center of the room. It was made out of a stone, but it = was very shiny and darkened black. It may have been something like obsidian= or onyx, I=92m not sure. This was the only time I=92ve seen stone like tha= t. Around the corners it had these gold channels that, you know, collect fluid= s. A little boy was placed in the center of the table and drugged. I think = he was drugged, because he was very quiet. He didn=92t move or say anything. GS: This was a little three or four-year-old boy, right=3F SV: Yes. Yeah. Yeah. GS: Then they continued to do a child sacrifice. SV: Yes, they did. Yes. I told you about that before. Yeah. GS: Now afterwards, quite, what an unbelievable experience for a youth, a 1= 2-year-old. What went through your mind when that happened=3F SV: I was terrified! I mean, I was absolutely horrified. I=85 I=85 I=85 I c= an=92t describe the terror you feel when you go through something like that. GS: And do you remember the words they were saying as this was going on=3F SV: (pause) The man was in scarlet =96 he was speaking in Latin. And basica= lly he was saying, =93Please accept the sacrifice on this day.=94 And then = he said, =93This sacrifice will seal the ceremony.=94 And then he did it. Again, I was so terrified that=85 (sighs) Have you ever been in a situation= where your heart=92s racing, but you can=92t do anything=3F You=92re just = kind of sitting there, and you=92re kind of fading in and out=3F GS: Well, I can remember as a youth being frightened, but I don=92t think I= =92ve ever=85 SV: (crosstalk) No. All right. GS:=85 had anything quite like what you=92ve had. SV: Imagine your heart rate going up to about 220. You can=92t move. You=92= re kind of shaking, but you=92re trying not to show it. GS: Mm hm. SV: It was horrible. Actually, I keep thinking inside, =93I can=92t wait = =92till it=92s over. I can=92t wait.=94 You don=92t say this, but inside yo= u=92re just saying over and over, =93I can=92t wait =92till this is over. I= can=92t wait =92till this is over. I can=92t wait =92till it=92s over.=94 GS: Mm hm. SV: Afterwards, the man in scarlet, he had a huge golden ring on his hand. = He came over to the center of the room. Each of the people that were sweari= ng that day had to go forward and kneel before him and kiss his ring, and s= wear my allegiance to the New Order, to the New World Order for all=85 unti= l my death. GS: Hm. Now at that point you were escorted out. SV: Yes. Yeah. After the ceremony was all over. I mean, the other people al= so did theirs as well. They had to swear their allegiance too. GS: And they were the same age as you=3F SV: The two children were, but there were also three adults that went forwa= rd and did the same. And afterwards, we were told, (slowly and precisely): = =93May the same to you or worse occur should you ever break this oath.=94 GS: Hm. So it=92s basically=85 whew! Imagine at that age, what [this would = do]. And you weren=92t really prepped for this, were you=3F You were told t= here was a ceremony, but you didn=92t expect anything like this, from what = I=92ve gathered talking to you. SV: It was very difficult to go through, just because the sense of horrific= oppression down there was the worst I=92ve [ever felt.] I=92ve gone throug= h some ceremonies in my life in the Illuminati, you do go through them. But= I have to say that in my experience this was the worst, just because=85 I = can=92t explain the amount of darkness in that room. It was just pure evil.= And unless you=92ve ever been in a=85 seen a person=85 it was just horribl= e. It wasn=92t just what happened, but just=85 I mean, the oppression. And I= =92m a Christian now, and I know the difference between when there is evil = present =96 oppression =96 or when God=92s love is present, which is joy an= d peace. That=92s the exact opposite of what there was in that room. GS: Now you know what I find quite interesting about this=3F About 25 years= ago, I was a reporter and a freelance writer in Rome, and I spent six year= s there. I walked through the Vatican many, many times=85 hundreds of times= . I covered the papal addresses, things like that. During that time I was there during a Vatican scandal, which involved the C= hurch bank and other things=85 members of the Illuminati, the Freemasons. I= was approached by a woman, Maria Vendital (ph), and I=92ll never forget th= is. Rome=92s a small town. People knew I was covering stories about the sec= ret societies, things like that. I had to ask people. Well, this woman came up to me and told me similar stories. She wasn=92t qu= ite as specific because she couldn=92t handle it without breaking out cryin= g, and tried to commit suicide twice because she couldn=92t get out of the = Illuminati. She was a member, born into it from a very wealthy northern Ita= lian family. She told me basically the same ceremony took place with her. And so, when I started talking to you, I wanted to relay that to you, and a= lso to relay to my listeners that I also heard about this, 25 years ago, fr= om a woman by the name of Maria, and several other people in Italy that I t= alked to. I was never able to locate or really, probably for my own safety,= ever find out what happened. But again, Svali=92s corroborating a story that I heard about 25 years ago.= We=92ll get back after the break with this incredible story of a member wh= o is now out of the Illuminati, out of the group and safe, on the Republic = Broadcasting Network. [commercial break =96 Resume at 23:15] GS: Okay, we=92re back on the Investigative Journal. I=92m your host, Greg = Szymanski. We=92re talking to Svali, a member of the Family, the Order, the= Illuminati, for thirty years. Svali, you leave the induction ceremony. You walk out into the Vatican cour= tyard with one of the fathers, I believe. What did he tell you then=3F SV: At that point he just told me to never forget. He told me that I had pe= rformed well during the ceremony because I didn=92t scream or pass out or a= nything like that. He said =93You did very well,=94 and he was pleased. The= n we stayed at a home nearby. It must have been a local person. I didn=92t = know them. We spent the night there before we went back to Germany. GS: Okay, and what about the other people during the ceremony. How did they= handle themselves=3F Do you remember=3F SV: (sighs) I=92m going to say, unfortunately, I was so=85 when you=92re in= that kind of situation, the last thing you=92re thinking about sometimes i= s what the other people are doing. (Laughs) I was just so trying not to los= e it myself. I do know that no one screamed or shouted or anything like tha= t. Everyone was quiet. I think to say =91dead silence,=92 is, unless the pe= rson was spoken to, true =96 or unless they had to go forward and kiss the = ring. GS: All right, let=92s move on. I think we=92ve, uh=85 SV: Yeah. (end excerpt) Who is Jorge Mario Bergoglio=3F (Pope Francis) Excerpts From An Article By= Professor Michel Chossudovsky >From the outset of the military regime in 1976, I was Visiting Professor at= the Social Policy Institute of the Universidad Nacional de Cordoba, Argent= ina. My major research focus at the time was to investigate the social impa= cts of the deadly macroeconomic reforms adopted by the military Junta.=20 I was teaching at the University of Cordoba during the initial wave of assa= ssinations which also targeted progressive grassroots members of the Cathol= ic clergy. The Northern industrial city of Cordoba was the center of the resistance mo= vement. I witnessed how the Catholic hierarchy actively and routinely suppo= rted the military junta, creating an atmosphere of intimidation and fear t= hroughout the country. The general feeling at the time was that Argentinian= s had been betrayed by the upper echelons of the Catholic Church. In 1973 Jorge Mario Bergoglio had been appointed =93Provincial=94 of Argent= ina for the Society of Jesus. In this capacity, Bergoglio was the highest ranking Jesuit in Argentina dur= ing the military dictatorship led by General Jorge Videla (1976-1983). He later became bishop and archbishop of Buenos Aires. Pope John Paul II el= evated him to the title of cardinal in 2001 When the military junta relinquished power in 1983, the duly elected presid= ent Ra=FAl Alfons=EDn set up a Truth Commission pertaining to the crimes un= derlying the =93Dirty War=94 (La Guerra Sucia). The military junta had been supported covertly by Washington. US. Secretary= of State Henry Kissinger played a behind the scenes role in the 1976 milit= ary coup. When the military junta relinquished power in 1983, the duly elected presid= ent Ra=FAl Alfons=EDn set up a Truth Commission pertaining to the crimes un= derlying the =93Dirty War=94 (La Guerra Sucia). Ironically, a major trial opened up in Buenos Aires on March 5, 2013 a week= prior to Cardinal Bergoglio=92s investiture as Pontiff. The ongoing trial = in Buenos Aires is: =93to consider the totality of crimes carried out under= Operation Condor, a coordinated campaign by various US-backed Latin Americ= an dictatorships in the 1970s and 1980s to hunt down, torture and murder te= ns of thousands of opponents of those regimes.=94 The military junta led by General Jorge Videla (left) was responsible for c= ountless assassinations, including priests and nuns who opposed military ru= le following the CIA sponsored March 24, 1976 coup which overthrew the gove= rnment of Isabel Peron: =94Videla was among the generals convicted of human= rights crimes, including =93disappearances=94, torture, murders and kidnap= pings. In 1985, Videla was sentenced to life imprisonment at the military p= rison of Magdalena.=94 Wall Street was firmly behind the military Junta which waged =93The Dirty W= ar=94 on its behalf. In turn, the Catholic Church hierarchy played a centra= l role in sustaining the legitimacy of the military Junta. The Order of Jesus =96which represented the Conservative yet most influenti= al faction within the Catholic Church, closely associated with Argentina=92= s economic elites=96 was firmly behind the military Junta, against so-calle= d =93Leftists=94 in the Peronista movement. Condemning the military dictatorship (including its human rights violations= ) was a taboo within the Catholic Church. While the upper echelons of the = Church were supportive of the military Junta, the grassroots of the Church = was firmly opposed to the imposition of military rule. In 2005, human rights lawyer Myriam Bregman filed a criminal suit against C= ardinal Jorge Bergoglio, accusing him of conspiring with the military junta= in the 1976 kidnapping of two Jesuit priests. Several years later, the survivors of the =93Dirty War=94 openly accused Ca= rdinal Jorge Bergoglio of complicity in the kidnapping of priests Francisc= o Jalics y Orlando Yorio as well six members of their parish, (El Mundo, 8= November 2010)=20 Bergoglio, who at the time was =93Provincial=94 for the Society of Jesus, h= ad ordered the two =93Leftist=94 Jesuit priests and opponents of military r= ule =93to leave their pastoral work=94 (i.e. they were fired) following di= visions within the Society of Jesus regarding the role of the Catholic Chur= ch and its relations to the military Junta. While the two priests Francisco Jalics y Orlando Yorio, kidnapped by the de= ath squads in May 1976 were released five months later. after having been t= ortured, six other people associated with their parish kidnapped as part of= the same operation were =93disappeared=94 (desaparecidos). These included = four teachers associated with the parish and two of their husbands. Upon his release, Priest Orlando Yorio =93accused Bergoglio of effectively = handing them over [including six other people] to the death squads =85 Jali= cs refused to discuss the complaint after moving into seclusion in a German= monastery.=94=20 Among those =93disappeared=94 by the death squads were M=F3nica Candelaria = Mignone and Mar=EDa Marta V=E1zquez Ocampo, respectively daughter of the fo= under of of the CELS (Centro de Estudios Legales y Sociales) Emilio Mignone= and daughter of the president of Madres de Plaza de Mayo, Martha Ocampo de= V=E1zquez. (El Periodista Online, March 2013). Mar=EDa Marta V=E1squez, her husband C=E9sar Lugones (see picture right) an= d M=F3nica Candelaria Mignone allegedly =93handed over to the death squads= =94 by Jesuit =93Provincial=94 Jorge Mario Bergoglio are among the thousand= s of =93desaparecidos=94 (disappeared) of Argentina=92s =93Dirty War=94, wh= ich was supported covertly by Washington under =93Operation Condor=94. (See= memorialmagro.com.ar) In the course of the trial initiated in 2005: =93Bergoglio [Pope Francis I]= twice invoked his right under Argentine law to refuse to appear in open co= urt, and when he eventually did testify in 2010, his answers were evasive= =94: =93At least two cases directly involved Bergoglio. One examined the to= rture of two of his Jesuit priests =97 Orlando Yorio and Francisco Jalics = =97 who were kidnapped in 1976 from the slums where they advocated liberati= on theology. Yorio accused Bergoglio of effectively handing them over to th= e death squads=85 by declining to tell the regime that he endorsed their wo= rk. Jalics refused to discuss it after moving into seclusion in a German mo= nastery.=94 (Los Angeles Times, April 1, 2005) The military government acknowledged in a Secret Memo (see below) that Fath= er Bergoglio had accused the two priests of having established contacts wit= h the guerilleros, and for having disobeyed the orders of the Church hierar= chy (Conflictos de obedecencia). It also states that the Jesuit order had d= emanded the dissolution of their group and that they had refused to abide = by Bergoglio=92s instructions. The document acknowledges that the =93arrest=94 of the two priests, who wer= e taken to the torture and detention center at the Naval School of Mechanic= s, ESMA, was based on information transmitted by Father Bergoglio to the mi= litary authorities. (signed by Mr. Orcoyen) The accusations directed against Bergoglio regarding the two kidnapped Jesu= it priests and six members of their parish are but the tip of the iceberg. = While Bergoglio was an important figure in the Catholic Church, he was cer= tainly not alone in supporting the Military Junta. According to lawyer Myriam Bregman: =93Bergoglio=92s own statements proved= church officials knew from early on that the junta was torturing and killi= ng its citizens=94, and yet publicly endorsed the dictators. =93The dictato= rship could not have operated this way without this key support,=94 (Los An= geles Times, April 1, 2005 emphasis added)=20 End of excerpts from Professor Chossudovsky's article. Many incriminating p= hotos and documents are included in the original article which is easily ac= cessed online. Excerpts From The Jesuit Oath That Pope Francis Would Have Sworn To When He= Was Promoted In Argentina. =93When a Jesuit of the minor rank is to be elevated to command, he is cond= ucted into the Chapel of the Convent of the Order, where there are only thr= ee others present, the principal or Superior standing in front of the altar= . On either side stands a monk, one of whom holds a banner of yellow and wh= ite, which are the Papal colors, and the other a black banner with a dagger= and red cross above a skull and crossbones, with the word INRI, and below = them the words IUSTUM, NECAR, REGES, IMPIOUS. The meaning of which is: It i= s just to exterminate or annihilate impious or heretical Kings, Governments= , or Rulers. Upon the floor is a red cross at which the postulant or candid= ate knee ls. The Superior hands him a small black crucifix, which he takes = in his left hand and presses to his heart, and the Superior at the same tim= e presents to him a dagger, which he grasps by the blade and holds the poin= t against his heart, the Superior still holding it by the hilt, and thus ad= dresses the postulant:=94 Superior: My son, heretofore you have been taught to act the dissembler: among Roman = Catholics to be a Roman Catholic, and to be a spy even among your own breth= ren; to believe no man, to trust no man. Among the Reformers, to be a refor= mer; among the Huguenots, to be a Huguenot; among the Calvinists, to be a C= alvinist; among other Protestants, generally to be a Protestant, and obtain= ing their confidence, to seek even to preach from their pulpits, and to den= ounce with all the vehemence in your nature our Holy Religion and the Pope;= and even to descend so low as to become a Jew among Jews, that you might b= e enabled to gather together all information for the benefit of your Order = as a faithful soldier of the Pope. You have been taught to insidiously plant the seeds of jealousy and hatred = between communities, provinces, states that were at peace, and incite them = to deeds of blood, involving them in war with each other, and to create rev= olutions and civil wars in countries that were independent and prosperous, = cultivating the arts and the sciences and enjoying the blessings of peace. = To take sides with the combatants and to act secretly with your brother Jes= uit, who might be engaged on the other side, but openly opposed to that wit= h which you might be connected, only that the Church might be the gainer in= the end, in the conditions fixed in the treaties for peace and that the en= d justifies the means. You have been taught your duty as a spy, to gather all statistics, facts an= d information in your power from every source; to ingratiate yourself into = the confidence of the family circle of Protestants and heretics of every cl= ass and character, as well as that of the merchant, the banker, the lawyer,= among the schools and universities, in parliaments and legislatures, and t= he judiciaries and councils of state, and to be all things to all men, for = the Pope=92s sake, whose servants we are unto death. (end excerpt) This YouTube video of Lucifer worship at the Vatican is very disturbing! If= you know anyone in the Catholic Church please forward this video link to t= hem!=20 https://www.youtube.com/watch=3Fv=3DsUN-XEU6HUc From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 20 04:46:32 2015 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 4A4BDB6E for ; Fri, 20 Feb 2015 04:46:32 +0000 (UTC) Received: from vms173013pub.verizon.net (vms173013pub.verizon.net [206.46.173.13]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 251F7CF3 for ; Fri, 20 Feb 2015 04:46:31 +0000 (UTC) MIME-version: 1.0 Received: from [192.168.1.8] ([100.1.235.44]) by vms173013.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0NK1005G9ZX3PB70@vms173013.mailsrvcs.net> for gnome@freebsd.org; Thu, 19 Feb 2015 22:46:16 -0600 (CST) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=AptZB15K c=1 sm=1 tr=0 a=dUPDVWa3Dxp/u6Q+mY+wRA==:117 a=PfiieShrCcoA:10 a=LaogzpLLAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=0HtSIViG9nkA:10 a=r77TgQKjGQsHNAKrUKIA:9 a=9iDbn-4jx3cA:10 a=cKsnjEOsciEA:10 a=gZbpxnkM3yUA:10 a=_s7-uRmviiTomi0dvVoA:9 a=QEXdDO2ut3YA:10 a=58dps-tSY7uOqqcF9noA:9 a=swBtNPSbUttW2XTM:21 a=_W_S_7VecoQA:10 Message-id: <54E6BC17.1080508@aldan.algebra.com> Date: Thu, 19 Feb 2015 23:46:15 -0500 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 To: gnome@freebsd.org Subject: High CPU usage by Firefox after screensaver kicks in Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Fri, 20 Feb 2015 04:46:32 -0000 Hello! I'm observing a strange situation on this newly rebuilt 10.1-STABLE/i386 box. The running Firefox has a single window with two tabs open. It is perfectly idle and consuming no CPU. However, when the screensaver kicks in 3 minutes later, the CPU usage by firefox climbs all the way up -- way past the screen-saver and the Xorg process: PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND 75533 me 43 40 0 453M 356M uwait 186:01 82.57% firefox 77018 me 1 54 10 54772K 33876K RUN 3:13 8.06% carousel 13854 root 1 41 0 90756K 22392K select 10:22 1.95% Xorg As soon as I touch a mouse and the screen-saver disappears, firefox calms down and the computer is 100% idle again. It is as if firefox is programmed to do something CPU-intensive (protein-folding? SETI?) as soon as the computer's screen-saver turns on. Has anyone else seen this? What can be causing it? Thanks! -mi From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 20 05:12:07 2015 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54F48CC7 for ; Fri, 20 Feb 2015 05:12:07 +0000 (UTC) Received: from mail-pa0-x22c.google.com (mail-pa0-x22c.google.com [IPv6:2607:f8b0:400e:c03::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 21F6BF2F for ; Fri, 20 Feb 2015 05:12:07 +0000 (UTC) Received: by pablf10 with SMTP id lf10so5222573pab.12 for ; Thu, 19 Feb 2015 21:12:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=9cT+noSMdR5XcO4sFcZAvTDT2XSMa8UFVKX8ZANP1KQ=; b=v95nNcg+FISx5w4Z+trypt8oJog6TlMjwSNszq5rALNTa/0Fh1+jj/aCT85ApcegcX +vskmg1lLGjcYTEYevHLY6Svo9NWhU0cVaDCNxpeOQud62kmfL2tYzjjoJf4y/PQr4Cx WjNcMhJ8dC5nJ4ATS72RmXHhFhnCmKFXsB6VbR1QWlkUPENXPVtltPTRjxLlmUWZukLR 5eWHQpqoSNztHB4QPiZdyg0S+vYTC/+pLIRtgUcnqcsuj8nCqGICb6iPWGHSeStJgb30 Ui0eGvlNhkkjQc5YVgpyckM0Jg35H0uBzIjruIhE5ZbJa30nZnJ7ImQJMBwvTUBT+CKq k5AQ== MIME-Version: 1.0 X-Received: by 10.70.34.14 with SMTP id v14mr13889240pdi.132.1424409126598; Thu, 19 Feb 2015 21:12:06 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.30.198 with HTTP; Thu, 19 Feb 2015 21:12:06 -0800 (PST) In-Reply-To: <54E6BC17.1080508@aldan.algebra.com> References: <54E6BC17.1080508@aldan.algebra.com> Date: Thu, 19 Feb 2015 21:12:06 -0800 X-Google-Sender-Auth: TYlfE7pw6a9IapqVzk243ElxX3E Message-ID: Subject: Re: High CPU usage by Firefox after screensaver kicks in From: Kevin Oberman To: "Mikhail T." Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD GNOME Users 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: Fri, 20 Feb 2015 05:12:07 -0000 On Thu, Feb 19, 2015 at 8:46 PM, Mikhail T. wrote: > Hello! > > I'm observing a strange situation on this newly rebuilt 10.1-STABLE/i386 > box. The running Firefox has a single window with two tabs open. It is > perfectly idle and consuming no CPU. > > However, when the screensaver kicks in 3 minutes later, the CPU usage by > firefox climbs all the way up -- way past the screen-saver and the Xorg > process: > > PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU > COMMAND > 75533 me 43 40 0 453M 356M uwait 186:01 82.57% > firefox > 77018 me 1 54 10 54772K 33876K RUN 3:13 8.06% > carousel > 13854 root 1 41 0 90756K 22392K select 10:22 1.95% Xorg > > As soon as I touch a mouse and the screen-saver disappears, firefox > calms down and the computer is 100% idle again. It is as if firefox is > programmed to do something CPU-intensive (protein-folding? SETI?) as > soon as the computer's screen-saver turns on. > > Has anyone else seen this? What can be causing it? Thanks! > > -mi > Just tried on my system running a recent 10-stable and firefox 35.0.1. No significant change in firefox CPU use. -- Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 20 06:14:38 2015 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 612AD867 for ; Fri, 20 Feb 2015 06:14:38 +0000 (UTC) Received: from vms173009pub.verizon.net (vms173009pub.verizon.net [206.46.173.9]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3916C74D for ; Fri, 20 Feb 2015 06:14:37 +0000 (UTC) Received: from [192.168.1.8] ([100.1.235.44]) by vms173009.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0NK200LBF17M8210@vms173009.mailsrvcs.net> for gnome@freebsd.org; Thu, 19 Feb 2015 23:14:16 -0600 (CST) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=AptZB15K c=1 sm=1 tr=0 a=dUPDVWa3Dxp/u6Q+mY+wRA==:117 a=PfiieShrCcoA:10 a=LaogzpLLAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=0HtSIViG9nkA:10 a=r77TgQKjGQsHNAKrUKIA:9 a=9iDbn-4jx3cA:10 a=cKsnjEOsciEA:10 a=gZbpxnkM3yUA:10 a=6GOdBX_xr5ciOGNz8GoA:9 a=QEXdDO2ut3YA:10 a=tZUAXm3EKssA:10 a=PK3EJebR5ykA:10 a=h6Lv9oXjZFMA:10 a=pGLkceISAAAA:8 a=c-Nfa1rOul0Nk10BeNwA:9 a=_W_S_7VecoQA:10 Message-id: <54E6C2A2.7080303@aldan.algebra.com> Date: Fri, 20 Feb 2015 00:14:10 -0500 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-version: 1.0 To: gnome@freebsd.org Subject: Re: High CPU usage by Firefox after screensaver kicks in References: <54E6BC17.1080508@aldan.algebra.com> In-reply-to: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Fri, 20 Feb 2015 06:14:38 -0000 On 20.02.2015 00:12, Kevin Oberman wrote: > Just tried on my system running a recent 10-stable and firefox 35.0.1. > No significant change in firefox CPU use. Like most of mine, yours is a 64-bit system, is not it? I can not reproduce it on other systems either... -mi From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 20 09:27:31 2015 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 335DF145; Fri, 20 Feb 2015 09:27:31 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 13EBECE7; Fri, 20 Feb 2015 09:27:31 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K9RUxh057730; Fri, 20 Feb 2015 09:27:30 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1K9RU1r057712; Fri, 20 Feb 2015 09:27:30 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Fri, 20 Feb 2015 09:27:30 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502200927.t1K9RU1r057712@beefy1.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - head-i386-default][databases/libgda5-jdbc] Failed for libgda5-jdbc-5.2.2 in configure Cc: pkg-fallout@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: Fri, 20 Feb 2015 09:27:31 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/databases/libgda5-jdbc/Makefile 376622 2015-01-09 16:36:15Z kwm $ Log URL: http://beefy1.isc.freebsd.org/data/head-i386-default/2015-02-19_09h57m09s/logs/libgda5-jdbc-5.2.2.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=head-i386-default&build=2015-02-19_09h57m09s Log: ====>> Building databases/libgda5-jdbc build started at Fri Feb 20 09:26:56 UTC 2015 port directory: /usr/ports/databases/libgda5-jdbc building for: FreeBSD head-i386-default-job-07 11.0-CURRENT FreeBSD 11.0-CURRENT r278930 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/databases/libgda5-jdbc/Makefile 376622 2015-01-09 16:36:15Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 1100060 !!! Jail is newer than host. (Jail: 1100060, Host: 1100058) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=1100060 UNAME_v=FreeBSD 11.0-CURRENT r278930 UNAME_r=11.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=libgda5-jdbc-5.2.2 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool MASTERNAME=head-i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --without-oracle --disable-crypto --disable-default-binary --enable-introspection --without-ui --without-bdb --without-ldap --without-mysql --without-postgres --without-mdb --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh GTKDOC="false" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -fstack-protector" LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- VERSION=5.0 JAVASHAREDIR="share/java" JAVAJARDIR="share/java/classes" OSREL=11.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/libgda" EXAMPLESDIR="share/examples/libgda" DATADIR="share/libgda" WWWDIR="www/libgda" ETCDIR="etc/libgda" --End PLIST_SUB-- --SUB_LIST-- JAVASHAREDIR="/usr/local/share/java" JAVAJARDIR="/usr/local/share/java/classes" JAVALIBDIR="/usr/local/share/java/classes" JAVA_VERSION="1.6+" JAVA_VENDOR="bsdjava openjdk" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/libgda DOCSDIR=/usr/local/share/doc/libgda EXAMPLESDIR=/usr/local/share/examples/libgda WWWDIR=/usr/local/www/libgda ETCDIR=/usr/local/etc/libgda --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> libgda5-jdbc-5.2.2 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [head-i386-default-job-07] Installing pkg-1.4.12... [head-i386-default-job-07] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of libgda5-jdbc-5.2.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libgda5-jdbc-5.2.2 for building =========================================================================== =================================================== ===> Fetching all distfiles required by libgda5-jdbc-5.2.2 for building => SHA256 Checksum OK for gnome3/libgda-5.2.2.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libgda5-jdbc-5.2.2 for building ===> Extracting for libgda5-jdbc-5.2.2 => SHA256 Checksum OK for gnome3/libgda-5.2.2.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for libgda5-jdbc-5.2.2 =========================================================================== =================================================== ===> libgda5-jdbc-5.2.2 depends on executable: itstool - not found ===> Verifying install for itstool in /usr/ports/textproc/itstool ===> Installing existing package /packages/All/itstool-2.0.2_1.txz [head-i386-default-job-07] Installing itstool-2.0.2_1... [head-i386-default-job-07] `-- Installing py27-libxml2-2.9.2... [head-i386-default-job-07] | `-- Installing libxml2-2.9.2_2... [head-i386-default-job-07] | `-- Extracting libxml2-2.9.2_2... done [head-i386-default-job-07] | `-- Installing py27-setuptools27-5.5.1_1... [head-i386-default-job-07] | | `-- Installing python27-2.7.9... [head-i386-default-job-07] | | `-- Installing gettext-runtime-0.19.4... [head-i386-default-job-07] | | | `-- Installing indexinfo-0.2.2... [head-i386-default-job-07] | | | `-- Extracting indexinfo-0.2.2... done [head-i386-default-job-07] | | `-- Extracting gettext-runtime-0.19.4... done [head-i386-default-job-07] | | `-- Installing libffi-3.2.1... [head-i386-default-job-07] | | `-- Extracting libffi-3.2.1... done [head-i386-default-job-07] | | `-- Installing readline-6.3.8... [head-i386-default-job-07] | | `-- Extracting readline-6.3.8... done [head-i386-default-job-07] | | `-- Extracting python27-2.7.9... done [head-i386-default-job-07] | `-- Extracting py27-setuptools27-5.5.1_1... done [head-i386-default-job-07] | `-- Installing python2-2_3... [head-i386-default-job-07] | `-- Extracting python2-2_3... done [head-i386-default-job-07] `-- Extracting py27-libxml2-2.9.2... done [head-i386-default-job-07] Extracting itstool-2.0.2_1... done Message for python27-2.7.9: ===================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter ===================================================================== ===> Returning to build of libgda5-jdbc-5.2.2 ===> libgda5-jdbc-5.2.2 depends on file: /usr/local/openjdk7/bin/java - not found ===> Verifying install for /usr/local/openjdk7/bin/java in /usr/ports/java/openjdk7 ===> Installing existing package /packages/All/openjdk-7.76.13_1,1.txz [head-i386-default-job-07] Installing openjdk-7.76.13_1,1... [head-i386-default-job-07] `-- Installing alsa-lib-1.0.28... [head-i386-default-job-07] `-- Extracting alsa-lib-1.0.28... done [head-i386-default-job-07] `-- Installing dejavu-2.34_4... [head-i386-default-job-07] `-- Extracting dejavu-2.34_4... done [head-i386-default-job-07] `-- Installing fontconfig-2.11.1,1... checking whether build environment is sane... yes /wrkdirs/usr/ports/databases/libgda5-jdbc/work/libgda-5.2.2/missing: Unknown `--is-lightweight' option Try `/wrkdirs/usr/ports/databases/libgda5-jdbc/work/libgda-5.2.2/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking whether gmake supports nested variables... (cached) yes checking whether NLS is requested... yes checking for style of include used by gmake... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for intltool >= 0.40.6... 0.50.2 found checking for intltool-update... /usr/local/bin/intltool-update checking for intltool-merge... /usr/local/bin/intltool-merge checking for intltool-extract... /usr/local/bin/intltool-extract checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.18.4 checking for XML::Parser... ok checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking size of unsigned int... 4 checking size of unsigned long int... 4 checking size of int *... 4 checking for uint8_t... yes checking for localtime_r... yes checking for localtime_s... no checking for sys/mman.h... (cached) yes checking for mlock... (cached) yes checking for a C compiler for build tools... cc checking for suffix of executable build tools... checking for library containing strerror... none required checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking whether cc understands -c and -o together... yes checking for ANSI C header files... (cached) yes checking build system type... i386-portbld-freebsd11.0 checking host system type... i386-portbld-freebsd11.0 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert i386-portbld-freebsd11.0 file names to i386-portbld-freebsd11.0 format... func_convert_file_noop checking how to convert i386-portbld-freebsd11.0 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd11.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd11.0 ld.so checking how to hardcode library paths into programs... immediate checking whether gmake sets $(MAKE)... (cached) yes checking for itstool... itstool checking for xmllint... xmllint checking for glib-genmarshal... /usr/local/bin/glib-genmarshal checking for glib-compile-resources... /usr/local/bin/glib-compile-resources checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/local/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/local/bin/msgfmt checking for xgettext... (cached) /usr/local/bin/xgettext checking pkg-config is at least version 0.18... yes checking for COREDEPS... yes checking for ISO_CODES... no checking for platform... Unix checking for /proc/self/maps... no checking whether everything is installed to the same prefix... no checking whether binary relocation support should be enabled... no checking for GIO... yes checking for LIBXSLT... yes checking for gobject-introspection... yes checking for libgcrypt-config... /usr/local/bin/libgcrypt-config checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking if all java programs are found... checking for java... /usr/local/bin/java checking for javac... /usr/local/bin/javac checking for javah... /usr/local/bin/javah checking for jar... /usr/local/bin/jar checking whether Java interpreter works... yes checking java compiler version... JAVA version used is Sun JRE 1.7 checking for Java environment... in /usr/local/openjdk7/jre checking for /usr/local/openjdk7/jre/include/jni.h... no checking for /usr/local/openjdk7/jre/jni.h... no checking for /usr/local/openjdk7/jre/../include/jni.h... yes checking for /usr/local/openjdk7/jre/../include/./jni_md.h... no checking for /usr/local/openjdk7/jre/../include/linux/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/solaris/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/ppc/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/irix/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/alpha/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/aix/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/hp-ux/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/genunix/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/cygwin/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/win32/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/freebsd/jni_md.h... yes checking whether JNI programs can be compiled... configure: error: Cannot compile a simple JNI program. See config.log for details. ===> Script "configure" failed unexpectedly. Please run the gnomelogalyzer, available from "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) "/wrkdirs/usr/ports/databases/libgda5-jdbc/work/libgda-5.2.2/config.log", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1 Stop. make: stopped in /usr/ports/databases/libgda5-jdbc From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 20 09:33:51 2015 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44601379 for ; Fri, 20 Feb 2015 09:33:51 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 30110DEA for ; Fri, 20 Feb 2015 09:33:51 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K9XpaO042530 for ; Fri, 20 Feb 2015 09:33:51 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t1K9XpMb042529; Fri, 20 Feb 2015 09:33:51 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201502200933.t1K9XpMb042529@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 20 Feb 2015 09:33:51 +0000 From: portscout@FreeBSD.org To: gnome@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 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: Fri, 20 Feb 2015 09:33:51 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/gnome@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ deskutils/gnome-photos | 3.14.2 | 3.15.90 ------------------------------------------------+-----------------+------------ games/gnome-mahjongg | 3.14.1 | 3.15.90 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 20 14:58:39 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F231752F for ; Fri, 20 Feb 2015 14:58:39 +0000 (UTC) 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 BE448785 for ; Fri, 20 Feb 2015 14:58:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KEwder033629 for ; Fri, 20 Feb 2015 14:58:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 197851] Remove conflict between deskutils/notification-daemon and deskutils/xfce4-notifyd Date: Fri, 20 Feb 2015 14:58:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None 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: woodsb02@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_file_loc op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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: Fri, 20 Feb 2015 14:58:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197851 Bug ID: 197851 Summary: Remove conflict between deskutils/notification-daemon and deskutils/xfce4-notifyd Product: Ports & Packages Version: Latest Hardware: Any URL: https://bugs.mageia.org/show_bug.cgi?id=12480 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: woodsb02@gmail.com CC: ehaupt@FreeBSD.org, gnome@FreeBSD.org CC: ehaupt@FreeBSD.org, gnome@FreeBSD.org A user cannot currently install multimedia/banshee on the XFCE desktop, because it relies on deskutils/notification-daemon, whilst XFCE uses deskutils/xfce4-notifyd, and the ports system has registered a conflict between these two ports. https://lists.freebsd.org/pipermail/freebsd-ports/2015-February/098109.html deskutils/xfce4-notifyd has been modified upstream such that it no longer has any overlapping files with deskutils/notification-daemon. There is no longer a file conflict, and having both installed at the same time does not break functionality of whichever is being used by the active desktop environment. For reference, a similar bug was previously fixed in the Mageia Linux project: https://bugs.mageia.org/show_bug.cgi?id=12480 --- Comment #1 from Bugzilla Automation --- Maintainers CC'd -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 20 15:10:11 2015 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 12F4F985 for ; Fri, 20 Feb 2015 15:10:11 +0000 (UTC) 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 F0C108C5 for ; Fri, 20 Feb 2015 15:10:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KFAA6i011636 for ; Fri, 20 Feb 2015 15:10:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-approval requested: [Bug 197851] Remove conflict between deskutils/notification-daemon and deskutils/xfce4-notifyd : [Attachment 153220] Patch to remove conflict between deskutils/notification-daemon and deskutils/xfce4-notifyd Date: Fri, 20 Feb 2015 15:10:10 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" 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: Fri, 20 Feb 2015 15:10:11 -0000 Ben Woods has asked gnome@FreeBSD.org for maintainer-approval: Bug 197851: Remove conflict between deskutils/notification-daemon and deskutils/xfce4-notifyd https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197851 Attachment 153220: Patch to remove conflict between deskutils/notification-daemon and deskutils/xfce4-notifyd https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153220&action=edit --- Comment #2 from Ben Woods --- Created attachment 153220 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153220&action=edit Patch to remove conflict between deskutils/notification-daemon and deskutils/xfce4-notifyd From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 20 15:10:11 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28B88987 for ; Fri, 20 Feb 2015 15:10:11 +0000 (UTC) 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 0EB2B8C6 for ; Fri, 20 Feb 2015 15:10:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KFAAW4011871 for ; Fri, 20 Feb 2015 15:10:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 197851] Remove conflict between deskutils/notification-daemon and deskutils/xfce4-notifyd Date: Fri, 20 Feb 2015 15:10:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: woodsb02@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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: Fri, 20 Feb 2015 15:10:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197851 Ben Woods changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153220| |maintainer-approval?(ehaupt Flags| |@FreeBSD.org), | |maintainer-approval?(gnome@ | |FreeBSD.org) --- Comment #2 from Ben Woods --- Created attachment 153220 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153220&action=edit Patch to remove conflict between deskutils/notification-daemon and deskutils/xfce4-notifyd -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 20 17:02:25 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABBED1ED for ; Fri, 20 Feb 2015 17:02:25 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F76596C for ; Fri, 20 Feb 2015 17:02:25 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id hi2so4304754wib.0 for ; Fri, 20 Feb 2015 09:02:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=+AuIEnGl/l5dRk/QGLRgp+7DNaBtUEdDaW4nqZVl744=; b=iqJrYQ9gZ6InJngtg+Yoq4vxA6Qs4YvCl8rpUzNoGHLogvbi3HZqzkclIkaMTGHcKj I1rJTvFL5l/t+7yJB2ZkvpRoMXfpFFeL3w4yQ+XF7kdj6HV1nTBPEafFANWPaf8236mP S6AYsi/cv5WjL9m67nVXRTUDex1ybILS25QM9JSZ3/Ff0cQ+Vht0zZjk4kX48un+bhRJ L0Lq7pGiekGiEWmJJx20W+151ARPbLggoFDQk2TK1f3d0brg0QZXcrixzBxO8gUUPZ9T t+f11/qLg59K3AOPb0uJpfQ1/+6m6UnyLF7I7lwrNo8J3ARpPBtydmIHDKbwEC4GI3Yp 49WA== MIME-Version: 1.0 X-Received: by 10.194.61.51 with SMTP id m19mr20866725wjr.39.1424451743652; Fri, 20 Feb 2015 09:02:23 -0800 (PST) Received: by 10.180.80.170 with HTTP; Fri, 20 Feb 2015 09:02:23 -0800 (PST) Date: Fri, 20 Feb 2015 18:02:23 +0100 Message-ID: Subject: Issues with Graphviz when installing Gimp on Freebsd 10 From: Hakim Benoudjit To: gnome@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Fri, 20 Feb 2015 17:02:25 -0000 Hi there, I'm using *Freebsd 10.0-RELEASE*, and I have issues installing *gimp* on *freebsd* using *pkg* command. When I do a `*pkg install gimp*`, it's stuck when trying to install *graphviz* with the following error: *Error: /usr/local/lib/graphviz/config6 is zero sized, or other read error.Warning: Could not load "*/usr/local/lib/graphviz/libgvplugin_gd.so.6*" - file not found* */usr/local/lib/graphviz/config6 *is in fact empty but */usr/local/lib/graphviz/libgvplugin_gd.so.6 *does exist and is a symbolic link to an existent file. Trying to install *graphviz* would throw the same error. Does anybody know a solution to this problem? -- Best regards, Hakim Benoudjit From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 20 17:39:59 2015 Return-Path: Delivered-To: freebsd-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 3AE50CEF for ; Fri, 20 Feb 2015 17:39:59 +0000 (UTC) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C2404D53 for ; Fri, 20 Feb 2015 17:39:58 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id b13so14524878wgh.0 for ; Fri, 20 Feb 2015 09:39:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Lapd+dAmsgces7g5cWaCr4IOuBt0kRp7lpkOwd2i0D0=; b=PRLJltVhtbloonT6Brbcx2tvwK4LGZxjBxyDMP0LDSzQXlcK4TKDjJ6ZlFfJhfc10X vDCQ0Q5tPYGSgWJB5zjm/GzQjImoK8cQjwCT8O0F+e4cOWCuryxdyMOFz9KInfvs/U9a 2/mTPCCZ5FgkykCDWpzjPE9uwr1UvRkcyIgEDCDN9ZUQirZMlAQQHbG6XUzLQ8N/CDMj lyNerHOzGrZVB28g2XSl7JYD3CZa9Q7b410UQC/sq0oQmmWVnyqOUCLygT6q23Rduwcg RhiqvRXMbJLpzmOpwimeIcXVTMA88DlXvFeTIONop6lSm2C7zenUE0luGiJhRqIhq5VS vl6Q== MIME-Version: 1.0 X-Received: by 10.194.110.69 with SMTP id hy5mr21332366wjb.121.1424453997276; Fri, 20 Feb 2015 09:39:57 -0800 (PST) Received: by 10.180.80.170 with HTTP; Fri, 20 Feb 2015 09:39:57 -0800 (PST) Date: Fri, 20 Feb 2015 18:39:57 +0100 Message-ID: Subject: Issues with Graphviz when installing Gimp on Freebsd 10 From: Hakim Benoudjit To: freebsd-gnome@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Fri, 20 Feb 2015 17:39:59 -0000 Hi there, I'm using *Freebsd 10.0-RELEASE*, and I have issues installing *gimp* on *freebsd* using *pkg* command. When I do a `*pkg install gimp*`, it's stuck when trying to install *graphviz* with the following error: *Error: /usr/local/lib/graphviz/config6 is zero sized, or other read error.Warning: Could not load "*/usr/local/lib/graphviz/ libgvplugin_gd.so.6*" - file not found* */usr/local/lib/graphviz/config6 *is in fact empty but */usr/local/lib/graphviz/libgvplugin_gd.so.6 *does exist and is a symbolic link to an existent file. Trying to install *graphviz* would throw the same error. Does anybody know a solution to this problem? -- Best regards, Hakim Benoudjit From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 20 23:17:37 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7345075A; Fri, 20 Feb 2015 23:17:37 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 52032A93; Fri, 20 Feb 2015 23:17:37 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KNHb1I031768; Fri, 20 Feb 2015 23:17:37 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1KNHbid031751; Fri, 20 Feb 2015 23:17:37 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Fri, 20 Feb 2015 23:17:37 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502202317.t1KNHbid031751@beefy1.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 84i386-default][deskutils/bijiben] Failed for bijiben-3.14.2 in build Cc: pkg-fallout@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: Fri, 20 Feb 2015 23:17:37 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/deskutils/bijiben/Makefile 373802 2014-12-03 09:18:23Z kwm $ Log URL: http://beefy1.isc.freebsd.org/data/84i386-default/2015-02-20_13h13m47s/logs/bijiben-3.14.2.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=84i386-default&build=2015-02-20_13h13m47s Log: ====>> Building deskutils/bijiben build started at Fri Feb 20 23:15:35 UTC 2015 port directory: /usr/ports/deskutils/bijiben building for: FreeBSD 84i386-default-job-11 8.4-RELEASE-p16 FreeBSD 8.4-RELEASE-p16 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/deskutils/bijiben/Makefile 373802 2014-12-03 09:18:23Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 804000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=804000 UNAME_v=FreeBSD 8.4-RELEASE-p16 UNAME_r=8.4-RELEASE-p16 FTP_PASSIVE_MODE=YES BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/84i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=bijiben-3.14.2 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/84i386-default/ref/.p/pool MASTERNAME=84i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work HOME=/wrkdirs/usr/ports/deskutils/bijiben/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh GTKDOC="false" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work HOME=/wrkdirs/usr/ports/deskutils/bijiben/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=8.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/bijiben" EXAMPLESDIR="share/examples/bijiben" DATADIR="share/bijiben" WWWDIR="www/bijiben" ETCDIR="etc/bijiben" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/bijiben DOCSDIR=/usr/local/share/doc/bijiben EXAMPLESDIR=/usr/local/share/examples/bijiben WWWDIR=/usr/local/www/bijiben ETCDIR=/usr/local/etc/bijiben --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> bijiben-3.14.2 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [84i386-default-job-11] Installing pkg-1.4.12... [84i386-default-job-11] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of bijiben-3.14.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by bijiben-3.14.2 for building =========================================================================== =================================================== ===> Fetching all distfiles required by bijiben-3.14.2 for building => SHA256 Checksum OK for gnome3/bijiben-3.14.2.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by bijiben-3.14.2 for building ===> Extracting for bijiben-3.14.2 => SHA256 Checksum OK for gnome3/bijiben-3.14.2.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for bijiben-3.14.2 =========================================================================== =================================================== ===> bijiben-3.14.2 depends on executable: itstool - not found ===> Verifying install for itstool in /usr/ports/textproc/itstool ===> Installing existing package /packages/All/itstool-2.0.2_1.txz [84i386-default-job-11] Installing itstool-2.0.2_1... [84i386-default-job-11] `-- Installing py27-libxml2-2.9.2... [84i386-default-job-11] | `-- Installing libiconv-1.14_6... [84i386-default-job-11] | `-- Extracting libiconv-1.14_6... done [84i386-default-job-11] | `-- Installing libxml2-2.9.2_2... [84i386-default-job-11] | `-- Extracting libxml2-2.9.2_2... done [84i386-default-job-11] | `-- Installing py27-setuptools27-5.5.1_1... [84i386-default-job-11] | | `-- Installing python27-2.7.9... [84i386-default-job-11] | | `-- Installing gettext-runtime-0.19.4... [84i386-default-job-11] | | | `-- Installing indexinfo-0.2.2... [84i386-default-job-11] | | | `-- Extracting indexinfo-0.2.2... done [84i386-default-job-11] | | `-- Extracting gettext-runtime-0.19.4... done [84i386-default-job-11] | | `-- Installing libffi-3.2.1... [84i386-default-job-11] | | `-- Extracting libffi-3.2.1... done [84i386-default-job-11] | | `-- Extracting python27-2.7.9... done [84i386-default-job-11] | `-- Extracting py27-setuptools27-5.5.1_1... done [84i386-default-job-11] | `-- Installing python2-2_3... [84i386-default-job-11] | `-- Extracting python2-2_3... done [84i386-default-job-11] `-- Extracting py27-libxml2-2.9.2... done [84i386-default-job-11] Extracting itstool-2.0.2_1... done Message for python27-2.7.9: ===================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter ===================================================================== ===> Returning to build of bijiben-3.14.2 ===> bijiben-3.14.2 depends on package: evolution>=3.0.0 - not found ===> Verifying install for evolution>=3.0.0 in /usr/ports/mail/evolution ===> Installing existing package /packages/All/evolution-3.12.10_1.txz [84i386-default-job-11] Installing evolution-3.12.10_1... [84i386-default-job-11] `-- Installing atk-2.14.0... [84i386-default-job-11] | `-- Installing glib-2.42.1... [84i386-default-job-11] | | `-- Installing pcre-8.35_2... [84i386-default-job-11] | | `-- Extracting pcre-8.35_2... done [84i386-default-job-11] | | `-- Installing perl5-5.18.4_11... [84i386-default-job-11] | | `-- Extracting perl5-5.18.4_11... done [84i386-default-job-11] | `-- Extracting glib-2.42.1... done No schema files found: doing nothing. [84i386-default-job-11] `-- Extracting atk-2.14.0... done [84i386-default-job-11] `-- Installing bogofilter-1.2.4_4... [84i386-default-job-11] | `-- Installing db5-5.3.28_2... [84i386-default-job-11] | `-- Extracting db5-5.3.28_2... done [84i386-default-job-11] | `-- Installing gsl-1.16_2... [84i386-default-job-11] | `-- Extracting gsl-1.16_2... done [84i386-default-job-11] `-- Extracting bogofilter-1.2.4_4... done [84i386-default-job-11] `-- Installing desktop-file-utils-0.22_3... [84i386-default-job-11] `-- Extracting desktop-file-utils-0.22_3... done [84i386-default-job-11] `-- Installing evolution-data-server-3.12.10... [84i386-default-job-11] | `-- Installing gnome-online-accounts-3.14.2... [84i386-default-job-11] | | `-- Installing dbus-glib-0.100.2_1... [84i386-default-job-11] | | `-- Installing dbus-1.8.12_1... [84i386-default-job-11] | | | `-- Installing expat-2.1.0_2... [84i386-default-job-11] | | | `-- Extracting expat-2.1.0_2... done checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert i386-portbld-freebsd8.4 file names to i386-portbld-freebsd8.4 format... func_convert_file_noop checking how to convert i386-portbld-freebsd8.4 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd8.4 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking pkg-config is at least version 0.9.0... yes checking for TRACKER... yes checking for BIJIBEN... yes checking for ZEITGEIST... no checking pkg-config is at least version 0.16... yes checking for cos in -lm... yes checking for LIBGD... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libgd/Makefile config.status: creating data/Makefile config.status: creating data/bijiben.desktop.in config.status: creating data/icons/Makefile config.status: creating help/Makefile config.status: creating po/Makefile.in config.status: creating src/libbiji/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing libtool commands config.status: executing po/stamp-it commands configure: WARNING: unrecognized options: --with-html-dir, --disable-gtk-doc, --with-gconf-source Version: 3.14.2 Enable Zeitgeist no Run make to compile. =========================================================================== =================================================== ===> Building for bijiben-3.14.2 gmake all-recursive gmake[1]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2' Making all in libgd gmake[2]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/libgd' CC libgd/gd-types-catalog.lo CC libgd/gd-entry-focus-hack.lo CC libgd/gd-icon-utils.lo CC libgd/gd-main-view-generic.lo CC libgd/gd-styled-text-renderer.lo CC libgd/gd-two-lines-renderer.lo CC libgd/gd-main-icon-view.lo CC libgd/gd-toggle-pixbuf-renderer.lo libgd/gd-toggle-pixbuf-renderer.c: In function 'render_activity': libgd/gd-toggle-pixbuf-renderer.c:107: warning: 'gtk_paint_spinner' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h:703) libgd/gd-toggle-pixbuf-renderer.c:107: warning: 'gtk_widget_get_style' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742) CC libgd/gd-main-list-view.lo CC libgd/gd-main-view.lo CC libgd/gd-tagged-entry.lo CCLD libgd.la CC test-tagged-entry.o CCLD test-tagged-entry gmake[2]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/libgd' Making all in src gmake[2]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' glib-compile-resources --target=bjb-resources.c --sourcedir=. --generate-source --c-name bjb ./bjb.gresource.xml glib-compile-resources --target=bjb-resources.h --sourcedir=. --generate-header --c-name bjb ./bjb.gresource.xml gdbus-codegen \ --interface-prefix org.gnome. \ --c-namespace Bijiben \ --generate-c-code bijiben-shell-search-provider-generated \ ../data/shell-search-provider-dbus-interfaces.xml \ gmake all-recursive gmake[3]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' Making all in libbiji gmake[4]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src/libbiji' GEN stamp-biji-marshalers.h GEN biji-marshalers.c gmake all-am gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src/libbiji' CC biji-marshalers.lo CC biji-date-time.lo CC biji-error.lo CC biji-info-set.lo CC biji-item.lo CC biji-manager.lo CC biji-notebook.lo CC biji-note-id.lo CC biji-note-obj.lo CC biji-string.lo CC biji-timeout.lo CC biji-tracker.lo CC biji-zeitgeist.lo CC deserializer/biji-lazy-deserializer.lo CC deserializer/biji-tomboy-reader.lo CC editor/biji-editor-selection.lo In file included from editor/biji-editor-selection.c:23: editor/biji-editor-selection.h:207:34: warning: no newline at end of file CC editor/biji-editor-utils.lo CC editor/biji-webkit-editor.lo In file included from editor/biji-webkit-editor.c:24: editor/biji-editor-selection.h:207:34: warning: no newline at end of file CC provider/biji-import-provider.lo CC provider/biji-local-note.lo CC provider/biji-local-provider.lo CC provider/biji-memo-note.lo CC provider/biji-memo-provider.lo provider/biji-memo-provider.c: In function 'handle_next_item': provider/biji-memo-provider.c:203: warning: format '%li' expects type 'long int', but argument 4 has type 'gint64' provider/biji-memo-provider.c: In function 'memo_create_note': provider/biji-memo-provider.c:603: warning: assignment discards qualifiers from pointer target type provider/biji-memo-provider.c: At top level: provider/biji-memo-provider.c:147: warning: 'memo_item_free' defined but not used CC provider/biji-own-cloud-note.lo CC provider/biji-own-cloud-provider.lo CC provider/biji-provider.lo CC serializer/biji-lazy-serializer.lo CCLD libbiji.la gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src/libbiji' gmake[4]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src/libbiji' gmake[4]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' CC bjb-resources.o CC bjb-app-menu.o CC bjb-bijiben.o CC bjb-color-button.o CC bjb-controller.o CC bjb-debug.o CC bjb-editor-toolbar.o CC bjb-empty-results-box.o CC bjb-import-dialog.o CC bjb-load-more-button.o CC bjb-main.o CC bjb-main-toolbar.o CC bjb-main-view.o CC bjb-note-view.o CC bjb-organize-dialog.o bjb-organize-dialog.c: In function 'bjb_organize_dialog_constructed': bjb-organize-dialog.c:424: warning: 'gtk_tree_view_set_rules_hint' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/gtktreeview.h:247) CC bjb-rename-note.o CC bjb-search-toolbar.o CC bjb-selection-toolbar.o CC bjb-settings.o CC bjb-settings-dialog.o CC bjb-share.o CC bjb-window-base.o CCLD bijiben /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZSt25__throw_bad_function_callv@GLIBCXX_3.4.14' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZNSt18condition_variable4waitERSt11unique_lockISt5mutexE@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `_ZNSt6chrono3_V212system_clock3nowEv@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZSt15__once_callable@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZNSt8__detail15_List_node_base7_M_hookEPS0_@GLIBCXX_3.4.15' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZSt11__once_call@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZNSt18condition_variableD1Ev@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZSt20__throw_system_errori@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZNSt18condition_variable10notify_oneEv@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZNSt18condition_variableC1Ev@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `_ZNSt18condition_variable10notify_allEv@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZNSt6chrono3_V212steady_clock3nowEv@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `__once_proxy@GLIBCXX_3.4.11' Makefile:645: recipe for target 'bijiben' failed gmake[4]: *** [bijiben] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' Makefile:720: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' Makefile:511: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' Makefile:479: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2' Makefile:410: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/deskutils/bijiben. From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 20 23:26:11 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44BA8923; Fri, 20 Feb 2015 23:26:11 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 234F0BC7; Fri, 20 Feb 2015 23:26:11 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KNQAun035896; Fri, 20 Feb 2015 23:26:10 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1KNQA5p035881; Fri, 20 Feb 2015 23:26:10 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Fri, 20 Feb 2015 23:26:10 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502202326.t1KNQA5p035881@beefy1.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 84i386-default][databases/libgda5-jdbc] Failed for libgda5-jdbc-5.2.2 in configure Cc: pkg-fallout@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: Fri, 20 Feb 2015 23:26:11 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/databases/libgda5-jdbc/Makefile 376622 2015-01-09 16:36:15Z kwm $ Log URL: http://beefy1.isc.freebsd.org/data/84i386-default/2015-02-20_13h13m47s/logs/libgda5-jdbc-5.2.2.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=84i386-default&build=2015-02-20_13h13m47s Log: ====>> Building databases/libgda5-jdbc build started at Fri Feb 20 23:25:29 UTC 2015 port directory: /usr/ports/databases/libgda5-jdbc building for: FreeBSD 84i386-default-job-11 8.4-RELEASE-p16 FreeBSD 8.4-RELEASE-p16 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/databases/libgda5-jdbc/Makefile 376622 2015-01-09 16:36:15Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 804000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=804000 UNAME_v=FreeBSD 8.4-RELEASE-p16 UNAME_r=8.4-RELEASE-p16 FTP_PASSIVE_MODE=YES BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/84i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=libgda5-jdbc-5.2.2 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/84i386-default/ref/.p/pool MASTERNAME=84i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --without-oracle --disable-crypto --disable-default-binary --enable-introspection --without-ui --without-bdb --without-ldap --without-mysql --without-postgres --without-mdb --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh GTKDOC="false" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work HOME=/wrkdirs/usr/ports/databases/libgda5-jdbc/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS="" LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- VERSION=5.0 JAVASHAREDIR="share/java" JAVAJARDIR="share/java/classes" OSREL=8.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/libgda" EXAMPLESDIR="share/examples/libgda" DATADIR="share/libgda" WWWDIR="www/libgda" ETCDIR="etc/libgda" --End PLIST_SUB-- --SUB_LIST-- JAVASHAREDIR="/usr/local/share/java" JAVAJARDIR="/usr/local/share/java/classes" JAVALIBDIR="/usr/local/share/java/classes" JAVA_VERSION="1.6+" JAVA_VENDOR="bsdjava openjdk" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/libgda DOCSDIR=/usr/local/share/doc/libgda EXAMPLESDIR=/usr/local/share/examples/libgda WWWDIR=/usr/local/www/libgda ETCDIR=/usr/local/etc/libgda --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> libgda5-jdbc-5.2.2 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [84i386-default-job-11] Installing pkg-1.4.12... [84i386-default-job-11] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of libgda5-jdbc-5.2.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libgda5-jdbc-5.2.2 for building =========================================================================== =================================================== ===> Fetching all distfiles required by libgda5-jdbc-5.2.2 for building => SHA256 Checksum OK for gnome3/libgda-5.2.2.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libgda5-jdbc-5.2.2 for building ===> Extracting for libgda5-jdbc-5.2.2 => SHA256 Checksum OK for gnome3/libgda-5.2.2.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for libgda5-jdbc-5.2.2 =========================================================================== =================================================== ===> libgda5-jdbc-5.2.2 depends on executable: itstool - not found ===> Verifying install for itstool in /usr/ports/textproc/itstool ===> Installing existing package /packages/All/itstool-2.0.2_1.txz [84i386-default-job-11] Installing itstool-2.0.2_1... [84i386-default-job-11] `-- Installing py27-libxml2-2.9.2... [84i386-default-job-11] | `-- Installing libiconv-1.14_6... [84i386-default-job-11] | `-- Extracting libiconv-1.14_6... done [84i386-default-job-11] | `-- Installing libxml2-2.9.2_2... [84i386-default-job-11] | `-- Extracting libxml2-2.9.2_2... done [84i386-default-job-11] | `-- Installing py27-setuptools27-5.5.1_1... [84i386-default-job-11] | | `-- Installing python27-2.7.9... [84i386-default-job-11] | | `-- Installing gettext-runtime-0.19.4... [84i386-default-job-11] | | | `-- Installing indexinfo-0.2.2... [84i386-default-job-11] | | | `-- Extracting indexinfo-0.2.2... done [84i386-default-job-11] | | `-- Extracting gettext-runtime-0.19.4... done [84i386-default-job-11] | | `-- Installing libffi-3.2.1... [84i386-default-job-11] | | `-- Extracting libffi-3.2.1... done [84i386-default-job-11] | | `-- Extracting python27-2.7.9... done [84i386-default-job-11] | `-- Extracting py27-setuptools27-5.5.1_1... done [84i386-default-job-11] | `-- Installing python2-2_3... [84i386-default-job-11] | `-- Extracting python2-2_3... done [84i386-default-job-11] `-- Extracting py27-libxml2-2.9.2... done [84i386-default-job-11] Extracting itstool-2.0.2_1... done Message for python27-2.7.9: ===================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter ===================================================================== ===> Returning to build of libgda5-jdbc-5.2.2 ===> libgda5-jdbc-5.2.2 depends on file: /usr/local/openjdk7/bin/java - not found ===> Verifying install for /usr/local/openjdk7/bin/java in /usr/ports/java/openjdk7 ===> Installing existing package /packages/All/openjdk-7.76.13_1,1.txz [84i386-default-job-11] Installing openjdk-7.76.13_1,1... [84i386-default-job-11] `-- Installing alsa-lib-1.0.28... [84i386-default-job-11] `-- Extracting alsa-lib-1.0.28... done [84i386-default-job-11] `-- Installing dejavu-2.34_4... [84i386-default-job-11] `-- Extracting dejavu-2.34_4... done fc-cache: not found mkfontscale: not found mkfontdir: not found [84i386-default-job-11] `-- Installing fontconfig-2.11.1,1... [84i386-default-job-11] | `-- Installing expat-2.1.0_2... [84i386-default-job-11] | `-- Extracting expat-2.1.0_2... done [84i386-default-job-11] | `-- Installing freetype2-2.5.5... [84i386-default-job-11] | `-- Extracting freetype2-2.5.5... done [84i386-default-job-11] `-- Extracting fontconfig-2.11.1,1... done Running fc-cache to build fontconfig cache... checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes /wrkdirs/usr/ports/databases/libgda5-jdbc/work/libgda-5.2.2/missing: Unknown `--is-lightweight' option Try `/wrkdirs/usr/ports/databases/libgda5-jdbc/work/libgda-5.2.2/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking whether gmake supports nested variables... (cached) yes checking whether NLS is requested... yes checking for style of include used by gmake... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for intltool >= 0.40.6... 0.50.2 found checking for intltool-update... /usr/local/bin/intltool-update checking for intltool-merge... /usr/local/bin/intltool-merge checking for intltool-extract... /usr/local/bin/intltool-extract checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.18.4 checking for XML::Parser... ok checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking size of unsigned int... 4 checking size of unsigned long int... 4 checking size of int *... 4 checking for uint8_t... yes checking for localtime_r... yes checking for localtime_s... no checking for sys/mman.h... (cached) yes checking for mlock... (cached) yes checking for a C compiler for build tools... cc checking for suffix of executable build tools... checking for library containing strerror... none required checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking whether cc understands -c and -o together... yes checking for ANSI C header files... (cached) yes checking build system type... i386-portbld-freebsd8.4 checking host system type... i386-portbld-freebsd8.4 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert i386-portbld-freebsd8.4 file names to i386-portbld-freebsd8.4 format... func_convert_file_noop checking how to convert i386-portbld-freebsd8.4 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd8.4 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd8.4 ld.so checking how to hardcode library paths into programs... immediate checking whether gmake sets $(MAKE)... (cached) yes checking for itstool... itstool checking for xmllint... xmllint checking for glib-genmarshal... /usr/local/bin/glib-genmarshal checking for glib-compile-resources... /usr/local/bin/glib-compile-resources checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/local/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/local/bin/msgfmt checking for xgettext... (cached) /usr/local/bin/xgettext checking pkg-config is at least version 0.18... yes checking for COREDEPS... yes checking for ISO_CODES... no checking for platform... Unix checking for /proc/self/maps... no checking whether everything is installed to the same prefix... no checking whether binary relocation support should be enabled... no checking for GIO... yes checking for LIBXSLT... yes checking for gobject-introspection... yes checking for libgcrypt-config... /usr/local/bin/libgcrypt-config checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking if all java programs are found... checking for java... /usr/local/bin/java checking for javac... /usr/local/bin/javac checking for javah... /usr/local/bin/javah checking for jar... /usr/local/bin/jar checking whether Java interpreter works... yes checking java compiler version... JAVA version used is Sun JRE 1.7 checking for Java environment... in /usr/local/openjdk7/jre checking for /usr/local/openjdk7/jre/include/jni.h... no checking for /usr/local/openjdk7/jre/jni.h... no checking for /usr/local/openjdk7/jre/../include/jni.h... yes checking for /usr/local/openjdk7/jre/../include/./jni_md.h... no checking for /usr/local/openjdk7/jre/../include/linux/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/solaris/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/ppc/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/irix/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/alpha/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/aix/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/hp-ux/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/genunix/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/cygwin/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/win32/jni_md.h... no checking for /usr/local/openjdk7/jre/../include/freebsd/jni_md.h... yes checking whether JNI programs can be compiled... configure: error: Cannot compile a simple JNI program. See config.log for details. ===> Script "configure" failed unexpectedly. Please run the gnomelogalyzer, available from "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) "/wrkdirs/usr/ports/databases/libgda5-jdbc/work/libgda-5.2.2/config.log", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1 Stop in /usr/ports/databases/libgda5-jdbc. From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 20 23:38:48 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 628A9B8C; Fri, 20 Feb 2015 23:38:48 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 4C2F2C99; Fri, 20 Feb 2015 23:38:48 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KNcmOo094072; Fri, 20 Feb 2015 23:38:48 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1KNcmat094065; Fri, 20 Feb 2015 23:38:48 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Fri, 20 Feb 2015 23:38:48 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502202338.t1KNcmat094065@beefy1.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 84i386-default][deskutils/gnome-initial-setup] Failed for gnome-initial-setup-3.12.1_1 in build Cc: pkg-fallout@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: Fri, 20 Feb 2015 23:38:48 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/deskutils/gnome-initial-setup/Makefile 372768 2014-11-19 11:49:04Z kwm $ Log URL: http://beefy1.isc.freebsd.org/data/84i386-default/2015-02-20_13h13m47s/logs/gnome-initial-setup-3.12.1_1.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=84i386-default&build=2015-02-20_13h13m47s Log: ====>> Building deskutils/gnome-initial-setup build started at Fri Feb 20 23:36:17 UTC 2015 port directory: /usr/ports/deskutils/gnome-initial-setup building for: FreeBSD 84i386-default-job-12 8.4-RELEASE-p16 FreeBSD 8.4-RELEASE-p16 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/deskutils/gnome-initial-setup/Makefile 372768 2014-11-19 11:49:04Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 804000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=804000 UNAME_v=FreeBSD 8.4-RELEASE-p16 UNAME_r=8.4-RELEASE-p16 FTP_PASSIVE_MODE=YES BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/84i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=gnome-initial-setup-3.12.1_1 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/84i386-default/ref/.p/pool MASTERNAME=84i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for gnome-initial-setup-3.12.1_1: KERBEROS=on: Kerberos support ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh GTKDOC="false" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 4 44" --End MAKE_ENV-- --PLIST_SUB-- OSREL=8.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/gnome-initial-setup" EXAMPLESDIR="share/examples/gnome-initial-setup" DATADIR="share/gnome-initial-setup" WWWDIR="www/gnome-initial-setup" ETCDIR="etc/gnome-initial-setup" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/gnome-initial-setup DOCSDIR=/usr/local/share/doc/gnome-initial-setup EXAMPLESDIR=/usr/local/share/examples/gnome-initial-setup WWWDIR=/usr/local/www/gnome-initial-setup ETCDIR=/usr/local/etc/gnome-initial-setup --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> gnome-initial-setup-3.12.1_1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [84i386-default-job-12] Installing pkg-1.4.12... [84i386-default-job-12] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of gnome-initial-setup-3.12.1_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by gnome-initial-setup-3.12.1_1 for building =========================================================================== =================================================== ===> Fetching all distfiles required by gnome-initial-setup-3.12.1_1 for building => SHA256 Checksum OK for gnome3/gnome-initial-setup-3.12.1.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by gnome-initial-setup-3.12.1_1 for building ===> Extracting for gnome-initial-setup-3.12.1_1 => SHA256 Checksum OK for gnome3/gnome-initial-setup-3.12.1.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for gnome-initial-setup-3.12.1_1 ===> Applying FreeBSD patches for gnome-initial-setup-3.12.1_1 =========================================================================== =================================================== ===> gnome-initial-setup-3.12.1_1 depends on executable: gnome-autogen.sh - not found ===> Verifying install for gnome-autogen.sh in /usr/ports/devel/gnome-common ===> Installing existing package /packages/All/gnome-common-3.14.0.txz [84i386-default-job-12] Installing gnome-common-3.14.0... [84i386-default-job-12] Extracting gnome-common-3.14.0... done ===> Returning to build of gnome-initial-setup-3.12.1_1 ===> gnome-initial-setup-3.12.1_1 depends on package: gdm>=3.0.0 - not found ===> Verifying install for gdm>=3.0.0 in /usr/ports/x11/gdm ===> Installing existing package /packages/All/gdm-3.14.1.txz [84i386-default-job-12] Installing gdm-3.14.1... [84i386-default-job-12] `-- Installing accountsservice-0.6.37_1... [84i386-default-job-12] | `-- Installing dbus-glib-0.100.2_1... [84i386-default-job-12] | | `-- Installing dbus-1.8.12_1... [84i386-default-job-12] | | `-- Installing expat-2.1.0_2... [84i386-default-job-12] | | `-- Extracting expat-2.1.0_2... done [84i386-default-job-12] | | `-- Installing gnome_subr-1.0... [84i386-default-job-12] | | `-- Extracting gnome_subr-1.0... done [84i386-default-job-12] | | `-- Installing libICE-1.0.9,1... [84i386-default-job-12] | | | `-- Installing xproto-7.0.26... [84i386-default-job-12] | | | `-- Extracting xproto-7.0.26... done [84i386-default-job-12] | | `-- Extracting libICE-1.0.9,1... done [84i386-default-job-12] | | `-- Installing libSM-1.2.2_2,1... [84i386-default-job-12] | | `-- Extracting libSM-1.2.2_2,1... done [84i386-default-job-12] | | `-- Installing libX11-1.6.2_2,1... [84i386-default-job-12] | | | `-- Installing kbproto-1.0.6... [84i386-default-job-12] | | | `-- Extracting kbproto-1.0.6... done [84i386-default-job-12] | | | `-- Installing libXau-1.0.8_2... [84i386-default-job-12] | | | `-- Extracting libXau-1.0.8_2... done [84i386-default-job-12] | | | `-- Installing libXdmcp-1.1.1_2... [84i386-default-job-12] | | | `-- Extracting libXdmcp-1.1.1_2... done [84i386-default-job-12] | | | `-- Installing libxcb-1.11... [84i386-default-job-12] | | | `-- Installing libpthread-stubs-0.3_6... [84i386-default-job-12] | | | `-- Extracting libpthread-stubs-0.3_6... done [84i386-default-job-12] | | | `-- Installing libxml2-2.9.2_2... [84i386-default-job-12] | | | | `-- Installing libiconv-1.14_6... [84i386-default-job-12] | | | | `-- Extracting libiconv-1.14_6... done [84i386-default-job-12] | | | `-- Extracting libxml2-2.9.2_2... done [84i386-default-job-12] | | | `-- Extracting libxcb-1.11... done [84i386-default-job-12] | | `-- Extracting libX11-1.6.2_2,1... done ===> Creating users and/or groups. Creating group 'messagebus' with gid '556'. Creating user 'messagebus' with uid '556'. [84i386-default-job-12] | | `-- Extracting dbus-1.8.12_1... done [84i386-default-job-12] | | `-- Installing gettext-runtime-0.19.4... [84i386-default-job-12] | | `-- Installing indexinfo-0.2.2... [84i386-default-job-12] | | `-- Extracting indexinfo-0.2.2... done [84i386-default-job-12] | | `-- Extracting gettext-runtime-0.19.4... done [84i386-default-job-12] | | `-- Installing glib-2.42.1... [84i386-default-job-12] | | `-- Installing libffi-3.2.1... [84i386-default-job-12] | | `-- Extracting libffi-3.2.1... done [84i386-default-job-12] | | `-- Installing pcre-8.35_2... [84i386-default-job-12] | | `-- Extracting pcre-8.35_2... done [84i386-default-job-12] | | `-- Installing perl5-5.18.4_11... [84i386-default-job-12] | | `-- Extracting perl5-5.18.4_11... done [84i386-default-job-12] | | `-- Installing python27-2.7.9... [84i386-default-job-12] | | `-- Extracting python27-2.7.9... done [84i386-default-job-12] | | `-- Extracting glib-2.42.1... done No schema files found: doing nothing. [84i386-default-job-12] | `-- Extracting dbus-glib-0.100.2_1... done checking whether gcc understands -Werror=init-self... yes checking whether gcc understands -Werror=format-security... no checking whether gcc understands -Werror=format=2... yes checking whether gcc understands -Werror=missing-include-dirs... yes checking whether gcc understands -Werror... yes checking what warning flags to pass to the C compiler... -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror checking what language compliance flags to pass to the C compiler... checking for glib-compile-resources... /usr/local/bin/glib-compile-resources checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating data/Makefile config.status: creating gnome-initial-setup/Makefile config.status: creating gnome-initial-setup/pages/Makefile config.status: creating gnome-initial-setup/pages/language/Makefile config.status: creating gnome-initial-setup/pages/region/Makefile config.status: creating gnome-initial-setup/pages/keyboard/Makefile config.status: creating gnome-initial-setup/pages/eulas/Makefile config.status: creating gnome-initial-setup/pages/network/Makefile config.status: creating gnome-initial-setup/pages/timezone/Makefile config.status: creating gnome-initial-setup/pages/goa/Makefile config.status: creating gnome-initial-setup/pages/account/Makefile config.status: creating gnome-initial-setup/pages/password/Makefile config.status: creating gnome-initial-setup/pages/summary/Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing po/stamp-it commands configure: WARNING: unrecognized options: --with-html-dir, --disable-gtk-doc, --with-gconf-source =========================================================================== =================================================== ===> Building for gnome-initial-setup-3.12.1_1 gmake all-recursive gmake[1]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1' Making all in data gmake[2]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/data' GEN gnome-welcome-tour.desktop.in ITMRG gnome-welcome-tour.desktop GEN gnome-initial-setup-copy-worker.desktop.in ITMRG gnome-initial-setup-copy-worker.desktop GEN gnome-initial-setup.desktop.in ITMRG gnome-initial-setup.desktop rm gnome-welcome-tour.desktop.in gnome-initial-setup.desktop.in gnome-initial-setup-copy-worker.desktop.in gmake[2]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/data' Making all in gnome-initial-setup gmake[2]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup' gmake all-recursive gmake[3]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup' Making all in pages gmake[4]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages' Making all in language gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/language' gmake all-am gmake[6]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/language' CC libgislanguage_la-cc-common-language.lo CC libgislanguage_la-cc-language-chooser.lo cc-language-chooser.c: In function 'language_widget_new': cc-language-chooser.c:128: warning: 'gtk_misc_set_alignment' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:74) cc-language-chooser.c:128: warning: 'gtk_misc_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) cc-language-chooser.c: In function 'more_widget_new': cc-language-chooser.c:190: warning: 'gtk_misc_set_alignment' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:74) cc-language-chooser.c:190: warning: 'gtk_misc_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) CC libgislanguage_la-gis-welcome-widget.lo CC libgislanguage_la-gis-language-page.lo CC libgislanguage_la-language-resources.lo CCLD libgislanguage.la gmake[6]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/language' gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/language' Making all in region gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/region' gmake all-am gmake[6]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/region' CC libgisregion_la-cc-common-language.lo CC libgisregion_la-cc-region-chooser.lo cc-region-chooser.c: In function 'region_widget_new': cc-region-chooser.c:147: warning: 'gtk_misc_set_alignment' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:74) cc-region-chooser.c:147: warning: 'gtk_misc_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) cc-region-chooser.c: In function 'more_widget_new': cc-region-chooser.c:209: warning: 'gtk_misc_set_alignment' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:74) cc-region-chooser.c:209: warning: 'gtk_misc_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) CC libgisregion_la-gis-region-page.lo CC libgisregion_la-region-resources.lo CCLD libgisregion.la gmake[6]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/region' gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/region' Making all in keyboard gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/keyboard' gmake all-am gmake[6]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/keyboard' CC libgiskeyboard_la-cc-input-chooser.lo cc-input-chooser.c: In function 'input_widget_new': cc-input-chooser.c:226: warning: 'gtk_misc_set_alignment' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:74) cc-input-chooser.c:226: warning: 'gtk_misc_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) cc-input-chooser.c: In function 'more_widget_new': cc-input-chooser.c:296: warning: 'gtk_misc_set_alignment' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:74) cc-input-chooser.c:296: warning: 'gtk_misc_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) CC libgiskeyboard_la-cc-common-language.lo CC libgiskeyboard_la-cc-ibus-utils.lo CC libgiskeyboard_la-cc-util.lo CC libgiskeyboard_la-gis-keyboard-page.lo CC libgiskeyboard_la-keyboard-resources.lo CCLD libgiskeyboard.la gmake[6]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/keyboard' gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/keyboard' Making all in eulas gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/eulas' gmake all-am gmake[6]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/eulas' CC libgiseulas_la-gis-eula-page.lo CC libgiseulas_la-gis-eula-pages.lo CC libgiseulas_la-utils.lo CC libgiseulas_la-eulas-resources.lo CCLD libgiseulas.la gmake[6]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/eulas' gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/eulas' Making all in timezone gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/timezone' gmake all-am gmake[6]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/timezone' CC libgistimezone_la-cc-timezone-map.lo CC libgistimezone_la-gis-bubble-widget.lo CC libgistimezone_la-gis-timezone-page.lo CC libgistimezone_la-timedated.lo CC libgistimezone_la-cc-datetime-resources.lo CC libgistimezone_la-timezone-resources.lo CCLD libgistimezone.la gmake[6]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/timezone' gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/timezone' Making all in goa gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/goa' gmake all-am gmake[6]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/goa' CC libgisgoa_la-gis-goa-page.lo CC libgisgoa_la-goa-resources.lo CCLD libgisgoa.la gmake[6]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/goa' gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/goa' Making all in account gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/account' GEN account-resources.c GEN account-resources.h gmake all-am gmake[6]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/account' CC libgisaccount_la-um-realm-generated.lo CC libgisaccount_la-account-resources.lo CC libgisaccount_la-gis-account-page.lo CC libgisaccount_la-gis-account-pages.lo CC libgisaccount_la-gis-account-page-local.lo CC libgisaccount_la-gis-account-page-enterprise.lo CC libgisaccount_la-um-realm-manager.lo CC libgisaccount_la-um-utils.lo um-utils.c: In function 'set_entry_validation_error': um-utils.c:41: warning: 'gtk_entry_set_icon_from_stock' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/gtkentry.h:278) um-utils.c:43: warning: 'GtkStock' is deprecated CC libgisaccount_la-um-photo-dialog.lo um-photo-dialog.c: In function 'popup_button_draw': um-photo-dialog.c:330: warning: 'gtk_widget_get_state' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/gtkwidget.h:840) CCLD libgisaccount.la gmake[6]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/account' gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/account' Making all in password gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/password' gmake all-am gmake[6]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/password' CC libgispassword_la-um-realm-generated.lo CC libgispassword_la-password-resources.lo CC libgispassword_la-gis-password-page.lo CC libgispassword_la-gis-account-page-local.lo CC libgispassword_la-gis-account-page-enterprise.lo CC libgispassword_la-um-realm-manager.lo CC libgispassword_la-um-utils.lo um-utils.c:29:19: error: utmpx.h: No such file or directory um-utils.c: In function 'set_entry_validation_error': um-utils.c:42: warning: 'gtk_entry_set_icon_from_stock' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/gtkentry.h:278) um-utils.c:44: warning: 'GtkStock' is deprecated Makefile:503: recipe for target 'libgispassword_la-um-utils.lo' failed gmake[6]: *** [libgispassword_la-um-utils.lo] Error 1 gmake[6]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/password' Makefile:376: recipe for target 'all' failed gmake[5]: *** [all] Error 2 gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/password' Makefile:406: recipe for target 'all-recursive' failed gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages' Makefile:600: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup' Makefile:447: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup' Makefile:451: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1' Makefile:383: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/deskutils/gnome-initial-setup. From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 20 23:52:20 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D94ED71; Fri, 20 Feb 2015 23:52:20 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 3DA32E25; Fri, 20 Feb 2015 23:52:20 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KNqK8s037804; Fri, 20 Feb 2015 23:52:20 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1KNqKAs037803; Fri, 20 Feb 2015 23:52:20 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Fri, 20 Feb 2015 23:52:20 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502202352.t1KNqKAs037803@beefy1.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 84i386-default][devel/libical-glib] Failed for libical-glib-1.0.0 in build Cc: pkg-fallout@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: Fri, 20 Feb 2015 23:52:20 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/devel/libical-glib/Makefile 377580 2015-01-21 09:29:30Z kwm $ Log URL: http://beefy1.isc.freebsd.org/data/84i386-default/2015-02-20_13h13m47s/logs/libical-glib-1.0.0.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=84i386-default&build=2015-02-20_13h13m47s Log: ====>> Building devel/libical-glib build started at Fri Feb 20 23:52:04 UTC 2015 port directory: /usr/ports/devel/libical-glib building for: FreeBSD 84i386-default-job-24 8.4-RELEASE-p16 FreeBSD 8.4-RELEASE-p16 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/devel/libical-glib/Makefile 377580 2015-01-21 09:29:30Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 804000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=804000 UNAME_v=FreeBSD 8.4-RELEASE-p16 UNAME_r=8.4-RELEASE-p16 FTP_PASSIVE_MODE=YES BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/84i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=libical-glib-1.0.0 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/84i386-default/ref/.p/pool MASTERNAME=84i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/libical-glib/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/libical-glib/work HOME=/wrkdirs/usr/ports/devel/libical-glib/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/libical-glib/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/libical-glib/work HOME=/wrkdirs/usr/ports/devel/libical-glib/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/libical-glib/work PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=8.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/libical-glib" EXAMPLESDIR="share/examples/libical-glib" DATADIR="share/libical-glib" WWWDIR="www/libical-glib" ETCDIR="etc/libical-glib" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/libical-glib DOCSDIR=/usr/local/share/doc/libical-glib EXAMPLESDIR=/usr/local/share/examples/libical-glib WWWDIR=/usr/local/www/libical-glib ETCDIR=/usr/local/etc/libical-glib --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> libical-glib-1.0.0 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [84i386-default-job-24] Installing pkg-1.4.12... [84i386-default-job-24] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of libical-glib-1.0.0 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libical-glib-1.0.0 for building =========================================================================== =================================================== ===> Fetching all distfiles required by libical-glib-1.0.0 for building => SHA256 Checksum OK for libical-glib-1.0.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libical-glib-1.0.0 for building ===> Extracting for libical-glib-1.0.0 => SHA256 Checksum OK for libical-glib-1.0.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for libical-glib-1.0.0 ===> Applying FreeBSD patches for libical-glib-1.0.0 =========================================================================== =================================================== ===> libical-glib-1.0.0 depends on executable: msgfmt - not found ===> Verifying install for msgfmt in /usr/ports/devel/gettext-tools ===> Installing existing package /packages/All/gettext-tools-0.19.4.txz [84i386-default-job-24] Installing gettext-tools-0.19.4... [84i386-default-job-24] `-- Installing expat-2.1.0_2... [84i386-default-job-24] `-- Extracting expat-2.1.0_2... done [84i386-default-job-24] `-- Installing gettext-runtime-0.19.4... [84i386-default-job-24] | `-- Installing indexinfo-0.2.2... [84i386-default-job-24] | `-- Extracting indexinfo-0.2.2... done [84i386-default-job-24] | `-- Installing libiconv-1.14_6... [84i386-default-job-24] | `-- Extracting libiconv-1.14_6... done [84i386-default-job-24] `-- Extracting gettext-runtime-0.19.4... done [84i386-default-job-24] Extracting gettext-tools-0.19.4... done ===> Returning to build of libical-glib-1.0.0 ===> libical-glib-1.0.0 depends on executable: gmake - not found ===> Verifying install for gmake in /usr/ports/devel/gmake ===> Installing existing package /packages/All/gmake-4.1_1.txz [84i386-default-job-24] Installing gmake-4.1_1... [84i386-default-job-24] Extracting gmake-4.1_1... done ===> Returning to build of libical-glib-1.0.0 ===> libical-glib-1.0.0 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.7.txz [84i386-default-job-24] Installing pkgconf-0.9.7... [84i386-default-job-24] Extracting pkgconf-0.9.7... done ===> Returning to build of libical-glib-1.0.0 ===> libical-glib-1.0.0 depends on executable: g-ir-scanner - not found ===> Verifying install for g-ir-scanner in /usr/ports/devel/gobject-introspection ===> Installing existing package /packages/All/gobject-introspection-1.42.0.txz [84i386-default-job-24] Installing gobject-introspection-1.42.0... [84i386-default-job-24] `-- Installing glib-2.42.1... [84i386-default-job-24] | `-- Installing libffi-3.2.1... [84i386-default-job-24] | `-- Extracting libffi-3.2.1... done [84i386-default-job-24] | `-- Installing pcre-8.35_2... [84i386-default-job-24] | `-- Extracting pcre-8.35_2... done [84i386-default-job-24] | `-- Installing perl5-5.18.4_11... [84i386-default-job-24] | `-- Extracting perl5-5.18.4_11... done [84i386-default-job-24] | `-- Installing python27-2.7.9... [84i386-default-job-24] | `-- Extracting python27-2.7.9... done [84i386-default-job-24] `-- Extracting glib-2.42.1... done No schema files found: doing nothing. [84i386-default-job-24] `-- Installing python2-2_3... [84i386-default-job-24] `-- Extracting python2-2_3... done [84i386-default-job-24] Extracting gobject-introspection-1.42.0... done Message for python27-2.7.9: ===================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter ===================================================================== ===> Returning to build of libical-glib-1.0.0 =========================================================================== =================================================== ===> libical-glib-1.0.0 depends on shared library: libical.so - not found ===> Verifying for libical.so in /usr/ports/devel/libical ===> Installing existing package /packages/All/libical-1.0.1.txz checking whether to build gtk-doc documentation... no checking for GTKDOC_DEPS... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libical-glib.pc config.status: creating src/api/Makefile config.status: creating src/Makefile config.status: creating src/build-tools/Makefile config.status: creating src/libical-glib/Makefile config.status: creating tests/Makefile config.status: creating docs/Makefile config.status: creating docs/reference/Makefile config.status: creating docs/reference/libical-glib/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: Introspection: yes Code coverage (gcov): no Gtk-doc: no =========================================================================== =================================================== ===> Building for libical-glib-1.0.0 gmake all-recursive gmake[1]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0' Making all in src gmake[2]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src' Making all in api gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/api' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/api' Making all in build-tools gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/build-tools' CC src_generator-generator.o cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CC src_generator-xml-parser.o cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CCLD src-generator gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/build-tools' Making all in libical-glib gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/libical-glib' gmake all-am gmake[4]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/libical-glib' CC libical_glib_1_0_la-i-cal-object.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CC libical_glib_1_0_la-i-cal-array.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat In file included from i-cal-array.c:20: ./../src/libical-glib/i-cal-array.h:85:27: warning: no newline at end of file i-cal-array.c:224:2: warning: no newline at end of file CC libical_glib_1_0_la-i-cal-attach.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat In file included from i-cal-attach.c:20: ./../src/libical-glib/i-cal-attach.h:81:28: warning: no newline at end of file i-cal-attach.c:199:2: warning: no newline at end of file CC libical_glib_1_0_la-i-cal-comp-iter.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat In file included from i-cal-comp-iter.c:20: ./../src/libical-glib/i-cal-comp-iter.h:73:31: warning: no newline at end of file i-cal-comp-iter.c:76:2: warning: no newline at end of file CC libical_glib_1_0_la-i-cal-component.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat In file included from ../../src/libical-glib/i-cal-parameter.h:24, from ../../src/libical-glib/i-cal-component.h:23, from i-cal-component.c:20: ./../src/libical-glib/i-cal-derived-parameter.h:405:39: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-component.h:23, from i-cal-component.c:20: ./../src/libical-glib/i-cal-parameter.h:48: error: redefinition of typedef 'ICalParameter' ./../src/libical-glib/i-cal-derived-parameter.h:27: error: previous declaration of 'ICalParameter' was here In file included from ../../src/libical-glib/i-cal-component.h:23, from i-cal-component.c:20: ./../src/libical-glib/i-cal-parameter.h:102:31: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-derived-property.h:24, from ../../src/libical-glib/i-cal-component.h:25, from i-cal-component.c:20: ./../src/libical-glib/i-cal-derived-value.h:332:35: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-component.h:25, from i-cal-component.c:20: ./../src/libical-glib/i-cal-derived-property.h:28: error: redefinition of typedef 'ICalRecurrenceType' ./../src/libical-glib/i-cal-derived-value.h:27: error: previous declaration of 'ICalRecurrenceType' was here ./../src/libical-glib/i-cal-derived-property.h:29: error: redefinition of typedef 'ICalGeoType' ./../src/libical-glib/i-cal-derived-value.h:28: error: previous declaration of 'ICalGeoType' was here ./../src/libical-glib/i-cal-derived-property.h:31: error: redefinition of typedef 'ICalPeriodType' ./../src/libical-glib/i-cal-derived-value.h:29: error: previous declaration of 'ICalPeriodType' was here ./../src/libical-glib/i-cal-derived-property.h:32: error: redefinition of typedef 'ICalTriggerType' ./../src/libical-glib/i-cal-derived-value.h:31: error: previous declaration of 'ICalTriggerType' was here ./../src/libical-glib/i-cal-derived-property.h:33: error: redefinition of typedef 'ICalDatetimeperiodType' ./../src/libical-glib/i-cal-derived-value.h:30: error: previous declaration of 'ICalDatetimeperiodType' was here ./../src/libical-glib/i-cal-derived-property.h:34: error: redefinition of typedef 'ICalTimetype' ./../src/libical-glib/i-cal-derived-value.h:32: error: previous declaration of 'ICalTimetype' was here ./../src/libical-glib/i-cal-derived-property.h:35: error: redefinition of typedef 'ICalReqstatType' ./../src/libical-glib/i-cal-derived-value.h:33: error: previous declaration of 'ICalReqstatType' was here ./../src/libical-glib/i-cal-derived-property.h:36: error: redefinition of typedef 'ICalDurationType' ./../src/libical-glib/i-cal-derived-value.h:34: error: previous declaration of 'ICalDurationType' was here ./../src/libical-glib/i-cal-derived-property.h:37: error: redefinition of typedef 'ICalAttach' ./../src/libical-glib/i-cal-derived-value.h:36: error: previous declaration of 'ICalAttach' was here In file included from ../../src/libical-glib/i-cal-component.h:25, from i-cal-component.c:20: ./../src/libical-glib/i-cal-derived-property.h:602:38: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-component.h:26, from i-cal-component.c:20: ./../src/libical-glib/i-cal-derived-value.h:332:35: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-component.h:27, from i-cal-component.c:20: ./../src/libical-glib/i-cal-enums.h:108:27: warning: no newline at end of file In file included from i-cal-component.c:20: ./../src/libical-glib/i-cal-component.h:70: error: redefinition of typedef 'ICalTimetype' ./../src/libical-glib/i-cal-derived-property.h:34: error: previous declaration of 'ICalTimetype' was here ./../src/libical-glib/i-cal-component.h:74: error: redefinition of typedef 'ICalProperty' ./../src/libical-glib/i-cal-derived-property.h:30: error: previous declaration of 'ICalProperty' was here ./../src/libical-glib/i-cal-component.h:75: error: redefinition of typedef 'ICalDurationType' ./../src/libical-glib/i-cal-derived-property.h:36: error: previous declaration of 'ICalDurationType' was here In file included from i-cal-component.c:20: ./../src/libical-glib/i-cal-component.h:217:31: warning: no newline at end of file In file included from i-cal-component.c:21: ./../src/libical-glib/i-cal-duration-type.h:47: error: redefinition of typedef 'ICalDurationType' ./../src/libical-glib/i-cal-component.h:75: error: previous declaration of 'ICalDurationType' was here In file included from i-cal-component.c:21: ./../src/libical-glib/i-cal-duration-type.h:107:35: warning: no newline at end of file In file included from i-cal-component.c:22: ./../src/libical-glib/i-cal-comp-iter.h:47: error: redefinition of typedef 'ICalCompIter' ./../src/libical-glib/i-cal-component.h:72: error: previous declaration of 'ICalCompIter' was here In file included from i-cal-component.c:22: ./../src/libical-glib/i-cal-comp-iter.h:73:31: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-property.h:24, from i-cal-component.c:23: ./../src/libical-glib/i-cal-derived-parameter.h:405:39: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-property.h:25, from i-cal-component.c:23: ./../src/libical-glib/i-cal-derived-value.h:332:35: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-property.h:26, from i-cal-component.c:23: ./../src/libical-glib/i-cal-derived-property.h:602:38: warning: no newline at end of file In file included from i-cal-component.c:23: ./../src/libical-glib/i-cal-property.h:50: error: redefinition of typedef 'ICalProperty' ./../src/libical-glib/i-cal-component.h:74: error: previous declaration of 'ICalProperty' was here ./../src/libical-glib/i-cal-property.h:69: error: redefinition of typedef 'ICalValue' ./../src/libical-glib/i-cal-derived-value.h:35: error: previous declaration of 'ICalValue' was here ./../src/libical-glib/i-cal-property.h:70: error: redefinition of typedef 'ICalParameter' ./../src/libical-glib/i-cal-parameter.h:48: error: previous declaration of 'ICalParameter' was here In file included from i-cal-component.c:23: ./../src/libical-glib/i-cal-property.h:154:30: warning: no newline at end of file In file included from i-cal-component.c:24: ./../src/libical-glib/i-cal-derived-value.h:332:35: warning: no newline at end of file In file included from i-cal-component.c:25: ./../src/libical-glib/i-cal-timetype.h:47: error: redefinition of typedef 'ICalTimetype' ./../src/libical-glib/i-cal-component.h:70: error: previous declaration of 'ICalTimetype' was here ./../src/libical-glib/i-cal-timetype.h:66: error: redefinition of typedef 'ICalTimezone' ./../src/libical-glib/i-cal-component.h:73: error: previous declaration of 'ICalTimezone' was here In file included from i-cal-component.c:25: ./../src/libical-glib/i-cal-timetype.h:105:30: warning: no newline at end of file In file included from i-cal-component.c:26: ./../src/libical-glib/i-cal-enums.h:108:27: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-time-span.h:23, from i-cal-component.c:27: ./../src/libical-glib/i-cal-timetype.h:105:30: warning: no newline at end of file In file included from i-cal-component.c:27: ./../src/libical-glib/i-cal-time-span.h:48: error: redefinition of typedef 'ICalTimeSpan' ./../src/libical-glib/i-cal-component.h:71: error: previous declaration of 'ICalTimeSpan' was here In file included from i-cal-component.c:27: ./../src/libical-glib/i-cal-time-span.h:81:31: warning: no newline at end of file In file included from i-cal-component.c:28: ./../src/libical-glib/i-cal-timezone.h:47: error: redefinition of typedef 'ICalTimezone' ./../src/libical-glib/i-cal-timetype.h:66: error: previous declaration of 'ICalTimezone' was here ./../src/libical-glib/i-cal-timezone.h:66: error: redefinition of typedef 'ICalTimetype' ./../src/libical-glib/i-cal-timetype.h:47: error: previous declaration of 'ICalTimetype' was here ./../src/libical-glib/i-cal-timezone.h:68: error: redefinition of typedef 'ICalComponent' ./../src/libical-glib/i-cal-component.h:51: error: previous declaration of 'ICalComponent' was here In file included from i-cal-component.c:28: ./../src/libical-glib/i-cal-timezone.h:129:30: warning: no newline at end of file In file included from i-cal-component.c:29: ./../src/libical-glib/i-cal-derived-property.h:602:38: warning: no newline at end of file i-cal-component.c:1732:2: warning: no newline at end of file Makefile:711: recipe for target 'libical_glib_1_0_la-i-cal-component.lo' failed gmake[4]: *** [libical_glib_1_0_la-i-cal-component.lo] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/libical-glib' Makefile:547: recipe for target 'all' failed gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/libical-glib' Makefile:375: recipe for target 'all-recursive' failed gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src' Makefile:519: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0' Makefile:427: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/devel/libical-glib. From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 21 01:15:53 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2F37C07; Sat, 21 Feb 2015 01:15:52 +0000 (UTC) Received: from beefy2.isc.freebsd.org (beefy2.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:39]) (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 D21DB8A1; Sat, 21 Feb 2015 01:15:52 +0000 (UTC) Received: from beefy2.isc.freebsd.org (localhost [127.0.0.1]) by beefy2.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L1FqBE087077; Sat, 21 Feb 2015 01:15:52 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1L1FqlU087061; Sat, 21 Feb 2015 01:15:52 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Sat, 21 Feb 2015 01:15:52 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502210115.t1L1FqlU087061@beefy2.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 84amd64-default][deskutils/bijiben] Failed for bijiben-3.14.2 in build Cc: pkg-fallout@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: Sat, 21 Feb 2015 01:15:53 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/deskutils/bijiben/Makefile 373802 2014-12-03 09:18:23Z kwm $ Log URL: http://beefy2.isc.freebsd.org/data/84amd64-default/2015-02-20_14h36m13s/logs/bijiben-3.14.2.log Build URL: http://beefy2.isc.freebsd.org/build.html?mastername=84amd64-default&build=2015-02-20_14h36m13s Log: ====>> Building deskutils/bijiben build started at Sat Feb 21 01:13:48 UTC 2015 port directory: /usr/ports/deskutils/bijiben building for: FreeBSD 84amd64-default-job-06 8.4-RELEASE-p16 FreeBSD 8.4-RELEASE-p16 amd64 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/deskutils/bijiben/Makefile 373802 2014-12-03 09:18:23Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 804000 ---Begin Environment--- OSVERSION=804000 UNAME_v=FreeBSD 8.4-RELEASE-p16 UNAME_r=8.4-RELEASE-p16 FTP_PASSIVE_MODE=YES BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/84amd64-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=bijiben-3.14.2 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/84amd64-default/ref/.p/pool MASTERNAME=84amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work HOME=/wrkdirs/usr/ports/deskutils/bijiben/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh GTKDOC="false" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work HOME=/wrkdirs/usr/ports/deskutils/bijiben/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=/wrkdirs/usr/ports/deskutils/bijiben/work PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=8.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/bijiben" EXAMPLESDIR="share/examples/bijiben" DATADIR="share/bijiben" WWWDIR="www/bijiben" ETCDIR="etc/bijiben" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/bijiben DOCSDIR=/usr/local/share/doc/bijiben EXAMPLESDIR=/usr/local/share/examples/bijiben WWWDIR=/usr/local/www/bijiben ETCDIR=/usr/local/etc/bijiben --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted ran via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> bijiben-3.14.2 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [84amd64-default-job-06] Installing pkg-1.4.12... [84amd64-default-job-06] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of bijiben-3.14.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by bijiben-3.14.2 for building =========================================================================== =================================================== ===> Fetching all distfiles required by bijiben-3.14.2 for building => SHA256 Checksum OK for gnome3/bijiben-3.14.2.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by bijiben-3.14.2 for building ===> Extracting for bijiben-3.14.2 => SHA256 Checksum OK for gnome3/bijiben-3.14.2.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for bijiben-3.14.2 =========================================================================== =================================================== ===> bijiben-3.14.2 depends on executable: itstool - not found ===> Verifying install for itstool in /usr/ports/textproc/itstool ===> Installing existing package /packages/All/itstool-2.0.2_1.txz [84amd64-default-job-06] Installing itstool-2.0.2_1... [84amd64-default-job-06] `-- Installing py27-libxml2-2.9.2... [84amd64-default-job-06] | `-- Installing libiconv-1.14_6... [84amd64-default-job-06] | `-- Extracting libiconv-1.14_6... done [84amd64-default-job-06] | `-- Installing libxml2-2.9.2_2... [84amd64-default-job-06] | `-- Extracting libxml2-2.9.2_2... done [84amd64-default-job-06] | `-- Installing py27-setuptools27-5.5.1_1... [84amd64-default-job-06] | | `-- Installing python27-2.7.9... [84amd64-default-job-06] | | `-- Installing gettext-runtime-0.19.4... [84amd64-default-job-06] | | | `-- Installing indexinfo-0.2.2... [84amd64-default-job-06] | | | `-- Extracting indexinfo-0.2.2... done [84amd64-default-job-06] | | `-- Extracting gettext-runtime-0.19.4... done [84amd64-default-job-06] | | `-- Installing libffi-3.2.1... [84amd64-default-job-06] | | `-- Extracting libffi-3.2.1... done [84amd64-default-job-06] | | `-- Extracting python27-2.7.9... done [84amd64-default-job-06] | `-- Extracting py27-setuptools27-5.5.1_1... done [84amd64-default-job-06] | `-- Installing python2-2_3... [84amd64-default-job-06] | `-- Extracting python2-2_3... done [84amd64-default-job-06] `-- Extracting py27-libxml2-2.9.2... done [84amd64-default-job-06] Extracting itstool-2.0.2_1... done Message for python27-2.7.9: ===================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter ===================================================================== ===> Returning to build of bijiben-3.14.2 ===> bijiben-3.14.2 depends on package: evolution>=3.0.0 - not found ===> Verifying install for evolution>=3.0.0 in /usr/ports/mail/evolution ===> Installing existing package /packages/All/evolution-3.12.10_1.txz [84amd64-default-job-06] Installing evolution-3.12.10_1... [84amd64-default-job-06] `-- Installing atk-2.14.0... [84amd64-default-job-06] | `-- Installing glib-2.42.1... [84amd64-default-job-06] | | `-- Installing pcre-8.35_2... [84amd64-default-job-06] | | `-- Extracting pcre-8.35_2... done [84amd64-default-job-06] | | `-- Installing perl5-5.18.4_11... [84amd64-default-job-06] | | `-- Extracting perl5-5.18.4_11... done [84amd64-default-job-06] | `-- Extracting glib-2.42.1... done No schema files found: doing nothing. [84amd64-default-job-06] `-- Extracting atk-2.14.0... done [84amd64-default-job-06] `-- Installing bogofilter-1.2.4_4... [84amd64-default-job-06] | `-- Installing db5-5.3.28_2... [84amd64-default-job-06] | `-- Extracting db5-5.3.28_2... done [84amd64-default-job-06] | `-- Installing gsl-1.16_2... [84amd64-default-job-06] | `-- Extracting gsl-1.16_2... done [84amd64-default-job-06] `-- Extracting bogofilter-1.2.4_4... done [84amd64-default-job-06] `-- Installing desktop-file-utils-0.22_3... [84amd64-default-job-06] `-- Extracting desktop-file-utils-0.22_3... done [84amd64-default-job-06] `-- Installing evolution-data-server-3.12.10... [84amd64-default-job-06] | `-- Installing gnome-online-accounts-3.14.2... [84amd64-default-job-06] | | `-- Installing dbus-glib-0.100.2_1... [84amd64-default-job-06] | | `-- Installing dbus-1.8.12_1... [84amd64-default-job-06] | | | `-- Installing expat-2.1.0_2... [84amd64-default-job-06] | | | `-- Extracting expat-2.1.0_2... done [84amd64-default-job-06] | | | `-- Installing gnome_subr-1.0... [84amd64-default-job-06] | | | `-- Extracting gnome_subr-1.0... done [84amd64-default-job-06] | | | `-- Installing libICE-1.0.9,1... [84amd64-default-job-06] | | | `-- Installing xproto-7.0.26... [84amd64-default-job-06] | | | `-- Extracting xproto-7.0.26... done [84amd64-default-job-06] | | | `-- Extracting libICE-1.0.9,1... done [84amd64-default-job-06] | | | `-- Installing libSM-1.2.2_2,1... [84amd64-default-job-06] | | | `-- Extracting libSM-1.2.2_2,1... done checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert amd64-portbld-freebsd8.4 file names to amd64-portbld-freebsd8.4 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd8.4 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd8.4 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking pkg-config is at least version 0.9.0... yes checking for TRACKER... yes checking for BIJIBEN... yes checking for ZEITGEIST... no checking pkg-config is at least version 0.16... yes checking for cos in -lm... yes checking for LIBGD... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libgd/Makefile config.status: creating data/Makefile config.status: creating data/bijiben.desktop.in config.status: creating data/icons/Makefile config.status: creating help/Makefile config.status: creating po/Makefile.in config.status: creating src/libbiji/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing libtool commands config.status: executing po/stamp-it commands configure: WARNING: unrecognized options: --with-html-dir, --disable-gtk-doc, --with-gconf-source Version: 3.14.2 Enable Zeitgeist no Run make to compile. =========================================================================== =================================================== ===> Building for bijiben-3.14.2 gmake all-recursive gmake[1]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2' Making all in libgd gmake[2]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/libgd' CC libgd/gd-types-catalog.lo CC libgd/gd-entry-focus-hack.lo CC libgd/gd-icon-utils.lo CC libgd/gd-main-view-generic.lo CC libgd/gd-styled-text-renderer.lo CC libgd/gd-two-lines-renderer.lo CC libgd/gd-main-icon-view.lo CC libgd/gd-toggle-pixbuf-renderer.lo libgd/gd-toggle-pixbuf-renderer.c: In function 'render_activity': libgd/gd-toggle-pixbuf-renderer.c:107: warning: 'gtk_paint_spinner' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h:703) libgd/gd-toggle-pixbuf-renderer.c:107: warning: 'gtk_widget_get_style' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742) CC libgd/gd-main-list-view.lo CC libgd/gd-main-view.lo CC libgd/gd-tagged-entry.lo CCLD libgd.la CC test-tagged-entry.o CCLD test-tagged-entry gmake[2]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/libgd' Making all in src gmake[2]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' glib-compile-resources --target=bjb-resources.c --sourcedir=. --generate-source --c-name bjb ./bjb.gresource.xml glib-compile-resources --target=bjb-resources.h --sourcedir=. --generate-header --c-name bjb ./bjb.gresource.xml gdbus-codegen \ --interface-prefix org.gnome. \ --c-namespace Bijiben \ --generate-c-code bijiben-shell-search-provider-generated \ ../data/shell-search-provider-dbus-interfaces.xml \ gmake all-recursive gmake[3]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' Making all in libbiji gmake[4]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src/libbiji' GEN stamp-biji-marshalers.h GEN biji-marshalers.c gmake all-am gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src/libbiji' CC biji-marshalers.lo CC biji-date-time.lo CC biji-error.lo CC biji-info-set.lo CC biji-item.lo CC biji-manager.lo CC biji-notebook.lo CC biji-note-id.lo CC biji-note-obj.lo CC biji-string.lo CC biji-timeout.lo CC biji-tracker.lo CC biji-zeitgeist.lo CC deserializer/biji-lazy-deserializer.lo CC deserializer/biji-tomboy-reader.lo CC editor/biji-editor-selection.lo In file included from editor/biji-editor-selection.c:23: editor/biji-editor-selection.h:207:34: warning: no newline at end of file CC editor/biji-editor-utils.lo CC editor/biji-webkit-editor.lo In file included from editor/biji-webkit-editor.c:24: editor/biji-editor-selection.h:207:34: warning: no newline at end of file CC provider/biji-import-provider.lo CC provider/biji-local-note.lo CC provider/biji-local-provider.lo CC provider/biji-memo-note.lo CC provider/biji-memo-provider.lo provider/biji-memo-provider.c: In function 'memo_create_note': provider/biji-memo-provider.c:603: warning: assignment discards qualifiers from pointer target type provider/biji-memo-provider.c: At top level: provider/biji-memo-provider.c:147: warning: 'memo_item_free' defined but not used CC provider/biji-own-cloud-note.lo CC provider/biji-own-cloud-provider.lo CC provider/biji-provider.lo CC serializer/biji-lazy-serializer.lo CCLD libbiji.la gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src/libbiji' gmake[4]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src/libbiji' gmake[4]: Entering directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' CC bjb-resources.o CC bjb-app-menu.o CC bjb-bijiben.o CC bjb-color-button.o CC bjb-controller.o CC bjb-debug.o CC bjb-editor-toolbar.o CC bjb-empty-results-box.o CC bjb-import-dialog.o CC bjb-load-more-button.o CC bjb-main.o CC bjb-main-toolbar.o CC bjb-main-view.o CC bjb-note-view.o CC bjb-organize-dialog.o bjb-organize-dialog.c: In function 'bjb_organize_dialog_constructed': bjb-organize-dialog.c:424: warning: 'gtk_tree_view_set_rules_hint' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/gtktreeview.h:247) CC bjb-rename-note.o CC bjb-search-toolbar.o CC bjb-selection-toolbar.o CC bjb-settings.o CC bjb-settings-dialog.o CC bjb-share.o CC bjb-window-base.o CCLD bijiben /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZSt25__throw_bad_function_callv@GLIBCXX_3.4.14' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZNSt18condition_variable4waitERSt11unique_lockISt5mutexE@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `_ZNSt6chrono3_V212system_clock3nowEv@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZSt15__once_callable@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZNSt8__detail15_List_node_base7_M_hookEPS0_@GLIBCXX_3.4.15' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZSt11__once_call@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZNSt18condition_variableD1Ev@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZSt20__throw_system_errori@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZNSt18condition_variable10notify_oneEv@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZNSt18condition_variableC1Ev@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `_ZNSt18condition_variable10notify_allEv@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `_ZNSt6chrono3_V212steady_clock3nowEv@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `__once_proxy@GLIBCXX_3.4.11' Makefile:645: recipe for target 'bijiben' failed gmake[4]: *** [bijiben] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' Makefile:720: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' Makefile:511: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2/src' Makefile:479: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/deskutils/bijiben/work/bijiben-3.14.2' Makefile:410: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/deskutils/bijiben. From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 21 01:25:59 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22FE2D55; Sat, 21 Feb 2015 01:25:59 +0000 (UTC) Received: from beefy2.isc.freebsd.org (beefy2.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:39]) (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 0173F972; Sat, 21 Feb 2015 01:25:59 +0000 (UTC) Received: from beefy2.isc.freebsd.org (localhost [127.0.0.1]) by beefy2.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L1PwRi087194; Sat, 21 Feb 2015 01:25:58 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1L1PwVu087182; Sat, 21 Feb 2015 01:25:58 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Sat, 21 Feb 2015 01:25:58 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502210125.t1L1PwVu087182@beefy2.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 84amd64-default][deskutils/gnome-initial-setup] Failed for gnome-initial-setup-3.12.1_1 in build Cc: pkg-fallout@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: Sat, 21 Feb 2015 01:25:59 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/deskutils/gnome-initial-setup/Makefile 372768 2014-11-19 11:49:04Z kwm $ Log URL: http://beefy2.isc.freebsd.org/data/84amd64-default/2015-02-20_14h36m13s/logs/gnome-initial-setup-3.12.1_1.log Build URL: http://beefy2.isc.freebsd.org/build.html?mastername=84amd64-default&build=2015-02-20_14h36m13s Log: ====>> Building deskutils/gnome-initial-setup build started at Sat Feb 21 01:23:33 UTC 2015 port directory: /usr/ports/deskutils/gnome-initial-setup building for: FreeBSD 84amd64-default-job-19 8.4-RELEASE-p16 FreeBSD 8.4-RELEASE-p16 amd64 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/deskutils/gnome-initial-setup/Makefile 372768 2014-11-19 11:49:04Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 804000 ---Begin Environment--- OSVERSION=804000 UNAME_v=FreeBSD 8.4-RELEASE-p16 UNAME_r=8.4-RELEASE-p16 FTP_PASSIVE_MODE=YES BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/84amd64-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=gnome-initial-setup-3.12.1_1 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/84amd64-default/ref/.p/pool MASTERNAME=84amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for gnome-initial-setup-3.12.1_1: KERBEROS=on: Kerberos support ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh GTKDOC="false" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work HOME=/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=8.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/gnome-initial-setup" EXAMPLESDIR="share/examples/gnome-initial-setup" DATADIR="share/gnome-initial-setup" WWWDIR="www/gnome-initial-setup" ETCDIR="etc/gnome-initial-setup" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/gnome-initial-setup DOCSDIR=/usr/local/share/doc/gnome-initial-setup EXAMPLESDIR=/usr/local/share/examples/gnome-initial-setup WWWDIR=/usr/local/www/gnome-initial-setup ETCDIR=/usr/local/etc/gnome-initial-setup --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted ran via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> gnome-initial-setup-3.12.1_1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [84amd64-default-job-19] Installing pkg-1.4.12... [84amd64-default-job-19] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of gnome-initial-setup-3.12.1_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by gnome-initial-setup-3.12.1_1 for building =========================================================================== =================================================== ===> Fetching all distfiles required by gnome-initial-setup-3.12.1_1 for building => SHA256 Checksum OK for gnome3/gnome-initial-setup-3.12.1.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by gnome-initial-setup-3.12.1_1 for building ===> Extracting for gnome-initial-setup-3.12.1_1 => SHA256 Checksum OK for gnome3/gnome-initial-setup-3.12.1.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for gnome-initial-setup-3.12.1_1 ===> Applying FreeBSD patches for gnome-initial-setup-3.12.1_1 =========================================================================== =================================================== ===> gnome-initial-setup-3.12.1_1 depends on executable: gnome-autogen.sh - not found ===> Verifying install for gnome-autogen.sh in /usr/ports/devel/gnome-common ===> Installing existing package /packages/All/gnome-common-3.14.0.txz [84amd64-default-job-19] Installing gnome-common-3.14.0... [84amd64-default-job-19] Extracting gnome-common-3.14.0... done ===> Returning to build of gnome-initial-setup-3.12.1_1 ===> gnome-initial-setup-3.12.1_1 depends on package: gdm>=3.0.0 - not found ===> Verifying install for gdm>=3.0.0 in /usr/ports/x11/gdm ===> Installing existing package /packages/All/gdm-3.14.1.txz [84amd64-default-job-19] Installing gdm-3.14.1... [84amd64-default-job-19] `-- Installing accountsservice-0.6.37_1... [84amd64-default-job-19] | `-- Installing dbus-glib-0.100.2_1... [84amd64-default-job-19] | | `-- Installing dbus-1.8.12_1... [84amd64-default-job-19] | | `-- Installing expat-2.1.0_2... [84amd64-default-job-19] | | `-- Extracting expat-2.1.0_2... done [84amd64-default-job-19] | | `-- Installing gnome_subr-1.0... [84amd64-default-job-19] | | `-- Extracting gnome_subr-1.0... done [84amd64-default-job-19] | | `-- Installing libICE-1.0.9,1... [84amd64-default-job-19] | | | `-- Installing xproto-7.0.26... [84amd64-default-job-19] | | | `-- Extracting xproto-7.0.26... done [84amd64-default-job-19] | | `-- Extracting libICE-1.0.9,1... done [84amd64-default-job-19] | | `-- Installing libSM-1.2.2_2,1... [84amd64-default-job-19] | | `-- Extracting libSM-1.2.2_2,1... done [84amd64-default-job-19] | | `-- Installing libX11-1.6.2_2,1... [84amd64-default-job-19] | | | `-- Installing kbproto-1.0.6... [84amd64-default-job-19] | | | `-- Extracting kbproto-1.0.6... done [84amd64-default-job-19] | | | `-- Installing libXau-1.0.8_2... [84amd64-default-job-19] | | | `-- Extracting libXau-1.0.8_2... done [84amd64-default-job-19] | | | `-- Installing libXdmcp-1.1.1_2... [84amd64-default-job-19] | | | `-- Extracting libXdmcp-1.1.1_2... done [84amd64-default-job-19] | | | `-- Installing libxcb-1.11... [84amd64-default-job-19] | | | `-- Installing libpthread-stubs-0.3_6... [84amd64-default-job-19] | | | `-- Extracting libpthread-stubs-0.3_6... done [84amd64-default-job-19] | | | `-- Installing libxml2-2.9.2_2... [84amd64-default-job-19] | | | | `-- Installing libiconv-1.14_6... [84amd64-default-job-19] | | | | `-- Extracting libiconv-1.14_6... done [84amd64-default-job-19] | | | `-- Extracting libxml2-2.9.2_2... done [84amd64-default-job-19] | | | `-- Extracting libxcb-1.11... done [84amd64-default-job-19] | | `-- Extracting libX11-1.6.2_2,1... done ===> Creating users and/or groups. Creating group 'messagebus' with gid '556'. Creating user 'messagebus' with uid '556'. [84amd64-default-job-19] | | `-- Extracting dbus-1.8.12_1... done [84amd64-default-job-19] | | `-- Installing gettext-runtime-0.19.4... [84amd64-default-job-19] | | `-- Installing indexinfo-0.2.2... [84amd64-default-job-19] | | `-- Extracting indexinfo-0.2.2... done [84amd64-default-job-19] | | `-- Extracting gettext-runtime-0.19.4... done [84amd64-default-job-19] | | `-- Installing glib-2.42.1... [84amd64-default-job-19] | | `-- Installing libffi-3.2.1... [84amd64-default-job-19] | | `-- Extracting libffi-3.2.1... done [84amd64-default-job-19] | | `-- Installing pcre-8.35_2... [84amd64-default-job-19] | | `-- Extracting pcre-8.35_2... done [84amd64-default-job-19] | | `-- Installing perl5-5.18.4_11... [84amd64-default-job-19] | | `-- Extracting perl5-5.18.4_11... done [84amd64-default-job-19] | | `-- Installing python27-2.7.9... [84amd64-default-job-19] | | `-- Extracting python27-2.7.9... done [84amd64-default-job-19] | | `-- Extracting glib-2.42.1... done No schema files found: doing nothing. [84amd64-default-job-19] | `-- Extracting dbus-glib-0.100.2_1... done [84amd64-default-job-19] | `-- Installing libxslt-1.1.28_6... [84amd64-default-job-19] | | `-- Installing libgcrypt-1.6.2_1... [84amd64-default-job-19] | | `-- Installing libgpg-error-1.17... [84amd64-default-job-19] | | `-- Extracting libgpg-error-1.17... done [84amd64-default-job-19] | | `-- Extracting libgcrypt-1.6.2_1... done [84amd64-default-job-19] | `-- Extracting libxslt-1.1.28_6... done [84amd64-default-job-19] | `-- Installing polkit-0.105_5... [84amd64-default-job-19] | | `-- Installing gobject-introspection-1.42.0... checking whether gcc understands -Werror=init-self... yes checking whether gcc understands -Werror=format-security... no checking whether gcc understands -Werror=format=2... yes checking whether gcc understands -Werror=missing-include-dirs... yes checking whether gcc understands -Werror... yes checking what warning flags to pass to the C compiler... -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror checking what language compliance flags to pass to the C compiler... checking for glib-compile-resources... /usr/local/bin/glib-compile-resources checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating data/Makefile config.status: creating gnome-initial-setup/Makefile config.status: creating gnome-initial-setup/pages/Makefile config.status: creating gnome-initial-setup/pages/language/Makefile config.status: creating gnome-initial-setup/pages/region/Makefile config.status: creating gnome-initial-setup/pages/keyboard/Makefile config.status: creating gnome-initial-setup/pages/eulas/Makefile config.status: creating gnome-initial-setup/pages/network/Makefile config.status: creating gnome-initial-setup/pages/timezone/Makefile config.status: creating gnome-initial-setup/pages/goa/Makefile config.status: creating gnome-initial-setup/pages/account/Makefile config.status: creating gnome-initial-setup/pages/password/Makefile config.status: creating gnome-initial-setup/pages/summary/Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing po/stamp-it commands configure: WARNING: unrecognized options: --with-html-dir, --disable-gtk-doc, --with-gconf-source =========================================================================== =================================================== ===> Building for gnome-initial-setup-3.12.1_1 gmake all-recursive gmake[1]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1' Making all in data gmake[2]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/data' GEN gnome-welcome-tour.desktop.in ITMRG gnome-welcome-tour.desktop GEN gnome-initial-setup-copy-worker.desktop.in ITMRG gnome-initial-setup-copy-worker.desktop GEN gnome-initial-setup.desktop.in ITMRG gnome-initial-setup.desktop rm gnome-welcome-tour.desktop.in gnome-initial-setup.desktop.in gnome-initial-setup-copy-worker.desktop.in gmake[2]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/data' Making all in gnome-initial-setup gmake[2]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup' gmake all-recursive gmake[3]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup' Making all in pages gmake[4]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages' Making all in language gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/language' gmake all-am gmake[6]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/language' CC libgislanguage_la-cc-common-language.lo CC libgislanguage_la-cc-language-chooser.lo cc-language-chooser.c: In function 'language_widget_new': cc-language-chooser.c:128: warning: 'gtk_misc_set_alignment' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:74) cc-language-chooser.c:128: warning: 'gtk_misc_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) cc-language-chooser.c: In function 'more_widget_new': cc-language-chooser.c:190: warning: 'gtk_misc_set_alignment' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:74) cc-language-chooser.c:190: warning: 'gtk_misc_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) CC libgislanguage_la-gis-welcome-widget.lo CC libgislanguage_la-gis-language-page.lo CC libgislanguage_la-language-resources.lo CCLD libgislanguage.la gmake[6]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/language' gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/language' Making all in region gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/region' gmake all-am gmake[6]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/region' CC libgisregion_la-cc-common-language.lo CC libgisregion_la-cc-region-chooser.lo cc-region-chooser.c: In function 'region_widget_new': cc-region-chooser.c:147: warning: 'gtk_misc_set_alignment' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:74) cc-region-chooser.c:147: warning: 'gtk_misc_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) cc-region-chooser.c: In function 'more_widget_new': cc-region-chooser.c:209: warning: 'gtk_misc_set_alignment' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:74) cc-region-chooser.c:209: warning: 'gtk_misc_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) CC libgisregion_la-gis-region-page.lo CC libgisregion_la-region-resources.lo CCLD libgisregion.la gmake[6]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/region' gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/region' Making all in keyboard gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/keyboard' gmake all-am gmake[6]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/keyboard' CC libgiskeyboard_la-cc-input-chooser.lo cc-input-chooser.c: In function 'input_widget_new': cc-input-chooser.c:226: warning: 'gtk_misc_set_alignment' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:74) cc-input-chooser.c:226: warning: 'gtk_misc_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) cc-input-chooser.c: In function 'more_widget_new': cc-input-chooser.c:296: warning: 'gtk_misc_set_alignment' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:74) cc-input-chooser.c:296: warning: 'gtk_misc_get_type' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) CC libgiskeyboard_la-cc-common-language.lo CC libgiskeyboard_la-cc-ibus-utils.lo CC libgiskeyboard_la-cc-util.lo CC libgiskeyboard_la-gis-keyboard-page.lo CC libgiskeyboard_la-keyboard-resources.lo CCLD libgiskeyboard.la gmake[6]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/keyboard' gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/keyboard' Making all in eulas gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/eulas' gmake all-am gmake[6]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/eulas' CC libgiseulas_la-gis-eula-page.lo CC libgiseulas_la-gis-eula-pages.lo CC libgiseulas_la-utils.lo CC libgiseulas_la-eulas-resources.lo CCLD libgiseulas.la gmake[6]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/eulas' gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/eulas' Making all in timezone gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/timezone' gmake all-am gmake[6]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/timezone' CC libgistimezone_la-cc-timezone-map.lo CC libgistimezone_la-gis-bubble-widget.lo CC libgistimezone_la-gis-timezone-page.lo CC libgistimezone_la-timedated.lo CC libgistimezone_la-cc-datetime-resources.lo CC libgistimezone_la-timezone-resources.lo CCLD libgistimezone.la gmake[6]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/timezone' gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/timezone' Making all in goa gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/goa' gmake all-am gmake[6]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/goa' CC libgisgoa_la-gis-goa-page.lo CC libgisgoa_la-goa-resources.lo CCLD libgisgoa.la gmake[6]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/goa' gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/goa' Making all in account gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/account' GEN account-resources.c GEN account-resources.h gmake all-am gmake[6]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/account' CC libgisaccount_la-um-realm-generated.lo CC libgisaccount_la-account-resources.lo CC libgisaccount_la-gis-account-page.lo CC libgisaccount_la-gis-account-pages.lo CC libgisaccount_la-gis-account-page-local.lo CC libgisaccount_la-gis-account-page-enterprise.lo CC libgisaccount_la-um-realm-manager.lo CC libgisaccount_la-um-utils.lo um-utils.c: In function 'set_entry_validation_error': um-utils.c:41: warning: 'gtk_entry_set_icon_from_stock' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/gtkentry.h:278) um-utils.c:43: warning: 'GtkStock' is deprecated CC libgisaccount_la-um-photo-dialog.lo um-photo-dialog.c: In function 'popup_button_draw': um-photo-dialog.c:330: warning: 'gtk_widget_get_state' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/gtkwidget.h:840) CCLD libgisaccount.la gmake[6]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/account' gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/account' Making all in password gmake[5]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/password' gmake all-am gmake[6]: Entering directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/password' CC libgispassword_la-um-realm-generated.lo CC libgispassword_la-password-resources.lo CC libgispassword_la-gis-password-page.lo CC libgispassword_la-gis-account-page-local.lo CC libgispassword_la-gis-account-page-enterprise.lo CC libgispassword_la-um-realm-manager.lo CC libgispassword_la-um-utils.lo um-utils.c:29:19: error: utmpx.h: No such file or directory um-utils.c: In function 'set_entry_validation_error': um-utils.c:42: warning: 'gtk_entry_set_icon_from_stock' is deprecated (declared at /usr/local/include/gtk-3.0/gtk/gtkentry.h:278) um-utils.c:44: warning: 'GtkStock' is deprecated Makefile:503: recipe for target 'libgispassword_la-um-utils.lo' failed gmake[6]: *** [libgispassword_la-um-utils.lo] Error 1 gmake[6]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/password' Makefile:376: recipe for target 'all' failed gmake[5]: *** [all] Error 2 gmake[5]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages/password' Makefile:406: recipe for target 'all-recursive' failed gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup/pages' Makefile:600: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup' Makefile:447: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1/gnome-initial-setup' Makefile:451: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/deskutils/gnome-initial-setup/work/gnome-initial-setup-3.12.1' Makefile:383: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/deskutils/gnome-initial-setup. From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 21 01:44:58 2015 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 E3016EB; Sat, 21 Feb 2015 01:44:58 +0000 (UTC) Received: from beefy2.isc.freebsd.org (beefy2.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:39]) (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 C2D1FB7C; Sat, 21 Feb 2015 01:44:58 +0000 (UTC) Received: from beefy2.isc.freebsd.org (localhost [127.0.0.1]) by beefy2.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L1iw9T062250; Sat, 21 Feb 2015 01:44:58 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.isc.freebsd.org (8.14.9/8.14.9/Submit) id t1L1iwfr062249; Sat, 21 Feb 2015 01:44:58 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Sat, 21 Feb 2015 01:44:58 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502210144.t1L1iwfr062249@beefy2.isc.freebsd.org> To: gnome@FreeBSD.org Subject: [package - 84amd64-default][devel/libical-glib] Failed for libical-glib-1.0.0 in build Cc: pkg-fallout@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: Sat, 21 Feb 2015 01:44:59 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/devel/libical-glib/Makefile 377580 2015-01-21 09:29:30Z kwm $ Log URL: http://beefy2.isc.freebsd.org/data/84amd64-default/2015-02-20_14h36m13s/logs/libical-glib-1.0.0.log Build URL: http://beefy2.isc.freebsd.org/build.html?mastername=84amd64-default&build=2015-02-20_14h36m13s Log: ====>> Building devel/libical-glib build started at Sat Feb 21 01:44:41 UTC 2015 port directory: /usr/ports/devel/libical-glib building for: FreeBSD 84amd64-default-job-19 8.4-RELEASE-p16 FreeBSD 8.4-RELEASE-p16 amd64 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/devel/libical-glib/Makefile 377580 2015-01-21 09:29:30Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100058 Jail OSVERSION: 804000 ---Begin Environment--- OSVERSION=804000 UNAME_v=FreeBSD 8.4-RELEASE-p16 UNAME_r=8.4-RELEASE-p16 FTP_PASSIVE_MODE=YES BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/84amd64-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=libical-glib-1.0.0 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/84amd64-default/ref/.p/pool MASTERNAME=84amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/libical-glib/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/libical-glib/work HOME=/wrkdirs/usr/ports/devel/libical-glib/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/libical-glib/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/libical-glib/work HOME=/wrkdirs/usr/ports/devel/libical-glib/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/libical-glib/work PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=8.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/libical-glib" EXAMPLESDIR="share/examples/libical-glib" DATADIR="share/libical-glib" WWWDIR="www/libical-glib" ETCDIR="etc/libical-glib" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/libical-glib DOCSDIR=/usr/local/share/doc/libical-glib EXAMPLESDIR=/usr/local/share/examples/libical-glib WWWDIR=/usr/local/www/libical-glib ETCDIR=/usr/local/etc/libical-glib --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted ran via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> libical-glib-1.0.0 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [84amd64-default-job-19] Installing pkg-1.4.12... [84amd64-default-job-19] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of libical-glib-1.0.0 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libical-glib-1.0.0 for building =========================================================================== =================================================== ===> Fetching all distfiles required by libical-glib-1.0.0 for building => SHA256 Checksum OK for libical-glib-1.0.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libical-glib-1.0.0 for building ===> Extracting for libical-glib-1.0.0 => SHA256 Checksum OK for libical-glib-1.0.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for libical-glib-1.0.0 ===> Applying FreeBSD patches for libical-glib-1.0.0 =========================================================================== =================================================== ===> libical-glib-1.0.0 depends on executable: msgfmt - not found ===> Verifying install for msgfmt in /usr/ports/devel/gettext-tools ===> Installing existing package /packages/All/gettext-tools-0.19.4.txz [84amd64-default-job-19] Installing gettext-tools-0.19.4... [84amd64-default-job-19] `-- Installing expat-2.1.0_2... [84amd64-default-job-19] `-- Extracting expat-2.1.0_2... done [84amd64-default-job-19] `-- Installing gettext-runtime-0.19.4... [84amd64-default-job-19] | `-- Installing indexinfo-0.2.2... [84amd64-default-job-19] | `-- Extracting indexinfo-0.2.2... done [84amd64-default-job-19] | `-- Installing libiconv-1.14_6... [84amd64-default-job-19] | `-- Extracting libiconv-1.14_6... done [84amd64-default-job-19] `-- Extracting gettext-runtime-0.19.4... done [84amd64-default-job-19] Extracting gettext-tools-0.19.4... done ===> Returning to build of libical-glib-1.0.0 ===> libical-glib-1.0.0 depends on executable: gmake - not found ===> Verifying install for gmake in /usr/ports/devel/gmake ===> Installing existing package /packages/All/gmake-4.1_1.txz [84amd64-default-job-19] Installing gmake-4.1_1... [84amd64-default-job-19] Extracting gmake-4.1_1... done ===> Returning to build of libical-glib-1.0.0 ===> libical-glib-1.0.0 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.7.txz [84amd64-default-job-19] Installing pkgconf-0.9.7... [84amd64-default-job-19] Extracting pkgconf-0.9.7... done ===> Returning to build of libical-glib-1.0.0 ===> libical-glib-1.0.0 depends on executable: g-ir-scanner - not found ===> Verifying install for g-ir-scanner in /usr/ports/devel/gobject-introspection ===> Installing existing package /packages/All/gobject-introspection-1.42.0.txz [84amd64-default-job-19] Installing gobject-introspection-1.42.0... [84amd64-default-job-19] `-- Installing glib-2.42.1... [84amd64-default-job-19] | `-- Installing libffi-3.2.1... [84amd64-default-job-19] | `-- Extracting libffi-3.2.1... done [84amd64-default-job-19] | `-- Installing pcre-8.35_2... [84amd64-default-job-19] | `-- Extracting pcre-8.35_2... done [84amd64-default-job-19] | `-- Installing perl5-5.18.4_11... [84amd64-default-job-19] | `-- Extracting perl5-5.18.4_11... done [84amd64-default-job-19] | `-- Installing python27-2.7.9... [84amd64-default-job-19] | `-- Extracting python27-2.7.9... done [84amd64-default-job-19] `-- Extracting glib-2.42.1... done No schema files found: doing nothing. [84amd64-default-job-19] `-- Installing python2-2_3... [84amd64-default-job-19] `-- Extracting python2-2_3... done [84amd64-default-job-19] Extracting gobject-introspection-1.42.0... done Message for python27-2.7.9: ===================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter ===================================================================== ===> Returning to build of libical-glib-1.0.0 =========================================================================== =================================================== ===> libical-glib-1.0.0 depends on shared library: libical.so - not found ===> Verifying for libical.so in /usr/ports/devel/libical ===> Installing existing package /packages/All/libical-1.0.1.txz [84amd64-default-job-19] Installing libical-1.0.1... [84amd64-default-job-19] Extracting libical-1.0.1... done ===> Returning to build of libical-glib-1.0.0 ===> libical-glib-1.0.0 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.8.1.3) ===> libical-glib-1.0.0 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so.0.4200.1) ===> libical-glib-1.0.0 depends on shared library: libxml2.so - not found ===> Verifying for libxml2.so in /usr/ports/textproc/libxml2 ===> Installing existing package /packages/All/libxml2-2.9.2_2.txz checking whether to build gtk-doc documentation... no checking for GTKDOC_DEPS... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libical-glib.pc config.status: creating src/api/Makefile config.status: creating src/Makefile config.status: creating src/build-tools/Makefile config.status: creating src/libical-glib/Makefile config.status: creating tests/Makefile config.status: creating docs/Makefile config.status: creating docs/reference/Makefile config.status: creating docs/reference/libical-glib/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: Introspection: yes Code coverage (gcov): no Gtk-doc: no =========================================================================== =================================================== ===> Building for libical-glib-1.0.0 gmake all-recursive gmake[1]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0' Making all in src gmake[2]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src' Making all in api gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/api' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/api' Making all in build-tools gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/build-tools' CC src_generator-generator.o cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CC src_generator-xml-parser.o cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CCLD src-generator gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/build-tools' Making all in libical-glib gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/libical-glib' gmake all-am gmake[4]: Entering directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/libical-glib' CC libical_glib_1_0_la-i-cal-object.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat CC libical_glib_1_0_la-i-cal-array.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat In file included from i-cal-array.c:20: ./../src/libical-glib/i-cal-array.h:85:27: warning: no newline at end of file i-cal-array.c:224:2: warning: no newline at end of file CC libical_glib_1_0_la-i-cal-attach.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat In file included from i-cal-attach.c:20: ./../src/libical-glib/i-cal-attach.h:81:28: warning: no newline at end of file i-cal-attach.c:199:2: warning: no newline at end of file CC libical_glib_1_0_la-i-cal-comp-iter.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat In file included from i-cal-comp-iter.c:20: ./../src/libical-glib/i-cal-comp-iter.h:73:31: warning: no newline at end of file i-cal-comp-iter.c:76:2: warning: no newline at end of file CC libical_glib_1_0_la-i-cal-component.lo cc1: warning: -Wformat-nonliteral ignored without -Wformat cc1: warning: -Wformat-security ignored without -Wformat In file included from ../../src/libical-glib/i-cal-parameter.h:24, from ../../src/libical-glib/i-cal-component.h:23, from i-cal-component.c:20: ./../src/libical-glib/i-cal-derived-parameter.h:405:39: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-component.h:23, from i-cal-component.c:20: ./../src/libical-glib/i-cal-parameter.h:48: error: redefinition of typedef 'ICalParameter' ./../src/libical-glib/i-cal-derived-parameter.h:27: error: previous declaration of 'ICalParameter' was here In file included from ../../src/libical-glib/i-cal-component.h:23, from i-cal-component.c:20: ./../src/libical-glib/i-cal-parameter.h:102:31: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-derived-property.h:24, from ../../src/libical-glib/i-cal-component.h:25, from i-cal-component.c:20: ./../src/libical-glib/i-cal-derived-value.h:332:35: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-component.h:25, from i-cal-component.c:20: ./../src/libical-glib/i-cal-derived-property.h:28: error: redefinition of typedef 'ICalRecurrenceType' ./../src/libical-glib/i-cal-derived-value.h:27: error: previous declaration of 'ICalRecurrenceType' was here ./../src/libical-glib/i-cal-derived-property.h:29: error: redefinition of typedef 'ICalGeoType' ./../src/libical-glib/i-cal-derived-value.h:28: error: previous declaration of 'ICalGeoType' was here ./../src/libical-glib/i-cal-derived-property.h:31: error: redefinition of typedef 'ICalPeriodType' ./../src/libical-glib/i-cal-derived-value.h:29: error: previous declaration of 'ICalPeriodType' was here ./../src/libical-glib/i-cal-derived-property.h:32: error: redefinition of typedef 'ICalTriggerType' ./../src/libical-glib/i-cal-derived-value.h:31: error: previous declaration of 'ICalTriggerType' was here ./../src/libical-glib/i-cal-derived-property.h:33: error: redefinition of typedef 'ICalDatetimeperiodType' ./../src/libical-glib/i-cal-derived-value.h:30: error: previous declaration of 'ICalDatetimeperiodType' was here ./../src/libical-glib/i-cal-derived-property.h:34: error: redefinition of typedef 'ICalTimetype' ./../src/libical-glib/i-cal-derived-value.h:32: error: previous declaration of 'ICalTimetype' was here ./../src/libical-glib/i-cal-derived-property.h:35: error: redefinition of typedef 'ICalReqstatType' ./../src/libical-glib/i-cal-derived-value.h:33: error: previous declaration of 'ICalReqstatType' was here ./../src/libical-glib/i-cal-derived-property.h:36: error: redefinition of typedef 'ICalDurationType' ./../src/libical-glib/i-cal-derived-value.h:34: error: previous declaration of 'ICalDurationType' was here ./../src/libical-glib/i-cal-derived-property.h:37: error: redefinition of typedef 'ICalAttach' ./../src/libical-glib/i-cal-derived-value.h:36: error: previous declaration of 'ICalAttach' was here In file included from ../../src/libical-glib/i-cal-component.h:25, from i-cal-component.c:20: ./../src/libical-glib/i-cal-derived-property.h:602:38: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-component.h:26, from i-cal-component.c:20: ./../src/libical-glib/i-cal-derived-value.h:332:35: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-component.h:27, from i-cal-component.c:20: ./../src/libical-glib/i-cal-enums.h:108:27: warning: no newline at end of file In file included from i-cal-component.c:20: ./../src/libical-glib/i-cal-component.h:70: error: redefinition of typedef 'ICalTimetype' ./../src/libical-glib/i-cal-derived-property.h:34: error: previous declaration of 'ICalTimetype' was here ./../src/libical-glib/i-cal-component.h:74: error: redefinition of typedef 'ICalProperty' ./../src/libical-glib/i-cal-derived-property.h:30: error: previous declaration of 'ICalProperty' was here ./../src/libical-glib/i-cal-component.h:75: error: redefinition of typedef 'ICalDurationType' ./../src/libical-glib/i-cal-derived-property.h:36: error: previous declaration of 'ICalDurationType' was here In file included from i-cal-component.c:20: ./../src/libical-glib/i-cal-component.h:217:31: warning: no newline at end of file In file included from i-cal-component.c:21: ./../src/libical-glib/i-cal-duration-type.h:47: error: redefinition of typedef 'ICalDurationType' ./../src/libical-glib/i-cal-component.h:75: error: previous declaration of 'ICalDurationType' was here In file included from i-cal-component.c:21: ./../src/libical-glib/i-cal-duration-type.h:107:35: warning: no newline at end of file In file included from i-cal-component.c:22: ./../src/libical-glib/i-cal-comp-iter.h:47: error: redefinition of typedef 'ICalCompIter' ./../src/libical-glib/i-cal-component.h:72: error: previous declaration of 'ICalCompIter' was here In file included from i-cal-component.c:22: ./../src/libical-glib/i-cal-comp-iter.h:73:31: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-property.h:24, from i-cal-component.c:23: ./../src/libical-glib/i-cal-derived-parameter.h:405:39: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-property.h:25, from i-cal-component.c:23: ./../src/libical-glib/i-cal-derived-value.h:332:35: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-property.h:26, from i-cal-component.c:23: ./../src/libical-glib/i-cal-derived-property.h:602:38: warning: no newline at end of file In file included from i-cal-component.c:23: ./../src/libical-glib/i-cal-property.h:50: error: redefinition of typedef 'ICalProperty' ./../src/libical-glib/i-cal-component.h:74: error: previous declaration of 'ICalProperty' was here ./../src/libical-glib/i-cal-property.h:69: error: redefinition of typedef 'ICalValue' ./../src/libical-glib/i-cal-derived-value.h:35: error: previous declaration of 'ICalValue' was here ./../src/libical-glib/i-cal-property.h:70: error: redefinition of typedef 'ICalParameter' ./../src/libical-glib/i-cal-parameter.h:48: error: previous declaration of 'ICalParameter' was here In file included from i-cal-component.c:23: ./../src/libical-glib/i-cal-property.h:154:30: warning: no newline at end of file In file included from i-cal-component.c:24: ./../src/libical-glib/i-cal-derived-value.h:332:35: warning: no newline at end of file In file included from i-cal-component.c:25: ./../src/libical-glib/i-cal-timetype.h:47: error: redefinition of typedef 'ICalTimetype' ./../src/libical-glib/i-cal-component.h:70: error: previous declaration of 'ICalTimetype' was here ./../src/libical-glib/i-cal-timetype.h:66: error: redefinition of typedef 'ICalTimezone' ./../src/libical-glib/i-cal-component.h:73: error: previous declaration of 'ICalTimezone' was here In file included from i-cal-component.c:25: ./../src/libical-glib/i-cal-timetype.h:105:30: warning: no newline at end of file In file included from i-cal-component.c:26: ./../src/libical-glib/i-cal-enums.h:108:27: warning: no newline at end of file In file included from ../../src/libical-glib/i-cal-time-span.h:23, from i-cal-component.c:27: ./../src/libical-glib/i-cal-timetype.h:105:30: warning: no newline at end of file In file included from i-cal-component.c:27: ./../src/libical-glib/i-cal-time-span.h:48: error: redefinition of typedef 'ICalTimeSpan' ./../src/libical-glib/i-cal-component.h:71: error: previous declaration of 'ICalTimeSpan' was here In file included from i-cal-component.c:27: ./../src/libical-glib/i-cal-time-span.h:81:31: warning: no newline at end of file In file included from i-cal-component.c:28: ./../src/libical-glib/i-cal-timezone.h:47: error: redefinition of typedef 'ICalTimezone' ./../src/libical-glib/i-cal-timetype.h:66: error: previous declaration of 'ICalTimezone' was here ./../src/libical-glib/i-cal-timezone.h:66: error: redefinition of typedef 'ICalTimetype' ./../src/libical-glib/i-cal-timetype.h:47: error: previous declaration of 'ICalTimetype' was here ./../src/libical-glib/i-cal-timezone.h:68: error: redefinition of typedef 'ICalComponent' ./../src/libical-glib/i-cal-component.h:51: error: previous declaration of 'ICalComponent' was here In file included from i-cal-component.c:28: ./../src/libical-glib/i-cal-timezone.h:129:30: warning: no newline at end of file In file included from i-cal-component.c:29: ./../src/libical-glib/i-cal-derived-property.h:602:38: warning: no newline at end of file i-cal-component.c:1732:2: warning: no newline at end of file Makefile:711: recipe for target 'libical_glib_1_0_la-i-cal-component.lo' failed gmake[4]: *** [libical_glib_1_0_la-i-cal-component.lo] Error 1 gmake[4]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/libical-glib' Makefile:547: recipe for target 'all' failed gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src/libical-glib' Makefile:375: recipe for target 'all-recursive' failed gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0/src' Makefile:519: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/devel/libical-glib/work/libical-glib-1.0.0' Makefile:427: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/devel/libical-glib. From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 21 06:34:02 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95865AC7 for ; Sat, 21 Feb 2015 06:34:02 +0000 (UTC) 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 7BE1FAC6 for ; Sat, 21 Feb 2015 06:34:02 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L6Y2Hk059076 for ; Sat, 21 Feb 2015 06:34:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 197851] Remove conflict between deskutils/notification-daemon and deskutils/xfce4-notifyd Date: Sat, 21 Feb 2015 06:34:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: ehaupt@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ehaupt@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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: Sat, 21 Feb 2015 06:34:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197851 Emanuel Haupt changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |ehaupt@FreeBSD.org |org | -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 21 06:56:05 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F29EBBF for ; Sat, 21 Feb 2015 06:56:05 +0000 (UTC) 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 155F5C7F for ; Sat, 21 Feb 2015 06:56:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L6u497080671 for ; Sat, 21 Feb 2015 06:56:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 197851] Remove conflict between deskutils/notification-daemon and deskutils/xfce4-notifyd Date: Sat, 21 Feb 2015 06:56:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: ehaupt@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ehaupt@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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: Sat, 21 Feb 2015 06:56:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197851 Emanuel Haupt changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #3 from Emanuel Haupt --- I've just tested this and it seems indeed that the following 3 ports can coexist: deskutils/xfce4-notifyd deskutils/notification-daemon deskutils/xfce4-notification-daemon -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 21 06:56:40 2015 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 21BF2BDB for ; Sat, 21 Feb 2015 06:56:40 +0000 (UTC) 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 07D96C82 for ; Sat, 21 Feb 2015 06:56:40 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L6udrU080897 for ; Sat, 21 Feb 2015 06:56:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 197851] Remove conflict between deskutils/notification-daemon and deskutils/xfce4-notifyd Date: Sat, 21 Feb 2015 06:56:40 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: ehaupt@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.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: Sat, 21 Feb 2015 06:56:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197851 Emanuel Haupt changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|ehaupt@FreeBSD.org |gnome@FreeBSD.org --- Comment #4 from Emanuel Haupt --- Over to gnome@ for a second opinion. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 21 08:28:06 2015 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 1FCFC657 for ; Sat, 21 Feb 2015 08:28:06 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (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 0FF0E678 for ; Sat, 21 Feb 2015 08:28:06 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L8S6t6037446 for ; Sat, 21 Feb 2015 08:28:06 GMT (envelope-from linimon@FreeBSD.org) Date: Sat, 21 Feb 2015 08:28:06 GMT Message-Id: <201502210828.t1L8S6t6037446@portsmon.freebsd.org> From: linimon@FreeBSD.org To: gnome@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently marked broken 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: Sat, 21 Feb 2015 08:28:06 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. One common problem is that recent versions of FreeBSD use clang instead of gcc by default. Another common problem is that the compiles succeed on the i386 and amd64 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 8.x/9.x/10.x/-current with target architecture'.) portname: deskutils/deskbar-applet broken because: Uses unknown GNOME components pygnomedesktop and evolutiondataserver build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=deskbar-applet portname: deskutils/hamster-applet broken because: Uses unknown GNOME components pygnomedesktop and gnomecontrolcenter2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=hamster-applet portname: deskutils/ontv broken because: Uses unknown GNOME components pygnomedesktop and pygnomeextras build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=ontv portname: net/service-discovery-applet broken because: Uses unknown GNOME component pygnomedesktop build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=service-discovery-applet portname: ports-mgmt/gnome-packagekit broken because: Uses unknown GNOME component gnomemenus build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ports-mgmt&portname=gnome-packagekit portname: textproc/aiksaurus-gtk broken because: does not link against GTK2 on FreeBSD 10+ build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=aiksaurus-gtk If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 21 10:25:15 2015 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 70B9C11D for ; Sat, 21 Feb 2015 10:25:15 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 5C3C31E3 for ; Sat, 21 Feb 2015 10:25:15 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LAPFUs044054 for ; Sat, 21 Feb 2015 10:25:15 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t1LAPF7X044053; Sat, 21 Feb 2015 10:25:15 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201502211025.t1LAPF7X044053@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 21 Feb 2015 10:25:15 +0000 From: portscout@FreeBSD.org To: gnome@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 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: Sat, 21 Feb 2015 10:25:15 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/gnome@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ deskutils/bijiben | 3.14.2 | 3.15.90 ------------------------------------------------+-----------------+------------ deskutils/gnome-documents | 3.14.2 | 3.15.90 ------------------------------------------------+-----------------+------------ deskutils/gnome-initial-setup | 3.12.1 | 3.15.90.1 ------------------------------------------------+-----------------+------------ deskutils/gnome-screenshot | 3.14.0 | 3.15.90 ------------------------------------------------+-----------------+------------ devel/py-gobject | 2.28.6 | 3.15.0 ------------------------------------------------+-----------------+------------ graphics/gtk-update-icon-cache | 2.24.25 | 3.15.8 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks.