Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674518 - net-libs/mbedtls-2.16.0 fails to build with USE=doc: No rule to make target 'apidoc'
Summary: net-libs/mbedtls-2.16.0 fails to build with USE=doc: No rule to make target '...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: CVE-2020-10932, CVE-2020-10941 717590
  Show dependency tree
 
Reported: 2019-01-04 16:32 UTC by Yutao Yuan
Modified: 2020-04-21 12:15 UTC (History)
2 users (show)

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


Attachments
build log (mbedtls-2.16.0:20190104-153044.log,100.04 KB, text/plain)
2019-01-04 16:32 UTC, Yutao Yuan
Details
emerge --info =net-libs/mbedtls-2.16.0 (emerge-info,7.01 KB, text/plain)
2019-01-04 16:36 UTC, Yutao Yuan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yutao Yuan 2019-01-04 16:32:25 UTC
Created attachment 559792 [details]
build log

Relevant lines of build log:

...
[85/85] /usr/bin/cmake -E cmake_symlink_library library/libmbedtls.so.2.16.0  library/libmbedtls.so.12 library/libmbedtls.so && :
make -j 4 -l 4 apidoc 
make: *** No rule to make target 'apidoc'.  Stop.

This is probably caused by the bump to EAPI7, where cmake-utils uses ninja by default. The call to emake should be changed.
Comment 1 Yutao Yuan 2019-01-04 16:36:02 UTC
Created attachment 559794 [details]
emerge --info =net-libs/mbedtls-2.16.0