all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 70633@debbugs.gnu.org
Subject: bug#70633: guix pull: package: extraneous field initializers (homempage)
Date: Sun, 28 Apr 2024 22:07:07 +0300	[thread overview]
Message-ID: <8734r5nw6c.fsf@gmail.com> (raw)

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

Hello,

today at 21:30 UTC+3 I tried to perform "guix pull" and got the
following error:

--8<---------------cut here---------------start------------->8---
$ guix pull
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Building from this channel:
  guix      https://git.savannah.gnu.org/git/guix.git	9f183c3
Computing Guix derivation for 'x86_64-linux'... \ice-9/psyntax.scm:2824:12: In procedure syntax-violation:
Syntax error:
unknown location: package: extraneous field initializers (homempage) in form (package (name "rust-paw-attributes") (version "1.0.2") (source (origin (method url-fetch) (uri (crate-uri "paw-attributes" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "0fda1v7y5pfmg8d2v7m0pyvif6c44qjz914jjn718pdyclrmhd8g")))) (build-system cargo-build-system) (arguments (quasiquote (#:cargo-inputs (("rust-proc-macro2" (unquote rust-proc-macro2-1)) ("rust-quote" (unquote rust-quote-1)) ("rust-syn" (unquote rust-syn-1)))))) (homempage "https://github.com/rust-cli/paw") (synopsis "Proc Macro attributes for the Paw crate") (description "This package provides Proc Macro attributes for the Paw\ncrate.") (license (list license:expat license:asl2.0)))
guix pull: error: You found a bug: the program '/gnu/store/33hkpascp2rlkyays2d9lya8mj6mg4wn-compute-guix-derivation'
failed to compute the derivation for Guix (version: "9f183c3627a006e8fd3bb9708448bc05a6204e6d"; system: "x86_64-linux";
host version: "8d29f416a9378d30f63c2a95f1bd1a420d9ccab4"; pull-version: 1).
Please report the COMPLETE output above by email to <bug-guix@gnu.org>.
--8<---------------cut here---------------end--------------->8---

As my colleagues from Russian Guix community pointed out, "home-page"
and "homempage" differ only in one symbol: "-" and "m".  "-" is 45 in
ACII and "m" is 109.

I checked "gnu/packages/crates-io.scm" from the Guix distribution and
found no occurrences of "homempage":

--8<---------------cut here---------------start------------->8---
$ grep -R "homempage" gnu/packages/*
--8<---------------cut here---------------end--------------->8---

Binary representation suspiciously differs only in 1 bit:
--8<---------------cut here---------------start------------->8---
'-'  45    0010 1101
'm'  109   0110 1101
            ^
--8<---------------cut here---------------end--------------->8---

I checked my Emacs setup and currently there's no "M-x M-c M-butterfly"
running. [1]

- avp

References:
1. https://xkcd.com/378/

-- 
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F

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

             reply	other threads:[~2024-04-28 19:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-28 19:07 Artyom V. Poptsov [this message]
2024-04-29  6:20 ` bug#70633: guix pull: package: extraneous field initializers (homempage) Artyom V. Poptsov
2024-05-09 15:08 ` bug#70633: close 70633 Christina O'Donnell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8734r5nw6c.fsf@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=70633@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.