Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97287 - The exim ebuild doesn't install exipick
Summary: The exim ebuild doesn't install exipick
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Colin Morey (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-28 03:45 UTC by Chris Lear
Modified: 2005-10-08 02:05 UTC (History)
3 users (show)

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 Chris Lear 2005-06-28 03:45:37 UTC
"emerge exim" installs exicyclog, exim_dbmbuild, exim_dumpdb, exim_fixdb, 
exim_lock, exim_tidydb, exinext, exiwhat, exigrep, eximstats, exiqsumm, 
convert4r3, and convert4r4. It also installs eximon if the X use flag is set. 
All these are helper applications that are built by the exim build process.

The exipick executable is created, but it is not installed.

Reproducible: Always
Steps to Reproduce:
1. emerge exim
Actual Results:  
exipick was not installed

Expected Results:  
expick should be installed

Here's a diff that works for me.


--- exim-4.50-r1.ebuild 2005-06-12 21:35:40.000000000 +0100
+++ exim-4.50-r1.ebuild.edited  2005-06-28 11:36:04.863423836 +0100
@@ -215,7 +215,7 @@
        exeinto /usr/sbin
        for i in exicyclog exim_dbmbuild exim_dumpdb exim_fixdb exim_lock \
                exim_tidydb exinext exiwhat exigrep eximstats exiqsumm \
-               convert4r3 convert4r4
+               convert4r3 convert4r4 exipick
        do
                doexe $i
        done
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-18 03:10:24 UTC
Mass re-assign, maintainer to whom this bug was assigned seems inactive. 
Comment 2 Colin Morey (RETIRED) gentoo-dev 2005-07-18 03:38:16 UTC
I am not inactive!
Comment 3 Colin Morey (RETIRED) gentoo-dev 2005-10-08 02:05:37 UTC
Fix is in >=mail-mta/exim-4.52