Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 812875

Summary: dev-python/pytest-salt-factories-0.121.1 fails to compile
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Patrick McLean <chutzpah>
Status: RESOLVED FIXED    
Severity: normal CC: flow
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 817926    
Attachments: build.log

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>