all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
 messages from 2021-06-18 12:40:57 to 2021-06-19 15:08:07 UTC [more...]

[bug#49025] [PATCH core-updates 00/37] Support cross-compilation with meson
 2021-06-19 15:04 UTC  (96+ messages)
` [bug#49025] [[PATCH v2 core-updates] 01/37] utils: Define target-linux? predicate
  ` [bug#49025] [[PATCH v2 core-updates] 02/37] utils: Define a target-x86-32? and target-x86-64? predicate
  ` [bug#49025] [[PATCH v2 core-updates] 03/37] packages: Define this-package-input and this-package-native-input
  ` [bug#49025] [[PATCH v2 core-updates] 04/37] net-base: Make #:builder argument a G-expression
  ` [bug#49025] [[PATCH v2 core-updates] 05/37] net-base: Fix cross-compilation, eliminating %build-inputs & friends
  ` [bug#49025] [[PATCH v2 core-updates] 06/37] net-base: Don't cross-compile
  ` [bug#49025] [[PATCH v2 core-updates] 07/37] tzdata: Don't bother with cross-compiling
  ` [bug#49025] [[PATCH v2 core-updates] 08/37] libgpg-error: Remove trailing #f from phases
  ` [bug#49025] [[PATCH v2 core-updates] 09/37] libgpg-error: Prevent silent miscompilation some systems
  ` [bug#49025] [[PATCH v2 core-updates] 10/37] libgpgerror: Maybe fix a cross-compilation bug
  ` [bug#49025] [[PATCH v2 core-updates] 11/37] libgpg-error: Fix cross-compilation error
  ` [bug#49025] [[PATCH v2 core-updates] 12/37] libgcrypt: Fix cross-compilation build error
  ` [bug#49025] [[PATCH v2 core-updates] 13/37] wrap-python3: Make #:builder a G-exp instead of a raw S-exp
  ` [bug#49025] [[PATCH v2 core-updates] 14/37] wrap-python3: Fix cross-compilation
  ` [bug#49025] [[PATCH v2 core-updates] 15/37] python: Fix reference to input when cross-compiling
  ` [bug#49025] [[PATCH v2 core-updates] 16/37] openssl: Remove trailing #t from phases
  ` [bug#49025] [[PATCH v2 core-updates] 17/37] openssl: Make the #:phases argument a G-expression
  ` [bug#49025] [[PATCH v2 core-updates] 18/37] openssl: Use G-exp machinery for referring to outputs
  ` [bug#49025] [[PATCH v2 core-updates] 19/37] openssl: Move documentation instead of copying and deleting it
  ` [bug#49025] [[PATCH v2 core-updates] 20/37] openssl: Move all man pages to separate output, not only man3
  ` [bug#49025] [[PATCH v2 core-updates] 21/37] openssl: Find bin/env when cross-compiling
  ` [bug#49025] [[PATCH v2 core-updates] 22/37] openssl: Extract logic for computing CONFIGURE_TARGET_ARCH
  ` [bug#49025] [[PATCH v2 core-updates] 23/37] readline: Make #:configure-flags a G-expression
  ` [bug#49025] [[PATCH v2 core-updates] 24/37] readline: Fix build error when cross-compiling
  ` [bug#49025] [[PATCH v2 core-updates] 25/37] bash: Make #:configure-flags a G-expression
  ` [bug#49025] [[PATCH v2 core-updates] 26/37] bash: Fix cross-compilation build error
  ` [bug#49025] [[PATCH v2 core-updates] 27/37] fontconfig: Make the #:configure-flags argument a G-expression
  ` [bug#49025] [[PATCH v2 core-updates] 28/37] fontconfig: Fix build error when cross-compiling
  ` [bug#49025] [[PATCH v2 core-updates] 29/37] glib: Use a correct python in scripts "
  ` [bug#49025] [[PATCH v2 core-updates] 30/37] glib: Verify the cross-compiled python is used in installed scripts
  ` [bug#49025] [[PATCH v2 core-updates] 31/37] glib: Look up "tzdata" in 'native-inputs', not 'inputs'
  ` [bug#49025] [[PATCH v2 core-updates] 32/37] tk: Make #:configure-flags a G-expression
  ` [bug#49025] [[PATCH v2 core-updates] 33/37] tk: Do not use %build-inputs when cross-compiling
  ` [bug#49025] [[PATCH v2 core-updates] 34/37] libelf: Use the cross-compiler "
  ` [bug#49025] [[PATCH v2 core-updates] 35/37] opendht: Correct 'nettle' variable name in inputs
  ` [bug#49025] [[PATCH v2 core-updates] 36/37] cross-base: Fix cross-compiler for i686-linux-gnu
  ` [bug#49025] [[PATCH v2 core-updates] 37/37] meson: Support cross-compilation
` [bug#49025] [PATCH v3 core-updates 01/37] utils: Define target-linux? predicate
  ` [bug#49025] [PATCH v3 core-updates 02/37] utils: Define a target-x86-32? and target-x86-64? predicate
  ` [bug#49025] [PATCH v3 core-updates 03/37] packages: Define this-package-input and this-package-native-input
  ` [bug#49025] [PATCH v3 core-updates 04/37] net-base: Make #:builder argument a G-expression
  ` [bug#49025] [PATCH v3 core-updates 05/37] net-base: Fix cross-compilation, eliminating %build-inputs & friends
  ` [bug#49025] [PATCH v3 core-updates 06/37] net-base: Don't cross-compile
  ` [bug#49025] [PATCH v3 core-updates 07/37] tzdata: Don't bother with cross-compiling
  ` [bug#49025] [PATCH v3 core-updates 08/37] libgpg-error: Remove trailing #f from phases
  ` [bug#49025] [PATCH v3 core-updates 09/37] libgpg-error: Prevent silent miscompilation some systems
  ` [bug#49025] [PATCH v3 core-updates 10/37] libgpgerror: Maybe fix a cross-compilation bug
  ` [bug#49025] [PATCH v3 core-updates 11/37] libgpg-error: Fix cross-compilation error
  ` [bug#49025] [PATCH v3 core-updates 12/37] libgcrypt: Fix cross-compilation build error
  ` [bug#49025] [PATCH v3 core-updates 13/37] wrap-python3: Make #:builder a G-exp instead of a raw S-exp
  ` [bug#49025] [PATCH v3 core-updates 14/37] wrap-python3: Fix cross-compilation
  ` [bug#49025] [PATCH v3 core-updates 15/37] python: Fix reference to input when cross-compiling
  ` [bug#49025] [PATCH v3 core-updates 16/37] openssl: Remove trailing #t from phases
  ` [bug#49025] [PATCH v3 core-updates 17/37] openssl: Make the #:phases argument a G-expression
  ` [bug#49025] [PATCH v3 core-updates 18/37] openssl: Use G-exp machinery for referring to outputs
  ` [bug#49025] [PATCH v3 core-updates 19/37] openssl: Move documentation instead of copying and deleting it
  ` [bug#49025] [PATCH v3 core-updates 20/37] openssl: Move all man pages to separate output, not only man3
  ` [bug#49025] [PATCH v3 core-updates 21/37] openssl: Find bin/env when cross-compiling
  ` [bug#49025] [PATCH v3 core-updates 22/37] openssl: Extract logic for computing CONFIGURE_TARGET_ARCH
  ` [bug#49025] [PATCH v3 core-updates 23/37] readline: Make #:configure-flags a G-expression
  ` [bug#49025] [PATCH v3 core-updates 24/37] readline: Fix build error when cross-compiling
  ` [bug#49025] [PATCH v3 core-updates 25/37] bash: Make #:configure-flags a G-expression
  ` [bug#49025] [PATCH v3 core-updates 26/37] bash: Fix cross-compilation build error
  ` [bug#49025] [PATCH v3 core-updates 27/37] fontconfig: Make the #:configure-flags argument a G-expression
  ` [bug#49025] [PATCH v3 core-updates 28/37] fontconfig: Fix build error when cross-compiling
  ` [bug#49025] [PATCH v3 core-updates 29/37] glib: Use a correct python in scripts "
  ` [bug#49025] [PATCH v3 core-updates 30/37] glib: Verify the cross-compiled python is used in installed scripts
  ` [bug#49025] [PATCH v3 core-updates 31/37] glib: Look up "tzdata" in 'native-inputs', not 'inputs'
  ` [bug#49025] [PATCH v3 core-updates 32/37] tk: Make #:configure-flags a G-expression
  ` [bug#49025] [PATCH v3 core-updates 33/37] tk: Do not use %build-inputs when cross-compiling
  ` [bug#49025] [PATCH v3 core-updates 34/37] libelf: Use the cross-compiler "
  ` [bug#49025] [PATCH v3 core-updates 35/37] opendht: Correct 'nettle' variable name in inputs
  ` [bug#49025] [PATCH v3 core-updates 36/37] cross-base: Fix cross-compiler for i686-linux-gnu
  ` [bug#49025] [PATCH v3 core-updates 37/37] meson: Support cross-compilation
` [bug#49025] [PATCH v4 core-updates 00/36] Support cross-compilation with meson
  ` [bug#49025] [PATCH v4 core-updates 02/36] utils: Define a target-x86-32? and target-x86-64? predicate
  ` [bug#49025] [PATCH v4 core-updates 03/36] packages: Define this-package-input and this-package-native-input
  ` [bug#49025] [PATCH v4 core-updates 04/36] net-base: Make #:builder argument a G-expression
  ` [bug#49025] [PATCH v4 core-updates 06/36] net-base: Don't cross-compile
  ` [bug#49025] [PATCH v4 core-updates 08/36] libgpg-error: Remove trailing #f from phases
  ` [bug#49025] [PATCH v4 core-updates 09/36] libgpg-error: Prevent silent miscompilation some systems
  ` [bug#49025] [PATCH v4 core-updates 11/36] libgpg-error: Fix cross-compilation error
  ` [bug#49025] [PATCH v4 core-updates 12/36] libgcrypt: Fix cross-compilation build error
  ` [bug#49025] [PATCH v4 core-updates 13/36] wrap-python3: Make #:builder a G-exp instead of a raw S-exp
  ` [bug#49025] [PATCH v4 core-updates 15/36] python: Fix reference to input when cross-compiling
  ` [bug#49025] [PATCH v4 core-updates 17/36] openssl: Make the #:phases argument a G-expression
  ` [bug#49025] [PATCH v4 core-updates 24/36] readline: Fix build error when cross-compiling
  ` [bug#49025] [PATCH v4 core-updates 25/36] bash: Make #:configure-flags a G-expression
  ` [bug#49025] [PATCH v4 core-updates 29/36] glib: Use a correct python in scripts when cross-compiling
  ` [bug#49025] [PATCH v4 core-updates 30/36] glib: Verify the cross-compiled python is used in installed scripts
  ` [bug#49025] [PATCH v4 core-updates 35/36] cross-base: Fix cross-compiler for i686-linux-gnu

Systemd guix containers: unable to execute Permission denied
 2021-06-19 14:20 UTC 

[bug#49101] [PATCH 0/4] Add ocaml-mparser & friends
 2021-06-19 14:06 UTC  (18+ messages)
` [bug#49101] [PATCH 1/4] gnu: Add ocaml-mparser
` [bug#49101] [PATCH 3/4] gnu: Add ocaml-mparser-pcre
` [bug#49101] [PATCH 4/4] gnu: Add ocaml-pcre
` [bug#49101] [PATCH 2/4] gnu: Add ocaml-mparser-re
` [bug#49101] [PATCH v2 0/5] Add ocaml-mparser & firends
  ` [bug#49101] [PATCH v2 1/5] gnu: ocaml4.07-pcre: Switch to default OCaml compiler
  ` [bug#49101] [PATCH v2 2/5] gnu: ocaml4.07-expect: "
  ` [bug#49101] [PATCH v2 3/5] gnu: Add ocaml-mparser
  ` [bug#49101] [PATCH v2 4/5] gnu: Add ocaml-mparser-re
  ` [bug#49101] [PATCH v2 5/5] gnu: Add ocaml-mparser-pcre

partition table on guix system
 2021-06-19  8:42 UTC  (10+ messages)

Supporting *multiple* bootloaders for arm64 on a single install?
 2021-06-19 12:16 UTC  (2+ messages)

bug#48913: i686-linux-gnu cross-compiler cannot find libgcc_s [core-updates]
 2021-06-19 11:59 UTC  (7+ messages)
    ` bug#49113: aarch64-linux-gnu cross-compiler fails to build [core-updates]

bug#49115: Mumi inserts spurious underscore in bug title
 2021-06-19 11:43 UTC  (2+ messages)

bug#49114: ‘guix lint’ should catch certificate validation exceptions
 2021-06-19 11:29 UTC 

bug#49106: slow load for cups /admin page
 2021-06-19  8:39 UTC  (4+ messages)

Substitutes from bordeaux.guix.gnu.org
 2021-06-19 10:37 UTC  (11+ messages)

[bug#49076] [PATCH] gnu: dune-bootstrap: Update to 2.8.5
 2021-06-19 10:33 UTC  (6+ messages)
` bug#49076: "

[bug#49112] [PATCH] import: launchpad: Use repository to retrieve releases
 2021-06-19 10:07 UTC 

bug#49102: guix environment regression
 2021-06-19  9:44 UTC  (2+ messages)

[bug#49110] [PATCH] gnu: libx11: Update to 1.7.2
 2021-06-19  9:17 UTC 

Status of Qt build system patches on 'staging' branch
 2021-06-19  9:13 UTC  (3+ messages)

[bug#49086] [PATCH] gnu: linkchecker: Update to 10.0.1
 2021-06-19  9:06 UTC  (4+ messages)

[bug#49109] [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default
 2021-06-19  8:36 UTC  (2+ messages)
` bug#49109: "

[bug#49079] [PATCH] gnu: Add ocaml-calendar
 2021-06-19  8:32 UTC  (3+ messages)
` bug#49079: "

[bug#46234] [PATCH] Add new gopkg.in/yaml.v3
 2021-06-19  8:31 UTC  (4+ messages)

[bug#49090] [PATCH] gnu: Add blastem
 2021-06-19  8:30 UTC  (4+ messages)

Rust freedom issue claim
 2021-06-19  3:21 UTC  (5+ messages)

[bug#49108] [PATCH] gnu: esbuild: Update to 0.12.9
 2021-06-19  1:45 UTC 

[bug#49107] [PATCH core-updates] gnu: fontconfig: Use (locally) deterministic caching
 2021-06-19  0:52 UTC 

[bug#49105] Update emilua to 0.3.2
 2021-06-18 23:27 UTC 

[bug#49103] [PATCH] gnu/packages/networking.scm: (strongswan) update to 5.9.2
 2021-06-18 22:21 UTC  (2+ messages)

Install and reinstall issues on Fedora 34
 2021-06-16 22:57 UTC 

RISCV porting effort
 2021-06-18 13:05 UTC  (4+ messages)
    ` RISCV porting effort (now in stock @mouser)

[bug#48729] [PATCH v5 14/25] gnu: Add go-github-com-operatorfoundation-monolith-go
 2021-06-18 19:02 UTC  (6+ messages)
` [bug#48729] [PATCH v5 24/25] gnu: Add bitmask
` [bug#48729] [PATCH v5 25/25] services: Add bitmask-service-type

[bug#48825] [PATCH] gnu: Simplify the use of --with-long-double-128 on powerpc64le
 2021-06-18 18:49 UTC  (3+ messages)

bug#48972: Early guile repl is giving me some GC Warnings
 2021-06-18 18:35 UTC  (3+ messages)

[bug#48729] [PATCH v2 40/47] gnu: Add go-github-com-grd-glfw3
 2021-06-18 18:16 UTC  (5+ messages)
` [bug#48729] [PATCH v2 47/47] gnu: Add bitmask-vpn

bug#47698: [powerpc64le-linux] "check" package fails to build
 2021-06-18 18:09 UTC  (6+ messages)

bug#49100: make check fails: %derivation-cache
 2021-06-18 17:55 UTC 

[bug#49097] [PATCH] gnu: r-seurat: Update to 4.0.3
 2021-06-18 15:22 UTC 

[bug#49082] [PATCH] guix: gexp: Make UTF-8 a default port encoding in mixed-text-file
 2021-06-18 17:21 UTC  (4+ messages)

[bug#49014] [PATCH 0/2] Add tlf
 2021-06-18 16:15 UTC  (2+ messages)
` [bug#49014] [PATCH v3] gnu: "

[bug#49045] [PATCH 0/3] Update pipewire and xdg-desktop-portal[-wlr]
 2021-06-18 16:09 UTC  (3+ messages)
` bug#49045: "

[bug#49096] [PATCH] gnu: petsc: Link against OpenBLAS rather than LAPACK
 2021-06-18 16:12 UTC 

[bug#49091] [PATCH] gnu: php: Build sodium
 2021-06-18 12:22 UTC 

[bug#49094] [PATCH] gnu: Add video-contact-sheet
 2021-06-18 14:27 UTC 

[bug#49093] Add video-contact-sheet
 2021-06-18 14:15 UTC 

bug#49035: Git 2.32.0 fails with ‘gnutls_handshake’ error
 2021-06-18 15:43 UTC  (5+ messages)
  ` bug#49035: TLS downgrade at bitbucket.org

[bug#48889] [PATCH 1/4] New package: bird bgp daemon, versions 1 and 2
 2021-06-18 15:40 UTC  (4+ messages)

bug#49089: --fallback doesn't do anything when 'connect*' fails
 2021-06-18 15:36 UTC  (2+ messages)

[bug#48320] [PATCH] lint: Verify if #:tests? is respected in the 'check' phase
 2021-06-18 15:34 UTC  (3+ messages)

[bug#49095] [PATCH] gnu: widelands: Update to 1.0
 2021-06-18 15:33 UTC 

bug#49071: error: TLS-fout in procedure ‘read_from_session_record_port’: Error decoding the received TLS packet
 2021-06-18 14:44 UTC  (4+ messages)

[bug#49028] [PATCH] gnu: Add mda-lv2
 2021-06-18 14:36 UTC  (2+ messages)

[bug#49058] [PATCH] gnu: Add duc
 2021-06-18 14:25 UTC  (2+ messages)

bug#49031: guix refresh error
 2021-06-18 13:00 UTC  (3+ messages)

[bug#48943] [PATCH] import: hackage: Support "common" field and imports
 2021-06-18 12:48 UTC  (2+ messages)
` [bug#48943] [PATCH v2] "

[bug#48696] [PATCH 0/3] Documenting commit reverts and revocation
 2021-06-18 12:37 UTC  (3+ messages)
` [bug#48696] [PATCH v2 0/4] "
  ` bug#48696: [PATCH 0/3] "


Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.