First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 63896
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Net-Mail Packages <net-mail@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Martin Hierling <martin.hierling@hs-owl.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 63896 depends on: Show dependency tree
Show dependency graph
Bug 63896 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-09-13 08:08 0000
Can't exec "/usr/bin/zcat": No such file or directory at /usr/sbin/exigrep line
133.
Unable to zcat main.log.10.gz: No such file or directory

It should be /bin/zcat in /usr/sbin/exigrep Line 133

Reproducible: Always
Steps to Reproduce:
1. exigrep a gz Logfile
2.
3.




 # epm -q exim
exim-4.34-r1

Portage 2.0.50-r9 (default-sparc64-2004.0, gcc-3.3.3, glibc-2.3.2-r11,
2.4.27-sparc)
=================================================================
System uname: 2.4.27-sparc sparc64 sun4u
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="sparc"
AUTOCLEAN="yes"
CFLAGS="-mcpu=ultrasparc -O2 -pipe"
CHOST="sparc-unknown-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/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mcpu=ultrasparc -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="buildpkg ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync16.de.gentoo.org/gentoo-portage"
USE="arts avi berkdb crypt cups dnsdb encode esd fbcon foomaticdb gdbm gif
imlib
jpeg ldap libwww mad maildir mbox mikmod motif mpeg mysql ncurses nls oggvorbis
opengl oss pam pdflib perl png python qt readline sdl slang sparc spell ssl
tcpd
truetype xml2 xmms xv zlib"

------- Comment #1 From Martin Hierling 2004-12-28 13:11:37 0000 -------
could someone please update the ebuild? every exim emerge breaks my statistic
scripts. her is the patch.

--- exim-4.43.ebuild    2004-12-28 21:59:07.118608472 +0100
+++ exim-4.43-r1.ebuild 2004-12-28 22:00:37.392884696 +0100
@@ -73,6 +73,7 @@
                -e "s:# SUPPORT_MAILSTORE=yes:SUPPORT_MAILSTORE=yes:" \
                -e "s:EXIM_USER=:EXIM_USER=mail:" \
                -e "s:# AUTH_SPA=yes:AUTH_SPA=yes:" \
+               -e "s:^ZCAT_COMMAND.*$:ZCAT_COMMAND=/bin/zcat:" \
                src/EDITME > Local/Makefile

        cd Local

------- Comment #2 From Andrej Kacian (RETIRED) 2004-12-28 14:05:52 0000 -------
Fixed in CVS. Thanks and sorry it took so long.

First Last Prev Next    No search results available      Search page      Enter new bug