Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77978 - incorrect path statement in qmailadmin-1.2.1.ebuild
Summary: incorrect path statement in qmailadmin-1.2.1.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Qmail Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
: 141879 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-14 07:52 UTC by Robert Baxter
Modified: 2006-10-10 08:46 UTC (History)
1 user (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 Robert Baxter 2005-01-14 07:52:10 UTC
there's a bad path statement in qmailadmin-1.2.1.ebuild, the location of true is referenced incorrectly.
from the changelog:
1.0.26 - released 6-Aug-03
        - Changed configure options --enable-autorespond-bin and
          --enable-true-bin to --enable-autorespond-path and
          --enable-true-path to avoid confusion.  They both specify
          the directory containing the binary, not the binary itself.

the ebuild currently has: 
   local bin_true="/bin/true"
    --enable-true-path=${bin_true} \

this should be changed to:
   local bin_true="/bin"

if you compile it as is currently, you get |/bin/true/true delete which will not work. all email is deferred instead of deleted as it should be, which can be really, really not good. ;)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2006-04-11 17:21:01 UTC
fixed in 1.2.1-r1, thanks for the report+fix !
Comment 2 Erik Wasser 2006-10-10 08:46:45 UTC
*** Bug 141879 has been marked as a duplicate of this bug. ***