Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59014 - ebuild for kdepim-3.3.0_beta2-r1 is missing a dependency for libgpg-error
Summary: ebuild for kdepim-3.3.0_beta2-r1 is missing a dependency for libgpg-error
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-31 12:01 UTC by Rainer Findenig
Modified: 2004-08-01 05:29 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 Rainer Findenig 2004-07-31 12:01:27 UTC
It seems the ebuild for kdepim-3.3.0_beta2-r1 is missing a dependency for libgpg-error - it wouldn't compile without it being installed, but emerge didn't install it by itself.

Reproducible: Always
Steps to Reproduce:
1. try to emerge kdepim-3.3.0_beta2-r1 without having libgpg-error emerged

Actual Results:  
make fails since gcc is unable to locate /usr/include/gpg-error.h 

Expected Results:  
 

Portage 2.0.50-r9 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r0, 
2.6.7-gentoo-r1) 
================================================================= 
System uname: 2.6.7-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz 
Gentoo Base System version 1.4.16 
distcc 2.13 i486-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled] 
Autoconf: sys-devel/autoconf-2.59-r3 
Automake: sys-devel/automake-1.8.3 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-O3 -march=pentium4 -funroll-loops -pipe -mmmx -msse -msse2 
-mfpmath=sse,387 -fomit-frame-pointer" 
CHOST="i486-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3.3/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O3 -march=pentium4 -funroll-loops -pipe -mmmx -msse -msse2 
-mfpmath=sse,387 -fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache sandbox" 
GENTOO_MIRRORS="ftp://gentoo.inode.at/source/ http://gentoo.inode.at/" 
MAKEOPTS="-j3" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X aalib acpi alsa apm arts avi berkdb cdr crypt cups dvd dvdr encode esd 
foomaticdb gdbm gif gpm gtk gtk2 imlib java jpeg kde libg++ libwww mad mikmod 
motif mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png ppds python qt 
quicktime readline sdl slang spell sse ssl svga tcltk tcpd tetex truetype 
video_cards_radeon x86 xinerama xml2 xmms xv zlib"
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2004-07-31 13:43:45 UTC
kdepim depends on >=gpgme-0.4.5 that depends on libgpg-error,
so this should not happen. Make sure you can reproduce after
an emerge sync, the ebuild changed a bit lately...
Comment 2 Rainer Findenig 2004-08-01 05:29:08 UTC
Oops, seems somehow I deinstalled gpg-error during an emerge depclean, since I have gpgme installed, but gpg-error was missing..

Sorry for the wrong report...