From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 28 08:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C82582F6 for ; Wed, 28 Aug 2013 08:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B5CFA2346 for ; Wed, 28 Aug 2013 08:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7S800bt035732 for ; Wed, 28 Aug 2013 08:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7S800ca035731; Wed, 28 Aug 2013 08:00:00 GMT (envelope-from gnats) Date: Wed, 28 Aug 2013 08:00:00 GMT Message-Id: <201308280800.r7S800ca035731@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Jui-Nan Lin Subject: Re: ports/180651: net/scribe won't build with automake update to 1.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jui-Nan Lin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Aug 2013 08:00:01 -0000 The following reply was made to PR ports/180651; it has been noted by GNATS. From: Jui-Nan Lin To: Marc Peters Cc: bug-followup@freebsd.org Subject: Re: ports/180651: net/scribe won't build with automake update to 1.14 Date: Wed, 28 Aug 2013 15:54:54 +0800 --047d7b33d374482b5904e4fd4f28 Content-Type: text/plain; charset=UTF-8 Hi, Please try the attached patch. On Tue, Aug 13, 2013 at 10:29 PM, Marc Peters wrote: > A user at http://forums.freebsd.org/showthread.php?p=229818#post229818 > suggested the following: > > "The bug is due to scribe calling AM_INIT_AUTOMAKE in both the top of > configure.ac and inside FB_INITIALIZE defined in acinclude.m4. The > solution is to comment either the AM_INIT_AUTOMAKE or FB_INITIALIZE in > the top of configure.ac. They should not both be called." > > Maybe this will fix the issues and the portmaintainer create a patch for > the port. > > Cheers, > Marc --047d7b33d374482b5904e4fd4f28 Content-Type: application/octet-stream; name="patch-configure.ac" Content-Disposition: attachment; filename="patch-configure.ac" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hkw90fyl0 LS0tIGNvbmZpZ3VyZS5hYy5vbGQJMjAxMy0wOC0yOCAxNTo1MDo0OS4xMjc5NTM4NDIgKzA4MDAK KysrIGNvbmZpZ3VyZS5hYwkyMDEzLTA4LTI4IDE1OjUwOjI4LjIxMjk1MzQ4OSArMDgwMApAQCAt MTAsNyArMTAsNyBAQAogQUNfUFJFUkVRKDIuNTIpCiBBQ19JTklUKFtzY3JpYmVdLCBbMS41LjBd KQogQUNfQ09ORklHX01BQ1JPX0RJUihbYWNsb2NhbF0pCi1BTV9JTklUX0FVVE9NQUtFKFtmb3Jl aWduIC1XYWxsXSkKKyNBTV9JTklUX0FVVE9NQUtFKFtmb3JlaWduIC1XYWxsXSkKICMgVG8gaW5z dGFsbCBsb2NhbGx5CiBGQl9JTklUSUFMSVpFKFtsb2NhbGluc3RhbGxdKQogQUNfUFJFRklYX0RF RkFVTFQoWy91c3IvbG9jYWxdKQo= --047d7b33d374482b5904e4fd4f28--