Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] libinput-1.19.3_1: build error: importlib.metadata.PackageNotFoundError: meson
@ 2022-01-31  4:34 pudiva
  2022-01-31  4:44 ` q66
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: pudiva @ 2022-01-31  4:34 UTC (permalink / raw)
  To: ml

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

New 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`

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-01-31  5:46 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31  4:34 [ISSUE] libinput-1.19.3_1: build error: importlib.metadata.PackageNotFoundError: meson pudiva
2022-01-31  4:44 ` q66
2022-01-31  4:44 ` [ISSUE] [CLOSED] " 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

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).