Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105754 - dev-libs/gmime-2.1.16 does not depend on mono, although it should if mono is selected
Summary: dev-libs/gmime-2.1.16 does not depend on mono, although it should if mono is ...
Status: RESOLVED DUPLICATE of bug 103208
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-12 18:37 UTC by Lion Vollnhals
Modified: 2005-09-13 00:57 UTC (History)
0 users

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


Attachments
fixed ebuild which conditionally depends on mono (gmime-2.1.16.ebuild,1.85 KB, text/plain)
2005-09-12 18:38 UTC, Lion Vollnhals
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lion Vollnhals 2005-09-12 18:37:35 UTC
Depending on the mono use flag mono support is either enabled or disabled in  
src_compile() in the gmime-2.1.16 ebuild. But the ebuild does not depend on 
mono if it is selected. 

Reproducible: Always
Steps to Reproduce:
1. emerge -C mono  
2. USE="mono" emerge "=gmime-2.1.16" 
  
Actual Results:  
gmime-2.1.16 does NOT compile. 

Expected Results:  
gmime-2.1.16 should have been compiled successfully instead. 

Portage 2.0.51.22-r2 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r1, 
2.6.13-ck2 i686) 
================================================================= 
System uname: 2.6.13-ck2 i686 AMD Athlon(tm) XP 2700+ 
Gentoo Base System version 1.12.0_pre6 
dev-lang/python:     2.3.5, 2.4.1-r1 
sys-apps/sandbox:    1.2.12 
sys-devel/autoconf:  2.13, 2.59-r7 
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6 
sys-devel/binutils:  2.16.1 
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 -pipe -march=athlon-xp -mtune=athlon-xp -maccumulate-outgoing-args 
-fomit-frame-pointer -momit-leaf-frame-pointer -fprefetch-loop-arrays 
-ffast-math -minline-all-stringops -mno-align-stringops -fmove-all-movables 
-funit-at-a-time" 
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/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="-O2 -pipe -march=athlon-xp -mtune=athlon-xp 
-maccumulate-outgoing-args -fomit-frame-pointer -momit-leaf-frame-pointer 
-fprefetch-loop-arrays -ffast-math -minline-all-stringops -mno-align-stringops 
-fmove-all-movables -funit-at-a-time -fvisibility-inlines-hidden" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoconfig distlocks sandbox sfperms strict strip" 
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ 
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo 
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ 
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ 
http://ftp.uni-erlangen.de/pub/mirrors/gentoo 
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo 
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/" 
LANG="de_DE.utf8" 
LC_ALL="de_DE.utf8" 
LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common" 
LINGUAS="de" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage /usr/local/gentopia" 
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage" 
USE="x86 3dnow 3dnowext X a52 aac acpi alsa arts avi bash-completion berkdb 
bmp bzip2 cairo cdr crypt curl dbus divx4linux dri dvd emboss encode ffmpeg 
foomaticdb gdbm gif glitz gmp gpm gstreamer hal howl icq ieee1394 imap imlib 
jabber jpeg kde libg++ libwww logitech-mouse mad maildir matroska mhash mikmod 
mime mmap mmx mono mp3 mpeg mpl mplayer ncurses nls nptl nptlonly ogg 
oggvorbis opengl pam pdflib perl pic png postgres python qt quicktime readline 
ruby samba sdl sharedmen slang speex spell sqlite sse ssl subversion svg tcpd 
tetex theora tiff truetype truetype-fonts type1-fonts unicode usb userlocales 
vcd vorbis win32codecs wxwindows xinerama xml2 xv xvid zeroconf zlib 
linguas_de userland_GNU kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CTARGET
Comment 1 Lion Vollnhals 2005-09-12 18:38:54 UTC
Created attachment 68319 [details]
fixed ebuild which conditionally depends on mono
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-09-13 00:57:32 UTC

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