japaric-archived / ruststrap

[SUPERSEDED] by https://github.com/warricksothr/RustBuild
MIT License
96 stars 17 forks source link

SIGILL when cargo fetches repositories #2

Closed japaric closed 10 years ago

japaric commented 10 years ago

Note This problem doesn't appear in Debian/Arch

STR

$ git clone https://github.com/japaric/stats.rs
$ cd stats.rs
$ cargo build

Backtrace

Starting program: /usr/local/bin/cargo build
/usr/local/bin/cargo: /usr/lib/libcurl.so.4: no version information available (required by /usr/local/bin/cargo)
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".

Program received signal SIGILL, Illegal instruction.
0xb6e6b6a8 in _armv7_tick () from /usr/lib/libcrypto.so.1.0.0

Version

cargo 0.0.1-pre (9b4858a 2014-09-30 02:45:09 +0000)
japaric commented 10 years ago

Can't reproduce with the latest nightly, probably because the nightly has been statically linked to several libraries. (See #6)