Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41710 - Ebuild for popa3d 0.6.4 dose not download popa3d-0.5.9-maildir-2.diff
Summary: Ebuild for popa3d 0.6.4 dose not download popa3d-0.5.9-maildir-2.diff
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Hallgrimur Gunnarsson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-15 15:37 UTC by Skyler McCurdy
Modified: 2004-02-18 03:38 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 Skyler McCurdy 2004-02-15 15:37:35 UTC
An emerge for popa3d 0.6.4 does not download the popa3d-0.5.9-maildir-2.diff patch. After downloading the patch manualy the rest of the build works perfectly.

Reproducible: Always
Steps to Reproduce:
emerge popa3d



Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.25_pre6-gss)
=================================================================
System uname: 2.4.25_pre6-gss i686 Intel(R) Pentium(R) III CPU             1133MHz
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=pentium3 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -mcpu=pentium3 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://mirrors.tds.net/gentoo http://mirrors.tds.net/gentoo
ftp://gentoo.ccccom.com http://gentoo.ccccom.com"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gnome gpm gtk
gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis
opengl oss pam pdflib perl png python qt quicktime readline sdl slang spell ssl
svga tcpd truetype x86 xml2 xmms xv zlib"
Comment 1 Hallgrimur Gunnarsson (RETIRED) gentoo-dev 2004-02-18 03:38:22 UTC
Ok, fixed, thanks for reporting this. Here's an excerpt of the changelog detailing what the problem was:

  18 Feb 2004; Hallgrimur H. Gunnarsson <hhg@gentoo.org> popa3d-0.6.4.ebuild:
  Maildir support was chosen as the default when neither the mbox nor the
  maildir USE flags were set. This caused the build to fail, since maildir
  support requires a patch which is only downloaded when the maildir USE flag is
  set. Now, mailbox support is chosen as the default. This was reported in bug
  #41710 by Skyler McCurdy <stupidlimits@yahoo.com>.