Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 807454 - dev-python/cloudscraper-1.2.58 fails tests
Summary: dev-python/cloudscraper-1.2.58 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ekaterina Vaartis
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-08-10 06:44 UTC by Agostino Sarubbo
Modified: 2021-08-10 23:11 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,866.98 KB, text/plain)
2021-08-10 06:44 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-08-10 06:44:05 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/cloudscraper-1.2.58 fails tests.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-08-10 06:44:08 UTC
Created attachment 731944 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-08-10 06:44:09 UTC
Possible context of error(s):

        b'ls: non_existent_file: No such file or directory\n'
E               FileNotFoundError: [Errno 2] No such file or directory: 'node'
err_msg    = 'No such file or directory'
Comment 3 Larry the Git Cow gentoo-dev 2021-08-10 23:11:11 UTC
The bug has been closed via the following commit(s):

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

commit d045203b0bc357c461d942783156192822e46e4e
Author:     Ekaterina Vaartis <vaartis@kotobank.ch>
AuthorDate: 2021-08-10 08:18:56 +0000
Commit:     Louis Sautier <sbraz@gentoo.org>
CommitDate: 2021-08-10 23:03:08 +0000

    dev-python/cloudscraper: Add nodejs as a test dep., fix BDEPEND
    
    The test USE-flag needs to be masked for amd64/x32 where nodejs is
    masked.
    
    Closes: https://bugs.gentoo.org/807454
    Closes: https://github.com/gentoo/gentoo/pull/21942
    Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch>
    Signed-off-by: Louis Sautier <sbraz@gentoo.org>

 dev-python/cloudscraper/cloudscraper-1.2.58.ebuild | 3 ++-
 profiles/arch/amd64/x32/package.use.mask           | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)