(#2662) - docs for KB-H053

* - docs for KB-H053

Signed-off-by: SSE4 <tomskside@gmail.com>

* Update docs/error_knowledge_base.md

Co-authored-by: Michael "Croydon" Keck <git@cr0ydon.com>

* Update docs/error_knowledge_base.md

Co-authored-by: Javier G. Sogo <jgsogo@gmail.com>

Co-authored-by: Michael "Croydon" Keck <git@cr0ydon.com>
Co-authored-by: jgsogo <jgsogo@gmail.com>
This commit is contained in:
SSE4
2020-10-14 11:01:52 +07:00
committed by GitHub
parent 5fd32a542d
commit d0c135fa48

View File

@@ -316,9 +316,6 @@ The attribue `default_options` should be a dictionary, for example `default_opti
It's important to have new library version defined in both `config.yml` and `conandata.yml`, otherwise newly added version will not be checked and built by CI and will not be available for download.
#### **<a name="KB-H053">#KB-H053</a>: "INVALID SYMLINKS"**
#### **<a name="KB-H053">#KB-H053</a>: "PRIVATE IMPORTS"**
All symlinks inside a package should be contained inside the package itself. This error indicates
that there is at least one symlink that points outside the package. Take advantage of the tool
[`tools.fix_symlinks`](https://docs.conan.io/en/latest/reference/tools.html?highlight=fix_symlinks#tools-fix-symlinks)
to check and fix these symlinks.
The recipe imports private Conan API, this is strongly discouraged - private imports are subjects to breaking changes. Avoid usage of private APIs, request to publically expose needed methods, if necessary.