me
/
guix
Archived
1
0
Fork 0
Commit Graph

3631 Commits (87624540b486d710749ad00ef5aa427a9e5c1d0c)

Author SHA1 Message Date
Olivier Dion c7795eccaf
gnu: libpfm4: Fix build error.
------
For some reason, the build recently failed with:

        pfmlib_perf_event_pmu.c:349:36: error: ?%s? directive output may be truncated writing up to 255 bytes into a region of size between 0 and 4095 [-Werror=format-truncation=]
          349 |   snprintf(d2path, MAXPATHLEN, "%s/%s", debugfs_mnt, d1->d_name);
              |                                    ^~
        pfmlib_perf_event_pmu.c:349:3: note: ?snprintf? output between 2 and 4352 bytes into a destination of size 4096
          349 |   snprintf(d2path, MAXPATHLEN, "%s/%s", debugfs_mnt, d1->d_name);
              |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        pfmlib_perf_event_pmu.c:399:58: error: ?%s? directive output may be truncated writing up to 255 bytes into a region of size between 0 and 4095 [-Werror=format-truncation=]
          399 |                         snprintf(idpath, MAXPATHLEN, "%s/%s/id", d2path, d2->d_name);
              |                                                          ^~
        pfmlib_perf_event_pmu.c:399:25: note: ?snprintf? output between 5 and 4355 bytes into a destination of size 4096
          399 |                         snprintf(idpath, MAXPATHLEN, "%s/%s/id", d2path, d2->d_name);
              |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        cc1: all warnings being treated as errors
------

* gnu/packages/linux.scm (libpfm4)[arguments]: Add `-Wno-format-truncation` to
CFLAGS in custom 'build' phase.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-15 00:40:14 -05:00
Tobias Geerinckx-Rice 058766ec7a
gnu: corefreq: Stop using %OUTPUTS.
* gnu/packages/linux.scm (corefreq)[arguments]: Use Gexps to remove use
of %OUTPUTS.
2021-12-14 19:35:22 +01:00
Marius Bakke 467485a50a
gnu: Remove superfluous "linux-libre-headers" inputs.
This input is already propagated from glibc.

* gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Remove LINUX-LIBRE-HEADERS-5.10.
* gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Likewise.
* gnu/packages/accessibility.scm (brltty)[inputs]: Remove LINUX-LIBRE-HEADERS.
* gnu/packages/graphics.scm (directfb)[inputs]: Likewise.
* gnu/packages/gstreamer.scm (libdc1394)[inputs]: Likewise.
* gnu/packages/linux.scm (python-evdev)[native-inputs]: Likewise.
(bcc, bpftrace)[inputs]: Likewise.
* gnu/packages/networking.scm (lksctp-tools)[inputs]: Likewise.
* gnu/packages/video.scm (tslib)[inputs]: Likewise.
* gnu/packages/web-browsers.scm (links)[native-inputs]: Likewise.
* gnu/packages/cdrom.scm (cdrtools)[inputs]: Likewise.
[arguments]: Adjust accordingly.
* gnu/packages/lirc.scm (lirc)[inputs, arguments]: Likewise.
* gnu/packages/vpn.scm (xl2tpd)[inputs, arguments]: Likewise.
2021-12-13 23:28:57 +01:00
Ludovic Courtès e3196755e6
gnu: Further simplify package inputs.
This is the result of running:

  ./pre-inst-env guix style --input-simplification=safe

and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13 22:15:07 +01:00
Ludovic Courtès 8394619bac
gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Ludovic Courtès 1052ae5f03
Merge branch 'master' into core-updates-frozen 2021-12-13 11:49:15 +01:00
Leo Famulari efd4d36a28
gnu: linux-libre 4.4: Update to 4.4.294.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.294.
(linux-libre-4.4-pristine-source): Update hash.
2021-12-12 23:14:01 -05:00
Leo Famulari 912db36d27
gnu: linux-libre 4.9: Update to 4.9.292.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.292.
(linux-libre-4.9-pristine-source): Update hash.
2021-12-12 23:14:01 -05:00
Leo Famulari a9dfc3781a
gnu: linux-libre 4.14: Update to 4.14.257.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.257.
(linux-libre-4.14-pristine-source): Update hash.
2021-12-12 23:14:01 -05:00
Leo Famulari 56778b40a3
gnu: linux-libre 4.19: Update to 4.19.220.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.220.
(linux-libre-4.19-pristine-source): Update hash.
2021-12-12 23:14:01 -05:00
Leo Famulari ef8c464e17
gnu: linux-libre 5.4: Update to 5.4.164.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.164.
(linux-libre-5.4-pristine-source): Update hash.
2021-12-12 23:14:01 -05:00
Leo Famulari 50c529c574
gnu: linux-libre 5.10: Update to 5.10.84.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.84.
(linux-libre-5.10-pristine-source): Update hash.
2021-12-12 23:14:00 -05:00
Leo Famulari e49f9f68dc
gnu: linux-libre: Update to 5.15.7.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.7.
(linux-libre-5.15-pristine-source): Update hash.
2021-12-12 23:13:57 -05:00
Mathieu Othacehe 32750e8c3e
Merge remote-tracking branch 'signed/master' into core-updates 2021-12-10 21:49:25 +01:00
Zhu Zihao 5573d98f81
gnu: rtl8821ce-linux-module: Update to 0.0.0-4-ca204c6.
Fixes compatibility with linux-libre@5.15:

  […]/source/core/rtw_br_ext.c:20:11: fatal error: net/ipx.h:
  No such file or directory
    #include <net/ipx.h>
             ^~~~~~~~~~~
  compilation terminated.

