unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#58497: opam import doesn't work with ocaml_intrinsics among others
@ 2022-10-13 16:07 Csepp
  2022-10-13 16:37 ` Julien Lepiller
  2023-10-11  9:02 ` Simon Tournier
  0 siblings, 2 replies; 5+ messages in thread
From: Csepp @ 2022-10-13 16:07 UTC (permalink / raw)
  To: 58497

The error might not be the same for others, I have a slightly patched
opam->guix-package function.

guix import opam ocaml_intrinsics
Backtrace:
In ice-9/boot-9.scm:
  1752:10 10 (with-exception-handler _ _ #:unwind? _ # _)
In unknown file:
           9 (apply-smob/0 #<thunk 7ff952d2f2e0>)
In ice-9/boot-9.scm:
    724:2  8 (call-with-prompt _ _ #<procedure default-prompt-handle…>)
In ice-9/eval.scm:
    619:8  7 (_ #(#(#<directory (guile-user) 7ff952d34c80>)))
In guix/ui.scm:
   2263:7  6 (run-guix . _)
  2226:10  5 (run-guix-command _ . _)
In guix/scripts/import.scm:
    92:11  4 (guix-import . _)
In guix/scripts/import/opam.scm:
   105:24  3 (guix-import-opam . _)
In guix/import/opam.scm:
   385:24  2 (opam->guix-package _ #:repo _ #:version _)
In guix/import/utils.scm:
   290:27  1 (beautify-description #f _)
In unknown file:
           0 (string-trim-both #f #<undefined> #<undefined> #<undefi…>)

ERROR: In procedure string-trim-both:
In procedure string-trim-both: Wrong type argument in position 1 (expecting string): #f




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

* bug#58497: opam import doesn't work with ocaml_intrinsics among others
  2022-10-13 16:07 bug#58497: opam import doesn't work with ocaml_intrinsics among others Csepp
@ 2022-10-13 16:37 ` Julien Lepiller
  2022-10-16 19:40   ` Csepp
  2023-10-11  9:02 ` Simon Tournier
  1 sibling, 1 reply; 5+ messages in thread
From: Julien Lepiller @ 2022-10-13 16:37 UTC (permalink / raw)
  To: 58497, raingloom

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

(beautify-description #f _)

Seems to be the cause. Yet, there is a description. Maybe parsing ends a bit too soon?

Le 13 octobre 2022 18:07:08 GMT+02:00, Csepp <raingloom@riseup.net> a écrit :
>The error might not be the same for others, I have a slightly patched
>opam->guix-package function.
>
>guix import opam ocaml_intrinsics
>Backtrace:
>In ice-9/boot-9.scm:
>  1752:10 10 (with-exception-handler _ _ #:unwind? _ # _)
>In unknown file:
>           9 (apply-smob/0 #<thunk 7ff952d2f2e0>)
>In ice-9/boot-9.scm:
>    724:2  8 (call-with-prompt _ _ #<procedure default-prompt-handle…>)
>In ice-9/eval.scm:
>    619:8  7 (_ #(#(#<directory (guile-user) 7ff952d34c80>)))
>In guix/ui.scm:
>   2263:7  6 (run-guix . _)
>  2226:10  5 (run-guix-command _ . _)
>In guix/scripts/import.scm:
>    92:11  4 (guix-import . _)
>In guix/scripts/import/opam.scm:
>   105:24  3 (guix-import-opam . _)
>In guix/import/opam.scm:
>   385:24  2 (opam->guix-package _ #:repo _ #:version _)
>In guix/import/utils.scm:
>   290:27  1 (beautify-description #f _)
>In unknown file:
>           0 (string-trim-both #f #<undefined> #<undefined> #<undefi…>)
>
>ERROR: In procedure string-trim-both:
>In procedure string-trim-both: Wrong type argument in position 1 (expecting string): #f
>
>
>

[-- Attachment #2: Type: text/html, Size: 1650 bytes --]

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

* bug#58497: opam import doesn't work with ocaml_intrinsics among others
  2022-10-13 16:37 ` Julien Lepiller
@ 2022-10-16 19:40   ` Csepp
  0 siblings, 0 replies; 5+ messages in thread
From: Csepp @ 2022-10-16 19:40 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: 58497, raingloom


Julien Lepiller <julien@lepiller.eu> writes:

> (beautify-description #f _)
>
> Seems to be the cause. Yet, there is a description. Maybe parsing ends a bit too soon?

That might explain issue 58112 as well.  I have a workaround that gives
#f for description.




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

* bug#58497: opam import doesn't work with ocaml_intrinsics among others
  2022-10-13 16:07 bug#58497: opam import doesn't work with ocaml_intrinsics among others Csepp
  2022-10-13 16:37 ` Julien Lepiller
@ 2023-10-11  9:02 ` Simon Tournier
  2023-10-12 21:01   ` Csepp
  1 sibling, 1 reply; 5+ messages in thread
From: Simon Tournier @ 2023-10-11  9:02 UTC (permalink / raw)
  To: Csepp; +Cc: 58497

Hi,

It is about bug#58497 [1], and I cannot reproduce.  I think the reported
bug had been fixed.  I am in favor to close.  WDYT?

    1: https://issues.guix.gnu.org/issue/58497

On Thu, 13 Oct 2022 at 18:07, Csepp <raingloom@riseup.net> wrote:

> guix import opam ocaml_intrinsics
> Backtrace:

Using Guix 6113e05, I get:

--8<---------------cut here---------------start------------->8---
$ guix import opam ocaml_intrinsics
(package
  (name "ocaml-intrinsics")
  (version "0.16.0")
  (source no-source-information)
  (build-system dune-build-system)
  (propagated-inputs (list ocaml-dune-configurator))
  (properties `((upstream-name . "ocaml_intrinsics")))
  (home-page "https://github.com/janestreet/ocaml_intrinsics")
  (synopsis "Intrinsics")
  (description
   "This package provides functions to invoke amd64 instructions (such as
clz,popcnt,rdtsc,rdpmc) when available, or compatible software implementation on
other targets.")
  (license license:expat))
--8<---------------cut here---------------end--------------->8---


Cheers,
simon




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

* bug#58497: opam import doesn't work with ocaml_intrinsics among others
  2023-10-11  9:02 ` Simon Tournier
@ 2023-10-12 21:01   ` Csepp
  0 siblings, 0 replies; 5+ messages in thread
From: Csepp @ 2023-10-12 21:01 UTC (permalink / raw)
  To: Simon Tournier; +Cc: Csepp, 58497


Simon Tournier <zimon.toutoune@gmail.com> writes:

> Hi,
>
> It is about bug#58497 [1], and I cannot reproduce.  I think the reported
> bug had been fixed.  I am in favor to close.  WDYT?
>
>     1: https://issues.guix.gnu.org/issue/58497
>
> On Thu, 13 Oct 2022 at 18:07, Csepp <raingloom@riseup.net> wrote:
>
>> guix import opam ocaml_intrinsics
>> Backtrace:
>
> Using Guix 6113e05, I get:
>
> --8<---------------cut here---------------start------------->8---
> $ guix import opam ocaml_intrinsics
> (package
>   (name "ocaml-intrinsics")
>   (version "0.16.0")
>   (source no-source-information)
>   (build-system dune-build-system)
>   (propagated-inputs (list ocaml-dune-configurator))
>   (properties `((upstream-name . "ocaml_intrinsics")))
>   (home-page "https://github.com/janestreet/ocaml_intrinsics")
>   (synopsis "Intrinsics")
>   (description
>    "This package provides functions to invoke amd64 instructions (such as
> clz,popcnt,rdtsc,rdpmc) when available, or compatible software implementation on
> other targets.")
>   (license license:expat))
> --8<---------------cut here---------------end--------------->8---
>
>
> Cheers,
> simon

Yup, seems to "work" now, although that no-source-information thing is
still pretty irritating, but it happens infrequently enough to not
matter too much.




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

end of thread, other threads:[~2023-10-12 21:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-13 16:07 bug#58497: opam import doesn't work with ocaml_intrinsics among others Csepp
2022-10-13 16:37 ` Julien Lepiller
2022-10-16 19:40   ` Csepp
2023-10-11  9:02 ` Simon Tournier
2023-10-12 21:01   ` Csepp

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