Re: Problems building llvm13 and llvm15?
- In reply to: Stephen Roznowski : "Re: Problems building llvm13 and llvm15?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Jan 2023 00:11:48 UTC
On Thu, Jan 05, 2023 at 11:40:42PM +0000, Stephen Roznowski wrote: > I just rebuilt py39-recommonmark-0.5.0_2 and all its dependencies and get the same error. I rebuild with DOCS turned off and it successfully built. > I don't have py39-CommonMark installed, but it complains about a conflict with cmark that is installed. (I know that if I remove cmark, then it will then build correctly - and I assume llvm15 w/DOCS will also.) Ah, there's a conflict guard in place that is suppose to prevent you from building at all if cmark is installed, but it appears that guard is wrong (and maybe always has been...). I'll update the guard. -- Brooks