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 upload" should support MSYS shell

See original GitHub issue

Rationale: MSYS uses separate home path, so all packages built in MSYS shell end up in other .conan directory than those built with cmd.exe. While it’s certainly possible to run conan in cmd.exe with CONAN_USER_HOME pointing to MSYS home, it’s adding unnecessary hassle.

Currently upload doesn’t work in MSYS shell: password is entered in a plain view instead of silenced (I guess conio API is used which is not supported here), and upload doesn’t start.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
annulencommented, Nov 9, 2016

One possible way to handle this issue is to make a feature request in that third party library

0reactions
memshardedcommented, Nov 29, 2016

Released in 0.16

Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows Subsystems — conan 1.55.0 documentation
Conan supports MSYS 2 , CYGWIN , WSL and in general any subsystem that is able to run a bash shell. Many libraries...
Read more >
MSYS2 and cmake_installer issues #5663 - conan-io ... - GitHub
This issue is that cmake_installer is providing a windows binary of cmake, but the cmake_paths generated by conan provides MSYS2 based paths ...
Read more >
Conan packages in the Package Registry - GitLab Docs
The GitLab Conan repository supports the following Conan CLI commands: conan upload : Upload your recipe and package files to the Package Registry....
Read more >
Cmake Error: could not load cache - Stack Overflow
If you are using the CLion, you can use File---"Reload CMake Project". I meet this problem after using git force pull, and Reload...
Read more >
mingw-w64-x86_64-python - MSYS2 Packages
A high-level scripting language (mingw-w64). Source Files · View Changes · Bug Reports · Add New Bug. Base Package: ...
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