From owner-freebsd-ports@FreeBSD.ORG Mon Mar 3 19:23:26 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD2B6F3B for ; Mon, 3 Mar 2014 19:23:26 +0000 (UTC) Received: from gw.catspoiler.org (gw.catspoiler.org [75.1.14.242]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7860B178 for ; Mon, 3 Mar 2014 19:23:26 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id s23JNJdW002821 for ; Mon, 3 Mar 2014 11:23:23 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <201403031923.s23JNJdW002821@gw.catspoiler.org> Date: Mon, 3 Mar 2014 11:23:19 -0800 (PST) From: Don Lewis Subject: guile broken for me on 11.0-CURRENT i386 To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 19:23:26 -0000 I've been having trouble building gnome-games for a while now and finally had some time to dig into it. The problem appears to be that guile is broken. The gnome-games build runs guile-config during configure doesn't notice that the output is messed up, which causes breakage later in the build. If I run guile-config, I get: % guile-config ERROR: Unbound variable: define If I rebuild guile, cd to the work directory and run check-guile: # ./check-guile Testing /usr/ports/lang/guile/work/guile-1.8.8/pre-inst-guile ... with GUILE_LOAD_PATH=/usr/ports/lang/guile/work/guile-1.8.8/test-suite ERROR: Unbound variable: define I tried rebuilding with gcc46 instead of clang, but that doesn't make any difference. I don't see any suspicious compilation warnings. Is anyone else seeing this?