Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 812875 - dev-python/pytest-salt-factories-0.121.1 fails to compile
Summary: dev-python/pytest-salt-factories-0.121.1 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: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 817926
  Show dependency tree
 
Reported: 2021-09-13 06:56 UTC by Agostino Sarubbo
Modified: 2021-11-25 18:18 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,42.25 KB, text/plain)
2021-09-13 06:56 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 2021-09-13 06:56:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pytest-salt-factories-0.121.1 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-09-13 06:56:08 UTC
Created attachment 739084 [details]
build.log

build log and emerge --info
Comment 2 Florian Schmaus gentoo-dev 2021-11-25 17:53:49 UTC
The pyproject.toml in work/pytest-salt-factories-0.121.1 looks borked:

[b[tool.disabled]ild-system]
r[tool.disabled]quires = ["setuptools>=50.3.2", "wheel", "setuptools-declarative-requirements", "setuptools_scm[toml]>=3.4"]
b[tool.disabled]ild-backend = "setuptools.build_meta"

[[tool.disabled]ool.setuptools_scm]
wri[tool.disabled]e_to = "saltfactories/version.py"
wri[tool.disabled]e_to_template = "__version__ = \"{version}\""
Comment 3 Mike Gilbert gentoo-dev 2021-11-25 18:18:39 UTC
commit 5d34a0b932ddd272cceeb39e34b19d517e580805
Author: Mike Gilbert <floppym@gentoo.org>
Date:   Thu Nov 25 13:06:52 2021 -0500

    dev-python/pytest-salt-factories: fix bad sed expression
    
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>