summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-07gnu: mes-boot0: Update to 0.18Jan Nieuwenhuizen
* gnu/packages/commencement.scm (mes-boot0): Update to 0.18.
2018-10-07gnu: %tinycc-seed: Update for mes 0.18.Jan Nieuwenhuizen
* gnu/packages/bootstrap.scm (%tinycc-seed): Update for mes 0.18.
2018-10-07gnu: %mes-seed: Update to 0.18.Jan Nieuwenhuizen
* gnu/packages/bootstrap.scm (%mes-seed): Update to 0.18.
2018-10-07gnu: %mescc-tools-seed: Update to 0.5.2.Jan Nieuwenhuizen
* gnu/packages/bootstrap.scm (%mescc-tools-seed): Update to 0.5.2.
2018-10-07gnu: mes: Update to 0.18.Jan Nieuwenhuizen
* gnu/packages/patches/mes-nyacc-0.86.0.patch: Removef file. * gnu/local.mk (dist_patch_DATA): Remove entry. * gnu/packages/mes.scm (mes): Update to 0.18.
2018-09-23tests: Update package-transitive-supported-systems tests.Jan Nieuwenhuizen
* tests/packages.scm ("package-transitive-supported-systems, implicit inputs"): Test traditionally-bootstrapped architecture. ("package-transitive-supported-systems: reduced binary seed, implicit inputs"): New test for Reduced Binary Seed bootstrap.
2018-09-23bootstrap: Reduced Binary Seed bootstrap for x86_64 too.Jan Nieuwenhuizen
* gnu/packages/bootstrap.scm (%bootstrap-inputs): Replace %bootstrap-libc, %bootstrap-gcc, and %bootstrap-binutils with Mes seeds for x86_64 too. * gnu/packages/commencement.scm (tcc-boot0, tcc-boot, gcc-mesboot1, gcc-mesboot1-wrapper, m4-mesboot, %bootstrap-inputs+toolchain, libstdc++-boot0, gcc-boot0, bison-boot0): For x86_64-linux, use i686-linux glibc-dynamic-linker and Mes bootstrap settings. (gcc-boot0-intermediate-wrapped): New variable, extract from static-bash-for-glibc. (static-bash-for-glibc): Use it. (gcc-final): Copy gmp&co phase from gcc-boot0, inherit other arguments from gcc; avoid i686-linux impersonation from gcc-boot0. * doc/guix.texi (Bootstrapping, Reduced Binary Seed Bootstrap): Note x86_64-linux also as Reduced Binary Seed bootstrap.
2018-09-23doc: Describe the Reduced Binary Seed bootstrap.Jan Nieuwenhuizen
* doc/guix.texi (Reduced Binary Seed Bootstrap): New node. * doc/images/gcc-mesboot-bag-graph.dot: New file. * doc/local.mk (DOT_FILES): Add it.
2018-09-23bootstrap: Replace GNU toolchain seeds with Mes for i686-linux.Jan Nieuwenhuizen
* gnu/packages/bootstrap.scm (%bootstrap-inputs)[i686-linux]: Replace %bootstrap-gcc, %bootstrap-binutils, %bootstrap-glibc with %mescc-tools-seed, %mes-seed, %srfi-43 and %tinycc-seed. * gnu/packages/make-bootstrap.scm (%bootstrap-tarballs)[i686-linux]: Replace gcc-tarball, binutils-tarball, glibc-tarball with %mescc-tools-seed, %mes-seed, %srfi-43 and %tinycc-seed. * gnu/packages/commencement.scm (%bootstrap-inputs+toolchain)[i686-linux]: Add glibc-mesboot, binutils-mesboot, gcc-wrapper, gcc-mesboot. (file-boot0)[i686-linux]: Disable strip-binaries?, validate-runpath?. (libstdc++-boot0)[i686-linux]: Add libtool install workarourd: copy libstdc++.so.0.0.20 from gcc-mesboot. (gcc-boot0)[i686-linux]: Add libtool install workaround: touch libcc1.so.0.0.0, libcc1plugin.so.0.0.0. (perl-boot0): Disable validate-runpath?. (bison-boot0)[i686-linux]: Do not use ranlib -D.
2018-09-23bootstrap: perl-boot0: Disable validate-runpath?.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (perl-boot0): Add disable validate-runpath? to args, and actually pass args.
2018-09-23bootstrap: bison-boot0: Do not use `ranlib -D'.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (bison-boot0): Do not use `ranlib -D' for i686-linux bootstrap.
2018-09-23bootstrap: Add Mes bootstrap.Jan Nieuwenhuizen
* gnu/packages/patches/mes-nyacc-0.86.0.patch: Support bootstrap build. * gnu/packages/commencement.scm (%fake-bootstrap mes-boot0, mescc-tools-boot, nyacc-boot, mes-boot, tcc-boot0, tcc-boot, make-mesboot0, diffutils-mesboot, binutils-mesboot0, gcc-core-mesboot, mesboot-headers, glibc-mesboot0, gcc-mesboot0, binutils-mesboot, make-mesboot, gmp-boot, mpfr-boot, mpc-boot, gcc-mesboot1, gcc-mesboot1-wrapper, glibc-headers-mesboot, glibc-mesboot, gcc-mesboot, gcc-mesboot-wrapper, m4-mesboot): New variable. * gnu/packages/patches/binutils-boot-2.20.1a.patch: New file. New file. * gnu/packages/patches/gcc-boot-2.95.3.patch: New file. * gnu/packages/patches/gcc-boot-4.7.4.patch: New file. * gnu/packages/patches/glibc-boot-2.16.0.patch: New file. * gnu/packages/patches/glibc-boot-2.2.5.patch: New file. * gnu/packages/patches/glibc-bootstrap-system-2.16.0.patch: New file. * gnu/packages/patches/tcc-boot-0.9.27.patch: New file. * gnu/local.mk (dist_patch_DATA): Add them.
2018-09-23bootstrap: Add Mes bootstrap seeds.Jan Nieuwenhuizen
* gnu/packages/bootstrap.scm (%mescc-tools-seed, %mes-seed, %tinycc-seed, %srfi-43): New variable.
2018-09-23gnu: Add linux-libre-headers-bootstrap-tarball.Jan Nieuwenhuizen
* gnu/packages/make-bootstrap.scm (%linux-libre-headers-stripped): New variable. (%linux-libre-headers-bootstrap-tarball): New variable.
2018-09-23guix: copy-linux-headers: Extract procedure, add headers.Jan Nieuwenhuizen
* guix/build/make-bootstrap.scm (copy-linux-headers): New procedure; extract from make-stripped-libc and add headers for Mes bootstrap. (make-stripped-libc): Use it.
2018-09-23guix: package-from-tarball: Allow PROGRAM-TO-TEST to be #f.Jan Nieuwenhuizen
* gnu/packages/bootstrap.scm (package-from-tarball): Allow PROGRAM-TO-TEST to be #f.
2018-09-23bootstrap: static-bash-for-glibc: Consider %current-system at run time.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (static-bash-for-glibc): Rewrite so that (%boot1-inputs) is evaluated run time, rather than at load time.
2018-09-23bootstrap: Use thunk for inputs in package-with-explicit-inputs.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (diffutils-boot0, findutils-boot0, perl-boot0, bison-boot0, flex-boot0, texinfo-boot0, static-bash-for-glibc, gettext-boot0, bash-final, guile-final, glibc-utf8-locales-final, gnu-make-final, coreutils-final, grep-final, sed-final, %final-inputs): Use thunk for inputs in package-with-explicit-inputs. This makes --system=i686-linux behave identical to a native x86 build and prepares for Mes bootstrap. (ld-wrapper-boot0, ld-wrapper-boot3): Change to procedure. Explicitly add #:guile-for-build. Update users.
2018-09-23gnu: m4-boot0: New variable.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (m4-boot0): New variable.
2018-09-23bootstrap: %bootstrap-inputs+toolchain: Replace %bootstrap-inputs.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (%bootstrap-inputs+toolchain): : New procedure replacing %bootstrap-inputs to prepare for Mes bootstrap. Update users. * tests/union.scm (%bootstrap-inputs): New variable: set to %bootstrap-inputs+toolchain.
2018-09-22bootstrap: %bootstrap-inputs: Wrap input lists into thunks.Jan Nieuwenhuizen
* gnu/packages/bootstrap.scm (%bootstrap-inputs): Change to procedure. Update users; prepares for Mes bootstrap. * gnu/packages/commencement.scm (%boot0-inputs, %boot1-inputs, %boot2-inputs, %boot3-inputs, %boot4-inputs, %boot5-inputs, %boot-6-inputs): Change to procedure. Update users. * tests/builders.scm (%bootstrap-inputs, %bootstrap-search-paths): Make a procedure, filter on package?. Update users.
2018-09-20gnu: gstreamer: Update to 1.14.3.Marius Bakke
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst): Update to 1.14.3.
2018-09-20Merge branch 'master' into core-updatesMarius Bakke
2018-09-20gnu: Add emacs-dired-sidebar.Marius Bakke
* gnu/packages/emacs.scm (emacs-dired-sidebar): New public variable.
2018-09-20gnu: eolie: Update home page.Marius Bakke
* gnu/packages/gnome.scm (eolie)[home-page]: Set to wiki.gnome.org/Apps/Eolie.
2018-09-20gnu: services: Add iptables service.Arun Isaac
* gnu/services/networking.scm (<iptables-configuration>): New record type. (iptables-service-type): New variable. * gnu/tests/networking.scm (run-iptables-test): New procedure. (%test-iptables): New variable. * doc/guix.texi (Networking Services): Document it.
2018-09-20gnu: u-boot: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/bootloaders.scm (u-boot)[home-page]: Use HTTPS.
2018-09-20gnu: ccid: Update to 1.4.30.Tobias Geerinckx-Rice
* gnu/packages/security-token.scm (ccid): Update to 1.4.30.
2018-09-20gnu: opusfile: Update to 0.11.Tobias Geerinckx-Rice
* gnu/packages/xiph.scm (opusfile): Update to 0.11.
2018-09-20Use INVOKE in (gnu packages xdisorg).Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (scrot, unclutter, xautolock, nxbelld) [arguments]: Use INVOKE.
2018-09-20Use INVOKE in (gnu packages shells).Tobias Geerinckx-Rice
* gnu/packages/shells.scm (mksh)[arguments]: Use INVOKE... (scsh)[arguments]: ...and also return #t from all phases.
2018-09-20gnu: Use INVOKE & return #t from Ruby package phases.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (ruby-asciimath)[arguments]: Return #t from all phases. * gnu/packages/rails.scm (ruby-debug-inspector)[arguments]: Substitute INVOKE for SYSTEM*. * gnu/packages/ruby.scm (ruby-permutation, ruby-blankslate) (ruby-minitest-pretty-diff, ruby-guard, ruby-rb-inotify, ruby-tins) (ruby-gem-hadar, ruby-term-ansicolor, ruby-json-pure) (ruby-activesupport, ruby-redcloth, ruby-netrc, ruby-unf-ext, ruby-yard) (ruby-turn, ruby-sqlite3, ruby-shoulda-context, ruby-shoulda-matchers) (ruby-shoulda, ruby-httpclient, ruby-ansi, ruby-bio-commandeer) (ruby-rubytest, ruby-brass, ruby-qed, ruby-ae, ruby-lemon, ruby-hashery) (ruby-rc4, ruby-concurrent)[arguments]: Likewise.
2018-09-20gnu: ruby-heredoc-unindent: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/ruby.scm (ruby-heredoc-unindent)[description]: Fix typo.
2018-09-20Use INVOKE in (gnu packages telephony).Tobias Geerinckx-Rice
* gnu/packages/telephony.scm (libiax2, mumble)[arguments]: Use INVOKE.
2018-09-20gnu: gourmet: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/nutrition.scm (gourmet)[home-page]: Use HTTPS.
2018-09-20gnu: sg3-utils: Update to 1.44.Tobias Geerinckx-Rice
* gnu/packages/scsi.scm (sg3-utils): Update to 1.44.
2018-09-19gnu: shotwell: Update to 0.28.4.Leo Famulari
* gnu/packages/gnome.scm (shotwell): Update to 0.28.4.
2018-09-19gnu: OpenSC: Update to 0.19.0 [security fixes].Leo Famulari
Fixes CVE-2018-{16391,16392,16393,16418,16419,16420,16421,16422,16423,16424, 16425,16426,16427}. * gnu/packages/security-token.scm (opensc): Update to 0.19.0.
2018-09-19gnu: sbcl-slynk: Fix the build.Andy Patterson
* gnu/packages/lisp.scm (sbcl-slynk-boot0): Update to commit cbf84c36c4eca8b032e3fd16177a7bc02df3ec4c. [origin]<snippet>: Replace slynk/util references with the built system name slynk-util. Remove compile-time invocations of slynk-require. (sbcl-slynk-util): Inherit from sbcl-slynk-boot0. [inputs]: Add sbcl-slynk-boot0. [arguments]: Set an appropriate asd-file and asd-system-name. (sbcl-slynk-arglists)[arguments]: Set an appropriate asdf-system-name. (sbcl-slynk-fancy-inspector)[arguments]: Likewise. (sbcl-slynk-package-fu)[arguments]: Likewise. (sbcl-slynk-mrepl)[arguments]: Likewise. (sbcl-slynk-trace-dialog)[arguments]: Likewise. (sbcl-slynk-profiler)[arguments]: Likewise. (sbcl-slynk-indentation)[arguments]: Likewise. (sbcl-slynk-retro)[arguments]: Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-19build-system/asdf: Adopt asdf conventions.Andy Patterson
The asdf documentation specifies that asdf:load-asd should be preferred to calling load on a system definition file. * guix/build/lisp-utils.scm (compile-system): Replace load with asdf:load-asd. (system-dependencies): Likewise. (test-system): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-19build-system/asdf: Use invoke.Andy Patterson
* guix/build/lisp-utils.scm (lisp-eval-program): Replace system* and error handling with invoke. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-19build-system/asdf: Log lisp system invocations.Andy Patterson
* guix/build/lisp-system.scm: (lisp-eval-program): Log the arguments to system*. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-19build-system/asdf: Handle all asdf dependency specifications.Andy Patterson
Add support for dependencies of the form (:version <name> <version>), (:feature <feature> <dependency-specification>) and (:require <module-name>), as defined by <https://common-lisp.net/project/asdf/asdf.html#The-defsystem-grammar>. * guix/build/lisp-utils.scm (normalize-dependency): New variable. (make-asd-file)[dependencies]: Use it to generate dependencies with normalized names. [dependency-name]: New variable. [registry]: Use it to flatten the normalized dependencies. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-19services: networking: Remove unbound variable reference in 'stop'.Ludovic Courtès
* gnu/services/base.scm (static-networking-shepherd-service): Remove spurious ":" in 'stop' method inadvertently introduced in commit c9436025a90b86047ba2203d58bbf238f8f9b2f9.
2018-09-19services: udev: Simplify 'start' method.Ludovic Courtès
* gnu/services/base.scm (udev-shepherd-service)[start](find): Remove. (udev): Hardwire the eudev file name. Use 'fork+exec-command' instead of 'primitive-fork' and 'exec-command'.
2018-09-19gnu: glm: Update to 0.9.9.2.Marius Bakke
* gnu/packages/maths.scm (glm): Update to 0.9.9.2.
2018-09-19gnu: feh: Update to 2.28.Marius Bakke
* gnu/packages/image-viewers.scm (feh): Update to 2.28.
2018-09-19gnu: arpack-ng: Update to 3.6.3.Marius Bakke
* gnu/packages/maths.scm (arpack-ng): Update to 3.6.3.
2018-09-19gnu: arpack-ng: Don't use unstable tarball.Marius Bakke
* gnu/packages/maths.scm (arpack-ng)[source]: Use GIT-FETCH.
2018-09-19gnu: Reinstate xf86-video-ast.Marius Bakke
* gnu/packages/patches/xf86-video-ast-remove-mibstore.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/xorg.scm (xf86-video-ast): New public variable.