From owner-freebsd-ports@freebsd.org Sat Jul 29 11:44:33 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 423C8DC215D for ; Sat, 29 Jul 2017 11:44:33 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [IPv6:2a01:4f8:140:50a2::3:1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "ns.exwg.net", Issuer "Christoph Moench-Tegeder" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0AD3B6994A for ; Sat, 29 Jul 2017 11:44:33 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from localhost (localhost [127.0.0.1]) by smtp.burggraben.net (Postfix) with ESMTP id 1505C6002EE; Sat, 29 Jul 2017 13:44:31 +0200 (CEST) X-Spam-Scanned: by amavisd-new at exwg.net Received: from smtp.burggraben.net ([127.0.0.1]) by localhost (ns.burggraben.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Of-zViGmRNwc; Sat, 29 Jul 2017 13:44:30 +0200 (CEST) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:922b:34ff:fe56:321]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS; Sat, 29 Jul 2017 13:44:30 +0200 (CEST) Received: by elch.exwg.net (Postfix, from userid 1000) id 11BCA301FA; Sat, 29 Jul 2017 13:44:30 +0200 (CEST) Date: Sat, 29 Jul 2017 13:44:30 +0200 From: Christoph Moench-Tegeder To: Walter Schwarzenfeld Cc: freebsd-ports@freebsd.org Subject: Re: rust problem Message-ID: <20170729114429.GA1560@elch.exwg.net> References: <72ed5970-880d-3124-a93c-1cd65f6fd1f0@utanet.at> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <72ed5970-880d-3124-a93c-1cd65f6fd1f0@utanet.at> User-Agent: Mutt/1.8.3 (2017-05-23) 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: Sat, 29 Jul 2017 11:44:33 -0000 ## Walter Schwarzenfeld (w.schwarzenfeld@utanet.at): > Rust does not compile in the port on 10.3 amd64. I'm just debugging the very same problem. > I mailed it the maintainer. He said it is a local problem. I'd like to disagree: the problem is caused by this: ===> Configuring for rust-1.19.0 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/lang/rust/work/rustc-1.19.0-src/src/vendor/libssh2-sys/libssh2/config.rpath ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/lang/rust/work/rustc-1.19.0-src/src/vendor/lzma-sys/xz-5.2.3/build-aux/config.rpath ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/lang/rust/work/.cargo/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.2.6/libssh2/config.rpath ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/lang/rust/work/.cargo/registry/src/github.com-1ecc6299db9ec823/lzma-sys-0.1.4/xz-5.2.3/build-aux/config.rpath and that comes from bsd.port.mk line 3091 ff. But I can't figure out why this shouldn't happen on FreeBSD 11 - as far as I can figure out right now WITHOUT_FBSD10_FIX isn't set automatically, nor will the run-autotools-fixup be overridden (but I've limited access to FreeBSD 11 right now). Regards, Christoph -- Spare Space