Commit Graph

96023 Commits

Author SHA1 Message Date
Ludovic Courtès d90bd5642a
cuirass: Create just as many threads as needed.
* build-aux/cuirass/evaluate.scm (command-line): Change second argument
to 'n-par-for-each'.
2022-05-26 11:41:05 +02:00
Ludovic Courtès 98a6642298
cuirass: Fork inferior processes before creating threads.
Works around <https://issues.guix.gnu.org/55441#12>.

Start from commit bd86bbd300,
'open-inferior' uses 'primitive-fork' instead of 'open-pipe*'.  As a
result, child process could potentially hang before calling 'execl' due
to undefined behavior when forking a multi-threaded process.

* build-aux/cuirass/evaluate.scm <top level>: Call 'open-inferior'
before 'n-par-for-each'.
2022-05-26 11:41:05 +02:00
Ludovic Courtès dcb7ce1eb6
gnu: cuirass: Depend on an older Guix snapshot.
Works around <https://issues.guix.gnu.org/55441#12>.

* gnu/packages/package-management.scm (guix-for-cuirass): New variable.
* gnu/packages/ci.scm (cuirass)[inputs]: Use it.
2022-05-26 11:41:05 +02:00
Ludovic Courtès 4e13ee4b57
guix package: Sort search results by package version.
Fixes <https://issues.guix.gnu.org/55480>.
Reported by Greg Hogan <code@greghogan.com>.

* guix/scripts/package.scm (find-packages-by-description): When PACKAGE1
and PACKAGE2 have the same name, sort by version.
2022-05-26 11:41:05 +02:00
Roman Riabenko 8dc47f9ee4
gnu: robotfindskitten: Fix typo in description.
* gnu/packages/games.scm (robotfindskitten)[description]: Use correct spelling
of “humorously”.
2022-05-26 09:14:10 +02:00
Oleg Pykhalov 1f29ed4a81
services: ssh: Fix extend-openssh-authorized-keys.
Fixes #55359.

* gnu/services/ssh.scm (extend-openssh-authorized-keys): Use KEYS argument.
2022-05-26 08:22:03 +03:00
Tobias Geerinckx-Rice b015a15c57
gnu: Fix all this damn packages.
* gnu/packages/bioinformatics.scm (r-icellnet)[description]:
Fix ‘this packages’ typo.
* gnu/packages/cran.scm (r-add2ggplot)[description]: Likewise.
* gnu/packages/crates-io.scm (rust-const-oid-0.6, rust-pem-rfc7468-0.2)
(rust-scrypt-0.8)[description]: Likewise.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice 7649327da7
doc: Fix typos.
* doc/guix.texi (Guix Services): Fix ‘coresponding’ typo.
(Using cross-compilation): Fix ‘mecanism’ typo.
(Desktop Services): Fix ‘superceeded’ typo.
* doc/contributing.texi (Translating Guix): Fix ‘everytime’ typo.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice 61427c1f1d
gnu: texlive-inputenx: Edit description.
* gnu/packages/tex.scm (texlive-inputenx)[descripton]: Edit & fix spelling.
2022-05-22 02:00:36 +02:00
Tobias Geerinckx-Rice 7a82889156
gnu: chez-scheme-bootstrap-bootfiles: Fix typo in description.
* gnu/packages/chez.scm (chez-scheme-bootstrap-bootfiles)[description]:
Fix ‘upsream’ typo.
2022-05-22 02:00:36 +02:00
Tobias Geerinckx-Rice 48e1f21b3f
gnu: r-lmds: Fix typo in description.
* gnu/packages/cran.scm (r-lmds)[description]: Fix ‘scaleable’ typo.
2022-05-22 02:00:36 +02:00
Tobias Geerinckx-Rice 47f29069fc
gnu: libobjc2: Fix typo in description.
* gnu/packages/gnustep.scm (libobjc2)[description]:
Fix ‘replacment’ typo.
2022-05-22 02:00:36 +02:00
Tobias Geerinckx-Rice a504a446f0
gnu: racket-vm-cs: Fix typo in description.
* gnu/packages/racket.scm (racket-vm-cs)[description]:
Fix ‘implemetation’ typo.
2022-05-22 02:00:36 +02:00
Tobias Geerinckx-Rice 69437fa88a
gnu: julia-ellipsisnotation: Fix typo in synopsis.
* gnu/packages/julia-xyz.scm (julia-ellipsisnotation)[synopsis]:
Fix ‘elipsis’ typo.
2022-05-22 02:00:36 +02:00
Tobias Geerinckx-Rice 499b57e7eb
gnu: stex-bootstrap: Fix typo in synopsis.
* gnu/packages/chez.scm (stex-bootstrap)[synopsis]: Fix ‘embeded’ typo.
2022-05-22 02:00:36 +02:00
Tobias Geerinckx-Rice 2baff98ce8
gnu: node-inherits: Fix typo in description.
* gnu/packages/node-xyz.scm (node-inherits)[description]:
Fix ‘constructer’ typo.
2022-05-22 02:00:36 +02:00
Tobias Geerinckx-Rice d62474af1b
gnu: fortune-mod: Update to 3.14.0.
* gnu/packages/games.scm (fortune-mod): Update to 3.14.0.
2022-05-22 02:00:01 +02:00
Tobias Geerinckx-Rice afa96117d0
gnu: rinutils: Update to 0.10.1.
* gnu/packages/games.scm (rinutils): Update to 0.10.1.
2022-05-22 02:00:01 +02:00
Tobias Geerinckx-Rice 24f0beea42
gnu: openttd: Update to 12.2.
* gnu/packages/games.scm (openttd): Update to 12.2.
2022-05-22 02:00:01 +02:00
Tobias Geerinckx-Rice a170622d20
gnu: libngspice: Update to 37.
* gnu/packages/engineering.scm (libngspice): Update to 37.
[arguments]: Remove old "--with-readline=no" work-around
from #:configure-flags.
2022-05-22 02:00:01 +02:00
Tobias Geerinckx-Rice 47b371b613
gnu: emacs-org-roam-bibtex: Update hash.
The ‘v0.6.2’ tag advanced by one commit (070a7a7) to fix
‘breaking bibtex-completion’.

