all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#52040: opam importer: unexpected “available: arch != "x86_32"“
@ 2021-11-22 15:47 zimoun
  2023-10-11  8:48 ` Simon Tournier
  0 siblings, 1 reply; 2+ messages in thread
From: zimoun @ 2021-11-22 15:47 UTC (permalink / raw)
  To: 52040

Hi,

--8<---------------cut here---------------start------------->8---
$ guix import opam biocaml
guix import: error: failed to download meta-data for package 'biocaml'
--8<---------------cut here---------------end--------------->8---

This package is defined on OPAM [1].  The issue is the field:

        Available	arch != "x86_32" & arch != "arm32"

format known by the importer/parser but unexpected.  Therefore, it
raises an error and fails.

1: <https://opam.ocaml.org/packages/biocaml/>


Cheers,
simon




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

* bug#52040: opam importer: unexpected “available: arch != "x86_32"“
  2021-11-22 15:47 bug#52040: opam importer: unexpected “available: arch != "x86_32"“ zimoun
@ 2023-10-11  8:48 ` Simon Tournier
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Tournier @ 2023-10-11  8:48 UTC (permalink / raw)
  To: 52040-done

Hi,

On Mon, 22 Nov 2021 at 16:47, zimoun <zimon.toutoune@gmail.com> wrote:

> $ guix import opam biocaml
> guix import: error: failed to download meta-data for package 'biocaml'

I cannot reproduce using Guix 6113e05 so it appears the bug had been
fixed. So closing.

--8<---------------cut here---------------start------------->8---
$ guix import opam biocaml
(package
  (name "ocaml-biocaml")
  (version "0.11.2")
  (source no-source-information)
  (build-system dune-build-system)
  (propagated-inputs (list ocaml-base64
                           ocaml-core
                           ocaml-core-unix
                           ocaml-sexplib
                           ocaml-camlzip
                           ocaml-xmlm
                           ocaml-cfstream
                           ocaml-ppx-compare
                           ocaml-ppx-sexp-conv
                           ocaml-re
                           ocaml-rresult
                           ocaml-uri))
  (home-page "https://github.com/biocaml/biocaml/")
  (synopsis "The OCaml Bioinformatics Library")
  (description
   "Biocaml aims to be a high-performance user-friendly library for Bioinformatics.
See the [website](http://biocaml.org) for detailed API documentation.  We
welcome contributors and feedback from users.  Please contact us with any
comments and suggestions for features you would like added.")
  (license #f))
--8<---------------cut here---------------end--------------->8---

https://issues.guix.gnu.org/issue/52040


Cheers,
simon




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

end of thread, other threads:[~2023-10-11 10:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-22 15:47 bug#52040: opam importer: unexpected “available: arch != "x86_32"“ zimoun
2023-10-11  8:48 ` Simon Tournier

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.