X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ew0-f170.google.com (mail-ew0-f170.google.com [209.85.219.170]) by lists.alpinelinux.org (Postfix) with ESMTP id D3AF3170000BA for ; Fri, 6 Mar 2009 15:26:44 +0000 (UTC) Received: by ewy18 with SMTP id 18so240848ewy.25 for ; Fri, 06 Mar 2009 07:26:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=G2lVADYU/ccZAg70lTMJJV7az9LdjN0MS7FWetEj01c=; b=VZibfgT2cUFeH4TyF9cUAdb+joVDvYanVrgItqfJhlJ09lDivFjogojIEaJEm6u8zy RVkp4vOJ07mmDxnKNZ3OYEuXj6YjZEk+BGi82W/sei6PC3IpRN3miyZjElT2vbg7fTwx Eo5Be53c29fYT8RC0NNFrdLGm0am9EwEJQlW0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=DjV6U5nRSfde3g4zb1ofKYNO0w3YjnQsS8GEcEHakz0TRt4a1eGq4FUuIlX8j5i3bl j7m6S0+viA1HF38W8K4B4gR5qzLYGR0yugZ33q72EtFKJcZkpaIY5OkLF8UhROLVrGMy W/UyMcBwrKPmeq4AS5xwXodwYal8E4AeAxg0c= Received: by 10.210.125.7 with SMTP id x7mr628047ebc.52.1236353203303; Fri, 06 Mar 2009 07:26:43 -0800 (PST) Received: from ?10.65.65.1? (149-182-13.oke2-bras2.adsl.tele2.no [90.149.182.13]) by mx.google.com with ESMTPS id 10sm1831879eyz.10.2009.03.06.07.26.42 (version=SSLv3 cipher=RC4-MD5); Fri, 06 Mar 2009 07:26:42 -0800 (PST) Subject: Re: [alpine-devel] extra/dovecot From: Natanael Copa To: Michael Mason Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: References: Content-Type: text/plain Date: Fri, 06 Mar 2009 16:26:40 +0100 Message-Id: <1236353200.1916.362.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.4 Content-Transfer-Encoding: 7bit On Thu, 2009-03-05 at 23:20 +0000, Michael Mason wrote: > Please review patch. > Thx > A tip: we generally just copy init.d scripts from gentoo whenever possible. I have the portage tree via rsync but they are availabe via http too (so you dont need to download the 300MB portage tree) http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/files/ dovecot fails to build. I suspect its missing dep for libcap. distcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-settings -DSYSCONFDIR=\""/etc"\" -DPKG_RUNDIR= \""/usr/var/run/dovecot"\" -DPKG_STATEDIR=\""/usr/var/lib/dovecot"\" -DPKG_LIBEXECDIR=\""/usr/libexec/dovecot"\" -DMODULEDIR= \""/usr/lib/dovecot"\" -DSSLDIR=\""/etc/ssl\"" -march=i486 -Os -fomit-frame-pointer -std=gnu99 -march=i486 -Os -fomit-frame-pointer -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -Wstrict-aliasing=2 -MT dup2-array.o -MD -MP -MF .deps/dup2-array.Tpo -c -o dup2-array.o dup2-array.c capabilities-posix.c:6:28: error: sys/capability.h: No such file or directory capabilities-posix.c: In function 'drop_capabilities': capabilities-posix.c:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'suidcaps' run a 'scanelf -Rn pkg' after you built it and check that all .so files needed are listed in depends. humm it needs zlib too. distcc[7423] Warning: failed to distribute istream-zlib.c to distcc02, running locally instead istream-zlib.c:14:20: error: zlib.h: No such file or directory distcc[7423] ERROR: compile istream-zlib.c on localhost failed make[4]: *** [istream-zlib.lo] Error 1 I added libcap and zlib. I think we want ssl support and maybe ipv6 in there too. thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---