Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8445 - VMailMgr & gcc 3.2
Summary: VMailMgr & gcc 3.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-27 01:09 UTC by Arto Kitula
Modified: 2003-02-04 19:42 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 Arto Kitula 2002-09-27 01:09:23 UTC
emerging vmailmgr when using gcc 3.2 fails. Few #include <string.h> and #include
<stdlib.h> are needed on source.

Solution:

Replace /usr/portage/net-mail/vmailmgr/files/vmailmgr-0.96.9-gentoo.diff with
http://tripnotic.org/~azo/vmailmgr-0.96.9-gentoo.diff

and add LDFLAGS='-lstdc++' before ./configure on ebuild script.
Comment 1 Nick Hadaway 2002-09-28 05:05:59 UTC
vmailmgr has been updated with your patch.  I also made a couple of ebuild
changes.  LDFLAGS didn't fix the compile problem... I set CXX="g++" and added
-lsupc++ to $LIBS and things perked right up! :)

Thanks for the bug report.  The updated files should be available in portage
within 24 hours.

emerge rsync
emerge vmailmgr

Please let me know if things compile and install correctly after you update.