Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235423 - app-arch/dpkg-1.14.19 needs unconditional dependency on dev-perl/TimeDate
Summary: app-arch/dpkg-1.14.19 needs unconditional dependency on dev-perl/TimeDate
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Debian-related package maintainers [DISBANDED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-22 05:52 UTC by Andrew Church
Modified: 2008-08-22 17:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild patch (dpkg-1.14.19.ebuild.patch,362 bytes, patch)
2008-08-22 05:53 UTC, Andrew Church
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Church 2008-08-22 05:52:50 UTC
app-arch/dpkg-1.14.19 requires the Perl Date::Parse module, in dev-perl/TimeDate, when building a .deb package file.  Without dev-perl/TimeDate installed:

$ dpkg-gencontrol
Can't locate Date/Parse.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl .) at /usr/lib/perl5/vendor_perl/5.8.8/Dpkg/Changelog/Debian.pm line 66.
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.8.8/Dpkg/Changelog/Debian.pm line 66.
Compilation failed in require at /usr/lib/dpkg/parsechangelog/debian line 12.
BEGIN failed--compilation aborted at /usr/lib/dpkg/parsechangelog/debian line 12.
dpkg-gencontrol: failure: changelog parser /usr/lib/dpkg/parsechangelog/debian gave error exit status 2
Comment 1 Andrew Church 2008-08-22 05:53:45 UTC
Created attachment 163531 [details, diff]
Ebuild patch
Comment 2 Wormo (RETIRED) gentoo-dev 2008-08-22 06:41:37 UTC
Thanks for the patch, assigning to maintainers
Comment 3 Yuri Vasilevski (RETIRED) gentoo-dev 2008-08-22 17:17:48 UTC
Thanks for reporting :-)
I added dev-perl/TimeDate to RDEPEND as it's needed at runtime as you have noticed.

Fixed in CVS.