Github messages for voidlinux
 help / color / mirror / Atom feed
From: q66 <q66@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] libinput-1.19.3_1: build error: importlib.metadata.PackageNotFoundError: meson
Date: Mon, 31 Jan 2022 05:44:18 +0100	[thread overview]
Message-ID: <20220131044418.5DklRRRs-FLIh3z5p0DArbWEcYyLa7tzP85L8KES39c@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35325@inbox.vuxu.org>

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

Closed issue by pudiva on void-packages repository

https://github.com/void-linux/void-packages/issues/35325

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname: Void 5.15.16_1 x86_64 GenuineIntel uptodate rrrrmdFFFFFF
* package: libinput-1.19.3_1

### Expected behavior

pkg built

### Actual behavior

pkg build crash:

`./xbps-src pkg libinput`

```
=> xbps-src: updating repositories for host (x86_64)...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/debug/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ...
=> xbps-src: updating software in / masterdir...
=> xbps-src: cleaning up / masterdir...
=> libinput-1.19.3_1: removing autodeps, please wait...
=> libinput-1.19.3_1: building [meson] for x86_64...
   [host] pkg-config-0.29.2_3: found (https://alpha.de.repo.voidlinux.org/current)
   [host] wayland-devel-1.19.0_1: found (https://alpha.de.repo.voidlinux.org/current)
   [host] meson-0.60.3_1: found (https://alpha.de.repo.voidlinux.org/current)
   [target] libevdev-devel-1.11.0_1: found (https://alpha.de.repo.voidlinux.org/current)
   [target] libwacom-devel-1.12_1: found (https://alpha.de.repo.voidlinux.org/current)
   [target] mtdev-devel-1.1.6_1: found (https://alpha.de.repo.voidlinux.org/current)
   [target] eudev-libudev-devel-3.2.10_1: found (https://alpha.de.repo.voidlinux.org/current)
   [target] gtk+3-devel-3.24.31_1: found (https://alpha.de.repo.voidlinux.org/current)
   [runtime] libevdev-devel-1.11.0_1: found (https://alpha.de.repo.voidlinux.org/current)
   [runtime] libwacom-devel-1.12_1: found (https://alpha.de.repo.voidlinux.org/current)
   [runtime] mtdev-devel-1.1.6_1: found (https://alpha.de.repo.voidlinux.org/current)
   [runtime] eudev-libudev-devel-3.2.10_1: found (https://alpha.de.repo.voidlinux.org/current)
   [runtime] gtk+3-devel-3.24.31_1: found (https://alpha.de.repo.voidlinux.org/current)
   [runtime] libinput-1.19.3_1: found (https://alpha.de.repo.voidlinux.org/current)
=> libinput-1.19.3_1: installing host dependencies: pkg-config-0.29.2_3 wayland-devel-1.19.0_1 meson-0.60.3_1 ...
=> libinput-1.19.3_1: installing target dependencies: libevdev-devel-1.11.0_1 libwacom-devel-1.12_1 mtdev-devel-1.1.6_1 eudev-libudev-devel-3.2.10_1 gtk+3-devel-3.24.31_1 ...
=> libinput-1.19.3_1: running pre-configure hook: 00-gnu-configure-asneeded ...
=> libinput-1.19.3_1: running pre-configure hook: 01-override-config ...
=> libinput-1.19.3_1: running pre-configure hook: 02-script-wrapper ...
=> libinput-1.19.3_1: running do_configure ...
Traceback (most recent call last):
  File "/usr/bin/meson", line 33, in <module>
    sys.exit(load_entry_point('meson==0.60.3', 'console_scripts', 'meson')())
  File "/usr/bin/meson", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.9/importlib/metadata.py", line 524, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: meson
=> ERROR: libinput-1.19.3_1: do_configure: 'PYTHONUNBUFFERED=1 ${meson_cmd} --prefix=/usr --libdir=/usr/lib${XBPS_TARGET_WORDSIZE} --libexecdir=/usr/libexec --bindir=/usr/bin --sbindir=/usr/bin --includedir=/usr/include --datadir=/usr/share --mandir=/usr/share/man --infodir=/usr/share/info --localedir=/usr/share/locale --sysconfdir=/etc --localstatedir=/var --sharedstatedir=/var/lib --buildtype=plain --auto-features=auto --wrap-mode=nodownload -Db_lto=true -Db_ndebug=true -Db_staticpic=true ${configure_args} . ${meson_builddir}' exited with 1
=> ERROR:   in do_configure() at common/build-style/meson.sh:106
```

### Steps to reproduce the behavior

Run `./xbps-src pkg libinput`

  reply	other threads:[~2022-01-31  4:44 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-31  4:34 [ISSUE] " pudiva
2022-01-31  4:44 ` q66 [this message]
2022-01-31  4:44 ` q66
2022-01-31  4:46 ` pudiva
2022-01-31  4:47 ` q66
2022-01-31  4:47 ` pudiva
2022-01-31  4:49 ` pudiva
2022-01-31  4:52 ` q66
2022-01-31  4:53 ` pudiva
2022-01-31  4:53 ` q66
2022-01-31  4:54 ` q66
2022-01-31  4:55 ` pudiva
2022-01-31  4:56 ` q66
2022-01-31  4:56 ` pudiva
2022-01-31  4:58 ` q66
2022-01-31  5:46 ` pudiva

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=20220131044418.5DklRRRs-FLIh3z5p0DArbWEcYyLa7tzP85L8KES39c@z \
    --to=q66@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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.
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 NNTP newsgroup(s).