Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88529 - courier MTA fails to compile perlfilter module - needs to use USE flag
Summary: courier MTA fails to compile perlfilter module - needs to use USE flag
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-09 18:00 UTC by Keith Dart
Modified: 2005-07-29 08:09 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 Keith Dart 2005-04-09 18:00:40 UTC
The mail-mta/courier-0.49.0.20050405 ebuild fails to compile at the point where it compiles the perffilter module.

Compiling perlfilter.c
Linking perlfilter
perlfilter.o(.text+0x145): In function `perlfilter':
: undefined reference to `PL_errgv'

However, for me, I don't want the perlfilter module anyway. This ebuild does not honor the the "perl" USE flag. It really should, since I have it off, and courier provides a configure option to disable the perlfilter. 


Reproducible: Always
Steps to Reproduce:
1. emerge courier
2.
3.

Actual Results:  
emerge aborts

Expected Results:  
compile without perlfilter module.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-17 23:02:02 UTC
Mass re-assign, seems like mail-mta/courier needs a maintainer. 
Comment 2 Brian Jackson (RETIRED) gentoo-dev 2005-07-29 08:09:21 UTC
If you can whip up a patch, I'll consider it.