bug#71548: NSIS compile using --system=riscv64-linux fails

2024-06-14 Thread Michael Ford
Building with master @ 0beb0dbfe036763e7b5d6c999fe2b3fc89faa6cb using ./pre-inst-env guix build nsis-x86_64 --system=riscv64-linux. I see the following: x86_64-w64-mingw32-gcc -o build/urelease/stub_bzip2-amd64-unicode/bzlib.o -c -Os -Wall -xc -fno-strict-aliasing -fno-tree-loop-distribute-pattern

bug#69913: Can't build a x86_64-w64-mingw32 cross-gcc-toolchain with GCC 13.2.0

2024-03-20 Thread Michael Ford
Using the following: (use-modules (gnu packages) (gnu packages cross-base) (gnu packages gcc) (guix packages)) (packages->manifest (append (list (cross-gcc-toolchain "x86_64-w64-mingw32" #:base-gcc gcc-13) ))) and guix build -m win.scm: gcc-13.2.0/g

bug#69755: Issue trying to guix pull

2024-03-13 Thread Michael Ford
> Sorry, I forgot, you might need to roll back first, if you had pulled the broken in-between Guix revision. Thanks for the followup. It looks like rolling-back has resolved the problem now. So this issue can be closed. On Tue, 12 Mar 2024 at 19:33, pelzflorian (Florian Pelz) wrote: > > Sorry, I

bug#69755: Issue trying to guix pull

2024-03-12 Thread Michael Ford
an (Florian Pelz) wrote: > > Hello Michael. > > Michael Ford writes: > > building > > /gnu/store/p9nimij8lz4yln5jd3gm0kdhirrwz56h-guix-1.4.0-18.4c94b9e-checkout.drv... > > -suspicious ownership or permission on > > `/gnu/store/bj2rp8ql9zxnv4l9gvlhph55fa241mk4-guix

bug#69755: Issue trying to guix pull

2024-03-12 Thread Michael Ford
If I currently try and do a "guix pull" on a Fedora aarch64 machine, I currently see: guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git447e9c9 openssl-1.1.1u

bug#65776: Failure to guix pull --no-substitues on aarch64

2023-09-06 Thread Michael Ford
This is occuring when performing a "guix pull --no-substitutes" on a newly installed Guix 1.4.0, running on aarch64 Linux. `/gnu/store/25lmh68nvby582y958fv84jnglf75jaz-libgit2-1.3.2-checkout/docs/error-handling.md' -> `libgit2-1.3.2-checkout/docs/error-handling.md' `/gnu/store/25lmh68nvby582y958fv

bug#64826: Failure to build elfutils on aarch64

2023-07-24 Thread Michael Ford
Using Guix "guix (GNU Guix) cf9904bcc8dd03e73675475bb4d8746dc434e415" on and Alpine Linux, aarch64 system, and calling "guix build --no-substitutes --check elfutils" fails with: Testsuite summary for elfutils 0.187 ==

bug#64609: Failure to "guix pull" at ddbfef2 on aarch64-linux

2023-07-14 Thread Michael Ford
This morning when attempting to guix pull, on arch64-linux machines: guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Authenticating channel 'guix', commits 9edb3f6 to ddbfef2 (32 new commits)... Building from this channel: guix https:/

bug#64436: Failure with "package-with-extra-configure-variable" & cross-gcc

2023-07-03 Thread Michael Ford
The following is minimised from a manifest we are using to build a number of cross-compilers, and related packages. Using what is currently latest Guix: "guix (GNU Guix) 669f0eaed6310233295fbd0a077afc9ce054c6ab" and the following manifest: (use-modules (guix) (guix build-system gnu)

bug#57356: libtool-2.4.7 removed as a "duplicate"?

2022-08-23 Thread Michael Ford
In commit 5b6b731c7d8ecbae0ead1600b4cd2f70c66d51ca, the libtool-2.4.7 package was removed as a "duplicate". The commit message doesn't explain at all why libtool 2.4.7 was being removed, or what it was a duplicate of? As of latest master, libtool is still version 2.4.6. Thanks.

bug#53426: mingw-w64-{x86_64, i686}-winpthreads broken after absorption of binutils-next

2022-03-16 Thread Michael Ford
Hi, I think this bug can be closed now that https://issues.guix.gnu.org/53706 has been merged?