Age | Commit message (Expand) | Author |
2021-09-06 | gnu: opencc: Fix build....* gnu/packages/textutils.scm (opencc)[arguments]: Create PYTHONPATH from
GUIX_PYTHONPATH as the former is not defined.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2021-09-06 | gnu: c++-gsl: Fix build with GCC 10....* gnu/packages/cpp.scm (c++-gsl)[source]: Add a patch from Debian
to fix compilation of a test.
* gnu/packages/patches/c++-gsl-move-array-bounds-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2021-09-06 | gnu: libnice: Fix build....* gnu/packages/networking.scm (libnice)[native-inputs]: Add graphviz
which is required to provide the dot program.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2021-09-05 | gnu: Fix some gexps....* gnu/packages/android.scm (adb, android-ext4-utils)[arguments]: Use
'this-package-input' in gexps.
* gnu/packages/finance.scm (monero-gui)[arguments]: Idem.
* gnu/packages/lisp.scm (gcl)[arguments]: Idem.
| Guillaume Le Vaillant |
2021-09-05 | gnu: opencpn: Fix building with gcc 10....* gnu/packages/geo.scm (opencpn)[arguments]: Pass '-fcommon' to CFLAGS.
| Guillaume Le Vaillant |
2021-09-05 | gnu: pipewire: Fix build with GCC 10....* gnu/packages/patches/pipewire-0.2.7-fno-common.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/linux.scm (pipewire)[source]: Use it.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sarah Morgensen |
2021-09-05 | gnu: libappindicator: Fix build for GCC 10....* gnu/packages/freedesktop.scm (libappindicator)[source]: Add snippet to
prevent declaring _PyGObject_API twice.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sarah Morgensen |
2021-09-05 | gnu: libsrtp: Update to 2.4.0....Fix building libsrtp with GCC 10 by updating to 2.4.0.
* gnu/packages/telephony.scm (libsrtp): Update to 2.4.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sarah Morgensen |
2021-09-05 | gnu: lablgtk: Update to 2.18.11....Update lablgtk to fix compilation with GCC 10.
* gnu/packages/ocaml.scm (lablgtk): Update to 2.18.11.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sarah Morgensen |
2021-09-05 | gnu: python-gast: Update to 0.5.2....* gnu/packages/python-xyz.scm (python-gast): Update to 0.5.2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2021-09-03 | gnu: jemalloc: --disable-initial-exec-tls...Disable the thread local storage model in jemalloc 5 to prevent
shared libraries linked to libjemalloc from crashing on dlopen().
https://github.com/jemalloc/jemalloc/issues/937
This bug affects both Java JNI and python libraries which link to
jemalloc 5, such as RocksDB, which will crash the program when loaded.
* gnu/packages/jemalloc.scm (jemalloc)[arguments]: Add --disable-initial-exec-tls
configure flag.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Ryan Sundberg |
2021-09-03 | gnu: classpath-bootstrap: Work around miscompilation....Fixes <https://issues.guix.gnu.org/49990>.
Previously, building 'ant-bootstrap' would fail in obscure ways.
* gnu/packages/patches/classpath-miscompilation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/java.scm (classpath-bootstrap)[source]: Use it.
[arguments]: Remove 'remove-call-to-free' phase.
| Ludovic Courtès |
2021-09-03 | gnu: ant-bootstrap: Set environment variables in a separate phase....* gnu/packages/java.scm (ant-bootstrap)[arguments]: Move 'setenv' calls
to new 'define-java-environment-variables' phase.
| Ludovic Courtès |
2021-09-03 | gnu: classpath-bootstrap: Use 'search-input-file'....* gnu/packages/java.scm (classpath-bootstrap)[arguments]: Use
'search-input-file'.
| Ludovic Courtès |
2021-09-03 | gnu: sddm: Refer to the 'shadow' input....This change was suggested by Ludovic Courtès <ludo@gnu.org> to allow
users to replace the shadow input in the package.
* gnu/packages/display-manager.scm (sddm)[arguments]: In configure-flags
refer to the shadow package that is an input.
| Efraim Flashner |
2021-09-02 | gnu: sddm: Fix build....* gnu/packages/display-managers.scm (sddm)[arguments]: Use gexp for
configure-flags.
| Efraim Flashner |
2021-08-31 | build/jami-service: Fix range ends in account-fingerprint-rx....This broke compilation of Guix with guile@3.0.2 with:
In procedure make-regexp: Invalid range end
The fix is to replace [0-9A-f] with [0-9A-Fa-f].
* gnu/build/jami-service.scm (account-fingerprint-rx): Correct regexp.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Maxime Devos |
2021-08-31 | gnu: python-google-api-client: Rewrite invalid setup.py....The packages argument accepts package names only, not paths. Replacing
the slash with a dot allows passing the sanity-check phase, because the
submodule will not be listed in top_level.txt any more.
* gnu/packages/python-web.scm (python-google-api-client) [#:phases]:
Add new phase 'fix-setup-py.
| Lars-Dominik Braun |
2021-08-31 | gnu: android-f2fs-utils: Fix building with gcc-10....* gnu/packages/android.scm (android-f2fs-utils)[arguments]: Add
'set-compilation-flags' phase.
| Guillaume Le Vaillant |
2021-08-31 | gnu: f2fs-tools: Fix building with gcc-10....* gnu/packages/linux.scm (f2fs-tools-1.7)[arguments]: Pass '-fcommon' to
CFLAGS.
| Guillaume Le Vaillant |
2021-08-31 | gnu: android-ext4-utils: Fix build....* gnu/packages/android.scm (android-ext4-utils)[arguments]: Use gexp for
'make-flags'. Update 'unpack-core' phase.
| Guillaume Le Vaillant |
2021-08-31 | gnu: adb: Fix build....* gnu/packages/android.scm (adb)[arguments]: Use gexp for 'make-flags".
| Guillaume Le Vaillant |
2021-08-30 | 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.
| Guillaume Le Vaillant |
2021-08-30 | gnu: pcre2: Build without JIT on powerpc-linux....* gnu/packages/pcre.scm (pcre2)[arguments]: On powerpc-linux don't
enable JIT.
| Efraim Flashner |
2021-08-30 | 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.
| Guillaume Le Vaillant |
2021-08-30 | gnu: python-bsddb3: Update to 6.2.9....* gnu/packages/python-xyz.scm (python-bsddb3): Update to 6.2.9.
| Guillaume Le Vaillant |
2021-08-30 | gnu: libchop: Don't append to CPATH unconditionally....* gnu/packages/backup.scm (libchop)[arguments]: Adjust
'set-libtirpc-include-path to return a valid CPATH.
| Efraim Flashner |
2021-08-29 | gnu: python-pygobject: Extend test timeout....* gnu/packages/glib.scm (python-pygobject)[arguments]: Replace check
phase and extend the test timeout.
| Efraim Flashner |
2021-08-29 | gnu: network-manager: Add missing input....* gnu/packages/gnome.scm (network-manager)[inputs]: Add libselinux.
| Guillaume Le Vaillant |
2021-08-29 | gnu: libsepol: Don't build with '-Werror'....* gnu/packages/selinux.scm (libsepol)[arguments]: Add '-Wno-error' option to
CFLAGS.
| Guillaume Le Vaillant |
2021-08-29 | gnu: dream: Fix build....* gnu/packages/radio.scm (dream)[arguments]: Fix the 'fix-paths' phase.
| Guillaume Le Vaillant |
2021-08-28 | 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.
| Guillaume Le Vaillant |
2021-08-28 | gnu: python2-chai: Remove package....Nothing depends on it.
* gnu/packages/python-xyz.scm (python2-chai): Remove variable.
| Guillaume Le Vaillant |
2021-08-28 | gnu: qgis: Disable one failing test....* gnu/packages/geo.scm (qgis)[arguments]: Disable PyQgsAuthBasicMethod test.
| Guillaume Le Vaillant |
2021-08-28 | gnu: python-owslib: Fix build....* gnu/packages/python-xyz.scm (python-owslib)[arguments]: Disable
'sanity-check' phase until dependencies for tests are packaged.
| Guillaume Le Vaillant |
2021-08-28 | 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.
| Guillaume Le Vaillant |
2021-08-28 | 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>
| Leo Famulari |
2021-08-28 | 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>
| Leo Famulari |
2021-08-28 | 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>
| Leo Famulari |
2021-08-28 | 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>
| Leo Famulari |
2021-08-27 | gnu: postgresql-13: Update to 13.4....* gnu/packages/databases.scm (postgresql-13): Update to 13.4.
| Efraim Flashner |
2021-08-27 | gnu: gnuais: Fix building with gcc-10....* gnu/packages/radio.scm (gnuais)[arguments]: Pass '-fcommon' to CFLAGS.
| Guillaume Le Vaillant |
2021-08-26 | gnu: cdrkit-libre: Fix building with gcc-10....* gnu/packages/cdrom.scm (cdrkit-libre)[source]: Add snippet to fix
building with gcc-10.
| Efraim Flashner |
2021-08-26 | gnu: mozjs-60: Update to 60.2.3-4....* gnu/packages/gnuzilla.scm (mozjs-60): Update to 60.2.3-4.
| Efraim Flashner |
2021-08-25 | gnu: spacefm: Fix build....* gnu/packages/lxde.scm (spacefm)[arguments]: Pass '-fcommon' to CFLAGS.
| Guillaume Le Vaillant |
2021-08-25 | gnu: menu-cache: Fix build....* gnu/packages/lxde.scm (menu-cache)[arguments]: Pass '-fcommon' to CFLAGS.
| Guillaume Le Vaillant |
2021-08-25 | gnu: libgdata: Fix tests....* gnu/packages/gnome.scm (libgdata)[arguments]: Add 'set-home-for-tests'
phase.
| Guillaume Le Vaillant |
2021-08-25 | gnu: uhttpmock: Fix tests....* gnu/packages/web.scm (uhttpmock)[arguments]: Add 'set-home-for-tests' phase.
| Guillaume Le Vaillant |
2021-08-25 | gnu: fakeroot: Update to 1.25.3-1.24d6b08....* gnu/packages/linux.scm (fakeroot): Update to 1.25.3-1.24d6b08.
| Efraim Flashner |
2021-08-23 | gnu: python2-pillow: Disable tests....* gnu/packages/python-xyz.scm (python2-pillow)[arguments]: Disable tests.
| Guillaume Le Vaillant |