Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113245 - net-mail/cvm-vmailmgr removal request
Summary: net-mail/cvm-vmailmgr removal request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo TreeCleaner Project
URL:
Whiteboard: PENDING REMOVAL Nov 28th 2006
Keywords: PMASKED
: 152504 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-22 06:03 UTC by Vieri
Modified: 2006-11-29 17:59 UTC (History)
6 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 Vieri 2005-11-22 06:03:51 UTC
cvm-vmailmgr compilation fails:
undefined reference to `cvm_lookup'
undefined reference to `cvm_results'

Reproducible: Always
Steps to Reproduce:
1. emerge qmail-vmailmgr
2.
3.

Actual Results:  
./compile main.c
./compile lookup.c
./compile cvm/getpwnam.c
( ( ./compile trylib.c && ./load trylib -lcrypt ) >/dev/null 2>&1 \
  && echo -lcrypt || exit 0 ) >crypt.lib
rm -f trylib.o trylib
./load cvm-vmailmgr main.o lookup.o cvm/getpwnam.o `cat crypt.lib` -lcvm-
module -lbg-crypto -lvmailmgr -lbg-net -lbg-cdb -lbg-dict -lbg-iobuf -lbg-path -
lbg-str -lbg-misc
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../libcvm-module.a
(module_request.o)(.text+0x1c5): In function `handle_request':
: undefined reference to `cvm_lookup'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../libcvm-module.a
(module_request.o)(.text+0x1e6): In function `handle_request':
: undefined reference to `cvm_results'
collect2: ld returned 1 exit status
make: *** [cvm-vmailmgr] Error 1

!!! ERROR: net-mail/cvm-vmailmgr-0.6 failed.
!!! Function src_compile, Line 38, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.



emerge info
Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r2, 
2.6.13-gentoo-r3 i686)
=================================================================
System uname: 2.6.13-gentoo-r3 i686 Pentium II (Deschutes)
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X1
1/xkb /usr/lib/fax /usr/share/config /var/qmail/alias /var/qmail/control /var/sp
ool/fax/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=i686"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 acl acpi adabas aim alsa apache2 apm arts avi bash-completion berkdb 
bitmap-fonts bzip2 calendar cdb crypt ctype cups curl curlwrappers dbase dbm 
eds emboss encode exif expat fam fbcon flash flatfile foomaticdb fortran 
freetds ftp gd gdbm geoip gif ginac gmp gpm gstreamer gtk gtk2 hal howl iconv 
idn imap imlib ipv6 jabber java javascript jikes jpeg kerberos lcms ldap libg++ 
libwww mad maildir mailwrapper mbox mcal mhash mikmod milter mime ming mng 
motif mp3 mpeg mpi msnt mssql mysql mysqli ncurses nls ntlm odbc ogg oggvorbis 
opengl oracle oss pam pcntl pcre pda pdflib perl php png posix postgres python 
qt quicktime radius readline recode ruby samba sapdb sasl sdl session sharedext 
sharedmem simplexml slang smb soap sockets source speex spell spl ssl symlink 
szip tcpd threads tidy tiff tokenizer truetype truetype-fonts type1-fonts udev 
unicode vhosts vorbis winbind xml xml2 xmlrpc xmms xpm xv zlib userland_GNU 
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2006-06-11 02:49:21 UTC
cvm-vmailmgr has been merged into the cvm package as of version 0.18 i think...
Comment 2 Wulf Krueger (RETIRED) gentoo-dev 2006-07-21 13:25:54 UTC
You're right, Thilo:
---------------
r236 | bruce | 2004-02-09 09:43:04 -0600 (Mon, 09 Feb 2004) | 2 lines
Changed paths:
[...]
   A /trunk/tests/vmailmgr-normal
   A /trunk/tests/vmailmgr-upper-domain
   A /trunk/tests/vmailmgr-upper-pass
   A /trunk/tests/vmailmgr-upper-virt
[...]
Merged cvm-vmailmgr (including cvm-vmlookup) into this package.
---------------

Looks like cvm-vmailmgr can be removed from Portage as it doesn't compile anymore anyway.
Comment 3 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2006-07-23 02:59:42 UTC
yeah - we should clean that up.

but AFAICT the 0.18 version of cvm, which is in the tree does not include the cvm-vmailmgr part - so that one needs to go first

robbat2?
Comment 4 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2006-10-05 09:21:49 UTC
fixed mailfront-0.88 which had an unneeded dep on cvm-vmailmgr
fixed qmail-vmailmgr which had an unneeded dep on cvm-vmailmgr
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-10-23 03:55:46 UTC
*** Bug 152504 has been marked as a duplicate of this bug. ***
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2006-10-23 03:56:45 UTC
Reopening for removal, this thing won't compile at all and nothing depends on it.

Comment 7 Christian Heim (RETIRED) gentoo-dev 2006-11-04 12:15:12 UTC
p.masked unless net-mail doesn't object.
Comment 8 Christian Heim (RETIRED) gentoo-dev 2006-11-04 12:42:40 UTC
Guess Alec really needs to follow his own guidelines ...
Comment 9 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2006-11-05 03:04:00 UTC
well, this has always been more of a qmail herd package then a net-mail - it just never got moved.

you have my (qmail herd) go.

thanks!
Comment 10 Steve Dibb (RETIRED) gentoo-dev 2006-11-29 17:59:01 UTC
punted