mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-14 02:35:37 +00:00
(#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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user