From: "Clément Lassieur" <clement@lassieur.org>
To: ng0@pragmatique.xyz
Cc: 26618@debbugs.gnu.org
Subject: bug#26618: Add 0ad
Date: Sun, 23 Apr 2017 23:05:10 +0200 [thread overview]
Message-ID: <87tw5erg1l.fsf@lassieur.org> (raw)
In-Reply-To: <20170423205410.y2to2njp4qyzmvia@abyayala>
ng0@pragmatique.xyz writes:
> ng0 transcribed 0.8K bytes:
>> Clément Lassieur transcribed 0.4K bytes:
>> > Theses patches add 0ad and mozjs-38 (a dependency). I worked in
>> > cooperation with ng0.
>> >
>> > 0ad needs a window manager that supports 'Extended Window Manager
>> > Hints'. See https://en.wikipedia.org/wiki/Extended_Window_Manager_Hints
>> > for a list.
>> >
>> > I did not try multiplayer mode. I ran it with Awesome WM, so I did not
>> > test the icons and desktop things: I'm not sure about it.
>> >
>> > Please let me know if you see anything wrong :)
>>
>> Wow, it's finally finished :) Games are the worst. Either they are small
>> and take a short time to package, or they take almost a year. I think I
>> started with this in August, in parallel to many other packages.
>>
>> So cool, thanks for finishing this!
>>
>> I will review this on monday or tuesday if no one else picks it up.
>> --
>> PGP and more: https://people.pragmatique.xyz/ng0/
>
> I get this error message:
>
> [user@abyayala ~/src/guix/review/guix]$ make; ./pre-inst-env guix package -i 0ad
> make all-recursive
> make[1]: Entering directory '/home/user/src/guix/review/guix'
> Making all in po/guix
> make[2]: Entering directory '/home/user/src/guix/review/guix/po/guix'
> make[2]: Leaving directory '/home/user/src/guix/review/guix/po/guix'
> Making all in po/packages
> make[2]: Entering directory '/home/user/src/guix/review/guix/po/packages'
> make[2]: Leaving directory '/home/user/src/guix/review/guix/po/packages'
> make[2]: Entering directory '/home/user/src/guix/review/guix'
> Compiling Scheme modules...
> LOAD (gnu packages games)
> ;;; note: source file ./gnu/packages/games.scm
> ;;; newer than compiled /home/user/src/guix/review/guix/gnu/packages/games.go
> ;;; note: source file ./gnu/packages/gnuzilla.scm
> ;;; newer than compiled /home/user/src/guix/review/guix/gnu/packages/gnuzilla.go
> Backtrace:
> 14 (primitive-load "/home/user/src/guix/review/guix/./buil…")
> In ice-9/eval.scm:
> 619:8 13 (_ #(#(#(#(#(#<directory (guile-user) 22…> …) …) …) …) …))
> In ice-9/boot-9.scm:
> 268:13 12 (for-each #<procedure load-module-file (a)> ("gnu/pa…" …))
> 2792:17 11 (resolve-interface (gnu packages games) #:select _ # _ # …)
> 2718:10 10 (_ (gnu packages games) _ _ #:ensure _)
> 2986:16 9 (try-module-autoload _ _)
> 2316:4 8 (save-module-excursion _)
> 3006:22 7 (_)
> In unknown file:
> 6 (primitive-load-path "gnu/packages/games" #<procedure 2…>)
> In ice-9/eval.scm:
> 619:8 5 (_ #f)
> 626:19 4 (_ #<directory (gnu packages games) 26be8c0>)
> 293:34 3 (_ #(#(#(#(#(#(#(#(#(#<direc…> …) …) …) …) …) …) …) …) …))
> 173:39 2 (_ #(#(#(#(#(#(#(#(#(#<direc…> …) …) …) …) …) …) …) …) …))
> 223:20 1 (proc #(#(#(#(#(#(#(#(#(#<di…> …) …) …) …) …) …) …) …) …))
> In unknown file:
> 0 (%resolve-variable (7 . license:arev) #<directory (gnu …>)
>
> ERROR: In procedure %resolve-variable:
> ERROR: Unbound variable: license:arev
> make[2]: *** [Makefile:5075: make-go] Error 1
> make[2]: Leaving directory '/home/user/src/guix/review/guix'
> make[1]: *** [Makefile:4202: all-recursive] Error 1
> make[1]: Leaving directory '/home/user/src/guix/review/guix'
> make: *** [Makefile:2792: all] Error 2
> ;;; WARNING: loading compiled file /run/current-system/profile/lib/guile/2.0/site-ccache/gnutls.go failed:
> ;;; ERROR: In procedure load-thunk-from-memory: No such file or directory
> ;;; note: source file /home/user/src/guix/review/guix/gnu/packages/gnuzilla.scm
> ;;; newer than compiled /home/user/src/guix/review/guix/gnu/packages/gnuzilla.go
> ;;; note: source file /home/user/src/guix/review/guix/gnu/packages/gnuzilla.scm
> ;;; newer than compiled /run/current-system/profile/lib/guile/2.0/site-ccache/gnu/packages/gnuzilla.go
> ;;; note: source file /home/user/src/guix/review/guix/gnu/packages/games.scm
> ;;; newer than compiled /home/user/src/guix/review/guix/gnu/packages/games.go
> ;;; note: source file /home/user/src/guix/review/guix/gnu/packages/games.scm
> ;;; newer than compiled /run/current-system/profile/lib/guile/2.0/site-ccache/gnu/packages/games.go
> guix package: warning: failed to load '(gnu packages games)':
> ERROR: Unbound variable: license:arev
> guix package: error: 0ad: unknown package
It depends on another bug:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26588
Sorry, I should have said it. I did tell debbugs that one patch was
blocking the other though.
next prev parent reply other threads:[~2017-04-23 21:06 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-23 1:34 bug#26618: Add 0ad Clément Lassieur
2017-04-23 1:35 ` bug#26618: [PATCH 1/2] gnu: Add mozjs-38 (Mozilla SpiderMonkey 38) Clément Lassieur
2017-04-23 1:35 ` bug#26618: [PATCH 2/2] gnu: Add 0ad Clément Lassieur
2017-04-23 12:07 ` bug#26618: " ng0
2017-04-23 20:50 ` ng0
2017-04-23 20:54 ` ng0
2017-04-23 21:05 ` Clément Lassieur [this message]
2017-05-08 18:16 ` Clément Lassieur
2017-04-23 20:11 ` Clément Lassieur
2017-04-23 22:14 ` ng0
2017-05-01 11:05 ` Clément Lassieur
2017-05-01 11:09 ` bug#26618: [PATCH] gnu: " Clément Lassieur
2017-05-01 14:03 ` Clément Lassieur
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=87tw5erg1l.fsf@lassieur.org \
--to=clement@lassieur.org \
--cc=26618@debbugs.gnu.org \
--cc=ng0@pragmatique.xyz \
/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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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).