Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940604 - dev-build/scons-4.8.1 fails tests when FEATURES=distcc
Summary: dev-build/scons-4.8.1 fails tests when FEATURES=distcc
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-01 11:29 UTC by Jonathan Lovelace
Modified: 2024-10-01 16:53 UTC (History)
1 user (show)

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


Attachments
dev-build:scons-4.8.1:20241001-084838.log.gz (dev-build:scons-4.8.1:20241001-084838.log.gz,77.62 KB, application/gzip)
2024-10-01 11:29 UTC, Jonathan Lovelace
Details
emerge-info.txt (emerge-info.txt,9.18 KB, text/plain)
2024-10-01 11:29 UTC, Jonathan Lovelace
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Lovelace 2024-10-01 11:29:18 UTC
Created attachment 904548 [details]
dev-build:scons-4.8.1:20241001-084838.log.gz

=dev-build/scons-4.8.1 fails its test phase for me when I have FEATURES=distcc enabled, specifically test/sconsign/script/Configure.py, which has output beginning with the following:

1197/1243 (96.30%) /var/tmp/portage/dev-build/scons-4.8.1/work/scons-4.8.1-python3_12/install/usr/bin/python3.12 test/sconsign/script/Configure.py
match_re: expected 1 lines, found 26
STDOUT =========================================================================
scons: Reading SConscript files ...
Checking for C header file math.h... yes
scons: done reading SConscript files.
scons: Building targets ...
scons: `.' is up to date.
scons: done building targets.

STDERR =========================================================================
1c1
< ''
---
> "distcc[19717] (dcc_get_top_dir) Warning: HOME is not set; can't find distcc directory"
2c2
< ''
---
> "distcc[19717] (dcc_get_top_dir) Warning: HOME is not set; can't find distcc directory"
3c3
< ''
---
> 'distcc[19717] (dcc_lock_one) ERROR: failed to lock'
4c4
< ''
---
> "distcc[19717] (dcc_get_top_dir) Warning: HOME is not set; can't find distcc directory"

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

Previous versions have failed similarly, and the test has passed when I disabled distcc.
Comment 1 Jonathan Lovelace 2024-10-01 11:29:52 UTC
Created attachment 904549 [details]
emerge-info.txt