Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103718 - dev-libs/gmime-2.1.16 ebuild has incorrent gtk-sharp requirement
Summary: dev-libs/gmime-2.1.16 ebuild has incorrent gtk-sharp requirement
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 09:34 UTC by Travis Hansen
Modified: 2005-09-22 15:27 UTC (History)
4 users (show)

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 Travis Hansen 2005-08-25 09:34:57 UTC
checking pkg-config is at least version 0.9.0... yes
checking for GTK_SHARP... configure: error: Package requirements (gtk-sharp-2.0
>=1.9.5) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

The requirement for gtk-sharp in the ebuild is gtk-sharp-1.*

Reproducible: Always
Steps to Reproduce:
1. emerge gmime-2.1.16 with the mono use flag enabled
2.
3.

Actual Results:  
The configure dies with output specified above

Expected Results:  
a completed configure and subsequent compile and install.
Comment 1 Lasse Bigum 2005-08-25 11:39:47 UTC
Confirmed on my system.

Portage 2.0.51.22-r2 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r1, 2.6.
12-gentoo-r6 i686)
=================================================================
System uname: 2.6.12-gentoo-r6 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.12.0_pre6
ccache version 2.4 [disabled]
dev-lang/python:     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 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -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/splash /etc/terminfo /etc/texmf/web2c /etc/
env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.du.se/pub/os/gentoo http://trumpetti.atm.tut.fi/
gentoo/ http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://ds.thn.htu.
se/linux/gentoo"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage-gentopia"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X alsa apm avi bash-completion berkdb bitmap-fonts crypt cups 
curl dga eds emboss encode fam flac foomaticdb fortran gd gdbm gif gnome gnutls 
gpm gstreamer gtk gtk2 hal howl imlib ipv6 java jpeg libg++ libwww mad mikmod 
mmx mono motif mp3 mpeg mysql ncurses nls nptl nptlonly ogg oggvorbis opengl oss 
pam pdflib perl png python quicktime readline sdl slang spell sqlite sse ssl 
svga tcpd tetex tiff truetype truetype-fonts type1-fonts unicode usb vorbis xine 
xml xml2 xmms xprint xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, LINGUAS, MAKEOPTS

Mono version:
[ebuild   R   ] dev-lang/mono-1.1.8.3  +X -icu +nptl 0 kB 
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2005-08-26 23:17:06 UTC
100% correct. The depend needs to be on gtk-sharp-2.3.90 or higher and dsd made
kind of a reference to that in the Changelog but not really. But I'd say it's an
issue because those gtk-sharp releases are in package.mask but according to
latexer they will be coming out soon.

I'll fix this bug if no one cares as soon as gtk-sharp-2.3.90 is no masked anymore.

btw, reassigning to net-mail since they really own the package and not gnome.
Comment 3 Peter Johanson (RETIRED) gentoo-dev 2005-09-16 10:57:20 UTC
*-sharp-2.3.* is out of package.mask. All the 2.5.x stuff will remain in
package.mask for a while.
Comment 4 Andrej Kacian (RETIRED) gentoo-dev 2005-09-22 15:27:21 UTC
Fixed. Thanks for reporting.