Commit graph

83291 commits

Author SHA1 Message Date
Guillaume Le Vaillant faf6963a1d
gnu: android-f2fs-utils: Fix building with gcc-10.
* gnu/packages/android.scm (android-f2fs-utils)[arguments]: Add
  'set-compilation-flags' phase.
2021-08-31 15:31:40 +02:00
Guillaume Le Vaillant 9055b93513
gnu: f2fs-tools: Fix building with gcc-10.
* gnu/packages/linux.scm (f2fs-tools-1.7)[arguments]: Pass '-fcommon' to
  CFLAGS.
2021-08-31 15:25:22 +02:00
Guillaume Le Vaillant e227b0820a
gnu: android-ext4-utils: Fix build.
* gnu/packages/android.scm (android-ext4-utils)[arguments]: Use gexp for
  'make-flags'. Update 'unpack-core' phase.
2021-08-31 15:20:13 +02:00
Guillaume Le Vaillant 2ac1978a9f
gnu: adb: Fix build.
* gnu/packages/android.scm (adb)[arguments]: Use gexp for 'make-flags".
2021-08-31 15:06:36 +02:00
Guillaume Le Vaillant 8948bc7e44
gnu: evolution: Fix building with cmake > 3.20.
* gnu/packages/patches/evolution-printableoptions.patch: New file.
* gnu/packages/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (evolution)[source]: Use it.
2021-08-30 13:27:10 +02:00
Efraim Flashner bbb0420e44
gnu: pcre2: Build without JIT on powerpc-linux.
* gnu/packages/pcre.scm (pcre2)[arguments]: On powerpc-linux don't
enable JIT.
2021-08-30 13:46:58 +03:00
Guillaume Le Vaillant a68c45459d
gnu: evolution-data-server: Fix building with cmake > 3.20.
* gnu/packages/patches/evolution-data-server-printableoptions.patch: New file.
* gnu/packages/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (evolution-data-server)[source]: Use it.
2021-08-30 11:48:20 +02:00
Guillaume Le Vaillant 651e1f17cc
gnu: python-bsddb3: Update to 6.2.9.
* gnu/packages/python-xyz.scm (python-bsddb3): Update to 6.2.9.
2021-08-30 11:48:20 +02:00
Efraim Flashner c820ec77ae
gnu: libchop: Don't append to CPATH unconditionally.
* gnu/packages/backup.scm (libchop)[arguments]: Adjust
'set-libtirpc-include-path to return a valid CPATH.
2021-08-30 12:34:52 +03:00
Efraim Flashner 3fced772e3
gnu: python-pygobject: Extend test timeout.
* gnu/packages/glib.scm (python-pygobject)[arguments]: Replace check
phase and extend the test timeout.
2021-08-29 22:52:55 +03:00
Guillaume Le Vaillant c3c7ca7603
gnu: network-manager: Add missing input.
* gnu/packages/gnome.scm (network-manager)[inputs]: Add libselinux.
2021-08-29 10:26:59 +02:00
Guillaume Le Vaillant 5b0d7819e7
gnu: libsepol: Don't build with '-Werror'.
* gnu/packages/selinux.scm (libsepol)[arguments]: Add '-Wno-error' option to
  CFLAGS.
2021-08-29 10:20:18 +02:00
Guillaume Le Vaillant 38074b2c64
gnu: dream: Fix build.
* gnu/packages/radio.scm (dream)[arguments]: Fix the 'fix-paths' phase.
2021-08-29 09:39:50 +02:00
Guillaume Le Vaillant d011429b42
gnu: python-chai: Remove Python2 code.
* gnu/packages/patches/python-chai-drop-python2.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python-xyz.scm (python-chai)[source]: Use it.
2021-08-28 23:33:08 +02:00
Guillaume Le Vaillant 16ae9ebd21
gnu: python2-chai: Remove package.
Nothing depends on it.

* gnu/packages/python-xyz.scm (python2-chai): Remove variable.
2021-08-28 23:24:19 +02:00
Guillaume Le Vaillant 706c7a7a21
gnu: qgis: Disable one failing test.
* gnu/packages/geo.scm (qgis)[arguments]: Disable PyQgsAuthBasicMethod test.
2021-08-28 22:40:16 +02:00
Guillaume Le Vaillant f7e69b53d6
gnu: python-owslib: Fix build.
* gnu/packages/python-xyz.scm (python-owslib)[arguments]: Disable
  'sanity-check' phase until dependencies for tests are packaged.
2021-08-28 21:44:36 +02:00
Guillaume Le Vaillant f3152cf302
gnu: qtwebkit: Fix build.
* gnu/packages/qt.scm (qtwebkit)[arguments]: Replace the standard build phase
  with a custom one that increases the maximum number of open file
  descriptors.