* gnu/packages/emacs-xyz.scm (emacs-org-roam-bibtex)[source]:
Update hash.
2022-05-22 02:00:01 +02:00
Tobias Geerinckx-Rice 2337d6a051
gnu: emacs-djvu: Update to 1.1.2.
* gnu/packages/emacs-xyz.scm (emacs-djvu): Update to 1.1.2.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice b575ed6a8b
gnu: emacs-org: Update to 9.5.3.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.5.3.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice 197d019f24
gnu: emacs-beginend: Update to 2.3.0.
* gnu/packages/emacs-xyz.scm (emacs-beginend): Update to 2.3.0.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice 928085d828
gnu: emacs-rec-mode: Remove input labels.
* gnu/packages/databases.scm (emacs-rec-mode)[native-inputs]:
Remove input labels.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice 1f5fcc68cb
gnu: emacs-rec-mode: Update to 1.8.3.
* gnu/packages/databases.scm (emacs-rec-mode): Update to 1.8.3.
2022-05-22 02:00:00 +02:00
Vinicius Monego 0504acace7
gnu: python-funcparserlib: Update to 1.0.0.
* gnu/packages/python-xyz.scm (python-funcparserlib): Update to 1.0.0.
2022-05-25 22:13:45 -03:00
Tobias Geerinckx-Rice 07101ac33f
gnu: dpkg: Remove input labels.
* gnu/packages/debian.scm (dpkg)[native-inputs]:
Remove input labels.
2022-05-22 02:00:06 +02:00
Tobias Geerinckx-Rice cb1bd6afcd
gnu: dpkg: Run OpenPGP tests.
* gnu/packages/debian.scm (dpkg)[native-inputs]: Add gnupg.
2022-05-22 02:00:06 +02:00
Tobias Geerinckx-Rice 5e3cfe9f63
gnu: dpkg: Update to 1.21.8 [fixes CVE-2022-1664].
* gnu/packages/debian.scm (dpkg): Update to 1.21.8.
2022-05-22 02:00:06 +02:00
Tobias Geerinckx-Rice 4c12fcfe43
gnu: parallel: Update to 20220522.
* gnu/packages/parallel.scm (parallel): Update to 20220522.
2022-05-22 02:00:09 +02:00
Tobias Geerinckx-Rice 52431e42ef
gnu: lynis: Work.
Work around <https://issues.guix.gnu.org/55287>.

