Community Packages

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!
Tasklist

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
Task Type Bug Report
Category Packages
Status Closed
Assigned To Alexander F. Rødseth (xyproto)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
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

Closed by  Alexander F. Rødseth (xyproto)
Thursday, 07 May 2020, 08:56 GMT
Reason for closing:  Fixed
Comment by Alexander F. Rødseth (xyproto) - Wednesday, 06 May 2020, 08:35 GMT
Thanks for reporting! I will add the dependencies.

Loading...