Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109603 - gnome-pilot-2.0.13 needs explicit dependency to XML::Parser
Summary: gnome-pilot-2.0.13 needs explicit dependency to XML::Parser
Status: RESOLVED DUPLICATE of bug 41124
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-17 11:34 UTC by Alexander J Lee
Modified: 2005-10-17 15:29 UTC (History)
0 users

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


Attachments
config.log file (config.log,67.63 KB, text/plain)
2005-10-17 11:36 UTC, Alexander J Lee
Details
Suggested patch to fix dependency bug (gnome-pilot-2.0.13-XMLParser.patch,357 bytes, patch)
2005-10-17 11:41 UTC, Alexander J Lee
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander J Lee 2005-10-17 11:34:20 UTC
gnome-pilot-2.0.13 needs the XML::Parser perl module to compile, but this
dependency is not explicit in the ebuild.
Please add DEPEND (or RDEPEND) = ">=dev-perl/XML-Parser-2.34".
I'm using the 2005.1 profile.

Reproducible: Always
Steps to Reproduce:
1.Get a 2005.1 x86 GRP install of Gentoo
2.issue 'ACCEPT_KEYWORDS=~x86 emerge gnome-pilot'


Actual Results:  
I got a configure error:

checking for XML::Parser... configure: error: XML::Parser perl module is
required for intltool


Expected Results:  
It should have done a clean compile, fetching that dependency by itself without
user intervention.

** EMERGE INFO OUTPUT
Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.12-gentoo-r6 i686)
=================================================================
System uname: 2.6.12-gentoo-r6 i686 AMD Athlon(TM) XP 2000+
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks keeptemp keepwork noclean sandbox sfperms
strict"GENTOO_MIRRORS="ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/
http://130.59.10.34/mirror/gentoo/ ftp://ftp.ndlug.nd.edu/pub/gentoo/
http://pandemonium.tiscali.de/pub/gentoo/ ftp://gentoo.mirrors.tds.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.samerica.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts avi berkdb bitmap-fonts cdr crypt cups curl eds emboss
encode esd fam foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 imlib
ipv6 java jpeg kde ldap libg++ libwww mad mikmod motif mozilla mp3 mpeg mysql
ncurses nls ogg oggvorbis opengl oss pam pda pdflib perl png python qt quicktime
readline ruby sdl spell ssl tcltk tcpd tiff truetype truetype-fonts type1-fonts
vorbis xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Alexander J Lee 2005-10-17 11:36:02 UTC
Created attachment 70866 [details]
config.log file
Comment 2 Alexander J Lee 2005-10-17 11:41:18 UTC
Created attachment 70867 [details, diff]
Suggested patch to fix dependency bug
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-17 15:29:28 UTC
Please search.

*** This bug has been marked as a duplicate of 41124 ***