* gnu/packages/linux.scm (rtl8821ce-linux-module):
Update to 0.0.0-4-ca204c6.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-12-08 15:42:33 +01:00
Ricardo Wurmus 0f2a77e14f
gnu: Add libnftnl/fixed.
* gnu/packages/linux.scm (libnftnl/fixed): New variable.
2021-12-05 22:26:26 +01:00
Ricardo Wurmus 9bc0f45df5
Merge remote-tracking branch 'origin/master' into core-updates-frozen 2021-12-05 19:17:41 +01:00
Leo Famulari 7a171235af
gnu: linux-libre 4.19: Update to 4.19.219.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.219.
(linux-libre-4.19-pristine-source): Update hash.
2021-12-01 18:43:05 -05:00
Leo Famulari 6f18f35297
gnu: linux-libre 5.4: Update to 5.4.163.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.163.
(linux-libre-5.4-pristine-source): Update hash.
2021-12-01 18:43:05 -05:00
Leo Famulari f01588736c
gnu: linux-libre 5.10: Update to 5.10.83.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.83.
(linux-libre-5.10-pristine-source): Update hash.
2021-12-01 18:43:05 -05:00
Leo Famulari c3ec5eaa75
gnu: linux-libre: Update to 5.15.6.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.6.
(linux-libre-5.15-pristine-source): Update hash.
2021-12-01 18:43:02 -05:00
Tobias Geerinckx-Rice 01f08d5f82
gnu: btrfs-progs: Update to 5.15.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.15.1.
2021-11-30 01:08:53 +01:00
Tobias Geerinckx-Rice 1e9d70e42e
gnu: powerstat: Update to 0.02.27.
* gnu/packages/linux.scm (powerstat): Update to 0.02.27.
2021-11-30 01:08:53 +01:00
Tobias Geerinckx-Rice c1546d8a68
gnu: powerstat: Fetch sources from Git.
* gnu/packages/linux.scm (powerstat)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2021-11-30 01:08:53 +01:00
Tobias Geerinckx-Rice 2397cc097c
gnu: usbutils: Update to 014.
* gnu/packages/linux.scm (usbutils): Update to 014.
[arguments]: Remove obsolete autogen.sh substitution.
Don't explicitly return #t from phases.
2021-11-30 01:08:53 +01:00
Tobias Geerinckx-Rice 215524a116
gnu: xfsprogs: Omit static library.
* gnu/packages/linux.scm (xfsprogs)[arguments]:
Add "--disable-static" to #:configure-flags.
(xfsprogs-static)[arguments]: Undo it.
2021-11-30 01:08:52 +01:00
Tobias Geerinckx-Rice 3ec27a7436
gnu: xfsprogs: Update to 5.14.0.
* gnu/packages/linux.scm (xfsprogs): Update to 5.14.0.
[inputs]: Add liburcu.
2021-11-30 01:08:52 +01:00
Tobias Geerinckx-Rice 72c3763653
gnu: kexec-tools: Update to 2.0.23.
* gnu/packages/linux.scm (kexec-tools): Update to 2.0.23.
2021-11-30 01:08:52 +01:00
Ricardo Wurmus 9a91cc47af
gnu: pipewire-0.3: Add optional inputs.
* gnu/packages/linux.scm (pipewire-0.3)[inputs]: Add avahi and ldacbt.
2021-11-28 22:31:46 +01:00
Ricardo Wurmus f18a586a45
gnu: pipewire-0.3: Update to 0.3.40.
* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.40.
[arguments]: Disable session managers to avoid missing input.
2021-11-28 22:31:09 +01:00
Tobias Geerinckx-Rice c74f7d2571
gnu: ddcci-driver-linux: Build with Linux-Libre 5.15.
* gnu/packages/linux.scm (ddcci-driver-linux): Update to 0.4.1-0.bf9d798.
2021-11-28 04:16:34 +01:00
Tobias Geerinckx-Rice 513dbc2ece
gnu: ddcci-driver-linux: Update to 0.4.1.
* gnu/packages/linux.scm (ddcci-driver-linux): Update to 0.4.1.
[arguments]: Don't explicitly return #t from phases.
2021-11-28 04:16:34 +01:00
Tobias Geerinckx-Rice 6e34b8f35b
gnu: cpuid: Update to 20211121.
* gnu/packages/linux.scm (cpuid): Update to 20211121.
2021-11-27 00:49:55 +01:00
Tobias Geerinckx-Rice 273badde25
gnu: nftables: Update to 1.0.1.
* gnu/packages/linux.scm (nftables): Update to 1.0.1.
[arguments]: Add "--with-cli=readline" to #:configure-flags.
2021-11-27 00:49:54 +01:00
Tobias Geerinckx-Rice 1cb72b1473
gnu: libnftnl: Update to 1.2.1.
* gnu/packages/linux.scm (libnftnl): Update to 1.2.1.
2021-11-27 00:49:54 +01:00
Tobias Geerinckx-Rice 1cf22254b0
gnu: jitterentropy-rngd: Update to 1.2.6.
* gnu/packages/linux.scm (jitterentropy-rngd): Update to 1.2.6.
2021-11-27 00:49:52 +01:00
Tobias Geerinckx-Rice 74301141f1
gnu: erofs-utils: Update to 1.4.
* gnu/packages/linux.scm (erofs-utils): Update to 1.4.
2021-11-27 00:49:52 +01:00
Tobias Geerinckx-Rice 275f7cf8a1
gnu: radeontop: Prepare for cross-compilation.
* gnu/packages/linux.scm (radeontop)[arguments]: Use CC-FOR-TARGET.
2021-11-27 00:49:51 +01:00
Tobias Geerinckx-Rice e16f76fae2
gnu: radeontop: Update to 1.4.
* gnu/packages/linux.scm (radeontop): Update to 1.4.
[arguments]: Don't explicitly return #t from phases.
2021-11-27 00:49:51 +01:00
Tobias Geerinckx-Rice c9cd97c872
gnu: vhba-module: Update to 20211023.
* gnu/packages/linux.scm (vhba-module): Update to 20211023.
2021-11-27 00:49:50 +01:00
Leo Famulari 0384bceadb
gnu: Remove linux-libre 5.14.
* gnu/packages/linux.scm (linux-libre-5.14-version,
linux-libre-5.14-gnu-revision, deblob-scripts-5.14,
linux-libre-5.14-pristine-source, linux-libre-5.14-source,
linux-libre-headers-5.14, linux-libre-5.14): Remove variables.
* gnu/packages/aux-files/linux-libre/5.14-arm.conf,
gnu/packages/aux-files/linux-libre/5.14-arm64.conf,
gnu/packages/aux-files/linux-libre/5.14-i686.conf,
gnu/packages/aux-files/linux-libre/5.14-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
2021-11-26 16:54:47 -05:00
Leo Famulari 8fb949f988
gnu: linux-libre: Update to 5.15.5.
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision,
linux-libre-pristine-source, linux-libre-source, linux-libre): Update to 5.15.5.
(linux-libre-with-bpf): Update to 5.15.5.
2021-11-26 16:54:47 -05:00
Leo Famulari 14f6c21077
gnu: Add linux-libre 5.15.5.
* gnu/packages/linux.scm (linux-libre-5.15-version,
linux-libre-5.15-gnu-revision, deblob-scripts-5.15,
linux-libre-5.15-pristine-source, linux-libre-5.15-source,
linux-libre-headers-5.15, linux-libre-5.15): New variables.
* gnu/packages/aux-files/linux-libre/5.15-arm.conf,
gnu/packages/aux-files/linux-libre/5.15-arm64.conf,
gnu/packages/aux-files/linux-libre/5.15-i686.conf,
gnu/packages/aux-files/linux-libre/5.15-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Add them
2021-11-26 16:54:47 -05:00
Leo Famulari 65401faa9c
gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-6.307d694.
This fixes the build with linux-libre 5.15:

