Efraim Flashner
4eebb73295
gnu: coreutils: Disable 64-bit time_t on 32-bit systems.
...
Not all software is ready for 64-bit time in Guix.
* gnu/packages/base.scm (coreutils)[arguments]: When building for a
32-bit system add a configure-flag to not use 64-bit time_t.
2023-02-19 12:40:39 +02:00
Julien Lepiller
15bce0144b
gnu: ocaml-4.09: Fix signal handling with newer glibc.
...
* gnu/packages/patches/ocaml-4.09-dynamically-allocate-signal-stack.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ocaml.scm (ocaml-4.09): Use it.
2023-02-19 10:12:45 +01:00
Andreas Enge
0825162a35
gnu: openjdk: Arrange patches.
...
* gnu/packages/java.scm (openjdk13): Remove patch
openjdk-10-hotspot-stack-size.patch inherited from openjdk12.
(openjdk14): Readd patch.
(openjdk15): Remove patch.
(openjdk16): Readd patch.
(openjdk17): Remove patch.
2023-02-18 11:45:28 +01:00
Efraim Flashner
ad4e7e05ec
gnu: make-openbios-package: Update to 1.1-1.af97fd7.
...
* gnu/packages/firmware.scm (make-openbios-package): Update to
1.1-1.af97fd7.
[source]: Remove patch.
[native-inputs]: Build with gcc-10. Add fcode-utils.
* gnu/packages/patches/openbios-gcc-warnings.patch: Remove file.
* ngu/local.mk (dist_patch_DATA): Remove it.
2023-02-16 11:25:27 +02:00
Efraim Flashner
d4bf080d75
gnu: Add fcode-utils.
...
* gnu/packages/firmware.scm (fcode-utils): New variable.
2023-02-16 11:25:26 +02:00
Jan (janneke) Nieuwenhuizen
a622046e14
gnu: commencement: mes-boot: Update to 0.24.2.
...
This fixes <https://debbugs.gnu.org/41264 >.
* gnu/packages/commencement.scm (mes-boot): Update to 0.24.2.
2023-02-15 21:33:09 +01:00
Jan (janneke) Nieuwenhuizen
a674f9458a
gnu: commencement: tcc-boot: Rebuild Mes C Library.
...
* gnu/packages/commencement.scm (tcc-boot)[arguments]: Rebuild the Mes C
Library in the "install" phase.
2023-02-15 21:33:09 +01:00
Efraim Flashner
09010ce8e1
gnu: cppcheck: Update to 2.10.
...
* gnu/packages/check.scm (cppcheck): Update to 2.10.
2023-02-15 19:56:38 +02:00
Jan (janneke) Nieuwenhuizen
0835eda487
Revert "gnu: commencement: mes-boot: Update to 0.24.2."
...
This reverts commit b928e38bd3
.
The gcc-core-mesboot0 package fails to build with mes-boot-0.24.2, `ar'
segfaults
$ strace ar rc libiberty.a argv.o
execve("/gnu/store/nvb6jh26hfjifs79h7hrlkw3cisgc353-binutils-mesboot0-2.20.1a/bin/ar", ["ar", "rc", "libiberty.a", "argv.o"], 0x7ffc4187fff8 /* 82 vars */) = 0
[ Process PID=22689 runs in 32 bit mode. ]
brk(NULL) = 0x830f000
brk(0x830f000) = 0x830f000
stat64("libiberty.a", {st_mode=S_IFREG|0600, st_size=8, ...}) = 0
brk(0x830f0a4) = 0x830f0a4
brk(0x830f0b4) = 0x830f0b4
brk(0x8310098) = 0x8310098
brk(0x83100a4) = 0x83100a4
brk(0x8311088) = 0x8311088
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x63ecebc8} ---
+++ killed by SIGSEGV +++
Segmentation fault
See also <https://debbugs.gnu.org/41264 >.
2023-02-15 15:39:10 +01:00
Jan (janneke) Nieuwenhuizen
b928e38bd3
gnu: commencement: mes-boot: Update to 0.24.2.
...
This fixes <https://debbugs.gnu.org/41264 >.
* gnu/packages/commencement.scm (mes-boot): Update to 0.24.2.
2023-02-15 09:13:38 +01:00
Jan (janneke) Nieuwenhuizen
c2167ffb97
gnu: bootstrap: mes-minimal: Remove packages and tarball.
...
* gnu/packages/make-bootstrap.scm (%mes-minimal, %mes-minimal-stripped,
%mes-bootstrap-tarball): Remove.
2023-02-15 09:13:36 +01:00
Jan (janneke) Nieuwenhuizen
0501136d57
gnu: bootstrap: mescc-tools-static: Remove packages and tarball.
...
* gnu/packages/make-bootstrap.scm (%mescc-tools-static,
%mescc-tools-static-stripped, %mescc-tools-bootstrap-tarball): Remove.
2023-02-15 09:13:34 +01:00
Jan (janneke) Nieuwenhuizen
ccb55481d4
gnu: bootstrap: bootstrap-tarballs: Remove mes and mescc-tools.
...
* gnu/packages/make-bootstrap.scm (%bootstrap-tarballs): Remove
%mescc-tools-bootstrap-tarball, %mes-bootstrap-tarball.
2023-02-15 09:13:31 +01:00
Efraim Flashner
a832b4180e
gnu: tar: Actually fix test suite on 32-bit systems.
...
This is a follow-up to 87423addf5
.
* gnu/packages/base.scm (tar)[arguments]: Actually skip the broken test
on 32-bit systems, not run ONLY that test.
2023-02-14 21:54:26 +02:00
Efraim Flashner
da7d615629
gnu: %boot6-inputs: Replace xz with xz-final.
...
* gnu/packages/commencement.scm (xz-final): New variable.
(%boot6-inputs): Add xz-final. Remove xz.
(%final-inputs): Add xz-final. Remove xz from packages 'to finalize'.
2023-02-14 16:30:30 +02:00
Efraim Flashner
87423addf5
gnu: tar: Fix test suite on 32-bit systems.
...
* gnu/packages/base.scm (tar)[arguments]: When building for 32-bit
systems skip a test known by upstream to fail.
2023-02-14 16:26:51 +02:00
Efraim Flashner
fc588b99e5
gnu: freetype: Update to 2.13.0.
...
* gnu/packages/fontutils.scm (freetype): Update to 2.13.0.
2023-02-13 12:07:29 +02:00
Efraim Flashner
ef35f0046f
gnu: freetype: Don't keep a reference to pkg-config.
...
* gnu/packages/fontutils.scm (freetype)[arguments]: Add an entry in
disallowed-references for pkg-config. Add a phase to remove the
reference to pkg-config in an installed script.
2023-02-13 12:04:51 +02:00
Efraim Flashner
42c1a83a98
gnu: coreutils-boot0: Add comment about arm* configure-flags.
...
* gnu/packages/commencement.scm (coreutils-boot0)[arguments]: Add a full
comment around the configure-flags used when building for arm
architectures.
2023-02-12 21:11:02 +02:00
Kaelyn Takata
7f237f3e6c
gnu: git: Fix missing native-inputs after commit 4cf1acc7f3
.
...
* gnu/packages/version-control.scm (git)[native-inputs]: Restore
native-inputs to what they were prior to the merge commit 4cf1acc7f3
.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-02-09 10:41:06 +02:00
Maxim Cournoyer
f0569da095
gnu: colord-minimal: Move SANE support to colord.
...
The support is moved to the full 'colord' package. This reduces
the size of colord-minimal from 467.6 MiB to 391.5 MiB.
* gnu/packages/gnome.scm (colord-minimal) [configure-flags]: Remove
"-Dsane=true".
[inputs]: Move sane-backends to...
(colord) [inputs]: ... here.
[configure-flags]: Add "-Dsane=true".
2023-02-07 14:23:54 -05:00
Maxim Cournoyer
f8c1dba3d3
gnu: bc: Fix cross-compilation.
...
The existing cross-compilation patch no longer worked. It's been reworked and
submitted to upstream.
* gnu/packages/algebra.scm (bc) [native-inputs]: Add readline.
* gnu/packages/patches/bc-fix-cross-compilation.patch: Refresh patch.
Series-postfix: core-updates
Series-to: 60760@debbugs.gnu.org
2023-02-07 14:18:43 -05:00
Efraim Flashner
70b7d19ecf
gnu: file: Update to 5.44.
...
* gnu/packages/file.scm (file): Update to 5.44.
2023-01-31 10:15:57 +02:00
Efraim Flashner
a59936e10a
gnu: mesa: Use llvm-for-mesa.
...
* gnu/packages/gl.scm (mesa)[inputs]: Replace llvm with llvm-for-mesa.
(mesa-opencl)[native-inputs]: Replace clang with clang-15.
2023-01-30 20:07:50 +02:00
Efraim Flashner
572d7e6ce5
gnu: Add llvm-for-mesa.
...
* gnu/packages/llvm.scm (llvm-for-mesa): New variable.
2023-01-30 20:07:50 +02:00
Efraim Flashner
38c53c3ef4
gnu: r-with-tests: Don't use deprecated texlive-latex-tools.
...
* gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Replace
texlive-latex-tools with texlive-tools.
2023-01-30 20:07:50 +02:00
Efraim Flashner
7b58f14445
gnu: texlive-fancyvrb: Use over deprecated texlive-latex-fancyvrb.
...
* gnu/packages/bioinformatics.scm (phyml)[native-inputs],
* gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Replace
texlive-latex-fancyvrb with texlive-fancyvrb.
2023-01-30 20:07:50 +02:00
Efraim Flashner
e40ccf5fc1
gnu: texlive-fancyhdr: Use over deprecated texlive-latex-fancyhdr.
...
* gnu/packages/tex.scm (texlive-apa6)[propagated-inputs]: Replace
texlive-latex-fancyhdr with texlive-fancyhdr.
2023-01-30 20:07:49 +02:00
Efraim Flashner
bd3e3d87a9
gnu: texlive-graphics: Use over deprecated texlive-latex-graphics.
...
* gnu/packages/bioinformatics.scm (phyml)[native-inputs],
* gnu/packages/chemistry.scm (yaehmop)[native-inputs],
* gnu/packages/graphviz.scm (dot2tex)[propagated-inputs],
* gnu/packages/maths.scm (cddlib)[native-inputs],
* gnu/packages/statistics.scm (r-with-tests)[native-inputs],
* gnu/packages/tex.scm (texlive-apa6)[propagated-inputs]: Replace
texlive-latex-graphics with texlive-graphics.
2023-01-30 20:07:49 +02:00
Efraim Flashner
a49536e320
gnu: guile-3.0: Update to 3.0.9.
...
* gnu/packages/guile.scm (guile-3.0): Update to 3.0.9.
[source]: Remove patch.
[arguments]: Only apply 'adjust-bootstrap-flags on powerpc-linux once.
(guile-3.0-latest): Point to guile-3.0.
* gnu/packages/patches/guile-cross-compilation.patch: Remove file
(again).
* gnu/local.mk (dist_patch_DATA): Remove it.
2023-01-30 20:07:49 +02:00
Efraim Flashner
1c78f71beb
Revert "gnu: Remove rust-yeslogic-fontconfig-sys-2."
...
This reverts commit 4103d3d729
.
This package is needed for librsvg
2023-01-30 12:39:41 +02:00
Efraim Flashner
71171538e1
Revert "gnu: Remove rust-test-generator-0.3."
...
This reverts commit 063f8b5e2a
.
This package is needed for librsvg
2023-01-30 12:39:41 +02:00
Efraim Flashner
4cf1acc7f3
Merge remote-tracking branch 'origin/master' into core-updates
...
Conflicts:
doc/guix.texi
gnu/local.mk
gnu/packages/admin.scm
gnu/packages/base.scm
gnu/packages/chromium.scm
gnu/packages/compression.scm
gnu/packages/databases.scm
gnu/packages/diffoscope.scm
gnu/packages/freedesktop.scm
gnu/packages/gnome.scm
gnu/packages/gnupg.scm
gnu/packages/guile.scm
gnu/packages/inkscape.scm
gnu/packages/llvm.scm
gnu/packages/openldap.scm
gnu/packages/pciutils.scm
gnu/packages/ruby.scm
gnu/packages/samba.scm
gnu/packages/sqlite.scm
gnu/packages/statistics.scm
gnu/packages/syndication.scm
gnu/packages/tex.scm
gnu/packages/tls.scm
gnu/packages/version-control.scm
gnu/packages/xml.scm
guix/build-system/copy.scm
guix/scripts/home.scm
2023-01-30 12:39:40 +02:00
Efraim Flashner
595b53b74e
gnu: Add emacs-poke.
...
* gnu/packages/engineering.scm (emacs-poke): New variable.
(poke)[arguments]: Add configure-flag to install emacs files to
temporary directory.
2023-01-30 10:37:01 +02:00
Yash Tiwari
60ef511147
gnu: Add kvantum.
...
* gnu/packages/qt.scm (kvantum): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-30 11:20:24 +08:00
Parnikkapore
99d27b7c09
gnu: lite-xl: Update to 2.1.1.
...
Lua input is updated because the new version would not build
with Lua 5.2.
* gnu/packages/text-editors.scm (lite-xl): Update to 2.1.1.
[inputs]: Use lua-5.4.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-30 10:57:03 +08:00
kiasoc5
5062c64ccb
gnu: zynaddsubfx: Update to 3.0.6.
...
* gnu/packages/music.scm (zynaddsubfx): Update to 3.0.6.
[phases]: Remove trailing #t.
[inputs]: Add fftwf.
[native-inputs]: Add ruby.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-30 10:53:10 +08:00
kiasoc5
5629185b69
gnu: ugrep: Update to 3.9.6.
...
* gnu/packages/search.scm (ugrep): Update to 3.9.6.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-30 10:30:31 +08:00
Hilton Chain
4c4922ba0f
gnu: font-sarasa-gothic: Update to 0.39.0.
...
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.39.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-30 09:58:13 +08:00
Hilton Chain
0eca850e15
gnu: font-lxgw-wenkai-tc: Update to 0.931.
...
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 0.931.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-30 09:57:02 +08:00
Hilton Chain
86b111962c
gnu: font-lxgw-wenkai: Update to 1.250.
...
* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.250.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-30 09:33:34 +08:00
Ivan Kozlov
edb8c09add
gnu: glibc: Handle failure to find $ORIGIN.
...
Fixes <https://issues.guix.gnu.org/52671 >.
* gnu/packages/patches/glibc-dl-cache.patch: Check pointer returned by '_dl_get_origin' for failure indication.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-29 23:11:26 +01:00
Jonathan Brielmaier
4eccb27b4c
gnu: icedove: Update to 102.7.0.
...
* gnu/packages/gnuzilla.scm (icedove): Update to 102.7.0.
2023-01-29 22:09:42 +01:00
Nicolas Goaziou
e70d8e3e1f
gnu: emacs-libgit: Improve package style.
...
* gnu/packages/emacs-xyz.scm (emacs-libgit)[arguments]: Use G-expressions.
[native-inputs]: Re-order alphabetically.
2023-01-29 21:47:21 +01:00
Nicolas Goaziou
f0ff03069d
gnu: emacs-libgit: Update to 0.0.1-1.ab1a53a.
...
* gnu/packages/emacs-xyz.scm (emacs-libgit): Update to 0.0.1-1.ab1a53a.
[source]<origin>: Remove unnecessary patch.
[arguments]: Skip failing tests.
[license]: Set to GPL2+.
* gnu/packages/patches/emacs-libgit-use-system-libgit2.patch: Delete file.
* gnu/local.mk: Apply file deletion.
2023-01-29 21:43:58 +01:00
Jonathan Brielmaier
3e8dd0df8c
build-system: copy: Add substitutable keyword.
...
* guix/build-system/copy.scm (copy-build): Add substitutable keyword.
2023-01-29 20:31:29 +01:00
Nicolas Goaziou
1bb9394071
gnu: emacs-sml-mode: Fix source.
...
* gnu/packages/emacs-xyz.scm (emacs-sml-mode)[source]<origin>: Fix tarball name.
2023-01-29 16:13:11 +01:00
Cayetano Santos
46a93fef85
gnu: Add emacs-lingva.
...
* gnu/packages/emacs-xyz.scm (emacs-lingva): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-01-29 15:40:15 +01:00
conses
026e50a4fc
gnu: Add emacs-clj-deps-new.
...
* gnu/packages/emacs-xyz.scm (emacs-clj-deps-new): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-01-29 15:40:15 +01:00
Nicolas Goaziou
4eabed5837
gnu: emacs-pulseaudio-control: Improve package style.
...
* gnu/packages/emacs-xyz.scm (emacs-pulseaudio-control)[arguments]: Use
G-expressions.
[synopsis, description]: Use proper capitalization.
2023-01-29 15:40:14 +01:00