* gnu/packages/admin.scm (lynis)[arguments]: Add a custom 'unpack phase
that doesn't MAKE-FILE-WRITABLE.
2022-05-22 02:00:09 +02:00
Tobias Geerinckx-Rice e490aacde1
gnu: lynis: Update to 3.0.8.
* gnu/packages/admin.scm (lynis): Update to 3.0.8.
2022-05-22 02:00:09 +02:00
Tobias Geerinckx-Rice 39bf522075
gnu: pelican: Update to 4.7.2.
* gnu/packages/python-xyz.scm (pelican): Update to 4.7.2.
2022-05-22 02:00:09 +02:00
Tobias Geerinckx-Rice a5be54b9c1
gnu: litecli: Update to 1.8.0.
* gnu/packages/databases.scm (litecli): Update to 1.8.0.
2022-05-22 02:00:09 +02:00
Tobias Geerinckx-Rice a9b3854eb7
gnu: python-cli-helpers: Update to 2.2.1.
* gnu/packages/python-xyz.scm (python-cli-helpers): Update to 2.2.1.
[propagated-inputs]: Remove python-terminaltables.
2022-05-22 02:00:09 +02:00
Tobias Geerinckx-Rice 31d037ecf3
gnu: libhx: Update to 4.3.
* gnu/packages/c.scm (libhx): Update to 4.3.
2022-05-22 02:00:08 +02:00
Tobias Geerinckx-Rice 067b746ed7
gnu: libbytesize: Remove input labels.
* gnu/packages/c.scm (libbytesize)[native-inputs]:
Remove input labels.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice 4a0e0fc7b2
gnu: libbytesize: Update to 2.6.
* gnu/packages/c.scm (libbytesize): Update to 2.6.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice 7b570a6904
gnu: qjackctl: Update to 0.9.7.
* gnu/packages/audio.scm (qjackctl): Update to 0.9.7.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice 38787e36c1
gnu: toybox: Use #:make-flags.
* gnu/packages/busybox.scm (toybox)[arguments]: Add #:make-flags to
replace ad hoc use of environment variables and custom phases.
Remove the 'set-environment-variables and custom 'install phase.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice b55d0f553b
gnu: toybox: Update to 0.8.7.
* gnu/packages/busybox.scm (toybox): Update to 0.8.7.
2022-05-22 02:00:00 +02:00
Mathieu Othacehe d2c06bf2ff
platforms: Remove the s390x platform.
Turns out this platform doesn't have a bootstrap tarball and should be
considered as not supported for now.

* guix/platforms/s390.scm: Remove it.
* Makefile.am (MODULES): Adapt it.
* doc/guix.texi (Foreign Architectures): Ditto.
2022-05-25 17:11:32 +02:00
Efraim Flashner e0e1bf4409
gnu: nano: Update to 6.3.
* gnu/packages/nano.scm (nano): Update to 6.3.
2022-05-25 15:41:31 +03:00
Efraim Flashner be43625159
images: hurd: Adjust module imports.
Follow-up to a9dcd60bc1.

* gnu/system/images/hurd.scm: Adjust module imports to changes in code
structure.
2022-05-25 14:47:36 +03:00
Mathieu Othacehe a9dcd60bc1
platforms: Remove the hurd module.
The hurd platform is now defined in the (guix platforms x86) module.

* guix/platforms/hurd.scm: Remove it.
* Makefile.am (MODULES): Adapt it.
2022-05-25 13:01:15 +02:00
Peter Polidoro d18673dbf2
gnu: west: Update to 0.13.1.
* gnu/packages/embedded.scm (west): Update to 0.13.1.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-05-25 12:59:57 +02:00
Christopher Baines c4ad275709
gnu: guix-build-coordinator: Update to 0-53.3de63f1.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-53.3de63f1.
* gnu/services/guix.scm (guix-build-coordinator-queue-builds-configuration-guix-data-service-build-server-id):
New procedure.
(guix-build-coordinator-queue-builds-shepherd-services): Use the guix-data-service-build-server-id.
* doc/guix.texi (Guix Build Coordinator): Document the new queue builds
configuration field.
2022-05-25 09:20:03 +01:00
Mathieu Othacehe 436afdfe46
doc: Improve the Foreign Architectures section.
* doc/guix.texi (Foreign Architectures): Capitalize the chapter title, remove
most of "GNU Guix" occurences and other small improvements.
2022-05-25 09:46:15 +02:00
Josselin Poiret d276a7dd61
tests: Fix wrong target triplets.
* tests/gexp.scm (ungexp + ungexp-native,
input list + ungexp-native,
input list splicing + ungexp-native-splicing,
gexp list splicinng + ungexp-splicing,
gexp->derivation, cross-compilation,
gexp->derivation, ungexp-native,
gexp->derivation, ungexp + ungexp-native,
gexp->derivation, ungexp-native + composed gexps): Change
mips64el-linux to mips64el-linux-gnu.
* tests/guix-pack.sh: Change arm-unknown-linux-gnueabihf to
arm-linux-gnueabihf.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-05-25 09:28:43 +02:00