unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Adam Kandur via <help-guix@gnu.org>
To: Help Guix <help-guix@gnu.org>
Subject: help with emacs package
Date: Thu, 10 Dec 2020 08:45:40 +0100 (CET)	[thread overview]
Message-ID: <MOAbChm--3-2@tuta.io> (raw)

hi everyone!
i'm trying to pack this https://melpa.org/#/roguel-ike
to do this, i wrote this package:
---
(define-public emacs-roguel-ike
  ;; tagged branch is outdated.
  (let ((revision "0")
        (commit "706dcb0687e8016d7d776f9d9e5ace9fdbbca43c"))
    (package
      (name "emacs-roguel-ike")
      (version (git-version "0.1.0" revision commit))
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
           (url "https://github.com/stevenremot/roguel-ike")
           (commit "master")))
         (file-name (git-file-name name version))
         (sha256
          (base32 "0rgv4y9aa5cc2ddz3y5z8d22xmr8kf5c60h0r3g8h91jmcw3rb4z"))))
      (build-system emacs-build-system)
      (home-page "https://github.com/stevenremot/roguel-ike.git")
      (synopsis "Coffee-break roguelike for Emacs")
      (description "The goal of this project was to develop a coffee-break roguelike for Emacs.  
The complete game would allow the player to create various characters and to make them fulfill challenges like arena fight and short dungeon explorations.")
      (license license:gpl3))))
---

so, when i'm trying to build it i get this error:
---
starting phase `build'
Checking /gnu/store/fgzyhpkf1ysf7z4nynyqky8yp1idn5yc-emacs-roguel-ike-0.1.0-0.706dcb0/share/emacs/site-lisp/...
Compiling /gnu/store/fgzyhpkf1ysf7z4nynyqky8yp1idn5yc-emacs-roguel-ike-0.1.0-0.706dcb0/share/emacs/site-lisp/roguel-ike-autoloads.el...
Compiling /gnu/store/fgzyhpkf1ysf7z4nynyqky8yp1idn5yc-emacs-roguel-ike-0.1.0-0.706dcb0/share/emacs/site-lisp/roguel-ike.el...
../../../../../../tmp/guix-build-emacs-roguel-ike-0.1.0-0.706dcb0.drv-0/source/roguel-ike/hero-data.el: Obsolete name arg "Hero data" to constructor rlk--hero-data
Creating directory: Permission denied, /homeless-shelter
command "/gnu/store/k826y34z8zzjj57jv2nldmpw6vsdd145-emacs-minimal-27.1/bin/emacs" "--quick" "--batch" "--eval=(eval '(progn (setq byte-compile-debug t) (byte-recompile-directory (file-name-as-directory \"/gnu/store/fgzyhpkf1ysf7z4nynyqky8yp1idn5yc-emacs-roguel-ike-0.1.0-0.706dcb0/share/emacs/site-lisp\") 0 1)) t)" failed with status 255
builder for `/gnu/store/c44xk4nzrmif59xqiwxmnb6w3vds9zsi-emacs-roguel-ike-0.1.0-0.706dcb0.drv' failed with exit code 1
build of /gnu/store/c44xk4nzrmif59xqiwxmnb6w3vds9zsi-emacs-roguel-ike-0.1.0-0.706dcb0.drv failed
View build log at '/var/log/guix/drvs/c4/4xk4nzrmif59xqiwxmnb6w3vds9zsi-emacs-roguel-ike-0.1.0-0.706dcb0.drv.bz2'.
guix build: error: build of `/gnu/store/c44xk4nzrmif59xqiwxmnb6w3vds9zsi-emacs-roguel-ike-0.1.0-0.706dcb0.drv' failed---

maybe somebody had same problem?


             reply	other threads:[~2020-12-10  7:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-10  7:45 Adam Kandur via [this message]
     [not found] ` <87pn3iklja.fsf@systemreboot.net>
2020-12-10 10:50   ` help with emacs package Adam Kandur via
2020-12-10 11:24     ` Arun Isaac
2020-12-10 12:15       ` Adam Kandur via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MOAbChm--3-2@tuta.io \
    --to=help-guix@gnu.org \
    --cc=rndd@tuta.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).