X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from smtp.freemail.gr (smtp.freemail.gr [81.171.104.132]) by mail.alpinelinux.org (Postfix) with ESMTP id D15A61CDCBDA for ; Tue, 25 Oct 2011 06:31:54 +0000 (UTC) Received: from [10.10.10.233] (ppp-94-65-197-226.home.otenet.gr [94.65.197.226]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.freemail.gr (Postfix) with ESMTP id 6EA393381C7; Tue, 25 Oct 2011 09:44:58 +0300 (EEST) Message-ID: <4EA657D6.8000906@freemail.gr> Date: Tue, 25 Oct 2011 09:31:50 +0300 From: Harry Lachanas User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101218 Thunderbird/3.1.7 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: Carlo Landmeter CC: Harry Lachanas , Alpine Development Subject: Re: [alpine-devel] APKBUILD for liboping References: <4EA555E7.1030301@freemail.gr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 10/24/2011 05:29 PM, Carlo Landmeter wrote: > 6. You dont need to specify the dev or doc functions when nothing > special has to be done. It will be automatically called by subpackages > var. > 7. liboping didn't correctly "make install". (missing setcap). If you > use abuild you would have noticed. Hi Carlo, Many thanks for your nice remarks, indeed I had no idea about the "newapkbuild" approach. However by now I am sure that you know that the "setcap missing" problem arises from the fact that there are a couple executables missing from libcap-2.20-r0.apk. Since I've downloaded and compiled it manually on my test system the libcap tar thing provides the binaries bellow capsh, ( ok ) getcap, ( ** missing in alpine ) getpcaps, ( ok ) setcap, ( ** missing in alpine ) Now the *apkbuild approach as far as the above package is concerned has to be revised by the maintainer, the aports/main/libcap/APKBUILD is broken and probably outdated since the web page of the package states "You can download libcap2 in the following ways: As a tar file (kernel.org hacked so this is temporarily unavailable). Or browse the git managed source here." while the APKBUILD tries to download from: http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2 Which is a dead link. Cheers, Harry. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---