Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928613 - sys-process/cronutils-1.10 fails tests: 1.sh: line 3: 48880 Segmentation fault runalarm -d -t 5 bash -c for i in $(seq 1 7); do echo $i; sleep 1; done; echo exited
Summary: sys-process/cronutils-1.10 fails tests: 1.sh: line 3: 48880 Segmentation faul...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PATCH, TESTFAILURE
Depends on:
Blocks: 926147
  Show dependency tree
 
Reported: 2024-04-05 02:34 UTC by Agostino Sarubbo
Modified: 2024-04-06 16:40 UTC (History)
0 users

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


Attachments
build.log (build.log,40.82 KB, text/plain)
2024-04-05 02:34 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 2024-04-05 02:34:41 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-process/cronutils-1.10 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-04-05 02:34:43 UTC
Created attachment 889480 [details]
build.log

build log and emerge --info
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-04-06 16:40:59 UTC
(In reply to Sam James from comment #2)
> Probably fixed by
> https://github.com/google/cronutils/commit/
> cbab73af5a3c218aabd16e3733c77d2b1c541564.

.. that said, the file has `#define _GNU_SOURCE /* basename */` so... is it really getting the basename it expects on musl?