all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* warning: could not locate elisp directory under `/gnu/store/...`
@ 2018-04-08 16:57 Pierre Neidhardt
  2018-04-19 14:30 ` Pierre Neidhardt
  2018-04-24 16:48 ` Alex Kost
  0 siblings, 2 replies; 7+ messages in thread
From: Pierre Neidhardt @ 2018-04-08 16:57 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: emacs-helm-system-packages.scm --]
[-- Type: application/octet-stream, Size: 1331 bytes --]

(define-public emacs-helm-system-packages
  (let ((commit "9e5805f3092b0e291098ab784d4dccb06b0800e0")
        (revision "1"))
    (package
      (name "emacs-helm-system-packages")
      (version (git-version "1.9.0" revision commit))
      (source (origin
                (method git-fetch)
                (uri (git-reference
                      (url "https://github.com/emacs-helm/helm-system-packages")
                      (commit commit)))
                (file-name (string-append name "-" version "-checkout"))
                (sha256
                 (base32
                  "1ijy5ppyx0cc4v8nvl4qvsxf6nksmp4b8pwb21gi52qaxxz6hr6a"))))
      (build-system emacs-build-system)
      (propagated-inputs
       `(("emacs-helm" ,emacs-helm)))
      (home-page "https://github.com/emacs-helm/helm-system-packages")
      (synopsis "Helm System Packages is an interface to your package manager")
      (description "List all available packages in Helm (with installed
packages displayed in their own respective face).  Fuzzy-search, mark and
execute the desired action over any selections of packages: Install,
uninstall, display packages details (in Org Mode) or insert details at point,
find files owned by packages...  And much more, including performing all the
above over the network.")
      (license license:gpl3+))))

[-- Attachment #2.1: Type: text/plain, Size: 18014 bytes --]


I'm down to write my first Emacs package declaration (attached).
It seems quite straightforward and yet it fails to byte-compile:

--------------------------------------------------------------------------------
> ./pre-inst-env guix package -i emacs-helm-system-packages
;;; note: source file /home/ambrevar/projects/guix/gnu/packages/emacs.scm
;;;       newer than compiled /home/ambrevar/projects/guix/gnu/packages/emacs.go
;;; note: source file /home/ambrevar/projects/guix/gnu/packages/emacs.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/2.2/site-ccache/gnu/packages/emacs.go
guix package: warning: Your Guix installation is 11 days old.
guix package: warning: Consider running 'guix pull' followed by
'guix package -u' to get up-to-date packages and security updates.

substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
Initialized empty Git repository in /gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/.git/
From https://github.com/emacs-helm/helm-system-packages
 * branch            9e5805f3092b0e291098ab784d4dccb06b0800e0 -> FETCH_HEAD
Note: checking out 'FETCH_HEAD'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 9e5805f guix: Add "reverse dependencies" action
environment variable `PATH' unset
starting phase `set-SOURCE-DATE-EPOCH'
phase `set-SOURCE-DATE-EPOCH' succeeded after 0.0 seconds
starting phase `set-paths'
environment variable `PATH' set to `/gnu/store/10sdmjxi2qv1z4v3pzsvhj7ycv62bi0n-emacs-minimal-25.3/bin:/gnu/store/k9slb2ysqp2n82pl6knb2isapav81dvx-tar-1.29/bin:/gnu/store/4r1g01m0isdfd4ahd8qigfp04276biv3-gzip-1.8/bin:/gnu/store/77l8sxh9py133cy1p9kypshji4q9wv0w-bzip2-1.0.6/bin:/gnu/store/kgaf671a9a76k0ql1pwwjxjbj80x22mj-xz-5.2.3/bin:/gnu/store/p7vdir85501lq7qsgrx5z2yrr0py26h1-file-5.32/bin:/gnu/store/rp61rxvajx4w1k0ci2nqi10y8xgds53b-diffutils-3.6/bin:/gnu/store/5gq1gn722zpz1crsnfmxij21zdxqj37x-patch-2.7.5/bin:/gnu/store/z24b9d81w7bfcyk3j73xixygwx2ymlhv-sed-4.4/bin:/gnu/store/0qxdnkyh0cqwflxhqa4v4vsjwff08j9p-findutils-4.6.0/bin:/gnu/store/1ymg8yf9imgw8ac4n3i611nsv1mb4643-gawk-4.1.4/bin:/gnu/store/5jhfm3r3h7cjl8qqc86rx70nw7bzizpf-grep-3.1/bin:/gnu/store/6i33ik7haav0hd5a797l3llkq04ghx6g-coreutils-8.28/bin:/gnu/store/vj24ah9a4kqsyhim2s4n6gvc4hsxhnli-make-4.2.1/bin:/gnu/store/icz3hd36aqpjz5slyp4hhr8wsfbgiml1-bash-minimal-4.4.12/bin:/gnu/store/37h89zknsp0p6nsszc1n4lyxc9s393ak-ld-wrapper-0/bin:/gnu/store/j7gsbkgq72qjas7plzvak40ymf0ybamq-binutils-2.28.1/bin:/gnu/store/cfdn69spjc44x4sd0acrwhxq6yay3rbc-gcc-5.5.0/bin:/gnu/store/n6acaivs0jwiwpidjr551dhdni5kgpcr-glibc-2.26.105-g0890d5379c/bin:/gnu/store/n6acaivs0jwiwpidjr551dhdni5kgpcr-glibc-2.26.105-g0890d5379c/sbin'
environment variable `INFOPATH' set to `/gnu/store/10sdmjxi2qv1z4v3pzsvhj7ycv62bi0n-emacs-minimal-25.3/share/info:/gnu/store/k9slb2ysqp2n82pl6knb2isapav81dvx-tar-1.29/share/info:/gnu/store/4r1g01m0isdfd4ahd8qigfp04276biv3-gzip-1.8/share/info:/gnu/store/rp61rxvajx4w1k0ci2nqi10y8xgds53b-diffutils-3.6/share/info:/gnu/store/z24b9d81w7bfcyk3j73xixygwx2ymlhv-sed-4.4/share/info:/gnu/store/0qxdnkyh0cqwflxhqa4v4vsjwff08j9p-findutils-4.6.0/share/info:/gnu/store/1ymg8yf9imgw8ac4n3i611nsv1mb4643-gawk-4.1.4/share/info:/gnu/store/5jhfm3r3h7cjl8qqc86rx70nw7bzizpf-grep-3.1/share/info:/gnu/store/6i33ik7haav0hd5a797l3llkq04ghx6g-coreutils-8.28/share/info:/gnu/store/vj24ah9a4kqsyhim2s4n6gvc4hsxhnli-make-4.2.1/share/info:/gnu/store/icz3hd36aqpjz5slyp4hhr8wsfbgiml1-bash-minimal-4.4.12/share/info:/gnu/store/j7gsbkgq72qjas7plzvak40ymf0ybamq-binutils-2.28.1/share/info:/gnu/store/cfdn69spjc44x4sd0acrwhxq6yay3rbc-gcc-5.5.0/share/info:/gnu/store/n6acaivs0jwiwpidjr551dhdni5kgpcr-glibc-2.26.105-g0890d5379c/share/info'
environment variable `BASH_LOADABLES_PATH' unset
environment variable `C_INCLUDE_PATH' set to `/gnu/store/77l8sxh9py133cy1p9kypshji4q9wv0w-bzip2-1.0.6/include:/gnu/store/kgaf671a9a76k0ql1pwwjxjbj80x22mj-xz-5.2.3/include:/gnu/store/p7vdir85501lq7qsgrx5z2yrr0py26h1-file-5.32/include:/gnu/store/1ymg8yf9imgw8ac4n3i611nsv1mb4643-gawk-4.1.4/include:/gnu/store/vj24ah9a4kqsyhim2s4n6gvc4hsxhnli-make-4.2.1/include:/gnu/store/j7gsbkgq72qjas7plzvak40ymf0ybamq-binutils-2.28.1/include:/gnu/store/cfdn69spjc44x4sd0acrwhxq6yay3rbc-gcc-5.5.0/include:/gnu/store/n6acaivs0jwiwpidjr551dhdni5kgpcr-glibc-2.26.105-g0890d5379c/include:/gnu/store/yqahwgll57j88bq275m4xvifg9x3alsb-linux-libre-headers-4.9.59/include'
environment variable `CPLUS_INCLUDE_PATH' set to `/gnu/store/77l8sxh9py133cy1p9kypshji4q9wv0w-bzip2-1.0.6/include:/gnu/store/kgaf671a9a76k0ql1pwwjxjbj80x22mj-xz-5.2.3/include:/gnu/store/p7vdir85501lq7qsgrx5z2yrr0py26h1-file-5.32/include:/gnu/store/1ymg8yf9imgw8ac4n3i611nsv1mb4643-gawk-4.1.4/include:/gnu/store/vj24ah9a4kqsyhim2s4n6gvc4hsxhnli-make-4.2.1/include:/gnu/store/j7gsbkgq72qjas7plzvak40ymf0ybamq-binutils-2.28.1/include:/gnu/store/cfdn69spjc44x4sd0acrwhxq6yay3rbc-gcc-5.5.0/include:/gnu/store/n6acaivs0jwiwpidjr551dhdni5kgpcr-glibc-2.26.105-g0890d5379c/include:/gnu/store/yqahwgll57j88bq275m4xvifg9x3alsb-linux-libre-headers-4.9.59/include'
environment variable `LIBRARY_PATH' set to `/gnu/store/77l8sxh9py133cy1p9kypshji4q9wv0w-bzip2-1.0.6/lib:/gnu/store/kgaf671a9a76k0ql1pwwjxjbj80x22mj-xz-5.2.3/lib:/gnu/store/p7vdir85501lq7qsgrx5z2yrr0py26h1-file-5.32/lib:/gnu/store/1ymg8yf9imgw8ac4n3i611nsv1mb4643-gawk-4.1.4/lib:/gnu/store/j7gsbkgq72qjas7plzvak40ymf0ybamq-binutils-2.28.1/lib:/gnu/store/n6acaivs0jwiwpidjr551dhdni5kgpcr-glibc-2.26.105-g0890d5379c/lib:/gnu/store/hrhxx37z97j7pniyr437illc0b5qq9pa-glibc-2.26.105-g0890d5379c-static/lib:/gnu/store/q7jz2as54ycdvjg7zggxxjkxjrp6d5mr-glibc-utf8-locales-2.26.105-g0890d5379c/lib'
environment variable `GUIX_LOCPATH' set to `/gnu/store/q7jz2as54ycdvjg7zggxxjkxjrp6d5mr-glibc-utf8-locales-2.26.105-g0890d5379c/lib/locale'
phase `set-paths' succeeded after 0.0 seconds
starting phase `set-emacs-load-path'
warning: could not locate elisp directory under `/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout'
environment variable `EMACSLOADPATH' set to /gnu/store/10sdmjxi2qv1z4v3pzsvhj7ycv62bi0n-emacs-minimal-25.3/share/emacs/site-lisp:/gnu/store/6pjxj8k9znmgf7gva2s44r28wwys7zjs-emacs-helm-2.9.0/share/emacs/site-lisp/guix.d/helm-2.9.0:/gnu/store/kh0c62rammmsswvxp7wscwaazgijabxw-emacs-popup-0.5.3/share/emacs/site-lisp/guix.d/popup-0.5.3:/gnu/store/6hspam1kinp90cv9ar8a0hb7sb2l5hqz-emacs-async-1.9.2/share/emacs/site-lisp/guix.d/async-1.9.2:
phase `set-emacs-load-path' succeeded after 0.0 seconds
starting phase `install-locale'
using 'en_US.utf8' locale for category "LC_ALL"
phase `install-locale' succeeded after 0.0 seconds
starting phase `unpack'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/readme.org' -> `./readme.org'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/helm-system-packages-dpkg.el' -> `./helm-system-packages-dpkg.el'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/helm-system-packages-xbps.el' -> `./helm-system-packages-xbps.el'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/helm-system-packages-guix.el' -> `./helm-system-packages-guix.el'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/helm-system-packages-portage.el' -> `./helm-system-packages-portage.el'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/helm-system-packages.el' -> `./helm-system-packages.el'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/helm-system-packages-pacman.el' -> `./helm-system-packages-pacman.el'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/stand-alone/helm-48x48.png' -> `./stand-alone/helm-48x48.png'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/stand-alone/helm.png' -> `./stand-alone/helm.png'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/stand-alone/helm-24x24.png' -> `./stand-alone/helm-24x24.png'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/stand-alone/helm-system-packages' -> `./stand-alone/helm-system-packages'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/stand-alone/helm-96x96.png' -> `./stand-alone/helm-96x96.png'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/stand-alone/helm-128x128.png' -> `./stand-alone/helm-128x128.png'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/stand-alone/helm-system-packages.desktop' -> `./stand-alone/helm-system-packages.desktop'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/stand-alone/Makefile' -> `./stand-alone/Makefile'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/stand-alone/helm-64x64.png' -> `./stand-alone/helm-64x64.png'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/stand-alone/helm-16x16.png' -> `./stand-alone/helm-16x16.png'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/stand-alone/helm-32x32.png' -> `./stand-alone/helm-32x32.png'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/screencasts/helm-system-packages-info-and-install.gif' -> `./screencasts/helm-system-packages-info-and-install.gif'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/screencasts/helm-system-packages-deps.gif' -> `./screencasts/helm-system-packages-deps.gif'
`/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout/screencasts/helm-system-packages-find-files.gif' -> `./screencasts/helm-system-packages-find-files.gif'
phase `unpack' succeeded after 0.0 seconds
starting phase `patch-usr-bin-file'
phase `patch-usr-bin-file' succeeded after 0.0 seconds
starting phase `patch-source-shebangs'
patch-shebang: ./stand-alone/helm-system-packages: changing `/bin/sh' to `/gnu/store/icz3hd36aqpjz5slyp4hhr8wsfbgiml1-bash-minimal-4.4.12/bin/sh'
phase `patch-source-shebangs' succeeded after 0.0 seconds
starting phase `patch-generated-file-shebangs'
phase `patch-generated-file-shebangs' succeeded after 0.0 seconds
starting phase `check'
test suite not run
phase `check' succeeded after 0.0 seconds
starting phase `install'
`/tmp/guix-build-emacs-helm-system-packages-1.9.0-1.9e5805f.drv-0/source/helm-system-packages-dpkg.el' -> `/gnu/store/f23khn2hmkniqp6y2k27df8cynl85xbi-emacs-helm-system-packages-1.9.0-1.9e5805f/share/emacs/site-lisp/guix.d/helm-system-packages-1.9.0-1.9e5805f/helm-system-packages-dpkg.el'
`/tmp/guix-build-emacs-helm-system-packages-1.9.0-1.9e5805f.drv-0/source/helm-system-packages-guix.el' -> `/gnu/store/f23khn2hmkniqp6y2k27df8cynl85xbi-emacs-helm-system-packages-1.9.0-1.9e5805f/share/emacs/site-lisp/guix.d/helm-system-packages-1.9.0-1.9e5805f/helm-system-packages-guix.el'
`/tmp/guix-build-emacs-helm-system-packages-1.9.0-1.9e5805f.drv-0/source/helm-system-packages-pacman.el' -> `/gnu/store/f23khn2hmkniqp6y2k27df8cynl85xbi-emacs-helm-system-packages-1.9.0-1.9e5805f/share/emacs/site-lisp/guix.d/helm-system-packages-1.9.0-1.9e5805f/helm-system-packages-pacman.el'
`/tmp/guix-build-emacs-helm-system-packages-1.9.0-1.9e5805f.drv-0/source/helm-system-packages-portage.el' -> `/gnu/store/f23khn2hmkniqp6y2k27df8cynl85xbi-emacs-helm-system-packages-1.9.0-1.9e5805f/share/emacs/site-lisp/guix.d/helm-system-packages-1.9.0-1.9e5805f/helm-system-packages-portage.el'
`/tmp/guix-build-emacs-helm-system-packages-1.9.0-1.9e5805f.drv-0/source/helm-system-packages-xbps.el' -> `/gnu/store/f23khn2hmkniqp6y2k27df8cynl85xbi-emacs-helm-system-packages-1.9.0-1.9e5805f/share/emacs/site-lisp/guix.d/helm-system-packages-1.9.0-1.9e5805f/helm-system-packages-xbps.el'
`/tmp/guix-build-emacs-helm-system-packages-1.9.0-1.9e5805f.drv-0/source/helm-system-packages.el' -> `/gnu/store/f23khn2hmkniqp6y2k27df8cynl85xbi-emacs-helm-system-packages-1.9.0-1.9e5805f/share/emacs/site-lisp/guix.d/helm-system-packages-1.9.0-1.9e5805f/helm-system-packages.el'
phase `install' succeeded after 0.0 seconds
starting phase `make-autoloads'
phase `make-autoloads' succeeded after 0.1 seconds
starting phase `move-doc'
phase `move-doc' succeeded after 0.0 seconds
starting phase `patch-el-files'
phase `patch-el-files' succeeded after 0.0 seconds
starting phase `build'
Checking /gnu/store/f23khn2hmkniqp6y2k27df8cynl85xbi-emacs-helm-system-packages-1.9.0-1.9e5805f/share/emacs/site-lisp/guix.d/helm-system-packages-1.9.0-1.9e5805f/...
Compiling /gnu/store/f23khn2hmkniqp6y2k27df8cynl85xbi-emacs-helm-system-packages-1.9.0-1.9e5805f/share/emacs/site-lisp/guix.d/helm-system-packages-1.9.0-1.9e5805f/helm-system-packages-autoloads.el...
Compiling /gnu/store/f23khn2hmkniqp6y2k27df8cynl85xbi-emacs-helm-system-packages-1.9.0-1.9e5805f/share/emacs/site-lisp/guix.d/helm-system-packages-1.9.0-1.9e5805f/helm-system-packages-dpkg.el...

In toplevel form:
helm-system-packages-dpkg.el:30:1:Error: Cannot open load file: No such file or directory, helm-system-packages
Compiling /gnu/store/f23khn2hmkniqp6y2k27df8cynl85xbi-emacs-helm-system-packages-1.9.0-1.9e5805f/share/emacs/site-lisp/guix.d/helm-system-packages-1.9.0-1.9e5805f/helm-system-packages-guix.el...

In toplevel form:
helm-system-packages-guix.el:30:1:Error: Cannot open load file: No such file or directory, helm-system-packages
Compiling /gnu/store/f23khn2hmkniqp6y2k27df8cynl85xbi-emacs-helm-system-packages-1.9.0-1.9e5805f/share/emacs/site-lisp/guix.d/helm-system-packages-1.9.0-1.9e5805f/helm-system-packages-pacman.el...

In toplevel form:
helm-system-packages-pacman.el:32:1:Error: Cannot open load file: No such file or directory, helm-system-packages
Compiling /gnu/store/f23khn2hmkniqp6y2k27df8cynl85xbi-emacs-helm-system-packages-1.9.0-1.9e5805f/share/emacs/site-lisp/guix.d/helm-system-packages-1.9.0-1.9e5805f/helm-system-packages-portage.el...

In toplevel form:
helm-system-packages-portage.el:31:1:Error: Cannot open load file: No such file or directory, helm-system-packages
Compiling /gnu/store/f23khn2hmkniqp6y2k27df8cynl85xbi-emacs-helm-system-packages-1.9.0-1.9e5805f/share/emacs/site-lisp/guix.d/helm-system-packages-1.9.0-1.9e5805f/helm-system-packages-xbps.el...

In toplevel form:
helm-system-packages-xbps.el:30:1:Error: Cannot open load file: No such file or directory, helm-system-packages
Compiling /gnu/store/f23khn2hmkniqp6y2k27df8cynl85xbi-emacs-helm-system-packages-1.9.0-1.9e5805f/share/emacs/site-lisp/guix.d/helm-system-packages-1.9.0-1.9e5805f/helm-system-packages.el...
Done (Total of 1 file compiled, 5 failed, 1 skipped)
phase `build' succeeded after 0.4 seconds
starting phase `patch-shebangs'
phase `patch-shebangs' succeeded after 0.0 seconds
starting phase `strip'
phase `strip' succeeded after 0.0 seconds
starting phase `validate-runpath'
phase `validate-runpath' succeeded after 0.0 seconds
starting phase `validate-documentation-location'
phase `validate-documentation-location' succeeded after 0.0 seconds
starting phase `delete-info-dir-file'
phase `delete-info-dir-file' succeeded after 0.0 seconds
starting phase `patch-dot-desktop-files'
phase `patch-dot-desktop-files' succeeded after 0.0 seconds
starting phase `install-license-files'
installing 0 license files
phase `install-license-files' succeeded after 0.0 seconds
starting phase `reset-gzip-timestamps'
phase `reset-gzip-timestamps' succeeded after 0.0 seconds
starting phase `compress-documentation'
phase `compress-documentation' succeeded after 0.0 seconds
The following package will be installed:
   emacs-helm-system-packages	1.9.0-1.9e5805f	/gnu/store/f23khn2hmkniqp6y2k27df8cynl85xbi-emacs-helm-system-packages-1.9.0-1.9e5805f

substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
The following derivations will be built:
   /gnu/store/85rx5w413ja34lwwjw5dksjvcivj843j-profile.drv
   /gnu/store/y11w9bl8f7zhy4nr8nnqg1kdgwn0w9k2-gtk-icon-themes.drv
   /gnu/store/qc6i19ncb6hg4s73f1kqq80n9zha6g86-gtk-im-modules.drv
   /gnu/store/pzpaz87j33l9l3daavv6rcdimiv7cza1-ca-certificate-bundle.drv
   /gnu/store/izcyfj5ls1j32dkqd9rrlcarjyajfawi-info-dir.drv
   /gnu/store/fikkk79ggyi5hb82icbg0q06vbamqiph-xdg-mime-database.drv
   /gnu/store/7l532ch240yi11bda6pzpdx48b661yp3-fonts-dir.drv
   /gnu/store/2br2r8y9akjh5zi51cs3871vnfx02lk5-xdg-desktop-database.drv
   /gnu/store/c7944wc7mf7ifrw2ymhnn3h3bp0gsfkn-manual-database.drv
Creating manual page database...
1775 entries processed in 2.4 s
113 packages in profile
--------------------------------------------------------------------------------


What stands out in the above is

> warning: could not locate elisp directory under `/gnu/store/j8595ig50d29qy3wb20b9gpqxk7w8735-emacs-helm-system-packages-1.9.0-1.9e5805f-checkout'

Subsequently EMACSLOADPATH does not contain the path to the above
directory, so I guess that explains the byte-compilation errors.

What am I missing?

-- 
Pierre Neidhardt

[-- Attachment #2.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: warning: could not locate elisp directory under `/gnu/store/...`
  2018-04-08 16:57 warning: could not locate elisp directory under `/gnu/store/...` Pierre Neidhardt
@ 2018-04-19 14:30 ` Pierre Neidhardt
  2018-04-19 21:33   ` Joshua Branson
  2018-04-21 19:40   ` Chris Marusich
  2018-04-24 16:48 ` Alex Kost
  1 sibling, 2 replies; 7+ messages in thread
From: Pierre Neidhardt @ 2018-04-19 14:30 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 247 bytes --]


Still stuck here... Anyone?
I'd love to contribute a whole bunch of Emacs packages :)

-- 
Pierre Neidhardt

There is always one thing to remember: writers are always selling somebody out.
		-- Joan Didion, "Slouching Towards Bethlehem"

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: warning: could not locate elisp directory under `/gnu/store/...`
  2018-04-19 14:30 ` Pierre Neidhardt
@ 2018-04-19 21:33   ` Joshua Branson
  2018-04-21 19:40   ` Chris Marusich
  1 sibling, 0 replies; 7+ messages in thread
From: Joshua Branson @ 2018-04-19 21:33 UTC (permalink / raw)
  To: help-guix


I have no idea, but keep trying!

haha.  By the way, it would be kind of cool if guix could package an
emacs starter kit.  It'd be even coolier if someone tried to use guix as
the way to sell said starter kit.

Pierre Neidhardt <ambrevar@gmail.com> writes:

> Still stuck here... Anyone?
> I'd love to contribute a whole bunch of Emacs packages :)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: warning: could not locate elisp directory under `/gnu/store/...`
  2018-04-19 14:30 ` Pierre Neidhardt
  2018-04-19 21:33   ` Joshua Branson
@ 2018-04-21 19:40   ` Chris Marusich
  2018-04-22  6:39     ` Pierre Neidhardt
  1 sibling, 1 reply; 7+ messages in thread
From: Chris Marusich @ 2018-04-21 19:40 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

Pierre Neidhardt <ambrevar@gmail.com> writes:

> Still stuck here... Anyone?
> I'd love to contribute a whole bunch of Emacs packages :)

Can you share the package definition, even if doesn't build successfully
right now?

-- 
Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: warning: could not locate elisp directory under `/gnu/store/...`
  2018-04-21 19:40   ` Chris Marusich
@ 2018-04-22  6:39     ` Pierre Neidhardt
  0 siblings, 0 replies; 7+ messages in thread
From: Pierre Neidhardt @ 2018-04-22  6:39 UTC (permalink / raw)
  To: Chris Marusich; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 268 bytes --]


Chris Marusich <cmmarusich@gmail.com> writes:

> Can you share the package definition, even if doesn't build successfully
> right now?

I shared it in the original post (2018-04-08 22:27 IST).  Let me know if
I need to send it again.

-- 
Pierre Neidhardt

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: warning: could not locate elisp directory under `/gnu/store/...`
  2018-04-08 16:57 warning: could not locate elisp directory under `/gnu/store/...` Pierre Neidhardt
  2018-04-19 14:30 ` Pierre Neidhardt
@ 2018-04-24 16:48 ` Alex Kost
  2018-04-25  7:38   ` Pierre Neidhardt
  1 sibling, 1 reply; 7+ messages in thread
From: Alex Kost @ 2018-04-24 16:48 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: help-guix

Pierre Neidhardt (2018-04-08 22:27 +0530) wrote:

Hello, Pierre!

> I'm down to write my first Emacs package declaration (attached).
> It seems quite straightforward and yet it fails to byte-compile:
[...]
> What am I missing?

Probably nothing.  I have just tried your package recipe and *.el files
have been successfully compiled for me (on the latest guix checkout).  I
noticed there were multiple changes in the 'emacs-build-system' lately,
so perhaps you just tried to build your package in a "wrong" time :-)

So I think your package is OK.  Could you just do "guix pull" and
rebuild it?

-- 
Alex

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: warning: could not locate elisp directory under `/gnu/store/...`
  2018-04-24 16:48 ` Alex Kost
@ 2018-04-25  7:38   ` Pierre Neidhardt
  0 siblings, 0 replies; 7+ messages in thread
From: Pierre Neidhardt @ 2018-04-25  7:38 UTC (permalink / raw)
  To: Alex Kost; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]


Alex Kost <alezost@gmail.com> writes:

> So I think your package is OK.  Could you just do "guix pull" and
> rebuild it?

You were right, it works now!
Great, I'll go on an Emacs-package fest right now!

-- 
Pierre Neidhardt

If it wasn't for Newton, we wouldn't have to eat bruised apples.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-04-25  7:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-08 16:57 warning: could not locate elisp directory under `/gnu/store/...` Pierre Neidhardt
2018-04-19 14:30 ` Pierre Neidhardt
2018-04-19 21:33   ` Joshua Branson
2018-04-21 19:40   ` Chris Marusich
2018-04-22  6:39     ` Pierre Neidhardt
2018-04-24 16:48 ` Alex Kost
2018-04-25  7:38   ` Pierre Neidhardt

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.