Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2014 18:44:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 189357] lang/rust: rustc chokes on linking a trivial program (__morestack symbol)
Message-ID:  <bug-189357-13-aPSyT5zgbe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-189357-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-189357-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189357

Kurt Jaeger <pi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pi@FreeBSD.org

--- Comment #5 from Kurt Jaeger <pi@FreeBSD.org> ---
I tried the patch against rust 0.11.0 on 9.3-REL amd64, did not build:

llvm[2]: Compiling APFloat.cpp for Release+Asserts build
In file included from
/usr/home/pi/myp/lang/rust/work/rust-0.11.0/src/llvm/lib/Support/APFloat.cpp:15:
In file included from
/usr/home/pi/myp/lang/rust/work/rust-0.11.0/src/llvm/include/llvm/ADT/APFloat.h:20:
In file included from
/usr/home/pi/myp/lang/rust/work/rust-0.11.0/src/llvm/include/llvm/ADT/APInt.h:19:
In file included from
/usr/home/pi/myp/lang/rust/work/rust-0.11.0/src/llvm/include/llvm/ADT/ArrayRef.h:14:
In file included from
/usr/home/pi/myp/lang/rust/work/rust-0.11.0/src/llvm/include/llvm/ADT/SmallVector.h:17:
/usr/home/pi/myp/lang/rust/work/rust-0.11.0/src/llvm/include/llvm/ADT/iterator_range.h:22:10:
fatal error: 
      'utility' file not found
#include <utility>
         ^
1 error generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-189357-13-aPSyT5zgbe>