Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 25599

Summary: Can't emerge qmail, when ssl use flag is disabled
Product: Gentoo Linux Reporter: Matthias Liertzer <linux>
Component: [OLD] ServerAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal CC: grandmasterlinux
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Matthias Liertzer 2003-07-30 17:41:42 UTC
When I try to emerge qmail without ssl support, emerge fails with the following
error message:

>>> emerge (1 of 1) net-mail/qmail-1.03-r10 to /
>>> md5 src_uri ;-) qmail-1.03.tar.gz
>>> md5 src_uri ;-) qmail-smtpd-auth-0.31.tar.gz
>>> md5 src_uri ;-) qmailqueue-patch
>>> md5 src_uri ;-) big-todo.103.patch
>>> md5 src_uri ;-) qmail-link-sync.patch
>>> md5 src_uri ;-) big-concurrency.patch
>>> md5 src_uri ;-) qmail-0.0.0.0.patch
>>> Unpacking source...
>>> Unpacking qmail-1.03.tar.gz to /mnt/hda6/portagetmp/portage/qmail-1.03-r10/work
>>> Unpacking qmail-smtpd-auth-0.31.tar.gz to
/mnt/hda6/portagetmp/portage/qmail-1.03-r10/work
 * Applying auth.patch...                         [ ok ]
 * Applying smtp-auth-close3.patch...             [ ok ]
!!! ERROR: net-mail/qmail-1.03-r10 failed.
!!! Function src_unpack, Line 55, Exitcode 1
!!! (no error message)

The following line in the ebuild causes the trouble:

use ssl && bzcat ${FILESDIR}/${PV}-${PR}/tls.patch.bz2 | patch || die




Reproducible: Always
Steps to Reproduce:
1. USE="-ssl" emerge qmail
Actual Results:  
emerge failed

Expected Results:  
qmail gets emerged without ssl-support as I don't need it.

Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.19 i586 AMD-K6(tm) 3D processor
GENTOO_MIRRORS="ftp://192.168.0.3 ftp://gentoo.inode.at/source
http://gentoo.linux.no http://trumpetti.atm.tut.fi/gentoo
http://gentoo.oregonstate.edu/
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /var/bind"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/mnt/hda6/portagedistfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/mnt/hda6/portagetmp"
PORTDIR_OVERLAY=""
USE="x86 crypt cups foomaticdb gif jpeg libg++ libwww mad mmx ncurses nls pdflib
png slang truetype xml2 zlib gdbm berkdb readline tcpd pam ssl perl python
apache2 firebird flash gd imap kerberos ldap maildir mysql oav pic postgres ppds
samba slp tetex tiff wmf xml -oss -3dnow -apm -arts -avi -encode -gpm -gtk
-imlib -java -kde -gnome -mikmod -motif -mpeg -oggvorbis -opengl -qt -quicktime
-sdl -spell -svga -X -xmms -xv"
COMPILER="gcc3"
CHOST="i586-pc-linux-gnu"
CFLAGS="-march=i586 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=i586 -O3 -pipe -fomit-frame-pointer"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 SpanKY gentoo-dev 2003-07-30 17:51:25 UTC
fixed in cvs, sorry for the trouble