GNU bug report logs - #69465
"unbound variable" but it's not?

Previous Next

Package: guix;

Reported by: Nathan Dehnel <ncdehnel <at> gmail.com>

Date: Thu, 29 Feb 2024 05:53:02 UTC

Severity: normal

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andreas Enge <andreas <at> enge.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#69465: closed ("unbound variable" but it's not?)
Date: Wed, 30 Apr 2025 10:43:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 30 Apr 2025 12:42:45 +0200
with message-id <aBH-pYDgay9m8GW7 <at> jurong>
and subject line Close
has caused the debbugs.gnu.org bug report #69465,
regarding "unbound variable" but it's not?
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
69465: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69465
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nathan Dehnel <ncdehnel <at> gmail.com>
To: bug-guix <bug-guix <at> gnu.org>
Subject: "unbound variable" but it's not?
Date: Wed, 28 Feb 2024 23:49:04 -0600
"unbound variable" for rust-objc-0.2 but I see nothing wrong with it.
package made with guix import

during guix pull:

Generating package cache for
'/gnu/store/cyh6zz1x9br8p8rv0mszwvi76pb95fh6-profile'...

Backtrace:
(repl-version 0 1 1)
Generating package cache for
'/gnu/store/asq2jgvil9n9grm8jb3ia2ypbkgvpcn3-profile'...
WARNING: (gooby-channel packages osandov-linux): `zlib' imported from
both (guix licenses) and (gnu packages compression)

Backtrace:
In guix/repl.scm:
   141:4 19 (machine-repl _ _)
   126:7 18 (_)
In ice-9/boot-9.scm:
 1747:15 17 (with-exception-handler #<procedure 7ffff1d32180 at ic?> ?)
 1752:10 16 (with-exception-handler _ _ #:unwind? _ # _)
In guix/repl.scm:
   99:21 15 (_)
In unknown file:
         14 (_ #<procedure 7ffff78846c0 at guix/repl.scm:100:25 ()> ?)
         13 (primitive-load "/gnu/store/1vn5x4lh4mpyjm13cykmsb8aacb?")
In ice-9/boot-9.scm:
 1752:10 12 (with-exception-handler _ _ #:unwind? _ # _)
In gnu/packages.scm:
  439:11 11 (generate-package-cache _)
In srfi/srfi-1.scm:
  460:18 10 (fold #<procedure expand-cache expr> _ _)
In gnu/packages.scm:
  399:37  9 (expand-cache . _)
In guix/packages.scm:
 1378:17  8 (supported-package? #<package rust-eframe <at> 0.26.2 gooby?> ?)
In guix/memoization.scm:
   101:0  7 (_ #<hash-table 7fffebe3cc80 23125/28099> #<package ru?> ?)
In guix/packages.scm:
 1356:39  6 (_)
 1618:16  5 (package->bag _ _ _ #:graft? _)
 1723:43  4 (thunk)
In gooby-channel/packages/test.scm:
   39:37  3 (arguments #<package rust-eframe <at> 0.26.2 gooby-channel/p?>)
In ice-9/boot-9.scm:
 1685:16  2 (raise-exception _ #:continuable? _)
 1780:13  1 (_ #<&compound-exception components: (#<&undefined-vari?>)
In unknown file:
          0 (backtrace #<undefined>)

(exception unbound-variable (value #f) (value "Unbound variable: ~S")
(value (rust-objc-0.2)) (value #f))

(define-module (gooby-channel packages test)
  #:use-module (guix packages)
  #:use-module (gnu packages)
  #:use-module (guix build-system cargo)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (guix git-download)
  #:use-module (guix download)
  #:use-module (gnu packages crates-io)
  #:use-module (gnu packages crates-graphics)
  #:use-module (gnu packages crypto)
)

(define-public rust-eframe-0.26
  (package
    (name "rust-eframe")
    (version "0.26.2")
    (source
     (origin
       (method url-fetch)
       (uri (crate-uri "eframe" version))
       (file-name (string-append name "-" version ".tar.gz"))
       (sha256
        (base32 "0vzjpm6kmqnnyhsvm4gq7yi7033m7mq88x15h2vnigqkdnxw2mn4"))))
    (build-system cargo-build-system)
    (arguments
     `(#:skip-build? #t
       #:cargo-inputs (
                       ("rust-objc" ,rust-objc-0.2)

)
))
    (home-page "https://github.com/emilk/egui/tree/master/crates/eframe")
    (synopsis
     "egui framework - write GUI apps that compiles to web and/or natively")
    (description
     "egui framework - write GUI apps that compiles to web and/or natively")
    (license (list license:expat license:asl2.0))))


[Message part 3 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: 69465-done <at> debbugs.gnu.org
Subject: Close
Date: Wed, 30 Apr 2025 12:42:45 +0200
Closing as apparently resolved.

Andreas



This bug report was last modified 73 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.