opam importer: unexpected “available: arch != "x86_32"“

  • Done
  • quality assurance status badge
Details
One participant
  • zimoun
Owner
unassigned
Submitted by
zimoun
Severity
normal

Debbugs page

zimoun wrote 3 years ago
(address . bug-guix@gnu.org)
874k84ry3i.fsf@gmail.com
Hi,

Toggle snippet (4 lines)
$ guix import opam biocaml
guix import: error: failed to download meta-data for package 'biocaml'

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.



Cheers,
simon
Simon Tournier wrote 1 years ago
Re: bug#52040: opam importer: unexpected “avail able: arch != "x86_32"“
(address . 52040-done@debbugs.gnu.org)
86sf6hlf2x.fsf@gmail.com
Hi,

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

Toggle quote (3 lines)
> $ 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.

Toggle snippet (28 lines)
$ 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))

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 52040
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