summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* WIP: gnu: Add rpcs3.series-2929Pierre Neidhardt2020-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emulators.scm (rpcs3): New variable. Package does not work at the moment. cmake fails with: --8<---------------cut here---------------start------------->8--- CMake Error at 3rdparty/CMakeLists.txt:417 (add_library): add_library cannot create ALIAS target "3rdparty::libusb" because target "usb-1.0-static" does not already exist. CMake Error at 3rdparty/CMakeLists.txt:420 (add_library): add_library cannot create ALIAS target "3rdparty::pugixml" because target "pugixml" does not already exist. CMake Error at 3rdparty/CMakeLists.txt:421 (add_library): add_library cannot create ALIAS target "3rdparty::yaml-cpp" because target "yaml-cpp" does not already exist. CMake Error at 3rdparty/CMakeLists.txt:422 (add_library): add_library cannot create ALIAS target "3rdparty::xxhash" because target "xxhash" does not already exist. CMake Error at 3rdparty/CMakeLists.txt:432 (add_library): add_library cannot create ALIAS target "3rdparty::faudio" because target "FAudio" does not already exist. -- cotire 1.8.0 loaded. -- Found Git: /gnu/store/khvcbw37r31xmfdalplw10xz9d4j6v8l-git-2.25.0/bin/git (found version "2.25.0") CMake Warning at rpcs3/git-version.cmake:33 (message): git not found, unable to include version. Call Stack (most recent call first): rpcs3/CMakeLists.txt:6 (include) -- Performing Test HAS_NO_PIE -- Performing Test HAS_NO_PIE - Success -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE - Success -- Found X11: /gnu/store/b824dq3bccq0bhjli3li0fzi11lg1bh3-xorgproto-2019.1/include -- Looking for XOpenDisplay in /gnu/store/06ybqkh3lb3g7c77b74izy32grglf45x-libx11-1.6.8/lib/libX11.so;/gnu/store/j01p4wjas358cvayyjqpl449hmpanra8-libxext-1.3.4/lib/libXext.so -- Looking for XOpenDisplay in /gnu/store/06ybqkh3lb3g7c77b74izy32grglf45x-libx11-1.6.8/lib/libX11.so;/gnu/store/j01p4wjas358cvayyjqpl449hmpanra8-libxext-1.3.4/lib/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Initializing RPCS3_SRC_DIR=/tmp/guix-build-rpcs3-0.0.8.drv-0/source/rpcs3 -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- CXX target rpcs3_emu cotired without unity build excluding ../../Utilities/JIT.cpp, Cell/PPUTranslator.cpp. -- RPCS3_GIT_VERSION: unknown -- RPCS3_GIT_BRANCH: unknown -- CXX target rpcs3 cotired without unity build. -- Configuring incomplete, errors occurred! See also "/tmp/guix-build-rpcs3-0.0.8.drv-0/build/CMakeFiles/CMakeOutput.log". See also "/tmp/guix-build-rpcs3-0.0.8.drv-0/build/CMakeFiles/CMakeError.log". command "cmake" "../source" "-DCMAKE_BUILD_TYPE=RelWithDebInfo" "-DCMAKE_INSTALL_PREFIX=/gnu/store/0p9v13dy10abknx6j48yn9dwwx614x56-rpcs3-0.0.8" "-DCMAKE_INSTALL_LIBDIR=lib" "-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE" "-DCMAKE_INSTALL_RPATH=/gnu/store/0p9v13dy10abknx6j48yn9dwwx614x56-rpcs3-0.0.8/lib" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DUSE_SYSTEM_LIBPNG=ON" "-DUSE_SYSTEM_FFMPEG=ON" "-DBUILD_LLVM_SUBMODULE=OFF" "-DWITH_LLVM=OFF" "-DUSE_NATIVE_INSTRUCTIONS=OFF" failed with status 1 --8<---------------cut here---------------end--------------->8---
* bootstrap: Fix typo.base-for-series-2929Tobias Geerinckx-Rice2020-02-17
| | | | | | * bootstrap: Substitute ‘guix-cookbook’ for copy/pasted ‘guix-manual’. Reported-by: jetomit on #guix
* gnu: Add emacs-persist.base-for-series-2924base-for-series-2923Robert Smith2020-02-17
| | | | * gnu/packages/emacs-xyz.scm (emacs-persist): New variable.
* doc: Add German Cookbook translation.Florian Pelz2020-02-17
| | | | | | | * doc/local.mk (info_TEXINFOS): Add guix-cookbook.de.texi. (TRANSLATED_INFO): Add guix-cookbook.de.texi. * po/doc/guix-cookbook.de.po: New file. * po/doc/local.mk (DOC_COOKBOOK_PO_FILES): Add guix-cookbook.de.po.
* gnu: simple-scan: Update to 3.34.4.Tobias Geerinckx-Rice2020-02-17
| | | | * gnu/packages/gnome.scm (simple-scan): Update to 3.34.4.
* gnu: gcompris-qt: Update to 0.98.Tobias Geerinckx-Rice2020-02-17
| | | | * gnu/packages/education.scm (gcompris-qt): Update to 0.98.
* gnu: upx: Update to 3.96.Tobias Geerinckx-Rice2020-02-17
| | | | | | | | | * gnu/packages/compression.scm (upx): Update to 3.96. [source]: Remove patch. [arguments]: Remove CHECK_WHITESPACE work-around. [properties]: Remove obsolete hidden CVE. * gnu/packages/patches/upx-fix-CVE-2017-15056.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: upx: Don't use NAME in source URI.Tobias Geerinckx-Rice2020-02-17
| | | | * gnu/packages/compression.scm (upx)[source]: Hard-code NAME.
* gnu: newlib: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-17
| | | | * gnu/packages/embedded.scm (newlib)[home-page]: Use HTTPS.
* gnu: libgig: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-17
| | | | * gnu/packages/music.scm (libgig)[home-page]: Use HTTPS.
* gnu: java-commons-exec: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-17
| | | | * gnu/packages/java.scm (java-commons-exec)[home-page]: Use HTTPS.
* gnu: guile-present: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-17
| | | | * gnu/packages/gtk.scm (guile-present)[home-page]: Use HTTPS.
* gnu: sbcl-trivial-gray-streams: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-17
| | | | * gnu/packages/lisp-xyz.scm (sbcl-trivial-gray-streams)[home-page]: Use HTTPS.
* gnu: python2-munkres: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-17
| | | | * gnu/packages/python-xyz.scm (python2-munkres)[home-page]: Use HTTPS.
* gnu: python-blinker: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-17
| | | | * gnu/packages/python-xyz.scm (python-blinker)[home-page]: Use HTTPS.
* gnu: hlint: Update home page.Tobias Geerinckx-Rice2020-02-17
| | | | | * gnu/packages/haskell-apps.scm (hlint)[home-page]: Use source repository.
* gnu: openssh: Update to 8.2p1.Tobias Geerinckx-Rice2020-02-17
| | | | | * gnu/packages/ssh.scm (openssh): Update to 8.2p1. [arguments]: Adjust ‘patch-tests’ phase.
* gnu: openssh: Don't use NAME in source URI.Tobias Geerinckx-Rice2020-02-17
| | | | * gnu/packages/ssh.scm (openssh)[source]: Hard-code NAME.
* gnu: endlessh: Update to 1.1.Tobias Geerinckx-Rice2020-02-17
| | | | | * gnu/packages/ssh.scm (endlessh): Update to 1.1. [source]: Use GIT-FETCH and GIT-FILE-NAME.
* services: shepherd: Spawn services with nothing but the PATH variable.Ludovic Courtès2020-02-16
| | | | | | | | | Previously, services spawned with 'make-forkexec-constructor' & co. would all inherit the environment variables of PID 1, which includes things like 'BOOT_IMAGE'. This change resets it to the bare minimum. * gnu/services/shepherd.scm (shepherd-configuration-file): Add call to 'default-environment-variables'. Remove 'setenv' call.
* gnu: shepherd: Add "guile3.0-shepherd" variant.Ludovic Courtès2020-02-16
| | | | * gnu/packages/admin.scm (guile3.0-shepherd): New variable.
* gnu: shepherd: Update to 0.7.0.Ludovic Courtès2020-02-16
| | | | * gnu/packages/admin.scm (shepherd): Update to 0.7.0.
* gnu: python-reno: Update home page.Tobias Geerinckx-Rice2020-02-16
| | | | | * gnu/packages/openstack.scm (python-reno)[home-page]: Follow (HTTPS) redirection.
* gnu: autoconf: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/autotools.scm (autoconf)[home-page]: Use HTTPS.
* gnu: python2-enum: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/python-xyz.scm (python2-enum)[home-page]: Use HTTPS.
* gnu: r-sdmtools: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/cran.scm (r-sdmtools)[home-page]: Use HTTPS.
* gnu: r-tcltk2: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/cran.scm (r-tcltk2)[home-page]: Use HTTPS.
* gnu: r-rocr: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/statistics.scm (r-rocr)[home-page]: Use HTTPS.
* gnu: wabt: Use Texinfo mark-up.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/web.scm (wabt)[description]: Mark up more better.
* gnu: libmicrohttpd: Update to 0.9.70.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.70.
* gnu: freeorion: Update to 0.4.9.Tobias Geerinckx-Rice2020-02-16
| | | | | * gnu/packages/games.scm (freeorion): Update to 0.4.9. [source]: Use release tarball.
* gnu: openscenegraph: Fix typo in description.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/graphics.scm (openscenegraph)[synopsis, description]: Add missing hyphen.
* gnu: openscenegraph: Update to 3.6.5.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/graphics.scm (openscenegraph): Update to 3.6.5.
* gnu: flashrom: Update to 1.2.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/flashing-tools.scm (flashrom): Update to 1.2.
* gnu: fio: Update to 3.18.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/benchmark.scm (fio): Update to 3.18.
* gnu: fasm: Update to 1.73.22.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/assembly.scm (fasm): Update to 1.73.22.
* gnu: sbsigntools: Update to 0.9.3.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/efi.scm (sbsigntools): Update to 0.9.3.
* gnu: libasr: Update to 1.0.4.Tobias Geerinckx-Rice2020-02-16
| | | | | * gnu/packages/dns.scm (libasr): Update to 1.0.4. [arguments]: Remove obsolete ‘bootstrap’ phase replacement.
* gnu: lttoolbox: Remove redundant FILE-NAME.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/dictionaries.scm (lttoolbox)[source]: Remove FILE-NAME field.
* gnu: lttoolbox: Update to 3.5.1.Tobias Geerinckx-Rice2020-02-16
| | | | | | * gnu/packages/dictionaries.scm (lttoolbox): Update to 3.5.1. [arguments]: Replace ‘bootstrap’ phase. [native-inputs]: Add autoconf, automake, and libtool.
* gnu: camlp5: Update to 7.11.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/ocaml.scm (camlp5): Update to 7.11.
* gnu: ddclient: Update home page.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/dns.scm (ddclient)[home-page]: Update.
* gnu: ddclient: Update to 3.9.1.Tobias Geerinckx-Rice2020-02-16
| | | | | | | * gnu/packages/dns.scm (ddclient): Update to 3.9.1. [source]: Use GIT-FETCH and add a FILE-NAME. [native-inputs]: Remove gzip and tar. [arguments]: Adapt to git checkout source.
* gnu: boinc-client: Trim synopsis.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/distributed.scm (boinc-client)[synopsis]: Remove package name.
* gnu: boinc-client: Update to 7.16.4.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/distributed.scm (boinc-client): Update to 7.16.4.
* gnu: noise-repellent: Update to 0.1.5.Tobias Geerinckx-Rice2020-02-16
| | | | | | * gnu/packages/audio.scm (noise-repellent): Update to 0.1.5. [build-system]: Switch to meson-build-system. [arguments]: Remove GNU build system flags & set installation prefix.
* gnu: Remove blender@2.79b.Tobias Geerinckx-Rice2020-02-16
| | | | | | | As discussed on #guix with lfam and raingloom, it no longer builds and users with hardware that requires it can use ‘guix time-machine’. * gnu/packages/graphics.scm (blender-2.79): Remove variable.
* gnu: blender: Update to 2.82.Tobias Geerinckx-Rice2020-02-16
| | | | | * gnu/packages/graphics.scm (blender): Update to 2.82. [arguments]: Uncomment ‘fix-broken-import’ phase.
* gnu: Add rtl8812au-aircrack-ng-linux-module.Tobias Geerinckx-Rice2020-02-16
| | | | | * gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): New public variable.
* gnu: virt-manager: Move gobject-introspection to native-inputsJakub Kądziołka2020-02-16
| | | | | * gnu/packages/virtualization.scm (virt-manager): Move gobject-introspection from inputs to native-inputs.