From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 6 16:00:01 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 D09CB41D for ; Tue, 6 May 2014 16:00:01 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3B4F1D5 for ; Tue, 6 May 2014 16:00:01 +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 s46G01Sl017766 for ; Tue, 6 May 2014 16:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s46G010C017765; Tue, 6 May 2014 16:00:01 GMT (envelope-from gnats) Date: Tue, 6 May 2014 16:00:01 GMT Message-Id: <201405061600.s46G010C017765@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Jyun-Yan You Subject: Re: ports/189357: lang/rust: rustc chokes on linking a trivial program (__morestack symbol) Reply-To: Jyun-Yan You X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2014 16:00:01 -0000 The following reply was made to PR ports/189357; it has been noted by GNATS. From: Jyun-Yan You To: bug-followup@FreeBSD.org, bertrand.augereau@gmail.com Cc: Subject: Re: ports/189357: lang/rust: rustc chokes on linking a trivial program (__morestack symbol) Date: Tue, 6 May 2014 23:53:46 +0800 --001a11c1c324c8df5304f8bd4000 Content-Type: multipart/alternative; boundary=001a11c1c324c8df4e04f8bd40fe --001a11c1c324c8df4e04f8bd40fe Content-Type: text/plain; charset=UTF-8 Because libmorestack.a is stripped, linker can not find the symbol. This patch fixes the problem. Thanks for your report. --001a11c1c324c8df4e04f8bd40fe Content-Type: text/html; charset=UTF-8
Because libmorestack.a is stripped, linker can not find the symbol. This patch fixes the problem. Thanks for your report.
--001a11c1c324c8df4e04f8bd40fe-- --001a11c1c324c8df5304f8bd4000 Content-Type: text/x-patch; charset=US-ASCII; name="rust-0.10_1.patch" Content-Disposition: attachment; filename="rust-0.10_1.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_huvdjrjd0 ZGlmZiAtcmR1IC91c3IvcG9ydHMvbGFuZy9ydXN0L01ha2VmaWxlIC4vTWFrZWZpbGUKLS0tIC91 c3IvcG9ydHMvbGFuZy9ydXN0L01ha2VmaWxlCTIwMTQtMDUtMDUgMjM6MzE6MjAuMDAwMDAwMDAw ICswODAwCisrKyAuL01ha2VmaWxlCTIwMTQtMDUtMDYgMjI6MjE6MjcuMDAwMDAwMDAwICswODAw CkBAIC0zLDYgKzMsNyBAQAogCiBQT1JUTkFNRT0JcnVzdAogUE9SVFZFUlNJT049CTAuMTAKK1BP UlRSRVZJU0lPTj0JMQogQ0FURUdPUklFUz0JbGFuZwogTUFTVEVSX1NJVEVTPQlodHRwOi8vc3Rh dGljLnJ1c3QtbGFuZy5vcmcvZGlzdC86c3JjIFwKIAkJaHR0cDovL3N0YXRpYy5ydXN0LWxhbmcu b3JnL3N0YWdlMC1zbmFwc2hvdHMvOmJvb3QKQEAgLTcwLDYgKzcxLDYgQEAKIAogcG9zdC1pbnN0 YWxsOgogCUAke1JNfSAke1NUQUdFRElSfSR7UFJFRklYfS9saWIvcnVzdGxpYi9tYW5pZmVzdAot CSR7U1RSSVBfQ01EfSBgJHtHUkVQfSAtdiAtZSAnXkBkaXJybScgLWUgJ15tYW4nIC1lICdybGli JCQnICR7UExJU1R9IHwgJHtTRUR9ICdzOl46JHtTVEFHRURJUn0ke1BSRUZJWH0vOmcnYAorCSR7 U1RSSVBfQ01EfSBgJHtHUkVQfSAtdiAtZSAnXkBkaXJybScgLWUgJ15tYW4nIC1lICdybGliJCQn IC1lICdcLmEkJCcgJHtQTElTVH0gfCAke1NFRH0gJ3M6Xjoke1NUQUdFRElSfSR7UFJFRklYfS86 ZydgCiAKIC5pbmNsdWRlIDxic2QucG9ydC5wb3N0Lm1rPgo= --001a11c1c324c8df5304f8bd4000--