Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 728618 - dev-python/python_orocos_kdl-1.4.0-r1 : /.../sipPyKDLpart0.cpp: error: use of deleted function KDL::ChainDynParam& KDL::ChainDynPa
Summary: dev-python/python_orocos_kdl-1.4.0-r1 : /.../sipPyKDLpart0.cpp: error: use of...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robot Operating System team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-18 08:06 UTC by Toralf Förster
Modified: 2020-07-29 14:45 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.36 KB, text/plain)
2020-06-18 08:06 UTC, Toralf Förster
Details
dev-python:python_orocos_kdl-1.4.0-r1:20200618-004536.log (dev-python:python_orocos_kdl-1.4.0-r1:20200618-004536.log,13.10 KB, text/plain)
2020-06-18 08:06 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,108.92 KB, text/plain)
2020-06-18 08:06 UTC, Toralf Förster
Details
environment (environment,151.38 KB, text/plain)
2020-06-18 08:07 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.08 KB, application/x-bzip)
2020-06-18 08:07 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,4.92 KB, application/x-bzip)
2020-06-18 08:07 UTC, Toralf Förster
Details
backported patch (0001-Declare-assignment-operator-private-for-SIP-Closes-2.patch,4.13 KB, patch)
2020-07-02 06:37 UTC, Victor Mataré
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-06-18 08:06:49 UTC
/var/tmp/portage/dev-python/python_orocos_kdl-1.4.0-r1/work/orocos_kinematics_dynamics-1.4.0/python_orocos_kdl-python3_7/PyKDL/sipPyKDLpart0.cpp: In function void assign_ChainDynParam(void*, Py_ssize_t, void*):
/var/tmp/portage/dev-python/python_orocos_kdl-1.4.0-r1/work/orocos_kinematics_dynamics-1.4.0/python_orocos_kdl-python3_7/PyKDL/sipPyKDLpart0.cpp:2649:107: error: use of deleted function KDL::ChainDynParam& KDL::ChainDynParam::operator=(const KDL::ChainDynParam&)
 2649 |         sipNameNr_ChainDynParam,
      |                                                                                                           ^
In file included from /var/tmp/portage/dev-python/python_orocos_kdl-1.4.0-r1/work/orocos_kinematics_dynamics-1.4.0/python_orocos_kdl/PyKDL/dynamics.sip:65:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-libressl-20200615-093639

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.1.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python3.6 (fallback)
  [5]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.44.0
  [2]   rust-1.44.0 *
The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu 18 Jun 2020 12:05:29 AM UTC
/var/db/repos/libressl	Sun 14 Jun 2020 10:05:23 PM UTC

emerge -qpvO dev-python/python_orocos_kdl
[ebuild  N    ] dev-python/python_orocos_kdl-1.4.0-r1  PYTHON_TARGETS="python3_7 -python3_6 -python3_8"
Comment 1 Toralf Förster gentoo-dev 2020-06-18 08:06:52 UTC
Created attachment 645136 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-06-18 08:06:55 UTC
Created attachment 645138 [details]
dev-python:python_orocos_kdl-1.4.0-r1:20200618-004536.log
Comment 3 Toralf Förster gentoo-dev 2020-06-18 08:06:58 UTC
Created attachment 645140 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-06-18 08:07:01 UTC
Created attachment 645142 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-06-18 08:07:04 UTC
Created attachment 645144 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-06-18 08:07:07 UTC
Created attachment 645146 [details]
logs.tbz2
Comment 7 Victor Mataré 2020-07-02 06:03:44 UTC
Fixed upstream here: https://github.com/orocos/orocos_kinematics_dynamics/pull/270

But the patch doesn't apply directly to the 1.4.0 release, which is pretty old. I'll take a look at backporting since their current master fails to build even more spectacularly...
Comment 8 Victor Mataré 2020-07-02 06:37:46 UTC
Created attachment 647344 [details, diff]
backported patch

patch from https://github.com/orocos/orocos_kinematics_dynamics/pull/270/commits/f8d488cad733d2c2c6fe6911dc2e72e014ad0002 backported to the 1.4.0 release
Comment 9 Larry the Git Cow gentoo-dev 2020-07-29 14:45:31 UTC
The bug has been closed via the following commit(s):

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

commit 42b36a01c6a1020fb97ef1e1ed03c891ec718b9b
Author:     Alexis Ballier <aballier@gentoo.org>
AuthorDate: 2020-07-29 14:45:12 +0000
Commit:     Alexis Ballier <aballier@gentoo.org>
CommitDate: 2020-07-29 14:45:23 +0000

    dev-python/python_orocos_kdl: Fix build with latest sip
    
    Patch from upstream backported by Victor Mataré.
    
    Closes: https://bugs.gentoo.org/728618
    Package-Manager: Portage-3.0.1, Repoman-2.3.23
    Signed-off-by: Alexis Ballier <aballier@gentoo.org>

 ...ignment-operator-private-for-SIP-Closes-2.patch | 134 +++++++++++++++++++++
 .../python_orocos_kdl-1.4.0-r1.ebuild              |   1 +
 2 files changed, 135 insertions(+)