From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 18 02:10:00 2014 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 ESMTPS id BC1DAC4 for ; Tue, 18 Mar 2014 02:10:00 +0000 (UTC) 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 922F0977 for ; Tue, 18 Mar 2014 02:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2I2A0MX001409 for ; Tue, 18 Mar 2014 02:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2I2A0q4001408; Tue, 18 Mar 2014 02:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 18 Mar 2014 02:10:00 GMT Resent-Message-Id: <201403180210.s2I2A0q4001408@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Don Lewis 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 9D5CDF81 for ; Tue, 18 Mar 2014 02:06:13 +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 7682F95C for ; Tue, 18 Mar 2014 02:06:13 +0000 (UTC) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id s2I26CMC083342 for ; Mon, 17 Mar 2014 18:06:12 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from mousie.catspoiler.org (localhost.catspoiler.org [127.0.0.1]) by mousie.catspoiler.org (8.14.7/8.14.7) with ESMTP id s2I26BVP041493 for ; Mon, 17 Mar 2014 19:06:11 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: (from dl@localhost) by mousie.catspoiler.org (8.14.7/8.14.7/Submit) id s2I26BSZ041492; Mon, 17 Mar 2014 19:06:11 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201403180206.s2I26BSZ041492@mousie.catspoiler.org> Date: Mon, 17 Mar 2014 19:06:11 -0700 (PDT) From: Don Lewis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/187689: lang/guile does not work when compiled with clang 3.4 on i386 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Don Lewis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Mar 2014 02:10:00 -0000 >Number: 187689 >Category: ports >Synopsis: lang/guile does not work when compiled with clang 3.4 on i386 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 18 02:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Don Lewis >Release: FreeBSD 11.0-CURRENT i386 >Organization: FreeBSD Project >Environment: System: FreeBSD scratch.catspoiler.org 11.0-CURRENT FreeBSD 11.0-CURRENT #72 r262892M: Fri Mar 7 14:21:49 PST 2014 dl@scratch.catspoiler.org:/usr/obj/usr/src/sys/GENERICSMB i386 guile-1.8.8: gmp-5.1.3_1 readline-6.3_1 libltdl-2.4.2_2 gettext-0.18.3.1 all of the above ports freshly compiled. FreeBSD clang version 3.4 (tags/RELEASE_34/final 197956) 20140216 Target: i386-unknown-freebsd11.0 Thread model: posix >Description: If guile is compiled with clang 3.4 on an i386 11.0-CURRENT box, then anything that tries to run guile fails like this: %guile-config --version ERROR: Unbound variable: define If guile is compiled with gcc47, then guile works correctly: %guile-config --version guile-config - Guile version 1.8.8 I don't know if this also happens on amd64. I don't know if this is a guile bug or a clang bug. >How-To-Repeat: Build lang/guile with clang 3.4 (the default on 11.0-CURRENT) on i386. Run guile-config --version >Fix: Workaround: compile this port with gcc. >Release-Note: >Audit-Trail: >Unformatted: