Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211180 - app-arch/dpkg - src_test() missing deps
Summary: app-arch/dpkg - src_test() missing deps
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL: http://bugs.debian.org/cgi-bin/bugrep...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-23 17:08 UTC by Jeroen Roovers (RETIRED)
Modified: 2008-02-23 20:39 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2008-02-23 17:08:37 UTC
1) Problem:
#     Error:  Can't locate Date/Parse.pm in @INC

   Solution: Depend on dev-perl/TimeDate (see URL field).


2) Problem:
./t/000_pod..................skipped
        all skipped: Test::Pod 1.00 required for testing POD

   Solution: Depend on dev-perl/Test-Pod
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-02-23 17:22:37 UTC
jeroen@misha /keeps/gentoo/cvs/gentoo-x86/app-arch/dpkg $ cvs diff dpkg-1.14.16.6.ebuild ; repoman full
Index: dpkg-1.14.16.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.14.16.6.ebuild,v
retrieving revision 1.1
diff -u -B -r1.1 dpkg-1.14.16.6.ebuild
--- dpkg-1.14.16.6.ebuild       22 Feb 2008 04:10:05 -0000      1.1
+++ dpkg-1.14.16.6.ebuild       23 Feb 2008 17:21:15 -0000
@@ -11,14 +11,15 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86"
-IUSE="bzip2 nls selinux zlib"
+IUSE="bzip2 nls selinux test zlib"

 RDEPEND=">=dev-lang/perl-5.6.0
        >=sys-libs/ncurses-5.2-r7
        zlib? ( >=sys-libs/zlib-1.1.4 )
        bzip2? ( app-arch/bzip2 )"
 DEPEND="${RDEPEND}
-       nls? ( app-text/po4a )"
+       nls? ( app-text/po4a )
+       test? ( dev-perl/TimeDate dev-perl/Test-Pod )"

 src_unpack() {
        unpack ${A}

Setting paths:
PORTDIR = "/keeps/gentoo/cvs/gentoo-x86"
PORTDIR_OVERLAY = ""

RepoMan scours the neighborhood...

  DEPEND.bad                    3
   app-arch/dpkg/dpkg-1.14.16.6.ebuild: ~arm(default-linux/arm/2004.3) ['dev-perl/TimeDate']
   app-arch/dpkg/dpkg-1.14.16.6.ebuild: ~s390(default-linux/s390/2006.0) ['dev-perl/TimeDate']
   app-arch/dpkg/dpkg-1.14.16.6.ebuild: ~sh(default-linux/sh/2006.1) ['dev-perl/TimeDate']
  DEPEND.badindev               1
   app-arch/dpkg/dpkg-1.14.16.6.ebuild: ~m68k(default-linux/m68k) ['dev-perl/TimeDate', 'dev-perl/Test-Pod']
Please fix these important QA issues first.
RepoMan sez: "Make your QA payment on time and you'll never see the likes of me."