aboutsummaryrefslogtreecommitdiff
path: root/guix/build
Commit message (Expand)AuthorAge
* emacs-build-system: Ensure the core libraries appear last in the load path.•••Fixes bug #38568 (see: https://bugs.gnu.org/38568). * guix/build/emacs-build-system.scm (add-source-to-load-path): Ensure the core libraries appear last in the load path. Reported-by: Jelle Licht <jlicht@fsfe.org> Maxim Cournoyer2019-12-13
* emacs-build-system: Move the source directory to the start of EMACSLOADPATH.•••Fixes issue #38479 (see: https://bugs.gnu.org/38479). * guix/build/emacs-build-system.scm (add-source-to-load-path): Move the source directory to the start of the EMACSLOADPATH environment variable. Reported-by: Diego Nicola Barbato <dnbarbato@posteo.de> Maxim Cournoyer2019-12-08
* emacs-build-system: Make the order of the phases more clear.•••* guix/build/emacs-build-system.scm (%standard-phases): Re-arrange to explicit the ordering of phases. Maxim Cournoyer2019-12-08
* build-system: qt: Fix output missing in wrapped variables.•••* guix/build/qt-build-system .scm (handle-output): Use directory of output, not its name. Hartmut Goebel2019-12-07
* file-systems: Add support for 'strict-atime' and 'lazy-time' flags.•••* guix/build/syscalls.scm (MS_LAZYTIME): New variable. * gnu/build/file-systems.scm (mount-flags->bit-mask): Add match rules for 'strict-atime' and 'lazy-time'. * doc/guix.texi (File Systems): Add 'strict-atime' and 'lazy-time' to the list of supported flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Guillaume Le Vaillant2019-12-07
* Merge branch 'staging'Marius Bakke2019-12-04
|\
| * Merge branch 'master' into stagingMarius Bakke2019-11-28
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2019-11-21
| |\ \
| * \ \ Merge branch 'master' into stagingMarius Bakke2019-11-15
| |\ \ \
| * \ \ \ Merge branch 'master' into stagingMarius Bakke2019-10-23
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into stagingMarius Bakke2019-10-13
| |\ \ \ \ \
| * | | | | | gnu: ant-build-system: Don't override symlinks.•••When repacking jar-files, don't work on symlinks: Otherwise, they would be overridden with the repacked jar-file. * guix/build/ant-build-system.scm (regular-jar-file-predicate): New procedure. (generate-jar-indices, strip-jar-timestamps): Use it. Björn Höfling2019-10-13
| * | | | | | Merge branch 'master' into stagingMarius Bakke2019-10-08
| |\ \ \ \ \ \
| * | | | | | | build/cargo-build-system: Move generate-all-checksums to cargo-utils.•••* guix/build/cargo-build-system.scm (generate-all-checksums): Move procedure ... * guix/build/cargo-utils.scm: ... to here. Efraim Flashner2019-08-12
* | | | | | | | build: emacs-build-system: Unify the installation directory.•••This change aims to reduce the length of the EMACSLOADPATH environment variable, which was found to cause issues such as <https://bugs.gnu.org/38309>. It should also enable discovery of newly installed packages without refreshing the session's EMACSLOADPATH of the user profile (e.g., when launching Emacs from the desktop manager application launcher), as discussed in <https://bugs.gnu.org/38309>. * guix/build/emacs-build-system.scm (%legacy-install-suffix): Rename to... (%install-dir): ...this. (%install-suffix): Remove variable. (build): Adjust installation target directory. (patch-el-files): Likewise. (install): Likewise. (move-doc): Likewise. (make-autoloads): Likewise. Signed-off-by: Clément Lassieur <clement@lassieur.org> Maxim Cournoyer2019-12-04
* | | | | | | | guix: Add the 'qt' build system.•••* guix/build-system/qt.scm, guix/build/qt-build-system.scm: New files. * Makefile.am (MODULES): Add them. * doc/guix.texi (Buiild systems): Add the new build system. Hartmut Goebel2019-12-01
* | | | | | | | ui: 'with-profile-lock' keeps going upon ENOLCK.•••* guix/build/syscalls.scm (call-with-file-lock/no-wait): Really pass ARGS to HANDLER. Return #f when HANDLER is called. * guix/ui.scm (profile-lock-handler): Emit a mere warning upon ENOLCK. Ludovic Courtès2019-11-29
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | guix: Fix wrap-qt-program.•••Directory names added here need to match qtbase's native-search-path specifications. * guix/build/qt-utils.scm (wrap-qt-program): Change paths used for QML2_IMPORT_PATH and QT_PLUGIN_PATH. Hartmut Goebel2019-11-26
* | | | | | | compile: Adjust for Guile 2.9.5.•••* guix/build/compile.scm (optimizations-for-level): New procedure. Include '%lightweight-optimizations' and '%default-optimizations'. (optimization-options): Use 'optimizations-for-level'. Ludovic Courtès2019-11-23
| |_|_|_|_|/ |/| | | | |
* | | | | | download: Load *.crt certificate bundles when *.pem files are missing.•••Fixes <https://bugs.gnu.org/38254>. * guix/build/download.scm (make-credendials-with-ca-trust-files): Look for *.crt files under DIRECTORY when *.pem files cannot be found. Ludovic Courtès2019-11-18
* | | | | | build-system: emacs: Simplify the SET-EMACS-LOAD-PATH phase.•••It is no longer necessary to search for the Elisp libraries manually, as Emacs now include a search path specification serving that purpose. * guix/build/emacs-build-system.scm (set-emacs-load-path): Replace by... (add-source-to-load-path): ...this. (%standard-phases): Adjust accordingly. Maxim Cournoyer2019-11-18
| |_|_|_|/ |/| | | |
* | | | | make-bootstrap: Adjust copied linux headers.•••* guix/build/make-bootstrap.scm (copy-linux-headers): Remove header file 'a.out.h' is no longer part of the linux kernel headers. Efraim Flashner2019-11-15
* | | | | guix: svn: Allow dropping externals.•••* guix/build/svn.scm (svn-fetch): Allow to ignore externals. * guix/svn-download.scm (svn-reference, svn-multi-reference): Add recursive? field. Julien Lepiller2019-11-13
* | | | | guix: Add file-locking with no wait.•••* guix/build/syscalls.scm (with-file-lock/no-wait): New procedure. (lock-file): Take a #:wait? key. Julien Lepiller2019-11-08
* | | | | Revert "guix: svn: Allow dropping externals."•••This reverts commit 51395c84fdbf8daed6392951a973ad750cf3eefa, fixing <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37896>. Reported by <o.rojon@posteo.net>. Tobias Geerinckx-Rice2019-10-24
* | | | | guix: svn: Allow dropping externals.•••* guix/build/svn.scm (svn-fetch): Allow to ignore externals. * guix/svn-download.scm (svn-reference, svn-multi-reference): Add recursive? field. Julien Lepiller2019-10-23
| |_|_|/ |/| | |
* | | | download: Honor /etc/ssl/certs when 'SSL_CERT_DIR' is not set.•••* guix/build/download.scm (%x509-certificate-directory): Use "/etc/ssl/certs" as a last resort. This ensures, for instance, that 'guix download' honors system-wide certificates when SSL_CERT_DIR is unset. Ludovic Courtès2019-10-21
| |_|/ |/| |
* | | gnu: Add nsis-x86_64 and nsis-i686.•••* guix/build-system/scons.scm (scons-build): Add build-targets and install-targets parameters. * guix/build/scons-build-system.scm (build, install): Adjust accordingly. * doc/guix.texi (Build Systems): Document it. * gnu/packages/installers.scm: New file, (make-nsis): New procedure, (nsis-x86_64, nsis-i686): New variables. * gnu/packages/patches/nsis-env-passthru.patch: New file. * gnu/local.mk (dist_patch_DATA, GNU_SYSTEM_MODULES): Adjust accordingly. Carl Dong2019-10-11
| |/ |/|
* | syscalls: Add 'add-to-entropy-count'.•••* guix/build/syscalls.scm (RNDADDTOENTCNT): New variable. (add-to-entropy-count): New procedure. * tests/syscalls.scm ("add-to-entropy-count"): New test. Ludovic Courtès2019-10-05
* | Merge branch 'master' into core-updatesLudovic Courtès2019-10-01
|\ \
| * | syscalls: 'define-as-needed' does not re-export local variables.•••Fixes <https://bugs.gnu.org/36723>. Reported by Timothy Sample <samplet@ngyro.com>. * guix/build/syscalls.scm (define-as-needed): Rewrite to use lower-level module primitives; define VARIABLE only if it's not already defined to avoid "re-exporting local variable" error. Ludovic Courtès2019-09-29
| * | compile: Fix race condition on completion progress.•••This prevent a race condition where multiple compilation threads could report the same progress. * guix/build/compile.scm (compile-files)<completed>: Rename to... <progress>: ...this. Increment in same mutex region as the compilation is reported. Eric Bavier2019-09-27
* | | Merge branch 'master' into core-updatesLudovic Courtès2019-09-24
|\| |
| * | build: ruby-build-system: Fix typo.•••* guix/build/ruby-build-system: Fix spelling of "invocation". Vagrant Cascadian2019-09-23
* | | Merge branch 'master' into core-updatesLudovic Courtès2019-09-17
|\| |
| * | build-system/cargo: Remove unused function.•••* guix/build/cargo-build-system.scm (touch): Remove it. Efraim Flashner2019-09-13
| * | build-system/cargo: Use 'strip-store-file-name'.•••This is a follow-up to f58b2f38e4dfdbb8473fb2816d44fae6ad9cbc79. * guix/build/cargo-build-system.scm (configure): Use bespoke 'strip-store-file-name' function. Efraim Flashner2019-09-13
| * | build: cargo-build-system: Strip store hash from vendor-dir.•••* guix/build/cargo-build-system.scm (configure): When copying the sources into the vendor-dir strip off the hash before the package name. Efraim Flashner2019-09-12
* | | Merge branch 'master' into core-updatesMark H Weaver2019-09-06
|\| |
| * | build-system/asdf: Add option to compress programs.•••* guix/build/lisp-utils.scm (build-program): Add `compress?' key argument. (generate-executable-for-system): Same. (generate-executable): Same. Pierre Neidhardt2019-09-05
| * | build: Add julia-build-system.•••* guix/build/julia-build-system.scm: New file. * guix/build-system/julia.scm: New file. * Makefile.am (MODULES): Add them. * doc/guix.texi (Build Systems): Document julia-build-system. Signed-off-by: Julien Lepiller <julien@lepiller.eu> nixo2019-09-04
| * | build/cargo-build-system: Use invoke.•••* guix/build/cargo-build-system.scm (crate-src?, build, check, install): Use 'invoke'. Efraim Flashner2019-09-02
* | | Merge branch 'master' into core-updatesMark H Weaver2019-08-29
|\| |
| * | build/cargo-build-system: Remove 'update-cargo-lock phase.•••* guix/build/cargo-build-system.scm (update-cargo-lock): Remove procedure. (configure): Delete Cargo.lock file if it exists. (%standard-phases): Remove 'update-cargo-lock. * doc/guix.texi (Build System)[cargo-build-system]: Remove references to the 'update-cargo-lock phase. Efraim Flashner2019-08-28
| * | guix: copy-linux-headers: Extract procedure, add headers.•••* 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. Jan Nieuwenhuizen2019-08-15
| |/
* | Merge branch 'master' into core-updatesMarius Bakke2019-08-13
|\|
| * Merge branch 'master' into stagingMarius Bakke2019-08-08
| |\
| | * Merge remote-tracking branch 'origin/master' into wip-texliveRicardo Wurmus2019-08-06
| | |\
| | * | build: svn-fetch: Use "svn export".•••* guix/build/svn.scm (svn-fetch): Use "svn export" instead of "svn checkout" because it does not include the .svn directory and allows us to fetch single files. Ricardo Wurmus2019-07-23
| * | | Merge branch 'master' into stagingMarius Bakke2019-08-04
| |\ \ \ | | | |/ | | |/|