unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: 61911@debbugs.gnu.org
Subject: bug#61911: error: mate-polkit: unbound variable
Date: Thu, 2 Mar 2023 11:03:45 +0100	[thread overview]
Message-ID: <df5d8424-064c-fac0-24b8-d52e8280bf06@telenet.be> (raw)


[-- Attachment #1.1.1: Type: text/plain, Size: 3090 bytes --]

Unlike https://issues.guix.gnu.org/42601, this happens _outside_ 
./pre-inst-env:

$ LC_ALL=C guix build mate-polkit
Backtrace:
In ice-9/boot-9.scm:
    222:29 19 (map1 (((gnu packages guile)) ((gnu packages image)) # ?))
    222:29 18 (map1 (((gnu packages image)) ((gnu packages #)) ((?)) ?))
    222:29 17 (map1 (((gnu packages kde-frameworks)) ((gnu # #)) (#) ?))
    222:29 16 (map1 (((gnu packages linux)) ((gnu packages #)) ((?)) ?))
    222:29 15 (map1 (((gnu packages pkg-config)) ((gnu packages #)) ?))
    222:29 14 (map1 (((gnu packages python)) ((gnu packages qt)) (#) ?))
    222:29 13 (map1 (((gnu packages qt)) ((gnu packages xdisorg)) # #))
    222:29 12 (map1 (((gnu packages xdisorg)) ((gnu packages xfce)) #))
    222:17 11 (map1 (((gnu packages xfce)) ((gnu packages xorg))))
   3327:17 10 (resolve-interface (gnu packages xfce) #:select _ #:hide ?)
In ice-9/threads.scm:
     390:8  9 (_ _)
In ice-9/boot-9.scm:
   3253:13  8 (_)
In ice-9/threads.scm:
     390:8  7 (_ _)
In ice-9/boot-9.scm:
   3544:20  6 (_)
    2836:4  5 (save-module-excursion #<procedure 7fdaa6fff630 at ice-?>)
   3564:26  4 (_)
In unknown file:
            3 (primitive-load-path "gnu/packages/xfce" #<procedure 7f?>)
In gnu/packages/xfce.scm:
   1156:19  2 (_)
In ice-9/boot-9.scm:
   1685:16  1 (raise-exception _ #:continuable? _)
   1685:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
error: mate-polkit: unbound variable

$ guix describe
   guix af95f2d
     bewaarplaats-URL: https://git.savannah.gnu.org/git/guix.git
     tak: master
     commit: af95f2d8f98eb2c8c64954bb2fd0b70838899174
   nonguix 110f914
     bewaarplaats-URL: https://gitlab.com/nonguix/nonguix
     tak: master
     commit: 110f914f81d0d2c67a45f9b2f87a5dc7ec54dfd0

The backtrace only mentions Guix modules, so the bug doesn't appear to 
be in the extra channel should be irrelevant.

gnu/packages/xfce.scm: 1156:19:

[... mate-screenscraver ...]
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags
        ;; FIXME: There is a permissions problem with screen locking
        ;; which effectively locks you out completely. Enable locking
        ;; once this has been fixed.
        (list "--enable-locking" "--with-kbd-layout-indicator"
              "--with-xf86gamma-ext" "--enable-pam"
              "--disable-schemas-compile" "--without-console-kit");L1156
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'autoconf
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
                     (dbus-dir (string-append out 
"/share/dbus-1/services")))
              (setenv "SHELL" (which "sh"))
              (setenv "CONFIG_SHELL" (which "sh"))
              (substitute* "configure"
                (("dbus-1") ""))))))))

Something is screwy with the line number information too, as 
mate-screensaver doesn't mention mate-polkit.

Greetings,
Maxime.

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 929 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

             reply	other threads:[~2023-03-02 10:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-02 10:03 Maxime Devos [this message]
2023-03-02 14:36 ` bug#61911: error: mate-polkit: unbound variable Josselin Poiret via Bug reports for GNU Guix
2023-03-02 15:11   ` Maxime Devos
2023-03-06 23:05   ` Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=df5d8424-064c-fac0-24b8-d52e8280bf06@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=61911@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 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).