all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#35863: `guix import hackage random` fails due to mysterious CRLF-related trouble
@ 2019-05-23  9:44 Robert Vollmert
  2019-06-30 21:12 ` bug#35863: fixed by patch Robert Vollmert
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Vollmert @ 2019-05-23  9:44 UTC (permalink / raw)
  To: 35863

$ curl http://hackage.haskell.org/package/random-1.1/random.cabal > random.cabal
$ guix import hackage -s < random.cabal
 (at line 49, column 0)d token : 
Syntax error: unexpected end of input
guix import: error: failed to import cabal file from standard input
$ tr -d '\r'  < random.cabal | guix import hackage -s
(package …)

There’s nothing obviously wrong in the cabal file around line 49. The file seems
to have consistent CRLF line endings and doesn’t seem to have any non-ASCII
characters. (I can see that `canonical-newline-port` might well be buggy around
UTF8.)

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

end of thread, other threads:[~2019-06-30 21:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-23  9:44 bug#35863: `guix import hackage random` fails due to mysterious CRLF-related trouble Robert Vollmert
2019-06-30 21:12 ` bug#35863: fixed by patch Robert Vollmert

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.