Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921192 - net-libs/wslay-1.1.1_p20210115 fails to compile (GCC-14-SYSTEM): make: No rule to make target wslay_event_context_client_init.3, needed by all-am
Summary: net-libs/wslay-1.1.1_p20210115 fails to compile (GCC-14-SYSTEM): make: No rul...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ionen Wolkens
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: parallel-make
  Show dependency tree
 
Reported: 2024-01-02 11:14 UTC by Agostino Sarubbo
Modified: 2024-01-03 02:57 UTC (History)
0 users

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


Attachments
build.log (build.log,159.20 KB, text/plain)
2024-01-02 11:14 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-01-02 11:14:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-libs/wslay-1.1.1_p20210115 fails to compile (GCC-14-SYSTEM).
Discovered on: amd64 (internal ref: gcc14_tinderbox)

NOTE:
(GCC-14-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-14 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-02 11:14:31 UTC
Created attachment 881259 [details]
build.log

build log and emerge --info
Comment 2 Ionen Wolkens gentoo-dev 2024-01-03 02:25:49 UTC
Can't reproduce from a quick try. Thought may be due to a newer sphinx but using the same version.

Giving the impression it may be just a race condition with USE=doc.
Comment 3 Ionen Wolkens gentoo-dev 2024-01-03 02:29:26 UTC
(In reply to Ionen Wolkens from comment #2)
> Giving the impression it may be just a race condition with USE=doc.
And yes, I already got it to fail randomly after another try. May just -j1 it given upstream is kinda dead, it's a tiny packages anyway so threads are not super useful.
Comment 4 Larry the Git Cow gentoo-dev 2024-01-03 02:48:56 UTC
The bug has been closed via the following commit(s):

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

commit cdaa6e6af83924d8146920ce0bdcc390de01680e
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2024-01-03 02:35:13 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2024-01-03 02:47:36 +0000

    net-libs/wslay: workaround docs build race condition
    
    If USE=doc cause more issues for bigger reasons, may just remove
    that as it'd likely not worth worrying about without any upstream
    activity.
    
    ...and then there'd be the option to switch to cmake, vaguely
    recall did not use it because it did not support building docs.
    May need less workarounds than current autoconf usage.
    
    Closes: https://bugs.gentoo.org/921192
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 net-libs/wslay/wslay-1.1.1_p20210115.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)