2021-08-28 18:08:30 +02:00
Leo Famulari 4c9d8ff142
gnu: QtWebKit: Fix building with Bison 3.7.
* gnu/packages/patches/qtwebkit-fix-building-with-bison-3.7.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (qtwebkit)[source]: Use it.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-08-28 18:08:30 +02:00
Leo Famulari e3b037392a
gnu: QtWebKit: Fix building with glib 2.68.
* gnu/packages/patches/qtwebkit-fix-building-with-glib-2.68.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (qtwebkit)[source]: Use it.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-08-28 18:08:30 +02:00
Leo Famulari fc137ffe09
gnu: QtWebKit: Fix building with ICU 68.
* gnu/packages/patches/qtwebkit-fix-building-with-icu-68.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (qtwebkit)[source]: Use it

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-08-28 18:08:30 +02:00
Leo Famulari f5fda6eeab
gnu: QtWebKit: Fix building with Python 3.9.
* gnu/packages/patches/qtwebkit-fix-building-with-python-3.9.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (qtwebkit)[source]: Use it.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-08-28 18:08:30 +02:00
Efraim Flashner 0e6efd2c4a
gnu: postgresql-13: Update to 13.4.
* gnu/packages/databases.scm (postgresql-13): Update to 13.4.
2021-08-27 15:02:41 +03:00
Guillaume Le Vaillant afe8ecdcc0
gnu: gnuais: Fix building with gcc-10.
* gnu/packages/radio.scm (gnuais)[arguments]: Pass '-fcommon' to CFLAGS.
2021-08-27 09:22:08 +02:00
Efraim Flashner c36b0cae82
gnu: cdrkit-libre: Fix building with gcc-10.
* gnu/packages/cdrom.scm (cdrkit-libre)[source]: Add snippet to fix
building with gcc-10.
2021-08-26 17:39:50 +03:00
Efraim Flashner 511e301bd7
gnu: mozjs-60: Update to 60.2.3-4.
* gnu/packages/gnuzilla.scm (mozjs-60): Update to 60.2.3-4.
2021-08-26 01:01:27 +03:00
Guillaume Le Vaillant 878fea6b18
gnu: spacefm: Fix build.
* gnu/packages/lxde.scm (spacefm)[arguments]: Pass '-fcommon' to CFLAGS.
2021-08-25 18:53:23 +02:00
Guillaume Le Vaillant 3e616cae7a
gnu: menu-cache: Fix build.
* gnu/packages/lxde.scm (menu-cache)[arguments]: Pass '-fcommon' to CFLAGS.
2021-08-25 18:50:58 +02:00
Guillaume Le Vaillant 24a472d9d5
gnu: libgdata: Fix tests.
* gnu/packages/gnome.scm (libgdata)[arguments]: Add 'set-home-for-tests'
  phase.
2021-08-25 18:38:09 +02:00
Guillaume Le Vaillant 42298953ba
gnu: uhttpmock: Fix tests.
* gnu/packages/web.scm (uhttpmock)[arguments]: Add 'set-home-for-tests' phase.
2021-08-25 18:33:20 +02:00
Efraim Flashner d9e7d9c408
gnu: fakeroot: Update to 1.25.3-1.24d6b08.
* gnu/packages/linux.scm (fakeroot): Update to 1.25.3-1.24d6b08.
2021-08-25 11:45:37 +03:00
Guillaume Le Vaillant 89d862493f
gnu: python2-pillow: Disable tests.
* gnu/packages/python-xyz.scm (python2-pillow)[arguments]: Disable tests.
2021-08-23 17:51:24 +02:00
Guillaume Le Vaillant 25adb1b6cd
gnu: python2-gamera: Disable wxpython support.
The package doesn't build when wxpython support is activated, and the only
dependent (didjvu) doesn't need it.

* gnu/packages/python-xyz.scm (python2-gamera)[inputs]: Remove
  python2-wxpython.
  [arguments]: Add 'disable-wx-support' phase.
2021-08-23 17:41:15 +02:00
Guillaume Le Vaillant 721bf4c001
gnu: monero-gui: Fix build.
* gnu/packages/finance.scm (monero-gui)[arguments]: Fix 'configure-flags'
  using gexp. Fix 'extract-monero-sources' phase.
2021-08-23 16:14:53 +02:00
Guillaume Le Vaillant 263f5b30d2
gnu: monero: Fix build.
* gnu/packages/finance.scm (monero)[source]: Update snippet to include
  missing Boost header.
2021-08-23 16:08:06 +02:00
Efraim Flashner 210949fdc2
gnu: pango: Update to 1.48.9.
* gnu/packages/gtk.scm (pango): Update to 1.48.9.
2021-08-23 12:32:53 +03:00
Guillaume Le Vaillant e1b711b1f5
gnu: maxima: Fix build.
Building with GCL is failing; build with SBCL instead.

