summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-20gnu: camlzip: Fix reference to output.Maxime Devos
* gnu/packages/ocaml.scm (camlzip)[arguments]<#:make-flags>: Use #$output. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20gnu: ocaml-opam-file-format: Fix reference to output.Maxime Devos
* gnu/packages/ocaml.scm (ocaml-opam-file-format)[arguments]<#:make-flags>: Use #$output. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20gnu: ocaml-cmdliner: Fix reference to output.Maxime Devos
* gnu/packages/ocaml.scm (ocaml-cmdliner)[arguments]<#:make-flags>: Use #$output. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20gnu: ocaml-dose3: Fix reference to inputs and output.Maxime Devos
The package 'lablgtk@2.8.10' (indirect dependency of ocaml-dose3) fails to build so this patch could not be tested. * gnu/packages/ocaml.scm (ocaml-dose3)[arguments]<#:make-flags>: Use #$output. (ocaml-dose3)[arguments]<#:configure-flags>: Don't use %build-inputs. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20gnu: ocamlcudf: Fix reference to output.Maxime Devos
* gnu/packages/ocaml.scm (ocamlcudf)[arguments]<#:make-flags>: Use #$output. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20gnu: ocamlbuild: Fix reference to output.Maxime Devos
* gnu/packages/ocaml.scm (ocamlbuild)[arguments]<#:make-flags>: Use #$output. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20gnu: ocaml: Fix reference to output.Maxime Devos
* gnu/packages/ocaml.scm (dune-boot)[arguments]<#:make-flags>: Use #$output. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20gnu: libspatialite: Fix build.Guillaume Le Vaillant
* gnu/packages/geo.scm (libspatialite)[arguments]: Update the 'ignore-broken-tests' phase to skip one failing test.
2021-08-20gnu: netcdf-fortran: Fix compiling with gfortran 10.Guillaume Le Vaillant
* gnu/packages/maths.scm (netcdf-fortran)[arguments]: Add 'allow-argument-mismatch' flag for gfortran in 'configure-flags'.
2021-08-20gnu: netcdf: Fix build.Guillaume Le Vaillant
* gnu/packages/maths.scm (netcdf)[arguments]: Fix regexp in 'patch-settings' phase.
2021-08-20gnu: hdf4: Fix compiling with gfortran 10.Guillaume Le Vaillant
* gnu/packages/maths.scm (hdf4)[arguments]: Add 'allow-argument-mismatch' flag for gfortran in 'configure-flags'. Fix regexp in 'patch-settings' phase.
2021-08-20gnu: the-silver-searcher: Fix build.Mathieu Othacehe
* gnu/packages/code.scm (the-silver-searcher)[arguments]: Pass the -fcommon flag that is required since the GCC 10 switch.
2021-08-20gnu: strace: Update to 5.13.Mathieu Othacehe
* gnu/packages/linux.scm (strace): Update to 5.13. [arguments]<#:phases>: Fix strace.c path. Disable more tests: the readlink test that fails because of an extra glibc readlink call because of the ld.so cache mechanism and some pidns tests that hang forever.
2021-08-19gnu: aalib: Update ‘config.guess’ and ‘config.sub’Thiago Jung Bauermann
The original versions are too old to recognize architectures such as aarch64, mips64el and powerpc64le. * gnu/packages/video.scm (aalib)[native-inputs]: Add ‘config’. [arguments]<#:phases>{update-configure-scripts}: New. {configure}: Don’t set host explicitly. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-19gnu: pth: Update ‘config.guess’ and ‘config.sub’Thiago Jung Bauermann
The original versions are too old to recognize architectures such as aarch64 and powerpc64le. * gnu/packages/pth.scm (pth)[arguments]: Change from quasiquote to quote. [#:phases]{update-config-scripts}: New. [native-inputs]: Add ‘config’. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-19gnu: evince: Update to 40.2.Nathan Benedetto Proença
* gnu/packages/gnome.scm (evince): Update to 40.2. [build-system]: Switch to meson. [arguments]: Move skip-gtk-update-icon-cache phase from before install to after unpack. Adapt to meson switch. [inputs]: Remove dogtail. Add libhandy. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-19gnu: libhandy: Update to 1.2.3.Mathieu Othacehe
* gnu/packages/gnome.scm (libhandy): Update to 1.2.3. [arguments]: Disable documentation generation. Add a new patch-docbook-xml phase. [inputs]: Add glade and remove libxml2. [native-inputs]: Add libxml, libxslt, docbook-xsl and docbook-xml for the documentation generation.
2021-08-19gnu: glade3: Update to 3.38.2.Mathieu Othacehe
* gnu/packages/patches/glade-gls-set-script-name.patch: New patch. * gnu/packages/patches/glade-test-widget-null-icon.patch: New patch. * gnu/local.mk (DIST_PATCH_DATA): Add them. * gnu/packages/gnome.scm (glade3): Update to 3.38.2. [source]: Apply the patches. [arguments]: Add new skip-gtk-update-icon-cache and fix-tests phases. Adapt the fix-docbook phase to the meson build system. [native-inputs]: Add glib, python-pyobject, gobject-introspection and gjs. Remove python 2.
2021-08-19gnu: gjs: Update to 1.68.2.Mathieu Othacehe
* gnu/packages/gnome.scm (gjs): Update to 1.68.2. [source]: Move a pre-check phase substitution to a snippet. [build-system]: Switch to meson. [arguments]<#:configure-flags>: Do not install tests. <#:phases>: Remove pre-check phase substitutions. [propagated-inputs]: Switch to mozjs 78.
2021-08-19gnu: glib: Update to 2.68.3.Mathieu Othacehe
* gnu/packages/glib.scm (glib): Update to 2.68.3 and remove a left over comment.
2021-08-19gnu: meson: Update to 0.59.1.Mathieu Othacehe
* gnu/packages/build-tools.scm (meson): Update to 0.59.1.
2021-08-19gnu: adwaita-icon-theme: Update to 40.1.1.Mathieu Othacehe
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 40.1.1.
2021-08-19gnu: gtk-doc: Update to 1.33.2.Mathieu Othacehe
* gnu/packages/patches/gtk-doc-respect-xml-catalog.patch: New file. * gnu/local.mk (DIST_PATCH_DATA): Add it. * gnu/packages/gtk.scm (gtk-doc): Update to 1.33.2. [source]: Add gtk-doc-respect-xml-catalog.patch patch. [build-system]: Switch to meson. [arguments]: Remove fix-docbook phase. Remove configure flags that are no longer needed. [outputs]: Remove the help output since the help-dir option no longer exists.
2021-08-19gnu: gtk+: Update to 3.24.27.Mathieu Othacehe
* gnu/packages/gtk.scm (gtk+): Update to 3.24.27.
2021-08-18gnu: julia: Fix building.Efraim Flashner
* gnu/packages/julia.scm (julia)[arguments]: Adjust 'adjust-test-suite phase to account for newer package versions.
2021-08-18gnu: Remove pcre2-10.36.Efraim Flashner
* gnu/packages/pcre.scm (pcre2-10.36): Remove variable. * gnu/packages/julia.scm (julia)[arguments]: Adjust 'adjust-test-suite phase for new pcre2 package. [inputs]: Replace pcre2-10.36 with pcre2.
2021-08-18gnu: openssl: Skip flaky test on arm hardware.Efraim Flashner
* gnu/packages/tls.scm (openssl)[arguments]: Add phase on armhf- and aarch64-linux to skip a flaky test.
2021-08-18gnu: texlive-updmap.cfg: Update for Tex Live 2021.Efraim Flashner
This package was missed in ee25e3fcab9d2e24c2826b771b52d797c152193b. * gnu/packages/tex.scm (texlive-updmap.cfg)[source]: Update hash for the new version.
2021-08-17gnu: texlive-latex-base: Disable some formats on powerpc-linux.Efraim Flashner
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Adjust custom 'build phase to skip the jit formats also on powerpc-linux.
2021-08-17utils: Define target-ppc64le? predicate.Efraim Flashner
* guix/utils.scm (target-ppc64le?): New predicate.
2021-08-17gnu: texlive-bin: Fix building on powerpc-linux.Efraim Flashner
* gnu/packages/tex.scm (texlive-bin)[arguments]: Add phase on powerpc-linux to adjust the test suite.
2021-08-17utils: Define 'target-ppc32?' predicate.Efraim Flashner
* guix/utils.scm (target-ppc32?): New predicate.
2021-08-16gnu: xsel: Update to 1.2.0-1.062e6d3.Mathieu Othacehe
* gnu/packages/xdisorg.scm (xsel): Update to 1.2.0-1.062e6d3. [arguments]: Add a custom bootstrap phase. [native-inputs]: Add autoconf, automake and libtool.
2021-08-16gnu: python-matplotlib: Update to 3.4.3.Mathieu Othacehe
* gnu/packages/python-xyz.scm (python-matplotlib): Update to 3.4.3. [source]: Remove patch that is applied upstream. [propagated-inputs]: Add python-certifi. [inputs]: Add qhull. [native-inputs]: Add python-wheel. [arguments]: Extend regexp to match more image comparison tests. Wrap long lines. Use system freetype and qhull libraries.
2021-08-16gnu: python-html5-parser: Fix build.Mathieu Othacehe
* gnu/packages/python-web.scm (python-html5-parser)[propagated-inputs]: Add python-chardet.
2021-08-16gnu: bittorrent: Disable tests.Mathieu Othacehe
* gnu/packages/bittorrent.scm (bittorrent)[arguments]: Disable tests that are failing when using libevent 2.12 without internet connection.
2021-08-16gnu: gnome-desktop: Fix tests.Mathieu Othacehe
* gnu/packages/gnome.scm (gnome-desktop)[arguments]: Set XDG_CACHE_HOME and XDG_CONFIG_HOME variables for the tests.
2021-08-16gnu: bpython: Update to 0.21.Mathieu Othacehe
* gnu/packages/python-xyz.scm (bpython): Update to 0.21. [propagated-inputs]: Use python-cwcwidth instead of python-wcwidth. Add python-pyxdg. [native-inputs]: Add python-tox and python-wheel.
2021-08-16gnu: python-curtsies: Update to 0.3.5.Mathieu Othacehe
* gnu/packages/terminals.scm (python-curtsies): Update to 0.3.5. [propagated-inputs]: Use python-cwcwidth instead of python-wcwidth.
2021-08-16gnu: Add python-cwcwidth.Mathieu Othacehe
* gnu/packages/python-xyz.scm (python-cwcwidth): New variable.
2021-08-15gnu: util-linux: Disable unreliable ioctl_ns test on IA-32.Maxime Devos
* gnu/packages/linux.scm (util-linux)[arguments]<#:phases>{delete-lsns-test}: New phase. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-15gnu: python-jedi: Update to 0.18.0-1.1d94494.Mathieu Othacehe
* gnu/packages/python-xyz (python-jedi): Update to 0.18.0-1.1d94494. [source]: Switch to git-fetch. [native-inputs]: Add python-django-stubs and python-typeshed. [arguments]: New unpack-submodule-sources phase. Also do not run pytest tests that fail with pytest 6 revision.
2021-08-15gnu: python-parso: Update to 0.8.2.Mathieu Othacehe
* gnu/packages/python-xyz.scm (python-parso): Update to 0.8.2.
2021-07-27gnu: go-1.14: Fix test failure with GCC 9+.Sarah Morgensen
With GCC 9+, go-1.14 fails a test when the gold linker is not available (https://github.com/golang/go/issues/39157). Backport the fix for that from https://github.com/golang/go/commit/4ec4a79. This is a followup to the 'master -> core-updates-frozen' merge in c4133c43c7cfe2476ebfae87f9e4d10d96de9bc7, which accidentally dropped this commit (2818c66e93c4803de1d9fb8fbc11ccc9fa6a1859) due to the code in question being moved to another part of the file on the master branch. Reported on #guix by iskarian: <https://logs.guix.gnu.org/guix/2021-08-14.log#214343> * gnu/packages/golang.scm (go-1.14)[arguments]<#:phases>{prebuild}: Fix test failure with GCC 9+. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-08-14gnu: python-feedparser: Update to 6.0.8.Mathieu Othacehe
* gnu/packages/web.scm (python-feedparser): Update to 6.0.8. [propagated-inputs]: Add python-sgmllib3k.
2021-08-14gnu: Add python-sgmllib3k.Mathieu Othacehe
* gnu/packages/python-xyz.scm (python-sgmllib3k): New variable.
2021-08-14gnu: python-apsw: Update to 3.36.0-r1.Mathieu Othacehe
* gnu/packages/databases.scm (python-apsw): Update to 3.36.0-r1.
2021-08-13gnu: commencement: Turn {gmp,mpfr,mpc}-boot into mere origins.Ludovic Courtès
Reported by Thiago Jung Bauermann <bauermann@kolabnow.com> at <https://issues.guix.gnu.org/49881>. * gnu/packages/commencement.scm (gmp-boot, mpfr-boot, mpc-boot): Turn into origins. (gcc-core-mesboot1): Adjust accordingly.
2021-08-12Merge branch 'master' into core-updates-frozenMarius Bakke
Conflicts: gnu/packages/algebra.scm gnu/packages/games.scm gnu/packages/golang.scm gnu/packages/kerberos.scm gnu/packages/mail.scm gnu/packages/python.scm gnu/packages/ruby.scm gnu/packages/scheme.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm
2021-08-12gnu: mit-krb5: Replace with 1.19.2 [fixes CVE-2021-36222].Marius Bakke
This is an adaptation of fdd2f57359, for the 1.19 branch of mit-krb5. * gnu/packages/kerberos.scm (mit-krb5)[replacement]: New field. (mit-krb5-1.19.2): New variable.