Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 915108 - sys-devel/llvm-18.0.0_pre20231002: No module named 'myst_parser'
Summary: sys-devel/llvm-18.0.0_pre20231002: No module named 'myst_parser'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-03 10:08 UTC by hugegameartgd
Modified: 2024-02-17 03:06 UTC (History)
0 users

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


Attachments
build.log (file_915108.txt,28.89 KB, text/plain)
2023-10-03 10:08 UTC, hugegameartgd
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hugegameartgd 2023-10-03 10:08:49 UTC
Created attachment 872097 [details]
build.log

sys-devel/llvm-18.0.0_pre20231002 fails to compile if dev-python/myst-parser is not installed
Expected: dev-python/myst-parser is a dependency of sys-devel/llvm-18.0.0_pre20231002

```
Extension error:
Could not import extension myst_parser (exception: No module named 'myst_parser')
```
Comment 1 Larry the Git Cow gentoo-dev 2023-10-03 19:08:22 UTC
The bug has been closed via the following commit(s):

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

commit 4a06abe78841274017b5ac60134533851ad6c6c6
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-10-03 18:59:12 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-10-03 19:08:18 +0000

    sys-devel/llvm: 18.x replaced recommonmark w/ myst-parser
    
    Closes: https://bugs.gentoo.org/915108
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 sys-devel/llvm/llvm-18.0.0.9999.ebuild        | 4 ++--
 sys-devel/llvm/llvm-18.0.0_pre20231002.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)