summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: cross-base: Distinguish cross Linux headers from native headers.Ludovic Courtès2015-07-19
| | | | | | | | | | | | | Commit c6d33a9 provided an incorrect fix, whereby the "linux-headers" key would be used twice in %BUILD-INPUTS and the 'set-cross-path' phase would refer to the first one of them, which happened to be the native headers, and not the target headers. This patch solves the problem by removing the ambiguity. * gnu/packages/cross-base.scm (cross-gcc-arguments)[set-cross-path]: Remove to "xlinux-headers" instead of "linux-headers". (cross-gcc): When LIBC is true, add explicit "xlinux-headers" input, taken from LIBC's propagated inputs.
* gnu: ninja: Do not report files with mtime = 0 as missing.Ludovic Courtès2015-07-18
| | | | | | | | | | This is a followup to 47f315a. * gnu/packages/patches/ninja-zero-mtime.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/ninja.scm (ninja)[source]: Reinstate 'patches' field and add this patch. [arguments]: Remove 'apply-ninja-tests.patch' phase.
* gnu: rapidjson: Build without -Werror.Ludovic Courtès2015-07-18
| | | | * gnu/packages/web.scm (rapidjson)[source]: Add 'snippet'.
* gnu: ninja: Apply the patch in a phase to avoid 'patch-and-repack'.Mark H Weaver2015-07-17
| | | | | | | * gnu/packages/ninja.scm (ninja)[source]: Comment out 'patches' field. [native-inputs]: Add 'patch' and "ninja-tests.patch". Move above 'arguments' field. [arguments]: Add 'apply-ninja-tests.patch' phase.
* gnu: ninja: Use modify-phases.Mark H Weaver2015-07-17
| | | | | * gnu/packages/ninja.scm (ninja)[arguments]: Use modify-phases. Return a boolean result from all phase procedures.
* gnu: clisp: Do not pass --build=<triplet> to configure.Mark H Weaver2015-07-17
| | | | * gnu/packages/lisp.scm (clisp)[arguments]: Add #:build #f.
* gnu: libpsl: Fix source URL.Ludovic Courtès2015-07-17
| | | | | * gnu/packages/web.scm (libpsl)[source]: Fix 'uri'. Remove now unneeded 'file-name'.
* gnu: openssl: Work around GCC code generation bug on ARM with NEON.Mark H Weaver2015-07-17
| | | | | * gnu/packages/tls.scm (openssl)[arguments]: When compiling natively for armhf, pass -mfpu=vfpv3 to ./config.
* gnu: icecat: Add patch to adapt to freetype 2.6.Mark H Weaver2015-07-17
| | | | | | * gnu/packages/patches/icecat-freetype-2.6.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (icecat)[source]: Add patch.
* gnu: git: Adjust to new handling of propagated inputs.Eric Bavier2015-07-16
| | | | | | | | | | This is a followup to 161094c, which gets rid of the "a/b" notation for propagated inputs. * gnu/packages/version-control.scm (package-transitive-propagated-labels*): Do not prepend the package name to its input label. (package-propagated-input-refs): Delete duplicate labels. (git)[arguments]: Adjust wrapping of git-send-email accordingly.
* gnu: libpsl: Update to 0.7.1.Ludovic Courtès2015-07-17
| | | | | | | | | | | Removing the 'snippet' allows us to avoid 'patch-and-repack', which resets all the mtimes, thereby breaking the expectation tested in 'test-is-public-builtin.c' that the mtime returned by 'psl_builtin_file_time' is non-zero. * gnu/packages/web.scm (libpsl): Update to 0.7.1. [source]: Remove 'modules' and 'snippet'. [native-inputs]: Add PKG-CONFIG.
* gnu: subversion: Skip the faulty test.Ludovic Courtès2015-07-16
| | | | | | | | The added patch from upstream didn't help, nor did downgrading to SQLite 3.8.9. Thus, shamelessly skip the offending test. * gnu/packages/patches/subversion-sqlite-3.8.9-fix.patch: Add one hunk to skip the faulty test, and another one from upstream.
* gnu: libgnome: Leave only one 'propagated-inputs' field.Ludovic Courtès2015-07-16
| | | | | * gnu/packages/gnome.scm (libgnome): Merge the two 'propagated-inputs' fields (followup to 25338e9.)
* python-build-system: Add 'ensure-no-mtimes-pre-1980' phase.Mark H Weaver2015-07-16
| | | | | | * guix/build/python-build-system.scm (ensure-no-mtimes-pre-1980): New phase. (%standard-phases): Add it after 'unpack'.
* gnu: perl-net-ssleay: Avoid patching source in 'origin'.Mark H Weaver2015-07-15
| | | | | | | * gnu/packages/tls.scm (perl-net-ssleay)[source]: Move patch to ... [native-inputs]: ... here, and also add the 'patch' program. [arguments]: Use 'modify-phases'. Add 'apply-patch' phase. Return boolean result from 'set-ssl-prefix' phase.
* gnu: ghc: Don't pass --build=<triplet> to configure.Mark H Weaver2015-07-15
| | | | * gnu/packages/haskell.scm (ghc)[arguments]: Add #:build #f.
* gnu: unzip: Fix CVE-2014-9636 and some other bugs.Mark H Weaver2015-07-15
| | | | | | | | | | | | | * gnu/packages/patches/unzip-CVE-2014-9636.patch, gnu/packages/patches/unzip-allow-greater-hostver-values.patch, gnu/packages/patches/unzip-increase-size-of-cfactorstr.patch, gnu/packages/patches/unzip-initialize-symlink-flag.patch, gnu/packages/patches/unzip-remove-build-date.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/zip.scm (unzip)[source]: Add patches. [arguments]: Use 'modify-phases'. Remove custom 'configure' phase; pass additional make-flags instead. Add custom 'build' phase that builds "generic_gcc" target; remove "generic_gcc" from make-flags.
* Merge branch 'master' into core-updatesMark H Weaver2015-07-15
|\
| * gnu: icecat: Update to 31.8.0-gnu1.Mark H Weaver2015-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch: New file. * gnu/packages/patches/icecat-CVE-2015-2722-pt1.patch, gnu/packages/patches/icecat-CVE-2015-2722-pt2.patch, gnu/packages/patches/icecat-CVE-2015-2724-pt1.patch, gnu/packages/patches/icecat-CVE-2015-2724-pt2.patch, gnu/packages/patches/icecat-CVE-2015-2724-pt3.patch, gnu/packages/patches/icecat-CVE-2015-2724-pt4.patch, gnu/packages/patches/icecat-CVE-2015-2728-pt1.patch, gnu/packages/patches/icecat-CVE-2015-2728-pt2.patch, gnu/packages/patches/icecat-CVE-2015-2733-pt1.patch, gnu/packages/patches/icecat-CVE-2015-2733-pt2.patch, gnu/packages/patches/icecat-CVE-2015-2735.patch, gnu/packages/patches/icecat-CVE-2015-2736.patch, gnu/packages/patches/icecat-CVE-2015-2738.patch, gnu/packages/patches/icecat-CVE-2015-2739.patch, gnu/packages/patches/icecat-CVE-2015-2740.patch, gnu/packages/patches/icecat-CVE-2015-2743.patch: Remove files. * gnu-system.am (dist_patch_DATA): Remove them, and add the new file. * gnu/packages/gnuzilla.scm (icecat): Update to 31.8.0-gnu1. Remove the outdated patches and add the new one.
* | Merge branch 'master' into core-updatesMark H Weaver2015-07-15
|\|
| * gnu: libpcap: Enable plain "linux" backend.Ricardo Wurmus2015-07-15
| | | | | | | | | | * gnu/packages/admin.scm (libpcap)[arguments]: Add "--with-pcap=linux" configure flag.
| * gnu: setbfree: Disable unsupported optimizations on non-x86.Ricardo Wurmus2015-07-15
| | | | | | | | | | * gnu/packages/music.scm (setbfree)[arguments]: Override default OPTIMIZATIONS variable on non-x86 systems.
| * gnu: eigen: Use parallel-job-count.Eric Bavier2015-07-14
| | | | | | | | | | * gnu/packages/algebra.scm (eigen)[arguments]: 'current-processor-count' -> 'parallel-job-count'.
| * gnu: ccache: Update to 3.2.2.Eric Bavier2015-07-14
| | | | | | | | | | | | * gnu/packages/ccache.scm (ccache): Update to 3.2.2. [arguments]: Rename 'patch-test-shebangs phase to 'setup-tests. Set the SHELL environment variable.
| * emacs: Fill package heading in Info buffers.Ludovic Courtès2015-07-14
| | | | | | | | | | | | | | * emacs/guix-info.el (guix-package-info-fill-heading): New variable. (guix-package-info-insert-heading): Fill heading if needed. Co-authored-by: Alex Kost <alezost@gmail.com>
| * gnu: Add dunst.Alex Kost2015-07-14
| | | | | | | | | | * gnu/packages/dunst.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| * gnu: Add libxdg-basedir.Alex Kost2015-07-14
| | | | | | | | * gnu/packages/freedesktop.scm (libxdg-basedir): New variable.
| * file-systems: Allow users to specify file system UUIDs as strings.Ludovic Courtès2015-07-14
| | | | | | | | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/19778>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/system/file-systems.scm (%uuid-rx): New variable. (string->uuid): New procedure. (uuid): New macro. * tests/file-systems.scm: New file. * Makefile.am (SCM_TESTS): Add it. * doc/guix.texi (File Systems): Give an example of UUID.
| * file-systems: Implement partition lookup by UUID.Ludovic Courtès2015-07-14
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/build/file-systems.scm (read-ext2-superblock*, partition-predicate): New procedures. (partition-label-predicate): Rewrite in terms of 'partition-predicate'. (partition-uuid-predicate, find-partition-by-uuid, uuid->string): New procedures. (%network-byte-order): New macro. (canonicalize-device-spec)[canonical-title]: Check whether SPEC is a string. [resolve]: New procedure. Add 'uuid' case and use it.
| * gnu: nss: Upgrade to 3.19.2.Ludovic Courtès2015-07-14
| | | | | | | | * gnu/packages/gnuzilla.scm (nss): Upgrade to 3.19.2.
| * file-systems: Use (guix build syscalls) at build time if needed.Ludovic Courtès2015-07-14
| | | | | | | | * gnu/build/file-systems.scm: Wrap 'module-use!' statement in 'eval-when'.
| * gnu: Add rc.Jeff Mickey2015-07-13
| | | | | | | | | | * gnu/packages/rc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| * gnu: linux-libre: Update to 4.1.2.Mark H Weaver2015-07-13
| | | | | | | | * gnu/packages/linux.scm (linux-libre): Update to 4.1.2.
| * gnu: boost: Patch to avoid -m32 flag on mips.Andreas Enge2015-07-13
| | | | | | | | | | | | * gnu/packages/patches/boost-mips-avoid-m32.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. * gnu/packages/boost.scm (boost): Use it.
| * gnu: boost: Update to 1.58.0.Andreas Enge2015-07-13
| | | | | | | | * gnu/packages/boost.scm (boost): Update to 1.58.0.
| * substitute: Improve functional decomposition.Ludovic Courtès2015-07-13
| | | | | | | | | | | | * guix/scripts/substitute.scm (display-narinfo-data, process-query, process-substitution): New procedures. Code moved from... (guix-substitute): ... here. Use them.
| * guix build: Add '--substitute-urls' client option.Ludovic Courtès2015-07-13
| | | | | | | | | | | | | | | | | | | | | | * guix/scripts/build.scm (%standard-build-options, show-build-options-help): Add --substitute-urls=URLS. (set-build-options-from-command-line): Honor it. * guix/store.scm (%default-substitute-urls): Make public. * doc/guix.texi (Substitutes): Add xref to the client --substitute-urls option. (Invoking guix build): Document it. (Invoking guix-daemon): Add 'daemon-substitute-urls' anchor.
| * substitute: Honor "substitute-urls" option passed by "untrusted" clients.Ludovic Courtès2015-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/scripts/substitute.scm (or*): New macro. (%cache-url): Honor "untrusted-substitute-urls". * guix/tests.scm (%test-substitute-urls): New variable. (open-connection-for-tests): Use it. * tests/derivations.scm ("derivation-prerequisites-to-build and substitutes", "derivation-prerequisites-to-build and substitutes, non-substitutable build", "derivation-prerequisites-to-build and substitutes, local build"): Pass it to 'set-build-options'. * tests/guix-daemon.sh: Likewise. * tests/store.scm ("substitute query, alternating URLs"): New test. ("substitute query", "substitute", "substitute + build-things with output path", "substitute, corrupt output hash", "substitute --fallback"): Pass #:substitute-urls to 'set-build-options'.
| * substitute: Store cached narinfo in cache-specific sub-directories.Ludovic Courtès2015-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that switching between different substitute servers doesn't lead to a polluted narinfo cache. * guix/scripts/substitute.scm (narinfo-cache-file): Add 'cache-url' parameter. Add the base32 of CACHE-URL as a sub-directory under %NARINFO-CACHE-DIRECTORY. Update callers. (cached-narinfo): Likewise. Call 'mkdir-p' on the dirname of the cache file. Update callers. (remove-expired-cached-narinfos): Add 'directory' parameter and use it instead of %NARINFO-CACHE-DIRECTORY. (narinfo-cache-directories): New procedure. (maybe-remove-expired-cached-narinfo): Call 'remove-expired-cached-narinfos' for each item returned by 'narinfo-cache-directories'.
| * substitute: Pass the cache URL instead of <cache> objects.Ludovic Courtès2015-07-13
| | | | | | | | | | | | | | | | | | | | | | | | * guix/scripts/substitute.scm (<cache>): Rename to... (<cache-info>): ... this. (open-cache): Rename to... (download-cache-info): ... this. Return a <cache-info> or #f. (open-cache*): Remove. (cache-narinfo!): Take a URL instead of a <cache> as the first parameter. (fetch-narinfos): Likewise. Call 'download-cache-info'. Remove use of 'force'. (guix-substitute): Replace calls to 'open-cache*' with %CACHE-URL.
| * substitute: Remove unneeded conditionals.Ludovic Courtès2015-07-13
| | | | | | | | | | * guix/scripts/substitute.scm (guix-substitute): Remove unneeded (if cache ...) forms since CACHE is always true (it's a promise.)
| * gnu: file-systems: Fix typo.Mathieu Lirzin2015-07-13
| | | | | | | | | | * gnu/system/file-systems.scm (%container-file-systems): Fix typo in a comment.
| * guix lint: Remove duplicated module lines.Alex Kost2015-07-13
| | | | | | | | | | | | * guix/scripts/lint.scm (guix): Remove duplicated lines for using 'srfi-34' and 'srfi-35' modules. These lines were introduced twice by commits b210b35 and 002c57c.
| * gnu: Add rhythmbox.David Hashe2015-07-12
| | | | | | | | * gnu/packages/gnome.scm (rhythmbox): New variable.
| * gnu: Add 'libstdc++-doc'.Ludovic Courtès2015-07-12
| | | | | | | | | | * gnu/packages/gcc.scm (make-libstdc++-doc): New procedure. (libstdc++-doc-4.9, libstdc++-doc-5.1): New variables.
| * gnu: Add execline.Claes Wallin2015-07-12
| | | | | | | | | | | | * gnu/package/skarnet.scm (execline): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add skalibs.Claes Wallin2015-07-12
| | | | | | | | | | | | | | * gnu/package/skarnet.scm (skalibs): New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: pumpa: Update to 0.9.1.Claes Wallin2015-07-12
| | | | | | | | | | | | * gnu/packages/pumpio.scm (pumpa): Update to 0.9.1. Change URL. Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>
| * gnu: polkit: Update to 0.113.Mark H Weaver2015-07-11
| | | | | | | | * gnu/packages/polkit.scm (polkit): Update to 0.113.
| * gnu: openssh: Update to 6.9p1.Mark H Weaver2015-07-11
| | | | | | | | | | * gnu/packages/ssh.scm (openssh): Update to 6.9p1. [source]: Use http mirrors. Add mirror from Erlangen.