Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895228 - dev-python/iminuit-2.19.0 - /.../fcn.cpp: error: cfcn_ was not declared in this scope
Summary: dev-python/iminuit-2.19.0 - /.../fcn.cpp: error: cfcn_ was not declared in th...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrey Grozin
URL: https://github.com/scikit-hep/iminuit...
Whiteboard:
Keywords:
: 896404 (view as bug list)
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-02-18 08:43 UTC by Toralf Förster
Modified: 2023-05-06 04:58 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,20.02 KB, text/plain)
2023-02-18 08:43 UTC, Toralf Förster
Details
dev-python:iminuit-2.19.0:20230218-074905.log (dev-python:iminuit-2.19.0:20230218-074905.log,11.71 KB, text/plain)
2023-02-18 08:43 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,71.81 KB, application/x-bzip)
2023-02-18 08:43 UTC, Toralf Förster
Details
environment (environment,169.37 KB, text/plain)
2023-02-18 08:43 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,707 bytes, application/x-bzip)
2023-02-18 08:43 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,37.60 KB, application/x-bzip)
2023-02-18 08:43 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.40 KB, application/x-bzip)
2023-02-18 08:43 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,39.63 KB, application/x-bzip)
2023-02-18 08:43 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-18 08:43:18 UTC
      |                            ;
/var/tmp/portage/dev-python/iminuit-2.19.0/work/iminuit-2.19.0/src/fcn.hpp:35:3: error: cfcn_t does not name a type
   35 |   cfcn_t cfcn_ = nullptr;
      |   ^~~~~~
[ 39%] Building CXX object CMakeFiles/_core.dir/src/functionminimum_extra.cpp.o
/var/tmp/portage/dev-python/iminuit-2.19.0/work/iminuit-2.19.0/src/fcn.cpp: In constructor FCN::FCN(pybind11::object, pybind11::object, bool, double):
/var/tmp/portage/dev-python/iminuit-2.19.0/work/iminuit-2.19.0/src/fcn.cpp:23:5: error: cfcn_ was not declared in this scope; did you mean fcn_?
   23 |     cfcn_ = reinterpret_cast<cfcn_t>(address);
      |     ^~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-j4-20230214-230019

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-11
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 15.0.7
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/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-1.67.1 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php7.4
  [2]   php8.0
  [3]   php8.2 *

  HEAD of ::gentoo
commit 1ed9372ad4d7a6a6e41ddc55d9d4a84da5777b1f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Feb 18 07:16:52 2023 +0000

    2023-02-18 07:16:51 UTC

emerge -qpvO dev-python/iminuit
[ebuild  N    ] dev-python/iminuit-2.19.0  USE="-test" PYTHON_TARGETS="python3_10 -python3_9 -python3_11"
Comment 1 Toralf Förster gentoo-dev 2023-02-18 08:43:19 UTC
Created attachment 852572 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-02-18 08:43:20 UTC
Created attachment 852574 [details]
dev-python:iminuit-2.19.0:20230218-074905.log
Comment 3 Toralf Förster gentoo-dev 2023-02-18 08:43:21 UTC
Created attachment 852576 [details]
emerge-history.txt.bz2
Comment 4 Toralf Förster gentoo-dev 2023-02-18 08:43:23 UTC
Created attachment 852578 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-02-18 08:43:24 UTC
Created attachment 852580 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-02-18 08:43:25 UTC
Created attachment 852582 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-02-18 08:43:26 UTC
Created attachment 852584 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2023-02-18 08:43:28 UTC
Created attachment 852586 [details]
temp.tar.bz2
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-19 03:11:32 UTC
*** Bug 896404 has been marked as a duplicate of this bug. ***
Comment 10 Larry the Git Cow gentoo-dev 2023-05-06 04:58:45 UTC
The bug has been closed via the following commit(s):

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

commit a142e0faff27242e7bceb4aed00b3c2b5fcde5a2
Author:     Andrey Grozin <grozin@gentoo.org>
AuthorDate: 2023-05-06 04:58:25 +0000
Commit:     Andrey Grozin <grozin@gentoo.org>
CommitDate: 2023-05-06 04:58:25 +0000

    dev-python/iminuit: fix building with gcc-13
    
    Closes: https://bugs.gentoo.org/895228
    Signed-off-by: Andrey Grozin <grozin@gentoo.org>

 .../iminuit/files/iminuit-2.21.3-gcc-13.patch       | 21 +++++++++++++++++++++
 dev-python/iminuit/iminuit-2.21.3.ebuild            |  2 ++
 2 files changed, 23 insertions(+)