apteryks

Results 417 comments of apteryks

Hello! Reproducible builds are possible when using LLVM 7 and up. I could build all the Rusts versions from the bootstrapped 1.29 to 1.49 reproducibly, building the artifacts twice on...

> I'm currently running into an issue with patching, where patches created with `git diff` include renames which are not understood by `patch`. You need GNU Patch >= 2.7. From...

It's the same as reported here: https://github.com/root-project/cling/issues/425

Sadly, the last 3.x release of Gherkin is 3.2.0, and it doesn't work with a current Ruby (2.5.X): ``` irb(main):001:0> require 'gherkin' Traceback (most recent call last): 4: from /home/maxim/.guix-profile/bin/irb:11:in...

Seems to build fine with lark-parser 0.9.0 on GNU Guix. The test suites passes, at least the part I can run (the Python package on Guix ships without the "test"...

Here's a fresh log when attempting to build for i686-linux, using mrustc at commit 474bec9cfd7862a20e7288cecd7fcf5e18648b9a to bootstrap from 1.39 (GNU Guix with GCC 10.3.0). ``` [AR] -o bin/mrustc.a [CXX] -o...

Hello! I tried to build with the latest commit on x86_64 to get started, and it failed like so while building cargo via minicargo: ``` (98/109) BUILDING openssl_sys from openssl-sys...

On current master, attempting to build for i686-linux fails early like: ``` > /tmp/guix-build-rust-1.39.0.drv-0/mrustc/output/rustc-build/build_bitflags-1_1_0_run (16/112) BUILDING bitflags v1.1.0 > /tmp/guix-build-rust-1.39.0.drv-0/mrustc/bin/mrustc rustc-1.39.0-src/vendor/bitflags/src/lib.rs -o output/rustc-build/libbitflags-1_1_0.rlib --crate-name bitflags --crate-type rlib -C emit-depfile=output/rustc-build/libbitflags-1_1_0.rlib.d --crate-tag...