X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ew0-f10.google.com (mail-ew0-f10.google.com [209.85.219.10]) by lists.alpinelinux.org (Postfix) with ESMTP id 6A709170000BA for ; Mon, 26 Jan 2009 10:20:52 +0000 (UTC) Received: by ewy3 with SMTP id 3so6965474ewy.1 for ; Mon, 26 Jan 2009 02:20:51 -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=xTX7/aJujUk2Yl2ySkOFuBWfhpJOgHx+5CQkr/ARptc=; b=N9GZsMPKS/A5EbCppmrrLoe8eK0UORF6WuwHQ8R8PA9MbSJ5M+8RWNXCOfskGseqqU G+5vemmE6IKIL/mBeoOwYvTKEG6prC+pbU2IHLXlPGx8lc/nxnIr01vbpobyiajRHdKB D+80gPfMqUsUkAwwwl/VSkWW7zEsi/N0mgoYw= 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=soB4UX2DVCKYwJLskYx3aXoG+6y+JV/SxXt1Z+pVdSiEhJ8IbIjJnJB50obQ2W06sm hst4QE3hwAYiH9yvv9+/U4ES0T+Ca/J10W2nOeW+FknlCUBMox5/HqXX5v0KaLVLi2zc lmfi/DF/04OkQxDOInpJ3R7BrKOrHTduGQ+QY= Received: by 10.210.57.5 with SMTP id f5mr5961505eba.57.1232965251843; Mon, 26 Jan 2009 02:20:51 -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 23sm8301513eya.53.2009.01.26.02.20.50 (version=SSLv3 cipher=RC4-MD5); Mon, 26 Jan 2009 02:20:51 -0800 (PST) Subject: Re: [alpine-devel] added m4 as dep in flex From: Natanael Copa To: Carlo Landmeter Cc: alpine In-Reply-To: <20090124121100.9A0C162BB@smtp02.prioritytelecom.nl> References: <20090124121100.9A0C162BB@smtp02.prioritytelecom.nl> Content-Type: text/plain Date: Mon, 26 Jan 2009 11:20:48 +0100 Message-Id: <1232965248.28748.188.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.2 Content-Transfer-Encoding: 7bit On Sat, 2009-01-24 at 12:11 +0000, Carlo Landmeter wrote: > Flex did not work for me and trew me this error: flex: fatal internal error, exec failed > I installed m4 and flex was working correctly. > > See attached git patch. > > Carlo > Yes looks correct. Thanks! btw. since the resulting binary change (new dependency) we should increase the pkgrel. If a user forexample got hit by this "bug", and we fix it, then he will not get the fix via 'apk add -u' til we have changend the pkgrel. So ingeneral, if the binary package change in any way (new configure options, dependencies etc) then we should increase the pkgrel. If the change only affects the buildtime (e.g adding a missing makedepends) then we dont need to change it. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---