Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 757975 - dev-python/pikepdf-2.2.0 fails to compile
Summary: dev-python/pikepdf-2.2.0 fails to compile
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:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-01 23:37 UTC by Agostino Sarubbo
Modified: 2020-12-03 16:50 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,10.55 KB, text/plain)
2020-12-01 23:37 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-12-01 23:37:14 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pikepdf-2.2.0 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-12-01 23:37:17 UTC
Created attachment 676171 [details]
build.log

build log and emerge --info
Comment 2 Michelangelo Scopelliti 2020-12-02 17:05:03 UTC
As a workaround, installing dev-python/toml allows to build properly
Comment 3 Michelangelo Scopelliti 2020-12-02 19:26:24 UTC
(In reply to Michelangelo Scopelliti from comment #2)
> As a workaround, installing dev-python/toml allows to build properly

Well, not just a workaround.

From setup.py:

setup_requires=[
            'setuptools >= 50',
            'wheel >= 0.35',
            'setuptools_scm[toml] >= 4.1',
            'setuptools_scm_git_archive',
            'pybind11 >= 2.6.0, <3'
        ]
Comment 4 Larry the Git Cow gentoo-dev 2020-12-03 16:50:04 UTC
The bug has been closed via the following commit(s):

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

commit 2661770319bb678609216c4648aded09ed8bfa81
Author:     Andrey Grozin <grozin@gentoo.org>
AuthorDate: 2020-12-03 16:48:49 +0000
Commit:     Andrey Grozin <grozin@gentoo.org>
CommitDate: 2020-12-03 16:49:46 +0000

    dev-python/pikepdf: fix dependencies
    
    Closes: https://bugs.gentoo.org/757891
    Closes: https://bugs.gentoo.org/757975
    Package-Manager: Portage-3.0.10, Repoman-3.0.2
    Signed-off-by: Andrey Grozin <grozin@gentoo.org>

 dev-python/pikepdf/pikepdf-2.2.0-r1.ebuild | 61 ++++++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)