Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4281 - ezmlm-0.53.ebuild puts wrong location in conf-bin
Summary: ezmlm-0.53.ebuild puts wrong location in conf-bin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Thilo Bangert (RETIRED) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-28 05:34 UTC by Lagos
Modified: 2002-06-28 06:09 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 Lagos 2002-06-28 05:34:15 UTC
The src_compile() function of ezmlm-0.53.ebuild puts the wrong location of
binaries into conf-dir: The binaries are actually installed in /usr/bin, but the
binaries are compiled believing they'll be in /usr. This makes the .qmail files
set up by ezmlm-make incorrect (they try to pipe the mail into /usr/ezmlm-send
for example, which does not exist) and the mailing list nonfunctional.

The correction is trivial:

23c23
<       echo "/usr" > conf-bin
---
>       echo "/usr/bin" > conf-bin

The .ebuild file affected is 

/space/gentoo/cvsroot/gentoo-x86/net-mail/ezmlm/ezmlm-0.53.ebuild,v 1.3
2002/05/14 18:00:49 bangert Exp

-- 
Lagos
Fluffy Bunny
Comment 1 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2002-06-28 06:09:41 UTC
fixed in cvs - thanks for reporting  
 
best regards 
Thilo