X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-fx0-f219.google.com (mail-fx0-f219.google.com [209.85.220.219]) by lists.alpinelinux.org (Postfix) with ESMTP id 46F3E1EFC00 for ; Thu, 30 Jul 2009 14:21:52 +0000 (UTC) Received: by fxm19 with SMTP id 19so700032fxm.26 for ; Thu, 30 Jul 2009 07:21:52 -0700 (PDT) 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=VMVRniRXihAh5skFgow/iLi6O45Xq+y5tQBOkdN7dHM=; b=i7ki/DmbcwEhRdHFKQg7oxvxKRi5LrT4TeEaFXuIQotzMXDaEVW9rFWBU+rAV4usqg dr1XmzzFLQPCtOy1I5KHw991o74QFGNIvMSqP23CnfIwyfj/Fk1R6AWR5sJsBikqZcp6 vnXce1eKJH4SxOXrQ0V95fAbtw4qBHW5YgUCs= 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=hfDeya7mvYmqbsRdDzNLkd7LNoTqSVs0qsa+4lBiybmciYM6OhrBA1R0a7renPwN2k BnjXxlQu10l/xT2cBMjOCxxVXd+6SJKTy9sZq+ZWVV4buKYzpcbBMeSBCicS9LidUujW z7ZlI9ofAQRnJp2HB8a8r7Jq2FckAaQYR5V9A= Received: by 10.103.171.6 with SMTP id y6mr724672muo.110.1248963711903; Thu, 30 Jul 2009 07:21:51 -0700 (PDT) Received: from ?10.65.65.1? ([90.149.199.29]) by mx.google.com with ESMTPS id e8sm14108441muf.6.2009.07.30.07.21.50 (version=SSLv3 cipher=RC4-MD5); Thu, 30 Jul 2009 07:21:51 -0700 (PDT) Subject: Re: [alpine-devel] apk: invalid option -- d From: Natanael Copa To: Mark Constable Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <4A71A6BC.5050204@renta.net> References: <4A71A6BC.5050204@renta.net> Content-Type: text/plain Date: Thu, 30 Jul 2009 16:22:54 +0200 Message-Id: <1248963774.19561.48.camel@localhost.localdomain> 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.26.3 Content-Transfer-Encoding: 7bit On Thu, 2009-07-30 at 23:57 +1000, Mark Constable wrote: > The package built and what is in pkg/ looks good but it > doesn't quite finish off building the actual *.apk package. > > >>> ... > >>> mrxvt*: Creating mrxvt-doc-0.5.4-r2009073013.apk... > >>> mrxvt*: Tracing dependencies for mrxvt... > >>> mrxvt*: Added 'uclibc' as dependency as it has ld-uClibc.so.0 > >>> mrxvt*: Added 'libx11' as dependency as it has libX11.so.6 > >>> WARNING: mrxvt*: You can remove 'libxpm' from depends There is a new feature in abuild that will trace all the .so dependencies for you. You only need to specify things that are not handled by the linker. (ie scripts that needs perl, bash etc) > >>> mrxvt*: Added 'libxrender' as dependency as it has libXrender.so.1 > >>> mrxvt*: Added 'uclibc' as dependency as it has libc.so.0 > >>> WARNING: mrxvt*: You can remove 'libjpeg' from depends > >>> WARNING: mrxvt*: You can remove 'libpng' from depends ditto but you still need the -dev package in makedepends. > >>> mrxvt*: Creating mrxvt-0.5.4-r2009073013.apk... > >>> mrxvt: Updating the cached abuild repository index... > apk: invalid option -- d You have an old version of abuild. You should use 2.0_rc something. Do this to upgrade the build tools: apk update apk add -u alpine-sdk -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---