Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25820 - net-mail/qmail-1.03-r10: cannot compile without SSL/TLS support
Summary: net-mail/qmail-1.03-r10: cannot compile without SSL/TLS support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-03 10:43 UTC by Sascha Silbe
Modified: 2003-08-05 04:11 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 Sascha Silbe 2003-08-03 10:43:14 UTC
net-mail/qmail-1.03-r10 cannot be compiled without SSL support. The following line in the ebuild prevents it:

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

If "use ssl" fails, die gets called.



Reproducible: Always
Steps to Reproduce:
1. USE=-ssl emerge qmail

Actual Results:  
p15138336 control # USE=-ssl emerge qmail
Calculating dependencies ...done!
>>> 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 /var/tmp/portage/qmail-1.03-r10/work
>>> Unpacking qmail-smtpd-auth-0.31.tar.gz to /var/tmp/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)

p15138336 control # 


Expected Results:  
Build qmail without SSL/TLS support.


Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 Intel(R) Celeron(R) CPU 2.00GHz
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.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 /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm arts avi crypt cups encode foomaticdb gif gpm imlib java jpeg kde gnome libg++ libwww mad mikmod mmx mpeg ncurses nls oggvorbis pdflib png qt quicktime sdl slang spell svga truetype xml2 xmms xv zlib gdbm berkdb readline mysql X tcpd pam ssl perl python esd gtk motif opengl"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686 -pipe"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-08-05 04:11:39 UTC
Fixed in upcoming -r11 (and in some -r10 already).