[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65336] [PATCH 0/2] Update looking-glass-client to B6 and restyle pa
From: |
Ahmad Draidi |
Subject: |
[bug#65336] [PATCH 0/2] Update looking-glass-client to B6 and restyle package |
Date: |
Wed, 16 Aug 2023 13:15:49 +0400 |
Hello Guix,
This series updates and restyles looking-glass-client, and also restores a
configuration parameter that was dropped in the previous update patch. Some
notes for posterity below.
The package builds with "-march=native" GCC parameter by default, which
makes it incompatible with CPUs older than the build machine and causes
crashes with "terminated by signal SIGILL (Illegal instruction)" and perhaps
others. We build it with the minimum supported CPU architecture to fix that.
This also helps with package reproducibility.
Thanks,
Ahmad Draidi (2):
gnu: looking-glass-client: Update to B6.
gnu: looking-glass-client: Update package style.
gnu/packages/virtualization.scm | 146 ++++++++++++++++----------------
1 file changed, 73 insertions(+), 73 deletions(-)
base-commit: 880ada0bdb9e694573ec42200d48658b27744b9b
--
2.41.0
- [bug#65336] [PATCH 0/2] Update looking-glass-client to B6 and restyle package,
Ahmad Draidi <=