Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831168 - sci-mathematics/why3-1.4.0-r2 fails to compile
Summary: sci-mathematics/why3-1.4.0-r2 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: François-Xavier Carton
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-01-14 08:16 UTC by Agostino Sarubbo
Modified: 2022-01-15 06:08 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,108.19 KB, text/plain)
2022-01-14 08:17 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 2022-01-14 08:16:59 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-mathematics/why3-1.4.0-r2 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-14 08:17:01 UTC
Created attachment 762108 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-14 08:17:02 UTC
Error(s) that match a know pattern:


/bin/sh: line 1: bin/why3: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-01-15 06:08:28 UTC
The bug has been closed via the following commit(s):

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

commit 5377b0ede6969e3ce4b0c0b2b019b3835f5a7c62
Author:     François-Xavier Carton <fx.carton91@gmail.com>
AuthorDate: 2022-01-15 02:20:22 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2022-01-15 06:00:17 +0000

    sci-mathematics/why3: fix race condition in parallel make doc
    
    "make doc" uses sphinx to build both latex and html documentation. Both
    sphinx rules in the makefile include "-d doc/.doctrees", ie. the same
    path for "the cached environment and doctree files". In a parallel make
    build, the rules are called simulateously, which means the cached files
    could be read by one process while they are still being written by the
    other.
    
    Closes: https://bugs.gentoo.org/831168
    Signed-off-by: François-Xavier Carton <fx.carton91@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/23802
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 sci-mathematics/why3/why3-1.4.0-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)