Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830862 - dev-cpp/nlohmann_json-3.10.5 fails to compile: FileNotFoundError: [Errno 2] No such file or directory: html
Summary: dev-cpp/nlohmann_json-3.10.5 fails to compile: FileNotFoundError: [Errno 2] N...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-09 17:48 UTC by Agostino Sarubbo
Modified: 2022-01-11 12:54 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,50.37 KB, text/plain)
2022-01-09 17:48 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-09 17:48:43 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-cpp/nlohmann_json-3.10.5 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-09 17:48:45 UTC
Created attachment 761715 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-01-11 04:33:25 UTC
The bug has been closed via the following commit(s):

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

commit 7b00b0d50adbead8ba39f90f90fe27d0b8a4aac6
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-01-11 04:32:45 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-01-11 04:33:17 +0000

    dev-cpp/nlohmann_json: disable docs in 3.10.5
    
    I tried to package the needed bits but they end up needing
    network at runtime, it seems.
    
    Closes: https://bugs.gentoo.org/830862
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-cpp/nlohmann_json/nlohmann_json-3.10.5.ebuild | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)
Comment 3 Amel Hodzic 2022-01-11 05:07:33 UTC
yeah, I was trying to figure that out as well.  It seems they dropped support for doxygen to produce html files and require serving the files (locally?) from within a python venv.

I'm not sure what the point of that change was, but it seems this approach here works best to resolve the issue in gentoo.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-01-11 05:22:37 UTC
(In reply to Amel Hodzic from comment #3)
> yeah, I was trying to figure that out as well.  It seems they dropped
> support for doxygen to produce html files and require serving the files
> (locally?) from within a python venv.
> 
> I'm not sure what the point of that change was, but it seems this approach
> here works best to resolve the issue in gentoo.

I was even trying to figure out the mkdocs stuff but it turns out it needs an extension which.. needs a server to render the diagrams and it defaults to a remote one!

I feel like even if we could get it working, the audience for this is very very small or non-existent.. but if someone wants it & has a patch, we can discuss it of course!

Thanks for looking into it too. I don't like giving up like this but sometimes it's the best option.
Comment 5 Amel Hodzic 2022-01-11 12:54:13 UTC
Indeed.  Alternative suggestion was to build docs for older version, by checking out e.g. tag 3.10.4.  If needed later on, may be a possibility.  But, in my opinion, it's not worth potentially introducing new issues--at least for now.