Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38229 - qmail-ldap-1.03-r3.ebuild is missing DEPEND info for net-mail/queue-fix
Summary: qmail-ldap-1.03-r3.ebuild is missing DEPEND info for net-mail/queue-fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Benjamin Coles
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-14 15:50 UTC by Andrew Ross (RETIRED)
Modified: 2004-03-30 22:27 UTC (History)
1 user (show)

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


Attachments
Patch to add missing DEPEND info (depend-fix.patch,393 bytes, patch)
2004-01-14 15:54 UTC, Andrew Ross (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Ross (RETIRED) gentoo-dev 2004-01-14 15:50:13 UTC
Line 238 of qmail-ldap-1.03-r3.ebuild calls /var/qmail/bin/queue-fix but net-mail/queue-fix isn't listed in DEPEND. When the queue-fix binary is missing (because net-mail/queue-fix hasn't been merged yet) the ebuild fails to report the error.

You don't even know something is wrong until qmail complains about a missing mail queue.

Reproducible: Always
Steps to Reproduce:
1. Set ACCEPT_KEYWORDS to allow unstable packages and remove qmail-ldap-1.03-r3.ebuild from packages.mask
2. emerge qmail-ldap
3. start qmail
4. send an email for local delivery
Actual Results:  
qmail-inject dies with following error:

qmail-inject: fatal: qq trouble creating files in queue (#4.3.0)

Expected Results:  
email should have been delivered successfully.

Portage 2.0.49-r20 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r3, 2.4.24)
=================================================================
System uname: 2.4.24 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.4.3.10
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium4 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/
config /var/bind /var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.whitley.unimelb.edu.au 
ftp://mirror.aarnet.edu.au/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"
USE="apache2 apm crypt gdbm ldap libg++ mysql ncurses pam perl python readline 
ssl x86 zlib"
Comment 1 Andrew Ross (RETIRED) gentoo-dev 2004-01-14 15:54:35 UTC
Created attachment 23830 [details, diff]
Patch to add missing DEPEND info
Comment 2 Benjamin Coles 2004-03-30 22:27:03 UTC
included a lot of functions in -r4, we're gonna move this in portage after april patch release from qmail-ldap maintainer. Closing