Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#66495 - [hwinfo] missing optional deps
Attached to Project:
Community Packages
Opened by mattia (nTia89) - Friday, 01 May 2020, 16:33 GMT
Last edited by Alexander F. Rødseth (xyproto) - Thursday, 07 May 2020, 08:56 GMT
Opened by mattia (nTia89) - Friday, 01 May 2020, 16:33 GMT
Last edited by Alexander F. Rødseth (xyproto) - Thursday, 07 May 2020, 08:56 GMT
|
DetailsDescription:
without these two packages `perl-xml-writer` and `perl-xml-parser` convert_hd doesn't work Steps to reproduce: - launch `convert_hd` without the above-mentioned packages - you will get these errors: $ convert_hd Can't locate XML/Writer.pm in @INC (you may need to install the XML::Writer module) (@INC contains: /usr/lib/perl5/5.30/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.30/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.30/core_perl /usr/share/perl5/core_perl) at /usr/bin/convert_hd line 4. BEGIN failed--compilation aborted at /usr/bin/convert_hd line 4. $ convert_hd Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /usr/lib/perl5/5.30/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.30/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.30/core_perl /usr/share/perl5/core_perl) at /usr/bin/convert_hd line 5. BEGIN failed--compilation aborted at /usr/bin/convert_hd line 5. - installing them solve the issue |
This task depends upon
Comment by Alexander F. Rødseth (xyproto) -
Wednesday, 06 May 2020, 08:35 GMT
Thanks for reporting! I will add the dependencies.