unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#34806: `guix build inkscape` fails
@ 2019-03-10 16:41 Marius Bakke
  2019-03-10 17:36 ` Leo Famulari
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Marius Bakke @ 2019-03-10 16:41 UTC (permalink / raw)
  To: 34806

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

Trying to run `guix build inkscape` on current master branch yields...

gnu/packages/gnome.scm:5687:15: error: inkscape: unbound variable
hint: Did you forget a `use-modules' form?

What's going on here?

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

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

* bug#34806: `guix build inkscape` fails
  2019-03-10 16:41 bug#34806: `guix build inkscape` fails Marius Bakke
@ 2019-03-10 17:36 ` Leo Famulari
  2019-03-12 12:50   ` Ludovic Courtès
  2019-03-10 18:25 ` Tobias Geerinckx-Rice
  2019-03-10 22:48 ` Ludovic Courtès
  2 siblings, 1 reply; 9+ messages in thread
From: Leo Famulari @ 2019-03-10 17:36 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 34806

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

On Sun, Mar 10, 2019 at 05:41:51PM +0100, Marius Bakke wrote:
> Trying to run `guix build inkscape` on current master branch yields...
> 
> gnu/packages/gnome.scm:5687:15: error: inkscape: unbound variable
> hint: Did you forget a `use-modules' form?
> 
> What's going on here?

Is this fixed by commit 6845ab5204b1b6b89282ea315d32a2f007578116 ?

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

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

* bug#34806: `guix build inkscape` fails
  2019-03-10 16:41 bug#34806: `guix build inkscape` fails Marius Bakke
  2019-03-10 17:36 ` Leo Famulari
@ 2019-03-10 18:25 ` Tobias Geerinckx-Rice
  2019-03-10 18:53   ` Marius Bakke
  2019-03-10 22:48 ` Ludovic Courtès
  2 siblings, 1 reply; 9+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-03-10 18:25 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 34806

Marius,

Marius Bakke wrote:
> Trying to run `guix build inkscape` on current master branch 
> yields...
>
> gnu/packages/gnome.scm:5687:15: error: inkscape: unbound 
> variable
> hint: Did you forget a `use-modules' form?
>
> What's going on here?

This might've been caused by 10bd288, and would then've fixed in 
6845ab5.

Kind regards,

T G-R

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

* bug#34806: `guix build inkscape` fails
  2019-03-10 18:25 ` Tobias Geerinckx-Rice
@ 2019-03-10 18:53   ` Marius Bakke
  2019-03-10 19:10     ` Tobias Geerinckx-Rice
  0 siblings, 1 reply; 9+ messages in thread
From: Marius Bakke @ 2019-03-10 18:53 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 34806

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

Tobias Geerinckx-Rice <me@tobias.gr> writes:

> Marius,
>
> Marius Bakke wrote:
>> Trying to run `guix build inkscape` on current master branch 
>> yields...
>>
>> gnu/packages/gnome.scm:5687:15: error: inkscape: unbound 
>> variable
>> hint: Did you forget a `use-modules' form?
>>
>> What's going on here?
>
> This might've been caused by 10bd288, and would then've fixed in 
> 6845ab5.

Actually I think this goes as far back as
a76d0f032b6d4148bd36dcb640109fae20922bbc.  For some reason it only
appears to be a problem when doing `guix build inkscape`.

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

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

* bug#34806: `guix build inkscape` fails
  2019-03-10 18:53   ` Marius Bakke
@ 2019-03-10 19:10     ` Tobias Geerinckx-Rice
  2019-03-10 19:24       ` Marius Bakke
  0 siblings, 1 reply; 9+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-03-10 19:10 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 34806

Marius,

Marius Bakke wrote:
> Actually I think this goes as far back as
> a76d0f032b6d4148bd36dcb640109fae20922bbc.  For some reason it 
> only
> appears to be a problem when doing `guix build inkscape`.

Weird:

  λ ./pre-inst-env guix build inkscape
  /gnu/store/5myjx607cr0hyywvgqyg5ssd3r2yf5dz-inkscape-0.92.4

  λ git describe
  v0.16.0-3106-g41ce92501b

Kind regards,

T G-R

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

* bug#34806: `guix build inkscape` fails
  2019-03-10 19:10     ` Tobias Geerinckx-Rice
