Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1444 - exim ebuild (3.34) does not install exim binary.
Summary: exim ebuild (3.34) does not install exim binary.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Grant Goodyear (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-31 22:42 UTC by Jon Nelson (RETIRED)
Modified: 2003-02-04 19:42 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 Jon Nelson (RETIRED) 2002-03-31 22:42:05 UTC
Uh, where *is* exim?

host:/etc/init.d# qpkg -l exim | grep bin
/usr/sbin
/usr/sbin/exigrep
/usr/sbin/eximstats
/usr/sbin/exiqsumm
/usr/bin
/usr/sbin/sendmail -> /usr/sbin/exim
/usr/bin/mailq -> /usr/sbin/exim
/usr/bin/newaliases -> /usr/sbin/exim
/usr/bin/mail -> /usr/sbin/exim
/usr/lib/sendmail -> /usr/sbin/exim
host:/etc/init.d#
Comment 1 Jon Nelson (RETIRED) 2002-03-31 23:17:11 UTC
--- /usr/portage/net-mail/exim/exim-3.34.ebuild Fri Jan 18 09:12:06 2002
+++ exim-3.34.ebuild    Sun Mar 31 23:15:38 2002
@@ -11,6 +11,7 @@
 DEPEND="virtual/glibc
                >=sys-libs/db-3.2
                >=sys-devel/perl-5.6.0
+               >=sys-libs/libpcre-3.4
                pam? ( >=sys-libs/pam-0.75 )
                tcpd? ( sys-apps/tcp-wrappers )
                mta-tls? ( >=dev-libs/openssl-0.9.6 )
@@ -80,6 +81,7 @@
                sed -e "s:# LOOKUP_MYSQL=yes:LOOKUP_MYSQL=yes:" \
                        -e "s:# LOOKUP_LIBS=-L/usr/local/lib -lldap -llber
-lmysqlclient -lpq:LOOKUP_LIBS=-L/usr/lib -lldap -llber -lmysqlclient -lpq:"
Local/Makefile.tmp >| Local/Makefile
        fi
+       cat Makefile | sed -e 's/^buildname=.*/buildname=exim-gentoo/g' >
Makefile.gentoo && mv -f Makefile.gentoo Makefile
 }
 
 
@@ -90,7 +92,7 @@
 
 src_install () {
 
-       cd ${S}/build-Linux-i386
+       cd ${S}/build-exim-gentoo
        insopts -o root -g root -m 4755
        insinto /usr/sbin
        doins exim
Comment 2 Grant Goodyear (RETIRED) gentoo-dev 2002-04-01 11:17:51 UTC
Fixed.  Thanks!