Commit graph

1674 commits

Author SHA1 Message Date
vxtls
fb146bbf97 fix(steps-guix/manifest): add some comments 2026-02-28 16:30:11 -05:00
vxtls
7840891d93 fix(guile-json): update checksum 2026-02-28 16:26:47 -05:00
vxtls
c9d129b947 fix(steps-guix/guile-json-4.7.3): fix source tag name 2026-02-28 16:25:25 -05:00
vxtls
34e201ac19 fix(guile-git): update checksum 2026-02-28 16:24:40 -05:00
vxtls
53223ce77e fix(steps-guix/guile-json-4.7.3): fix source link 2026-02-28 16:19:33 -05:00
vxtls
5c242b0475 fix(guile-avahi): force AVAHI_GUILE_CROSS_COMPILING during build/install to avoid GUILEC segfaults 2026-02-28 16:10:58 -05:00
vxtls
faf86ef8c4 fix(steps-guix): add libdaemon-0.14 before avahi with autotools build step 2026-02-28 15:42:26 -05:00
vxtls
e700df32f4 fix(gdbm): patch C23-incompatible fatal_err prototypes and K&R definitions in update.c 2026-02-28 15:37:46 -05:00
vxtls
1c75638d4a fix(steps-guix): add gdbm-1.8.3 before avahi and enable avahi dbm support 2026-02-28 15:30:24 -05:00
vxtls
de73fe6d0c fix(steps-guix): add expat-2.7.4 before dbus and pin dbus cmake search paths to PREFIX 2026-02-28 15:22:40 -05:00
vxtls
8990eaaed4 fix(steps-guix): add dbus-1.16.2 step before avahi in guix manifest 2026-02-28 15:16:05 -05:00
vxtls
1ada5d4d64 fix(steps-guix): add libevent-2.1.12 before avahi dependency chain 2026-02-28 15:10:14 -05:00
vxtls
6762e8b259 fix(steps-guix): add avahi-0.8 before guile-avahi to provide avahi-client 2026-02-28 09:10:56 -05:00
vxtls
95b34d3049 feat(steps-guix): add guile-avahi, guile-git, guile-json steps 2026-02-28 08:57:49 -05:00
vxtls
8b2d63f128 feat(steps-guix): add guile-zlib and guile-lzlib build steps and wire into manifest 2026-02-27 23:11:13 -05:00
vxtls
bb2469202c fix(unzip): fix autoconf dir API probe to prevent false NO_DIR on modern compilers 2026-02-27 19:01:54 -05:00
vxtls
8300147e0f fix(unzip): avoid musl time prototype conflicts by skipping legacy gmtime/localtime declarations on linux 2026-02-27 17:22:22 -05:00
vxtls
8f60091ed2 fix(steps-guix): add unzip/sqlite/guile-sqlite3 build scripts and enable them in manifest 2026-02-26 22:27:27 -05:00
vxtls
5d63dc3c5e fix(guile-gnutls): force CROSS_COMPILING_VARIABLE in make to prevent GUILEC load-extension segfault 2026-02-26 16:30:41 -05:00
vxtls
a05880ecb5 fix(guile-gnutls): enable shared build to avoid libtool static .la naming failure 2026-02-26 11:16:38 -05:00
vxtls
ef7127bb83 fix(bootstrap): fix guile-gnutls static libtool target and make init fail-safe without panic 2026-02-26 09:40:35 -05:00
vxtls
ee0f48186e guntls: update url 2026-02-26 07:35:31 -05:00
vxtls
d4d6f6bc13 fix(steps-guix): replace p11-kit with gnutls and add static-only guile-gnutls flow with no-so patch 2026-02-25 21:02:12 -05:00
vxtls
33bb0bb2ae update hash 2026-02-25 09:51:26 -05:00
vxtls
eb9a9f4ee9 fix(libtasn1): correct gnulib source URL and verify tarball checksum 2026-02-24 23:02:15 -05:00
vxtls
25b755af8b fix(steps-guix/libtasn1): align gnulib git ref with expected bundle prefix and checksum 2026-02-24 22:57:04 -05:00
vxtls
494b08cdb2 fix(steps-guix/libtasn1): bootstrap with local gnulib bundle via GNULIB_SRCDIR and no-git 2026-02-24 22:51:18 -05:00
vxtls
1933332d36 fix(steps-guix): add cmake bootstrap build and libgit2 cmake-based build steps 2026-02-24 19:33:43 -05:00
vxtls
ddbe55b76b fix(steps-guix/git): add static-libcurl build path with configure check patch 2026-02-24 14:17:06 -05:00
vxtls
7ed755a106 fix(steps-guix): source finalize_fhs instead of exec to keep init control flow 2026-02-24 13:55:20 -05:00
vxtls
3bea5b5ce6 fix(steps-guix): initialize /proc and mtab before delegating finalize_fhs 2026-02-24 11:53:39 -05:00
vxtls
685f8aefa2 fix(steps-guix): run finalize_fhs after linux64 jump and drop ad-hoc mtab hack 2026-02-24 10:41:21 -05:00
vxtls
ffce902c97 fix(steps-guix): ensure /etc/mtab exists before delegating to global after script 2026-02-24 09:38:00 -05:00
vxtls
ae840fa57c fix(steps-guix): run final after stage to prevent pid1 exit panic 2026-02-24 08:32:18 -05:00
vxtls
642ef88072 fix(steps-guix): resolve guile-gcrypt libgcrypt lookup via configured LIBDIR 2026-02-23 22:21:41 -05:00
vxtls
636edebab1 fix(steps-guix): make guile-gcrypt use statically derived PREFIX/LIBDIR for libgcrypt lookup 2026-02-23 20:11:36 -05:00
vxtls
e931553f1b fix(steps-guix): bootstrap guile-gcrypt configure with autoreconf and out-of-tree build 2026-02-23 18:47:21 -05:00
vxtls
faeff8acc4 fix(steps-guix): bring network up after linux64 jump before fetching new sources 2026-02-23 17:23:42 -05:00
vxtls
0b53827ca7 refactor(steps-guix): align linux64 handover with upstream jump flow and end with shared after 2026-02-23 14:54:36 -05:00
vxtls
6c2fd501ed feat(steps-guix): add default libgpg-error-1.59 build script
feat(steps-guix): add libgcrypt-1.12.1 default build with gcc-detected host and pkg-config path
feat(steps-guix): add guile-gcrypt-0.5.0 with dynamic libgcrypt prefix and ld library path
2026-02-23 11:28:40 -05:00
vxtls
55be03a50d refactor(steps-guix): use improve-based linux64 handover to keep /init untouched 2026-02-23 07:52:40 -05:00
vxtls
156cd660c5 fix(steps-guix): remove forced ext3 rootfstype in linux64 handover 2026-02-22 22:59:35 -05:00
vxtls
e821a0670c fix(linux-6.12.74): keep host tools on /usr/bin and avoid cross ld contamination 2026-02-22 21:54:40 -05:00
vxtls
6b10401b65 feat(steps-guix): build linux64 kernel and switch via jump with backup 2026-02-22 20:31:36 -05:00
vxtls
8703b089ef fix(elfutils): resolve libdw transitive fts/obstack linkage in src_compile via rpath-link and explicit LIBS 2026-02-22 18:30:27 -05:00
vxtls
8f2930283c fix(elfutils): add FNM_EXTMATCH compatibility patch across strip, elfcompress, and debuginfod client 2026-02-22 17:12:03 -05:00
vxtls
0066bbdc28 fix(elfutils): add --disable-textrelcheck 2026-02-22 16:27:06 -05:00
vxtls
d0f7f6fbd3 fix(elfutils): drop static LDFLAGS, keep configure-time toolchain paths, and disable unused-but-set-variable as error 2026-02-22 15:39:11 -05:00
vxtls
280eaba8d5 fix(elfutils): enforce static linking via LDFLAGS env in configure and build stages 2026-02-22 14:07:57 -05:00
vxtls
fee7d7d02a fix(elfutils): build static-only to avoid libelf.so TEXTREL failures with static zlib 2026-02-22 13:00:58 -05:00