From owner-freebsd-ports@freebsd.org Thu Jul 20 09:38:08 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE03DDADAAC for ; Thu, 20 Jul 2017 09:38:08 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from tatiana.utanet.at (tatiana.utanet.at [IPv6:2001:938:1337:25::25:46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46A3B640E1 for ; Thu, 20 Jul 2017 09:38:08 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Subject:References:To; bh=RXjrPKIXQe3Kt7VAyp15PX1s9tZ0k3DkghB61yaFbHE=; b=IqxNzdtQil1Mjz8OYxMHovFTcXR3sxKho9/cx14jd+mpOMqWDI2Rl+dH1/4K9A+q2bQECbm0t6cuVsbgqIyLkbQHWip6N+fPgMxn3tUhY03JmKbp3w+QbDEDJYGogTrE45EPwO9uxDXOVkV8etXCoScxGVc5nwtcH+4RBmC+XOQ=; Received: from pam.xoc.tele2net.at ([213.90.36.6]) by tatiana.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1dY7uI-0002DY-6i for freebsd-ports@freebsd.org; Thu, 20 Jul 2017 11:38:06 +0200 Received: from 188-23-11-100.adsl.highway.telekom.at ([188.23.11.100] helo=[10.0.0.93]) by pam.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1dY7uI-0004Uy-4U for freebsd-ports@freebsd.org; Thu, 20 Jul 2017 11:38:06 +0200 To: freebsd-ports@freebsd.org References: Subject: Re: gnucash conflicts with guile? From: Walter Schwarzenfeld Message-ID: <99ec15f5-c14e-0df2-4760-1b9f9f20698a@utanet.at> Date: Thu, 20 Jul 2017 11:38:03 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-TELE2-Authenticated-As: cf62768e218b4d81d95cc5390f1bd9dfc8b05683 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2017 09:38:08 -0000 Now it tested it. I try to compite it with guile2 opton. Result: gmake[6]: *** [Makefile:1303: business-prefs.go] Segmentation fault (core dumped) gmake[6]: *** Waiting for unfinished jobs.... wrote `config-var.go' wrote `business-options.go' gmake[6]: *** [Makefile:1303: date-utilities.go] Segmentation fault (core dumped) gmake[6]: Leaving directory '/ram/usr/ports/finance/gnucash/work/gnucash-2.6.17/src/app-utils' gmake[5]: *** [Makefile:994: all-recursive] Error 1 gmake[5]: Leaving directory '/ram/usr/ports/finance/gnucash/work/gnucash-2.6.17/src/app-utils' gmake[4]: *** [Makefile:550: all-recursive] Error 1 gmake[4]: Leaving directory '/ram/usr/ports/finance/gnucash/work/gnucash-2.6.17/src' gmake[3]: *** [Makefile:784: all-recursive] Error 1 gmake[3]: Leaving directory '/ram/usr/ports/finance/gnucash/work/gnucash-2.6.17' gmake[2]: *** [Makefile:637: all] Error 2 gmake[2]: Leaving directory '/ram/usr/ports/finance/gnucash/work/gnucash-2.6.17' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/finance/gnucash *** Error code 1 Stop. make: stopped in /usr/ports/finance/gnucashngorx@newgorx:/usr/ports/finance/gnuc (guile2 is installed on my system, with guile1 I got the same conflict as you). you shold make a PR.