Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4281

Summary: ezmlm-0.53.ebuild puts wrong location in conf-bin
Product: Gentoo Linux Reporter: Lagos <mp98>
Component: Current packagesAssignee: Thilo Bangert (RETIRED) (RETIRED) <bangert>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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