@ 2019-03-10 19:24       ` Marius Bakke
  2019-03-10 20:26         ` Tobias Geerinckx-Rice
  0 siblings, 1 reply; 9+ messages in thread
From: Marius Bakke @ 2019-03-10 19:24 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 34806

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

Tobias Geerinckx-Rice <somebody@not-sent-or-endorsed-by.tobias.gr>
writes:

> Marius,
>
> Marius Bakke wrote:
>> Actually I think this goes as far back as
>> a76d0f032b6d4148bd36dcb640109fae20922bbc.  For some reason it 
>> only
>> appears to be a problem when doing `guix build inkscape`.
>
> Weird:
>
>   λ ./pre-inst-env guix build inkscape
>   /gnu/store/5myjx607cr0hyywvgqyg5ssd3r2yf5dz-inkscape-0.92.4
>
>   λ git describe
>   v0.16.0-3106-g41ce92501b

Does it work without './pre-inst-env'?

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

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

* bug#34806: `guix build inkscape` fails
  2019-03-10 19:24       ` Marius Bakke
@ 2019-03-10 20:26         ` Tobias Geerinckx-Rice
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-03-10 20:26 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 34806

Marius,

Marius Bakke wrote:
> Does it work without './pre-inst-env'?

  λ time guix pull
  …
  real	29m0.672s
  user	23m22.689s
  sys	0m32.778s

  # So there's a reason I don't use ‘guix pull’.

  λ guix build inkscape
  gnu/packages/gnome.scm:5687:15: error: inkscape: unbound 
  variable
  hint: Did you forget a `use-modules' form?

Oh.

T G-R

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

* bug#34806: `guix build inkscape` fails
  2019-03-10 16:41 bug#34806: `guix build inkscape` fails Marius Bakke
  2019-03-10 17:36 ` Leo Famulari
  2019-03-10 18:25 ` Tobias Geerinckx-Rice
@ 2019-03-10 22:48 ` Ludovic Courtès
  2 siblings, 0 replies; 9+ messages in thread
From: Ludovic Courtès @ 2019-03-10 22:48 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 34806-done

Marius Bakke <mbakke@fastmail.com> skribis:

> Trying to run `guix build inkscape` on current master branch yields...
>
> gnu/packages/gnome.scm:5687:15: error: inkscape: unbound variable
> hint: Did you forget a `use-modules' form?
>
> What's going on here?

I believe commit 45fef894eb5b39029633cd0cd907e8ce8c5ab379 fixes it.

This was a top-level circular reference: gnome.scm was referencing
‘inkscape’ from inkscape.scm from its top-level, but inkscape.scm
requires gnome.scm.

Thanks,
Ludo’.

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

* bug#34806: `guix build inkscape` fails
  2019-03-10 17:36 ` Leo Famulari
@ 2019-03-12 12:50   ` Ludovic Courtès
  0 siblings, 0 replies; 9+ messages in thread
From: Ludovic Courtès @ 2019-03-12 12:50 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 34806

Leo Famulari <leo@famulari.name> skribis:

> On Sun, Mar 10, 2019 at 05:41:51PM +0100, Marius Bakke wrote:
>> Trying to run `guix build inkscape` on current master branch yields...
>> 
>> gnu/packages/gnome.scm:5687:15: error: inkscape: unbound variable
>> hint: Did you forget a `use-modules' form?
>> 
>> What's going on here?
>
> Is this fixed by commit 6845ab5204b1b6b89282ea315d32a2f007578116 ?

Nope, it’s fixed by 45fef894eb5b39029633cd0cd907e8ce8c5ab379.  These hex
strings are all alike anyway.  :-)

Ludo’.

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

end of thread, other threads:[~2019-03-12 12:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-10 16:41 bug#34806: `guix build inkscape` fails Marius Bakke
2019-03-10 17:36 ` Leo Famulari
2019-03-12 12:50   ` Ludovic Courtès
2019-03-10 18:25 ` Tobias Geerinckx-Rice
2019-03-10 18:53   ` Marius Bakke
2019-03-10 19:10     ` Tobias Geerinckx-Rice
2019-03-10 19:24       ` Marius Bakke
2019-03-10 20:26         ` Tobias Geerinckx-Rice
2019-03-10 22:48 ` Ludovic Courtès

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).