FS#79434 - [perl-datetime-format-ical] installation paths are wrong

Attached to Project: Arch Linux
Opened by Konstantin Stephan (dessert) - Monday, 21 August 2023, 11:00 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:19 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:
The package files are wrongly installed under `build/`, eg.
`build/perl5/man/man3/DateTime::Format::ICal.3pm` instead of
`usr/share/man/man3/DateTime::Format::ICal.3pm`.
The “Package Contents” section shows that as well.

Steps to reproduce:
- install the package
- check `/build`
This task depends upon

Closed by  Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:19 GMT
Reason for closing:  Moved
Additional comments about closing:  https://gitlab.archlinux.org/archlinux/p ackaging/packages/perl-datetime-format-i cal/issues/1
Comment by jozef riha (jose1711) - Saturday, 11 November 2023, 20:23 GMT
This also breaks perl-ical-parser as it cannot find this dependency:

# perl -MiCal::Parser
Can't locate DateTime/Format/ICal.pm in @INC (you may need to install the DateTime::Format::ICal module) (@INC entries checked: /usr/lib/perl5/5.38/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.38/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.38/core_perl /usr/share/perl5/core_perl) at /usr/share/perl5/vendor_perl/iCal/Parser.pm line 9.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/iCal/Parser.pm line 9.
Compilation failed in require.
BEGIN failed--compilation aborted.

A workaround is to get `PKGBUILD` manually and rebuild on a local machine.

Loading...