https://github.com/aircrack-ng/rtl8812au/pull/898

* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to
5.6.4.2-6.307d694.
2021-11-26 16:54:47 -05:00
Leo Famulari 0684bad300
gnu: linux-libre 4.4: Update to 4.4.293.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.293.
(linux-libre-4.4-pristine-source): Update hash.
2021-11-26 16:48:38 -05:00
Leo Famulari 9abb6582bf
gnu: linux-libre 4.9: Update to 4.9.291.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.291.
(linux-libre-4.9-pristine-source): Update hash.
2021-11-26 16:48:37 -05:00
Leo Famulari 8419517a23
gnu: linux-libre 4.14: Update to 4.14.256.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.256.
(linux-libre-4.14-pristine-source): Update hash.
2021-11-26 16:48:37 -05:00
Leo Famulari 01b9a9ee56
gnu: linux-libre 4.19: Update to 4.19.218.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.218.
(linux-libre-4.19-pristine-source): Update hash.
2021-11-26 16:48:37 -05:00
Leo Famulari fdccfd175e
gnu: linux-libre 5.4: Update to 5.4.162.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.162.
(linux-libre-5.4-pristine-source): Update hash.
2021-11-26 16:48:37 -05:00
Leo Famulari b67315c3c4
gnu: linux-libre 5.10: Update to 5.10.82.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.82.
(linux-libre-5.10-pristine-source): Update hash.
(linux-libre-5.10-source): Remove obsolete patch
'linux-libre-arm64-generic-pinebook-lcd.patch'.
2021-11-26 16:48:33 -05:00