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 854A1170000BA for ; Fri, 6 Mar 2009 14:57:01 +0000 (UTC) Received: by ewy18 with SMTP id 18so234920ewy.25 for ; Fri, 06 Mar 2009 06:57:00 -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=wtaNZdxUxRmRqhXI8SNsLOljt9MckpuMb7uw480A9Bo=; b=A7PWhANm+Vn3qI4rQzOXe5TPPxBc5dnkrP6m5wBuwOomPNPNYqe7pE3g31TRrq/nNn EajWSWW+I+ugAcPOpYLzDmE+LfOpBCCvvlJya9BTSubaaZH+reVsd8bMLltoVx8IdvbG nQ5RV952JZCepy5jAGi3phBbiv+/PbGFg/1nQ= 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=bbxXG09pwJgkURrBNmxjWcq7KYUx2SK27QiLBVbvwgkNTyGwZ192xfKX21wQdAjago ql8YS5MfQjk+gpDFrfVCgF4/boO6rckDvYNF/vdiRhCDYpHJwOhbq2XJArGAH1zngmCX 6v1ssZvvD8vDY2uvW97ad5qboyiXytoUfuNQQ= Received: by 10.210.41.14 with SMTP id o14mr606388ebo.83.1236351420890; Fri, 06 Mar 2009 06:57:00 -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 5sm1830909eyf.52.2009.03.06.06.56.59 (version=SSLv3 cipher=RC4-MD5); Fri, 06 Mar 2009 06:57:00 -0800 (PST) Subject: Re: [alpine-devel] extra/grep From: Natanael Copa To: Michael Mason Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <8E34F7AE-DFF4-4098-8C15-EA4793469FCE@gmail.com> References: <8E34F7AE-DFF4-4098-8C15-EA4793469FCE@gmail.com> Content-Type: text/plain Date: Fri, 06 Mar 2009 15:56:57 +0100 Message-Id: <1236351417.1916.342.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 21:32 +0000, Michael Mason wrote: > Please review. > Working on some of the packages in the list: > http://dev.alpinelinux.org/~ncopa/alpine/pkg-todo.txt > Maybe we should try get the acf-* files done? In file included from esearch.c:2: search.c:44:19: error: pcre.h: No such file or directory In file included from esearch.c:2: search.c: In function 'check_multibyte_string': looks like it needs pcre. (after adding pcre-dev to makedepends:) nclab01:~/aports/extra/grep$ scanelf -Rn pkg TYPE NEEDED FILE ET_DYN libpcre.so.0,libc.so.0,ld-uClibc.so.0 pkg/usr/bin/grep we need pcre in depends (it provides libpcre.so.0) I added those and committed. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---