question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Conan exporting missing file name specifier

See original GitHub issue

I really need to be able to specify the file name of a given conan recipe file, but currently you can only provide the path.

conan export -h
usage: conan export [-h] [--path PATH] [--keep-source] user

Copies the package recipe (conanfile.py and associated files) to your local
cache. From the local cache it can be shared and reused in other projects.
Also, from the local cache, it can be uploaded to any remote with the "upload"
command.

positional arguments:
  user                  user_name[/channel]. By default, channel is "testing",
                        e.g., phil or phil/stable

optional arguments:
  -h, --help            show this help message and exit
  --path PATH, -p PATH  Optional. Folder with a conanfile.py. Default current
                        directory.
  --keep-source, -k     Optional. Do not remove the source folder in the local
                        cache. Use for testing purposes only

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
lasotecommented, Apr 18, 2017

It has been released in conan 0.22.0. thanks!

0reactions
bedehocommented, Apr 12, 2017

Great, Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

conan export-pkg — conan 1.53.0 documentation
Exports a recipe, then creates a package from local source and build folders. If '–package-folder' is provided it will copy the files from...
Read more >
[bug] conan export then conan install does not update ...
When you run conan install <.../conanfile.txt> --update --build missing Conan will do the following: It will check for updates in the remotes, ...
Read more >
Conan cannot find a certain package for the specified ...
The MINGW64_PATH points to my MinGW installation folder. When running conan install it complains about a missing package (obviously a dependency ...
Read more >
Conan and resolving dependencies in a C++ project
Managing 3rd-party dependencies in a C++ project with Conan: automatic builds and deployment in TeamCity, storing artifacts in JFrog ...
Read more >
Test Import Project - GitLab Docs
Exception: No such file or directory @ rb_sysopen - (filename). The specified project export file in archive_path is missing.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found