[feature] make system_requirements error logger more informative
See original GitHub issuecurrently, error log looks like:
xorg/system: ERROR: while executing system_requirements(): Can't update because tools.system.package_manager:mode is 'check'.Please update packages manually or set 'tools.system.package_manager:mode' to 'install' in the [conf] section of the profile, or in the command line using '-c tools.system.package_manager:mode=install'
ERROR: Error in system requirements
If should contain a list, which packages are missing.
- I’ve read the CONTRIBUTING guide.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:13 (8 by maintainers)
Top Results From Across the Web
Logging Best Practices: The 13 You Should Know - DataSet
If you followed the first best practice, then you can use a different log level per log statement in your application. One of...
Read more >To Log, or Not to Log — An Alternative Strategy to Make ...
Logging is universally present in software projects and has many different forms, requirements, and flavors. Logging is everywhere ...
Read more >Configure monitoring for Azure Functions - Microsoft Learn
Learn how to connect your function app to Application Insights for monitoring and how to configure data collection.
Read more >Logger Pro Troubleshooting and FAQs - Vernier
When installing Logger Pro, I get error 1152. How do I install a driver for LabQuest Viewer software to enable communication with LabQuest...
Read more >Troubleshoot Creative Cloud package installation errors
For more information, see System requirements | Creative Cloud. Analyze Install.log files. To identify the error and ascertain its cause, see ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @GavinNL, If you also add
-c tools.system.package_manager:sudo=True
the package manager will be invoked with sudo:Hope this helps.
@AndreyMlashkin We have merged https://github.com/conan-io/conan/pull/11712 and will be released in 1.51, from that version you will see what packages are missing being in mode=check, so this should solve your issue.