Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924879 - dev-libs/mathjax-2.7.7-r1 fails to compile: sed: cant read conf.py: No such file or directory
Summary: dev-libs/mathjax-2.7.7-r1 fails to compile: sed: cant read conf.py: No such f...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Eli Schwartz
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-18 08:29 UTC by Agostino Sarubbo
Modified: 2024-02-19 04:04 UTC (History)
1 user (show)

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


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

Issue: dev-libs/mathjax-2.7.7-r1 fails to compile.
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#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-18 08:29:16 UTC
Created attachment 885297 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-02-19 04:04:47 UTC
The bug has been closed via the following commit(s):

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

commit 80321876fb80dd0dbc14c6281c2710ba6f3bbd2a
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2024-02-18 19:49:50 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-02-19 04:04:25 +0000

    dev-libs/mathjax: fix build error for 2.x built without docs
    
    The sed did not apply because the docs aren't extracted unless USE=doc.
    In that case there's no point running it anyway.
    
    Closes: https://bugs.gentoo.org/924879
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/mathjax/mathjax-2.7.7-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)