X-Original-To: alpine-aports@lists.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from ncopa-laptop (unknown [79.160.13.130]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 9CED8DC0175; Sun, 25 Jan 2015 11:34:34 +0000 (UTC) Date: Sun, 25 Jan 2015 12:34:32 +0100 From: Natanael Copa To: AmatCoder Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/mednafen: update to 0.9.37.1 Message-ID: <20150125123432.57aa60b8@ncopa-laptop> In-Reply-To: <1421973207-7652-1-git-send-email-amatcoder@gmail.com> References: <1421973207-7652-1-git-send-email-amatcoder@gmail.com> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.25; x86_64-alpine-linux-musl) 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-Transfer-Encoding: 7bit On Fri, 23 Jan 2015 00:33:27 +0000 AmatCoder wrote: > --- > testing/mednafen/01-fix_help.patch | 6 +++--- > testing/mednafen/02-sdl_by_default.patch | 20 ++++++++++---------- > testing/mednafen/03-fix_textrels.patch | 4 ++-- > testing/mednafen/APKBUILD | 28 ++++++++++++++-------------- > 4 files changed, 29 insertions(+), 29 deletions(-) This failed on x86_64 with: make[2]: Entering directory '/home/ncopa/aports/testing/mednafen/src/mednafen/src' depbase=`echo hash/sha1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ ccache g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I../include -I../include -I../intl -Os -fomit-frame-pointer -fsigned-char -Wall -Wshadow -Wemp ty-body -Wignored-qualifiers -fno-fast-math -fno-unsafe-math-optimizations -fno -aggressive-loop-optimizations -fomit-frame-pointer -fwrapv -Os -fomit-frame-po inter -std=gnu++11 -MT hash/sha1.o -MD -MP -MF $depbase.Tpo -c -o hash/sha1.o hash/sha1.cpp &&\ mv -f $depbase.Tpo $depbase.Po hash/sha1.cpp:161:112: error: invalid digit "9" in octal constant assert(sha1(tv, 65) == "079b9ef0684bd9a600b9a23caa4297d064ce076e"_sha1); ^ --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---