unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36325: In procedure put-string: Wrong type argument in position 1 (expecting open output port): #<closed: string 13c6cb0>
@ 2019-06-21 18:18 Danny Milosavljevic
  2019-06-22  7:02 ` Giovanni Biscuolo
  2019-06-24 19:36 ` Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Danny Milosavljevic @ 2019-06-21 18:18 UTC (permalink / raw)
  To: 36325

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

$ guix describe
Generation 98   21. Juni 2019 18:33:36  (aktuell)
  guix e6049c8
    Repository-URL: https://git.savannah.gnu.org/git/guix.git
    Branch: master
    Commit: e6049c84dab3031fb64defae2c45a20b512d4644

GUIX_PACKAGE_PATH=""
$ guix environment -s i686-linux --ad-hoc gcc-toolchain@5.5.0
The following derivation will be built:
   /gnu/store/2f7lzsp1i70rxb9yzfwr69amlmyy0r60-profile.drv
0.0 MB will be downloaded:
   /gnu/store/hwyhdah35bv4xkqg4rdaw7a1hs5ny3mk-gcc-toolchain-5.5.0
The following profile hook will be built:
   /gnu/store/sqv5pp0pjjzrnzshgyn365sf413pl1bp-manual-database.drv
following redirection to `https://ci.guix.gnu.org'...
Backtrace:
           3 (apply-smob/1 #<catch-closure 1d1f640>)
In ice-9/boot-9.scm:
    705:2  2 (call-with-prompt _ _ #<procedure default-prompt-handle?>)
In ice-9/eval.scm:
    619:8  1 (_ #(#(#<directory (guile-user) 1da2140>)))
In guix/ui.scm:
  1734:12  0 (run-guix-command _ . _)

guix/ui.scm:1734:12: In procedure run-guix-command:
In procedure put-string: Wrong type argument in position 1 (expecting open output port): #<closed: string 2322cb0>
substitution of /gnu/store/hwyhdah35bv4xkqg4rdaw7a1hs5ny3mk-gcc-toolchain-5.5.0 failed
building database for manual pages...
guix environment: error: some substitutes for the outputs of derivation `/gnu/store/zxxw95x9ivw1a10v6nk1ls6d9i1csh3y-gcc-toolchain-5.5.0.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source 

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* bug#36325: In procedure put-string: Wrong type argument in position 1 (expecting open output port): #<closed: string 13c6cb0>
  2019-06-21 18:18 bug#36325: In procedure put-string: Wrong type argument in position 1 (expecting open output port): #<closed: string 13c6cb0> Danny Milosavljevic
@ 2019-06-22  7:02 ` Giovanni Biscuolo
  2019-06-24 19:36 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Giovanni Biscuolo @ 2019-06-22  7:02 UTC (permalink / raw)
  To: Danny Milosavljevic, 36325

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

Hello Danny,

Danny Milosavljevic <dannym@scratchpost.org> writes:

[...]

> guix environment: error: some substitutes for the outputs of
> derivation
> `/gnu/store/zxxw95x9ivw1a10v6nk1ls6d9i1csh3y-gcc-toolchain-5.5.0.drv'
> failed (usually happens due to networking issues); try `--fallback' to
> build derivation from source

I was not able to reproduce this on a Guix System machine I have: are
you sure it's not a networking issue?

This is what I did:

--8<---------------cut here---------------start------------->8---
~$ guix pull --commit=e6049c84dab3031fb64defae2c45a20b512d4644

~$ guix describe
Generation 2    Jun 22 2019 08:54:10    (current)
  guix e6049c8
    repository URL: https://git.savannah.gnu.org/git/guix.git
    commit: e6049c84dab3031fb64defae2c45a20b512d4644

~$ guix environment -s i686-linux --ad-hoc gcc-toolchain@5.5.0
--8<---------------cut here---------------end--------------->8---

And I got a new env without errors.

HTH! Gio'.

-- 
Giovanni Biscuolo

Xelera IT Infrastructures

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

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

* bug#36325: In procedure put-string: Wrong type argument in position 1 (expecting open output port): #<closed: string 13c6cb0>
  2019-06-21 18:18 bug#36325: In procedure put-string: Wrong type argument in position 1 (expecting open output port): #<closed: string 13c6cb0> Danny Milosavljevic
  2019-06-22  7:02 ` Giovanni Biscuolo
@ 2019-06-24 19:36 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2019-06-24 19:36 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 36325-done

Hi Danny,

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> following redirection to `https://ci.guix.gnu.org'...
> Backtrace:
>            3 (apply-smob/1 #<catch-closure 1d1f640>)
> In ice-9/boot-9.scm:
>     705:2  2 (call-with-prompt _ _ #<procedure default-prompt-handle?>)
> In ice-9/eval.scm:
>     619:8  1 (_ #(#(#<directory (guile-user) 1da2140>)))
> In guix/ui.scm:
>   1734:12  0 (run-guix-command _ . _)
>
> guix/ui.scm:1734:12: In procedure run-guix-command:
> In procedure put-string: Wrong type argument in position 1 (expecting open output port): #<closed: string 2322cb0>
> substitution of /gnu/store/hwyhdah35bv4xkqg4rdaw7a1hs5ny3mk-gcc-toolchain-5.5.0 failed

I believe this is the same issue as
<https://issues.guix.gnu.org/issue/36299>, fixed earlier today.

Thanks,
Ludo’.

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

end of thread, other threads:[~2019-06-24 19:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-21 18:18 bug#36325: In procedure put-string: Wrong type argument in position 1 (expecting open output port): #<closed: string 13c6cb0> Danny Milosavljevic
2019-06-22  7:02 ` Giovanni Biscuolo
2019-06-24 19:36 ` 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).