Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895130 - dev-python/tweedledum-1.1.1-r1 - /.../attr.h: error: const struct pybind11::detail::function_record has no member named nargs
Summary: dev-python/tweedledum-1.1.1-r1 - /.../attr.h: error: const struct pybind11::d...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gábor Oszkár Dénes
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-02-17 14:29 UTC by Toralf Förster
Modified: 2023-02-18 10:20 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.82 KB, text/plain)
2023-02-17 14:29 UTC, Toralf Förster
Details
dev-python:tweedledum-1.1.1-r1:20230217-141018.log (dev-python:tweedledum-1.1.1-r1:20230217-141018.log,34.17 KB, text/plain)
2023-02-17 14:29 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,189.52 KB, text/plain)
2023-02-17 14:29 UTC, Toralf Förster
Details
environment (environment,133.95 KB, text/plain)
2023-02-17 14:29 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,46.06 KB, application/x-bzip)
2023-02-17 14:29 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.39 KB, application/x-bzip)
2023-02-17 14:29 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,34.50 KB, application/x-bzip)
2023-02-17 14: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-02-17 14:29:20 UTC
      |          wint_t
/var/tmp/portage/dev-python/tweedledum-1.1.1-r1/work/tweedledum-1.1.1/external/pybind11/include/pybind11/attr.h:205:10: error: uint16_t in namespace std does not name a type; did you mean wint_t?
  205 |     std::uint16_t nargs_pos_only = 0;
      |          ^~~~~~~~
      |          wint_t
/var/tmp/portage/dev-python/tweedledum-1.1.1-r1/work/tweedledum-1.1.1/external/pybind11/include/pybind11/attr.h: In constructor pybind11::detail::function_call::function_call(const pybind11::detail::function_record&, pybind11::handle):
/var/tmp/portage/dev-python/tweedledum-1.1.1-r1/work/tweedledum-1.1.1/external/pybind11/include/pybind11/attr.h:310:20: error: const struct pybind11::detail::function_record has no member named nargs; did you mean args?
  310 |     args.reserve(f.nargs);
      |                    ^~~~~

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

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

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --jobserver-style=pipe"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
/usr/lib/llvm/15
15.0.7
Python 3.10.10
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.67.1 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JRE 17.0.6_p10 [openjdk-jre-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-jre-bin-17  system-vm

php cli (if any):

  HEAD of ::gentoo
commit 4fdb29916c8aa1ad11840def24023b19005921bf
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Feb 17 14:02:30 2023 +0000

    2023-02-17 14:02:29 UTC

emerge -qpvO dev-python/tweedledum
[ebuild  N    ] dev-python/tweedledum-1.1.1-r1  USE="-test" PYTHON_TARGETS="python3_10 -python3_9"
Comment 1 Toralf Förster gentoo-dev 2023-02-17 14:29:22 UTC
Created attachment 852242 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-02-17 14:29:23 UTC
Created attachment 852244 [details]
dev-python:tweedledum-1.1.1-r1:20230217-141018.log
Comment 3 Toralf Förster gentoo-dev 2023-02-17 14:29:25 UTC
Created attachment 852246 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-02-17 14:29:26 UTC
Created attachment 852248 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-02-17 14:29:28 UTC
Created attachment 852250 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-02-17 14:29:29 UTC
Created attachment 852252 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-02-17 14:29:31 UTC
Created attachment 852254 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2023-02-18 10:20:59 UTC
The bug has been closed via the following commit(s):

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

commit 631ac5462892ac1cb47d3d7e91b0a6437454fa35
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-02-18 08:24:38 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-02-18 10:20:44 +0000

    dev-python/tweedledum: fix build w/ gcc 13
    
    Closes: https://bugs.gentoo.org/895130
    Signed-off-by: Sam James <sam@gentoo.org>

 .../tweedledum/files/tweedledum-1.1.1-gcc-13.patch  | 21 +++++++++++++++++++++
 dev-python/tweedledum/tweedledum-1.1.1-r1.ebuild    |  1 +
 2 files changed, 22 insertions(+)