summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: php: Skip some tests on powerpc-linux.•••* gnu/packages/php.scm (php)[arguments]: Adjust the 'prepare-tests phase to skip some failing tests when building for powerpc-linux. Change-Id: I6dd496c8b6851a06386049dca6aa0e2273e4029e Efraim Flashner2023-11-281-0/+4
* gnu: go-netlink: Skip test suite.•••* gnu/packages/linux.scm (go-netlink)[arguments]: Disable tests. Change-Id: Ifd86f8c800583d1feb9ae4f176f6981fe3d275be Efraim Flashner2023-11-281-1/+2
* gnu: xorg-server: Update to 21.1.9 [security fixes].•••Fixes CVE-2023-5367 and CVE-2023-5380. See the X.Org security advisory <https://lists.x.org/archives/xorg/2023-October/003430.html> for more information. * gnu/packages/xorg.scm (xorg-server): Update to 21.1.9. Change-Id: I5786210cf1e5de4d603155fbbd076763e7ae3447 Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Kaelyn Takata2023-11-281-2/+2
* Merge branch 'mesa-updates'•••Change-Id: I31c26c11dd3a7838a1f70ceb250e54a1574eb580 John Kehayias2023-11-2717-638/+417
|\
| * gnu: php: Add another test to the skip-test list.•••* gnu/packages/php.scm (php)[arguments]: Add a test which fails on multiple architectures to the list skipped by all architectures. Change-Id: I3c55179381ff4cf3e22db5d3ededf60d2a3d9d73 Efraim Flashner2023-11-271-4/+4
| * gnu: php: Combine skipped tests per arch code.•••* gnu/packages/php.scm (php)[arguments]: In 'prepare-tests phase combine the code used for skipping a few tests per architecture into one grouping. Change-Id: I275099dcc2b1f003ec48a72b910d4cfd579d9628 Efraim Flashner2023-11-271-50/+37
| * gnu: php: Update to 8.2.13.•••* gnu/packages/php.scm (php): Update to 8.2.13. [source]: Remove patch. [arguments]: Adjust the 'prepare-tests phase to skip fewer tests. [inputs]: Replace openssl-1.1 with openssl. * gnu/packages/patches/php-fix-streams-copy-length.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Change-Id: I29892deda457fdbaa6dd5e01515e97583951836d Efraim Flashner2023-11-273-148/+8
| * Merge branch 'master' into mesa-updates•••Change-Id: Ide02272218e76dfae6dc9f8748871c8d61704260 John Kehayias2023-11-2674-839/+2398
| |\
| * \ Merge branch 'master' into mesa-updates•••Change-Id: I94c6874e5fdf916e3eb911f1a7df610cd3275474 John Kehayias2023-11-2143-596/+863
| |\ \
| * | | gnu: pandoc: Install bash completions, man page.•••* gnu/packages/haskell-xyz.scm (pandoc)[arguments]: Add a phase to install the bash completions and the man page. Change-Id: I3e5c18971e06cc3b69ed49a15ab8da11e809e532 Efraim Flashner2023-11-151-0/+11
| * | | gnu: ghc-pandoc: Skip failing tests from i686-linux.•••* gnu/packages/haskell-xyz.scm (ghc-pandoc)[source]: Adjust snippet to remove two tests. Change-Id: I05476c0bc2f50328efb30ce26d446850321bad6d Efraim Flashner2023-11-151-1/+6
| * | | gnu: ghc-persistent: Fix build on i686-linux.•••* gnu/packages/haskell-xyz.scm (ghc-persistent)[source]: Add patch. * gnu/packages/patches/ghc-persistent-fix-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I1b2c8419f3136d6c9df772d7c7abdc83a80d6112 Efraim Flashner2023-11-153-1/+28
| * | | gnu: ghc-memory: Fix building on i686-linux.•••* gnu/packages/haskell-xyz.scm (ghc-memory)[source]: Add patch. * gnu/packages/patches/ghc-memory-fix-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I8dc7a13a94ce37021ad402b4e2d0cd061220f670 Efraim Flashner2023-11-153-1/+43
| * | | gnu: ghc-bloomfilter: Update to 2.0.1.2.•••* gnu/packages/haskell-xyz.scm (ghc-bloomfilter): Update to 2.0.1.2. [source]: Remove patch. Add snippet to fix building on 32-bit systems. [arguments]: Remove field. [home-page]: Update to new home-page. * gnu/packages/patches/ghc-bloomfilter-ghc9.2.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Change-Id: Ie61d079b001f804fd28acaca2acd3127b88935d4 Efraim Flashner2023-11-153-318/+9
| * | | gnu: ghc-base64: Skip tests on i686-linux.•••* gnu/packages/haskell-xyz.scm (ghc-base64)[arguments]: Skip tests when building for i686-linux. Change-Id: I2de264eb0a0b1ae3d6ca1e29c9b1dce589104aa1 Efraim Flashner2023-11-151-1/+3
| * | | gnu: ghc-base64: Update to Cabal revision 4.•••* gnu/packages/haskell-xyz.scm (ghc-base64)[arguments]: Update to Cabal revision 4. [synopsis]: Satisfy linter. Change-Id: I3e234f85371865dfc45a4f004b442209fd68091a Efraim Flashner2023-11-151-3/+3
| * | | gnu: ghc-basement: Fix build on i686-linux.•••* gnu/packages/haskell-xyz.scm (ghc-basement)[source]: Add patch. * gnu/packages/patches/ghc-basement-fix-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: Ife75c651d4b9cffa14ec1c5165a9254cfee3f09f Efraim Flashner2023-11-153-1/+180
| * | | gnu: curl: Skip failing test on arm machines.•••* gnu/packages/curl.scm (curl)[arguments]: Adjust custom 'check phase to skip a test on armhf-linux and aarch64-linux. Change-Id: I26fcb8c911a412c9196b759caefb6a003a241b6b Efraim Flashner2023-11-151-1/+3
| * | | Merge branch 'master' into mesa-updates•••Change-Id: I4b468bb3148d392c9ade30dfe0cfb68c574a8e27 John Kehayias2023-11-1428-142/+47392
| |\ \ \
| * | | | gnu: skia: Fix build.•••The "SkRuntimeBlender_GPU" test started to fail with a segmentation fault after recent updates, possibly with mesa to 23.2.1. However, this doesn't seem to be true on all hardware, as Andronikos reported success on IRC and Bordeaux also built the previous derivation. * gnu/packages/graphics.scm (skia)[phases]: Add "SkRuntimeBlender_GPU" to tests that are skipped in the check phase. Change-Id: I4077ae89a58049628a90f8abd23395f9ba89047a John Kehayias2023-11-111-0/+4
| * | | | Merge branch 'master' into mesa-updates•••Change-Id: I6848392e8c1ffca1473bd25511d8d90ae0f98ce7 John Kehayias2023-11-1148-788/+1464
| |\ \ \ \
| * | | | | gnu: qtbase-5: Use libxkbcommon-1.5.•••This fixes a build failure for qtbase-5 and qtbase due to keysyms removed in libxkbcommon 1.6.0. See the release announcement <https://lists.freedesktop.org/archives/wayland-devel/2023-October/043121.html>. * gnu/packages/qt.scm (qtbase)[inputs]: Replace libxkbcommon with libxkbcommon-1.5. Change-Id: I4bbf63ec15b33151fa741149a00f31558a109d48 John Kehayias2023-11-091-1/+4
| * | | | | gnu: Add libxkbcommon-1.5.•••* gnu/packages/xdisorg.scm (libxkbcommon-1.5): New variable. Change-Id: Iab72a030ad90f9919d05dc8820fd59711b506e58 John Kehayias2023-11-091-0/+13
| * | | | | gnu: godot: Update to 4.1.3.•••* gnu/packages/game-development.scm (godot): Update to 4.1.3. Change-Id: Ib683401bca52eb8ecdd6ccf7ea9bb89e94a67c24 John Kehayias2023-11-071-2/+2
| * | | | | gnu: mbedtls-apache: Update to 2.28.5.•••This fixes mbedtls-apache failing some tests for unknown reasons after recent updates and ungrafting to other packages. This should soon be renamed to mbedtls-apache-lts and a newer version added; see <https://issues.guix.gnu.org/66718>. * gnu/packages/tls.scm (mbedtls-apache): Update to 2.28.5. Change-Id: Ie513c11cb60262be9865ebbd1f6238d39f299c42 John Kehayias2023-11-071-2/+2
| * | | | | gnu: libdrm: Restore building libdrm_intel by default.•••This should fix mediasdk failing to build by not finding libdrm_intel as it was not built in libdrm after the update to 2.4.117. * gnu/packages/xdisorg.scm (libdrm)[phases]: Add phase to correct an upstream typo which disabled building libdrm_intel on supported platforms by default. Change-Id: I8a3f8d23ca3827a0c1f4fec47bca6cfa91a6526e John Kehayias2023-11-071-0/+10
| * | | | | gnu: sdl2: Update to 2.28.5.•••* gnu/packages/sdl.scm (sdl2): Update to 2.28.5. Change-Id: I853776bf82e84499486d32012a9b3a4636226668 John Kehayias2023-11-051-2/+2
| * | | | | gnu: sdl2: Add vulkan-loader to rpath.•••* gnu/packages/sdl.scm (sdl2)[arguments]: Append the path of libvulkan.so to rpath. [inputs]: Add vulkan-loader. Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Change-Id: I17c8388f5f7b3bb063b79fd4981263994da129c0 dan2023-11-051-4/+9
| * | | | | gnu: libepoxy: Hardcode paths to GLES libraries.•••Fixes <https://issues.guix.gnu.org/64981>. * gnu/packages/gl.scm (libepoxy)[arguments]<#:phases>: Hardcode paths to libGLESv1_CM.so.1 and libGLESv2.so.2. Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Change-Id: I9d68a2b8f9c4ffee13ea63ea973970bf1d4c8a6d 宋文武2023-11-051-3/+7
| * | | | | gnu: mesa: Update to 23.2.1.•••* gnu/packages/gl.scm (mesa): Update to 23.2.1. Change-Id: I9014c29696317eeda2c86170ef64d57dd02fe8f4 John Kehayias2023-11-051-2/+2
| * | | | | gnu: curl: Run tests in parallel.•••* gnu/packages/curl.scm (curl)[arguments]: Respect PARALLEL-TESTS? in check phase, by setting TFLAGS (curl's test flags). Change-Id: I54dfe32b757824fd3d2b89d10b88315c7e8b8d2a John Kehayias2023-11-051-5/+12
| * | | | | gnu: curl: Ungraft.•••* gnu/packages/curl.scm (curl): Update to 8.4.0 from graft, preserving... [arguments]<#:phases>: ... check phase to skip failing test on Hurd. [replacement]: Remove. (curl/fixed): Remove variable. Change-Id: I9243d6b3a9084d9c24884e755f2f42ffafca4205 John Kehayias2023-11-051-42/+13
| * | | | | gnu: nghttp2: Update to 1.58.0 and ungraft.•••* gnu/packages/web.scm (nghttp2): Update to 1.58.0. [replacement]: Remove. (nghttp2-1.57): Remove variable. Change-Id: I737253295d6b3a832156acc8736167ee1ab470eb John Kehayias2023-11-051-16/+2
| * | | | | gnu: libxkbcommon: Update to 1.6.0.•••* gnu/packages/xdisorg.scm (libxkbcommon): Update to 1.6.0. Change-Id: I8e3c6852d5ba7a16605b508d00b98084254d593a Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Zheng Junjie2023-11-051-2/+2
| * | | | | gnu: libdrm: Update to 2.4.117.•••* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.117. Change-Id: I99b94bc4afeb8c0447d5ac0b08f6ade327af7cc3 John Kehayias2023-11-051-2/+2
| * | | | | gnu: pixman: Update to 0.42.2.•••* gnu/packages/xdisorg.scm (pixman): Update to 0.42.2. Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Change-Id: Ibfe2d23a115d19ad32ca8e39de69aae108ec66d4 Hilton Chain2023-11-051-2/+2
| * | | | | gnu: libxpm: Ungraft.•••* gnu/packages/xorg.scm (libxpm): Update to 3.5.17. [replacement]: Remove. [source]: Update URL. (libxpm/fixed): Remove variable. Change-Id: If84b6093f90fdf7f751b1f25a32df5b478fd71cb John Kehayias2023-11-051-19/+3
| * | | | | gnu: libx11: Ungraft.•••* gnu/packages/xorg.scm (libx11): Update to 1.8.7. [replacement]: Remove. [source]: Update URL. (libx11-fixed): Remove variable. Change-Id: I945c5d15ca7ef3ed9f5de348815f9644028b1c9a John Kehayias2023-11-051-18/+4
* | | | | | gnu: Make linux-libre 6.6 the default.•••* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source, linux-libre-source, linux-libre): Update to 6.6. * gnu/packages/linux.scm (linux-libre-with-bpf): Update to 6.6. Change-Id: I6414821ba0f0e75543a3616300ff3233ffa1c3b0 Signed-off-by: Leo Famulari <leo@famulari.name> Wilko Meyer2023-07-231-9/+9
* | | | | | services: xvnc: Do not specify display number when using inetd.•••* gnu/services/vnc.scm (xvnc-configuration->command-line-arguments): Omit X display number when inetd? is #t. Change-Id: I0fc8e3068f3ae22421e60e96bd40e3b6e477ca99 David Thompson2023-11-271-1/+1
* | | | | | gnu: go-gopkg-in-yaml-v3: Skip tests on powerpc-linux.•••* gnu/packages/golang.scm (go-gopkg-in-yaml-v3)[arguments]: Skip the tests when building for powerpc-linux. Change-Id: I68e3dfa274186ef8f20f85614ba941ea878d6b86 Efraim Flashner2023-11-271-1/+2
* | | | | | gnu: texlive-bin: Skip another test on powerpc-linux.•••* gnu/packages/tex.scm (texlive-bin)[arguments]: When building for powerpc-linux include the custom 'skip-faulty-test phase. Change-Id: I38eb202c788bf483a8d062019f34bb8486d70878 Efraim Flashner2023-11-271-1/+2
* | | | | | gnu: go-github-com-google-go-cmp-cmp: Skip tests with gccgo.•••* gnu/packages/golang.scm (go-github-com-google-go-cmp-cmp)[arguments]: Override check phase to skip it when building with gccgo. Change-Id: Ie2b5005648882c5a65ed484e5d203f1076dcb768 Efraim Flashner2023-11-271-1/+9
* | | | | | gnu: fio: Update to 3.36.•••* gnu/packages/benchmark.scm (fio): Update to 3.36. Change-Id: I2a58cf03e51ff9ecbea3cd540bb2dde40b6bac1c Tobias Geerinckx-Rice2023-11-191-2/+2
* | | | | | gnu: bfs: Update to 3.0.4.•••* gnu/packages/admin.scm (bfs): Update to 3.0.4. Change-Id: Idc65d4629aa185b13a375263e10ebcc5b71a81ce Tobias Geerinckx-Rice2023-11-191-2/+2
* | | | | | gnu: bfs: Fix Texinfo typo.•••* gnu/packages/admin.scm (bfs)[description]: Fix typo. Tobias Geerinckx-Rice2023-11-191-1/+1
* | | | | | linux-boot: Don't create /root before it's used.•••* gnu/build/linux-boot.scm (boot-system): Postpone the MKDIR of /root. Change-Id: I589316a5ddf41cada02173ed4dd5b7df09b795e8 Tobias Geerinckx-Rice2023-11-191-4/+4
* | | | | | gnu: Add libnsfb.•••* gnu/packages/web.scm (libnsfb): New public variable. Tobias Geerinckx-Rice2023-11-191-0/+34
* | | | | | gnu: knot: Update to 3.3.2.•••* gnu/packages/dns.scm (knot): Update to 3.3.2. Change-Id: Ic4909301027c75d269774fa9c52562933283f46c Tobias Geerinckx-Rice2023-11-191-2/+2
* | | | | | gnu: nwipe: Update to 0.35.•••* gnu/packages/disk.scm (nwipe): Update to 0.35. [inputs]: Add libconfig. Change-Id: Ia4d704ffd58c3d4ea6d10e718808797b528438e0 Tobias Geerinckx-Rice2023-11-191-3/+9