Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914455 - dev-python/python-rtmidi-1.5.5 - meson-python: error: Required project.version field is missing and not declared as dynamic
Summary: dev-python/python-rtmidi-1.5.5 - meson-python: error: Required project.versio...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-20 07:29 UTC by Toralf Förster
Modified: 2023-09-28 08:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.57 KB, text/plain)
2023-09-20 07:29 UTC, Toralf Förster
Details
dev-python:python-rtmidi-1.5.5:20230920-065829.log (dev-python:python-rtmidi-1.5.5:20230920-065829.log,6.18 KB, text/plain)
2023-09-20 07:29 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,155.12 KB, text/plain)
2023-09-20 07:29 UTC, Toralf Förster
Details
environment (environment,162.67 KB, text/plain)
2023-09-20 07:29 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,28.64 KB, application/x-xz)
2023-09-20 07:29 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,3.40 KB, application/x-xz)
2023-09-20 07:29 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,35.65 KB, application/x-xz)
2023-09-20 07:29 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-09-20 07:29:19 UTC
    b_vscrt                 : md
    verbose                 : false
    wheel                   : true

Found ninja-1.11.1 at /usr/bin/ninja

meson-python: error: Required "project.version" field is missing and not declared as dynamic
 * ERROR: dev-python/python-rtmidi-1.5.5::gentoo failed (compile phase):
 *   Wheel build failed

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-20230918-113509

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
/usr/lib/llvm/17
17.0.1
Python 3.11.5
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.72.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JRE 17.0.7_p7 [openjdk-jre-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-jre-bin-17  system-vm

php cli (if any):
go version go1.21.1 linux/amd64

  HEAD of ::gentoo
commit d0cc803cfc6a225b2f21d48d2bbde8b5fc312142
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Sep 20 06:16:36 2023 +0000

    2023-09-20 06:16:35 UTC

emerge -qpvO dev-python/python-rtmidi
[ebuild  N    ] dev-python/python-rtmidi-1.5.5  USE="alsa -debug -doc -jack -test" PYTHON_TARGETS="python3_11 -python3_10 -python3_12"
Comment 1 Toralf Förster gentoo-dev 2023-09-20 07:29:20 UTC
Created attachment 870996 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-09-20 07:29:21 UTC
Created attachment 870997 [details]
dev-python:python-rtmidi-1.5.5:20230920-065829.log
Comment 3 Toralf Förster gentoo-dev 2023-09-20 07:29:22 UTC
Created attachment 870998 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-09-20 07:29:23 UTC
Created attachment 870999 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-09-20 07:29:24 UTC
Created attachment 871000 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-09-20 07:29:25 UTC
Created attachment 871001 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-09-20 07:29:26 UTC
Created attachment 871002 [details]
temp.tar.xz
Comment 8 Eli Schwartz 2023-09-20 11:50:44 UTC
This was fixed upstream in https://github.com/SpotlightKid/python-rtmidi/pull/177

The package needs to be updated to version 1.5.6 to solve the issue.
Comment 9 Larry the Git Cow gentoo-dev 2023-09-28 08:25:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f2c125ca6363aa022310588368ea3d827423f2

commit c5f2c125ca6363aa022310588368ea3d827423f2
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2023-09-28 08:16:45 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2023-09-28 08:25:00 +0000

    dev-python/python-rtmidi: add 1.5.6
    
    Closes: https://bugs.gentoo.org/914455
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 dev-python/python-rtmidi/Manifest                  |  1 +
 .../python-rtmidi/python-rtmidi-1.5.6.ebuild       | 60 ++++++++++++++++++++++
 2 files changed, 61 insertions(+)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e0d8fb0e30fe39653eb06885e5cfd7c292a21f

commit 85e0d8fb0e30fe39653eb06885e5cfd7c292a21f
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2023-09-28 08:14:50 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2023-09-28 08:24:59 +0000

    dev-python/python-rtmidi: add dev-python/meson-python version cap
    
    Bug: https://bugs.gentoo.org/914455
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 dev-python/python-rtmidi/python-rtmidi-1.5.5.ebuild | 1 +
 1 file changed, 1 insertion(+)