Reproducible Containers Paper

2023-01-08 Thread Carl Dong
cible randomness (haha) 2. Reproducible scheduler 3. etc. Cheers, Carl Dong

Help wanted: Nightly builds for Guix

2020-03-19 Thread Carl Dong
's missing there (and perhaps what needs automation)? Thanks for your help in advance! Cheers, Carl Dong

Making cross-gcc work for all gcc versions

2019-05-03 Thread Carl Dong
#endif +#define LIBRARY_PATH_ENV "CROSS_LIBRARY_PATH" + #endif /* ! GCC_SYSTEM_H */ diff --git a/gcc/tlink.c b/gcc/tlink.c index ec20bd2fa0f..cd17bdce004 100644 --- a/gcc/tlink.c +++ b/gcc/tlink.c @@ -456,7 +456,7 @@ recompile_files (void) file *f; putenv (xstrdup ("COMPILE

Re: 01/01: gnu: Use make-linux-libre-headers.

2019-05-29 Thread Carl Dong
of 'linux-libre' was kept on line 527: > (define-public linux-libre linux-libre-5.1) Let me know if there are other things I can help fix up! Cheers, Carl Dong accou...@carldong.me "I fight for the users" >From 327211937d5c243c796eb74b746680702b52b347 Mon Sep 17 00:00:00 200

Re: “Bitcoin Build System Security” video

2019-06-14 Thread Carl Dong
Ricardo, I would be honored! Cheers, Carl Dong cont...@carldong.me "I fight for the users"

Re: “Bitcoin Build System Security” video

2019-06-15 Thread Carl Dong
t sacrifice the video's simplicity, I'd be happy to make revisions! Cheers, Carl Dong

Connecting with SiFive: Potential riscv64 boards

2019-09-10 Thread Carl Dong
7;s a good opportunity to get some. Those who want some riscv64 boards should contact Palmer Dabbelt @ SiFive. Cheers, Carl Dong accou...@carldong.me "I fight for the users"

Help regarding specifics: mingw-w64 cross compilation with posix thread model

2019-09-10 Thread Carl Dong
-posix and x86_64-w64-mingw32-gcc-win32, with their suffixes matching their thread model. Cheers, Carl Dong accou...@carldong.me "I fight for the users"

Re: Building Wine with MinGW cross-compilation

2019-09-10 Thread Carl Dong
Hi Rutger! Did you ever figure out the mingw wine cross-compilation? I believe it has something to do with the CROSS_* env vars or search path order, becuase stdarg.h is definitely provided by mingw-w64. Cheers, Carl Dong accou...@carldong.me "I fight for the users"

Re: Clang c++ include path

2019-11-07 Thread Carl Dong
> On Nov 7, 2019, at 11:29 AM, Danny Milosavljevic > wrote: > > Are you sure that Rust depends on clang? gnu/packages/rust.scm doesn't have > any > direct reference to "clang" except to remove it. Rust doesn’t depend on clang, it does, however, depend on llvm