Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8994 - vmailmgr ebuild fails on ./configure
Summary: vmailmgr ebuild fails on ./configure
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-10-10 16:24 UTC by Henti Smith
Modified: 2003-02-04 19:42 UTC (History)
2 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 Henti Smith 2002-10-10 16:24:48 UTC
Instaling vmailmgr and the configure breaks.

creating cache ./config.cache
checking for a BSD compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -mcpu=i686 -pipe ) works... no
configure: error: installation or configuration problem: C compiler cannot 
create executables.

!!! ERROR: The ebuild did not complete successfully.
!!! Function econf, Line 9, Exitcode 1
!!! econf failed

config.log has the following 

configure:1022: checking whether the C compiler (gcc -O2 -mcpu=i686 -pipe ) 
works
configure:1038: gcc -o conftest -O2 -mcpu=i686 -pipe   conftest.c -lcrypt -
lsupc++ 1>&5
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lsupc++
collect2: ld returned 1 exit status
configure: failed program was:

I canont find any referance to -lsupc++ anywhere in the configure .. and if I 
run ./configure on it's own it works fine.

System : 

Linux carrier.tcsn.co.za 2.4.19-gentoo-r9 #2 SMP Tue Oct 8 19:27:54 SAST 2002 
i686 GenuineIntel
gcc version 2.95.3 20010315 (release)
*  sys-apps/portage
      Latest version available: 2.0.38
      Latest version installed: 2.0.38
      Homepage: http://www.gentoo.org
      Description: Portage ports system

Anything else you need ?
Comment 1 Henti Smith 2002-10-11 02:51:12 UTC
Once I removed "-lsupc" from the ebuild it works fine :) 
Henti 
Comment 2 Nick Hadaway 2002-10-29 13:38:52 UTC
I have updated the ebuild.  Please test things and let me know how they go.
Comment 3 Henti Smith 2002-10-30 03:04:35 UTC
Looks good :) 
emerges fine on my side :) 
I have tho switched to vpopmail .... couldn't get vmailmgr working ... 
Henti