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.

[feature] make system_requirements error logger more informative

See original GitHub issue

currently, 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.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
czoidocommented, Jul 26, 2022

Hi @GavinNL, If you also add -c tools.system.package_manager:sudo=True the package manager will be invoked with sudo:

conan install .. -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True

Hope this helps.

0reactions
czoidocommented, Jul 27, 2022

@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.

Read more comments on GitHub >

github_iconTop 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 >

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