zig-bootstrap icon indicating copy to clipboard operation
zig-bootstrap copied to clipboard

take off every zig

Results 98 zig-bootstrap issues
Sort by recently updated
recently updated
newest added

Couldn't figure out what was missing. ( As the error was FileNotFound. ) It seems that some generated source files are not there even after stage2 compilation success. ``` [...

I run the following command, but compilation failed with `zig2` segfault Host: up-to-date Arch (Linux container0 6.2.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 13 Mar 2023 17:02:08 +0000 x86_64 GNU/Linux) gcc: 12.2.1...

See in LLVM repo `./cmake/Modules/FindLibEdit.cmake` for why its a build dependency. Can be disabled with `-DLLVM_ENABLE_LIBEDIT=off`, but I am unsure if there are bad implications for the intended use cases.

I tried to compile the latest version using the bootstrap, but i get the following error: ``./build -j4 x86_64-linux-musl baseline`` i also tried ``./build -j4 x86_64-linux-gnu baseline`` ``` [100%] Building...

To reproduce on Linux: ```sh-session $ touch empty.c $ echo "pub fn main() void {}" > main.zig $ zig build-exe a.zig a.c -target x86_64-windows -fstage1 $ zig build-exe main.zig empty.c...

bug

I tried `CMAKE_GENERATOR="Ninja" ./build x86_64-windows-gnu native` on a MSYS2 MinGW64 shell and got the error below. I also tried `export LDFLAGS=-fstack-protector` as it was mentioned a few times in connection...

Hello, Today I tried running `CMAKE_GENERATOR=Ninja ./build x86_64-linux-gnu native`, and after 1.5 hours it failed. The end of the output looks like this: ``` -- Installing: /home/aron/zig-bootstrap3/out/x86_64-linux-gnu-native/include/llvm/IR/IntrinsicsRISCV.h -- Installing: /home/aron/zig-bootstrap3/out/x86_64-linux-gnu-native/include/llvm/IR/IntrinsicsR600.h...

First of all my Linux is custom. The directories /lib and /usr does not exist. I think for the information that i have found that Zig has issues finding the...

part 1/2 of https://github.com/ziglang/zig/issues/15194 will make follow-up pr to https://github.com/ziglang/www.ziglang.org/blob/master/.github/workflows/build-tarballs.sh if/once this one is merged.

macbookpro m1 ``` Linux metal-brick 6.6.3-414.asahi.fc39.aarch64+16k #1 SMP PREEMPT_DYNAMIC Sun Mar 24 19:44:17 UTC 2024 aarch64 GNU/Linux ``` build was triggered with: ``` ⚡ ./build native-linux-gnu native ``` vanilla build...