Bombadillo: failed to build

  • Done
  • quality assurance status badge
Details
3 participants
  • Ekaitz Zarraga
  • Tobias Geerinckx-Rice
  • Michael Rohleder
Owner
unassigned
Submitted by
Ekaitz Zarraga
Severity
normal

Debbugs page

Ekaitz Zarraga wrote 4 years ago
(name . bug-guix@gnu.org)(address . bug-guix@gnu.org)
ajnBRcDOPZywX9cO6Wu7Vj1c1NZ9u3x2tdCZydHZiRu_4BgwLBeWAQEZC5_BHSohgxtUvrYgFNEeP3Ck1gPQ3IHV1tcfg5aTd0V8J935578=@elenq.tech
Hi,

Bombadillo package fails to build.

This is the error I get, which like proposed in [1] doesn't show meaningful information.


```
starting phase `install-license-files'
installing 1 license files from '.'
Backtrace:
11 (primitive-load "/gnu/store/mrrxfmi21va142li2jwh7w3cksv…")
In ice-9/eval.scm:
191:35 10 (_ _)
In guix/build/gnu-build-system.scm:
838:2 9 (gnu-build #:source _ #:outputs _ #:inputs _ #:phases . #)
In ice-9/boot-9.scm:
1736:10 8 (with-exception-handler _ _ #:unwind? _ # _)
In srfi/srfi-1.scm:
857:16 7 (every1 #<procedure 7ffff2b0d760 at guix/build/gnu-bui…> …)
In guix/build/gnu-build-system.scm:
847:30 6 (_ _)
In guix/build/go-build-system.scm:
267:4 5 (install-license-files #:unpack-path _ #:import-path _ . _)
In guix/build/gnu-build-system.scm:
794:10 4 (install-license-files #:outputs _ #:license-file-regexp …)
In srfi/srfi-1.scm:
634:9 3 (for-each #<procedure 7ffff39be1e0 at guix/build/gnu-b…> …)
634:9 2 (for-each #<procedure 7ffff39be140 at guix/build/gnu-b…> …)
In unknown file:
1 (copy-file "./LICENSE" "/gnu/store/7qhq44j1zhbgi34rgmg6…")
In ice-9/boot-9.scm:
1669:16 0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1669:16: In procedure raise-exception:
In procedure copy-file: Permission denied

Some deprecated features have been used. Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information. Set it to "no" to suppress
this message.

```


The interesting point is [1] was also showing the error when building a Go package, like in this case.


Looks like it's failing to install the license files but I don't know anything about Go and it's building process.

Thoughts?

Best,

Ekaitz

Tobias Geerinckx-Rice wrote 4 years ago
(name . Ekaitz Zarraga)(address . ekaitz@elenq.tech)
877dr4r4ww.fsf@nckx
Ekaitz,

Ekaitz Zarraga 写道:
Toggle quote (2 lines)
> Bombadillo package fails to build.

Please update your Guix (with ‘$ guix pull’). This issue was
fixed some time ago[0].

If the error persists, please post the output of ‘$ guix
describe’.

Thanks!

T G-R

-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX59PXw0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15Uz0A/itQqWQWli8o2rjNCMi/OB/YukhUPSDfoIjSfTSQ
Q8evAP0WuvofQgSxg/shoajOZrJPLvcnj/kHkkKG2WEXneSzDQ==
=zmoa
-----END PGP SIGNATURE-----

Ekaitz Zarraga wrote 4 years ago
(name . Tobias Geerinckx-Rice)(address . me@tobias.gr)
Kv6vXsagvF5PqfIBa9yFJGoC7j6WvOSZsW2LxO0Vn2_3OtfEXOf1U_Hio65Vf1lLgPFJRzukOHhW2xKS8snZtXgXOyOCPTTX_3NeYGmEbz0=@elenq.tech
Hi,

Yeah, problem solved I'm sorry I thought I pulled before trying it...

Thanks
Tobias Geerinckx-Rice wrote 4 years ago
(name . Ekaitz Zarraga)(address . ekaitz@elenq.tech)(name . 44381-done@debbugs.gnu.org)(address . 44381@debbugs.gnu.org)
87o8kfhblz.fsf@nckx
Ekaitz Zarraga 写道:
Toggle quote (3 lines)
> Yeah, problem solved I'm sorry I thought I pulled before trying
> it...

Yay! Fixed bugs are the best bugs.

Closing this bug by CC'ing <44381-done@debbugs.gnu.org>.

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX6BL+Q0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15hv4A/0LuAvtycKeZkzyNFOuV9aIlYN6F4pX7uiARkxG2
lMKUAP4zyQaRDBeeeqVW1y9dEm1/0UYb+U5K372d9iN7aJWSAA==
=ibyt
-----END PGP SIGNATURE-----

Michael Rohleder wrote 4 years ago
control message for bug #44381
(address . control@debbugs.gnu.org)
87o8ihyggm.fsf@rohleder.de
close 44381
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 44381@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 44381
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help