* gnu/packages/maths.scm (maxima)[inputs]: Replace gcl by sbcl.
  Add bash-minimal.
  [arguments]: Update 'configure-flags' and 'check' phase.
2021-08-23 10:48:15 +02:00
Guillaume Le Vaillant 0f87bd0282
gnu: gcl: Update to 2.6.12-3.ff7ef98.
* gnu/packages/lisp.scm (gcl): Update to 2.6.12-3.ff7ef98.
  [version]: Use git-version.
  [source]: Use git-file-name.
  [inputs]: Add bash-minimal and libtirpc.
  [arguments]: Update 'configure-flags' and 'make-flags', using gexps.
  Add 'realpath-workaround' and 'fix-makefile' phases.
2021-08-22 18:45:15 +02:00
Thiago Jung Bauermann bf53a26a3a
gnu: texlive-texmf: Disable LuaJIT engines on powerpc64le.
LuaJIT isn’t ported to 64-bit PowerPC. ‘texlive-bin’ and
‘texlive-latex-base’ already disable the engines that rely on it, so just
do the same in texlive-texmf.

Fix suggested by Mathieu Othacehe <othacehe@gnu.org>.

* gnu/packages/tex.scm (texlive-texmf)[arguments]: Disable LuaJIT
engines when building for powerpc64le.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-22 14:17:05 +03:00
Efraim Flashner 06e258c3c0
gnu: python-jupyter-core: Use GUIX_PYTHONPATH.
* gnu/packages/python-xyz.scm (python-jupyter-core)[arguments]: Adjust
custom 'patch-testsuite phase to use GUIX_PYTHONPATH as the PYTHONPATH.
2021-08-22 14:08:54 +03:00
Efraim Flashner c37bd286ea
gnu: python-jsonschema: Update inputs.
* gnu/packages/python-xyz.scm (python-jsonschema)[propagated-inputs]:
Remove python-importlib-metadata.
(python2-jsonschema)[propagated-inputs]: Add python2-importlib-metadata.
2021-08-22 14:08:54 +03:00
Efraim Flashner 5987855f21
gnu: python-jsonschema: Fix test suite.
* gnu/packages/python-xyz.scm (python-jsonschema)[arguments]: Adjust
custom 'check phase to honor #:tests and to set the
JSON_SCHEMA_TEST_SUTE environment variable.
2021-08-22 14:08:54 +03:00
Efraim Flashner 0e55c4902b
gnu: ruby-netrc: Fix test suite.
* gnu/packages/ruby.scm (ruby-netrc)[arguments]: Add phase to adjust the
test suite for the newer ruby version.
2021-08-22 14:08:53 +03:00
Efraim Flashner 576e82d34a
gnu: ruby-test-unit: Update to 3.4.4.
* gnu/packages/ruby.scm (ruby-test-unit): Update to 3.4.4.
2021-08-22 14:08:53 +03:00
Mathieu Othacehe c130c94284
gnu: libpeas: Update to 1.30.0.
* gnu/packages/gnome.scm (libpeas): Update to 1.30.0.
[arguments]: Set XDG_CACHE_HOME and XDG_CONFIG_HOME variables to fix the tests.
2021-08-22 12:22:31 +02:00
Efraim Flashner 2a15e92766
gnu: libfaketime: Adjust flags on powerpc64le-linux.
* gnu/packages/check.scm (libfaketime)[arguments]: Adjust CFLAGS on
powerpc64le-linux to make package work.
2021-08-22 12:16:48 +03:00
Mathieu Othacehe 839e1eb085
gnu: gstreamer: Fix build.
* gnu/packages/gstreamer.scm (gstreamer)[arguments]: Add a disable-test phase
to remove an undeterministically failing test.
2021-08-20 21:30:32 +02:00
Maxime Devos a24631a6df
gnu: appstream-glib: Fix failing tests.
* gnu/packages/glib.scm (appstream-glib)[arguments]<#:phases>{set-home}: Add a
new phase 'set-home' for tests that want to write to $HOME.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-07-27 12:34:57 -04:00
Leo Famulari 8d25a14aac
gnu: GnuPG: Update to 2.2.29.
* gnu/packages/gnupg.scm (gnupg): Update to 2.22.9.
2021-07-27 12:34:56 -04:00
Mathieu Othacehe 1afe3c502b
gnu: python: Build lib2to3/tests module.
* gnu/packages/python.scm (python-2.7)[arguments]: Build lib2to3/tests module
that is needed by python-pyannotate.
2021-08-20 18:33:51 +02:00