X-Original-To: alpine-aports@lists.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from smtp.mailstache.io (smtp.mailstache.io [107.170.2.33]) by mail.alpinelinux.org (Postfix) with ESMTP id 92696DC0105 for ; Mon, 2 Mar 2015 00:54:46 +0000 (UTC) Received: from localhost (ip68-227-96-165.ok.ok.cox.net [68.227.96.165]) by smtp.mailstache.io (Postfix) with ESMTPSA id 7230A400FD; Mon, 2 Mar 2015 00:54:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=jrjrtech.com; s=mailstache; t=1425257685; bh=BL54K8IrxVdKSTgbbNc1NDO0sVEBjc5Bgu4ks0P+zpQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XcbSq+o20bQ1SZKoE+xa2rHl679dHZtsyZqkyTqYo6zdQAmjUZd7UZigdKS+agL2r lYyzwpEDn26twGa+MvLV11CmkcWvw4bC8DRDMcJaN1jrsk5akLzcVv1VF6AuJg8nUw 45G0ocVYn+/rq6kBC9xYeSyfNEE1NgJx6vjeFSbZzuiHbPgk7ZblEbDZxVOiZXQBd+ ZzJ4yUbgFstzHzLL059/Gno76QG13/7L0uupL2/I9eMsgpWwbssi/67SxDcYsQeUxu 649aWS/IaaT4I9Z8he82MqONYV+HI+z7ptMZ5VJWyJ7SoGlwsf5oJfzzm60RLE3/V5 sqO6/A7sn+TFw== Date: Sun, 1 Mar 2015 18:54:44 -0600 From: John Regan To: Leonardo Arena Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/s6-linux-utils: new aport r1 Message-ID: <20150302005444.GB70439@hefty.lan> References: <1424984979-2753-1-git-send-email-john@jrjrtech.com> <1425027004.7419.26.camel@df1844j> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425027004.7419.26.camel@df1844j> User-Agent: Mutt/1.5.23 (2014-03-12) Oh, I see what I did - looks like I fat-fingered the version, it should be 2.0.1.0, not 2.0.0.1. I'll make a new submission tomorrow morning, sorry about that! -John On Fri, Feb 27, 2015 at 09:50:04AM +0100, Leonardo Arena wrote: > On gio, 2015-02-26 at 16:09 -0500, John Regan wrote: > > --- > > testing/s6-linux-utils/APKBUILD | 50 +++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 50 insertions(+) > > create mode 100644 testing/s6-linux-utils/APKBUILD > > > > Thank you. > Unfortunately now building stops with another error: > > exec gcc -iquote src/include-local -Isrc/include > -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -O2 -Os > -fomit-frame-pointer -Werror=implicit-function-declaration > -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Os > -fomit-frame-pointer -std=c99 -fomit-frame-pointer -fno-exceptions > -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack > -fno-stack-protector -pipe -Wall -c -o src/minutils/s6-logwatch.o > src/minutils/s6-logwatch.c > src/minutils/s6-hiercopy.c:17:13: error: conflicting types for > 'hiercopy' > static void hiercopy (char const *, char const *) ; > ^ > In file included from src/minutils/s6-hiercopy.c:11:0: > /usr/include/skalibs/djbunix.h:145:12: note: previous declaration of > 'hiercopy' was here > extern int hiercopy (char const *, char const *) ; > ^ > Makefile:104: recipe for target 'src/minutils/s6-hiercopy.o' failed > make: *** [src/minutils/s6-hiercopy.o] Error 1 > make: *** Waiting for unfinished jobs.... > >>> ERROR: s6-linux-utils: all failed > > > Thanks! > > - leo > > --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---