X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id 64634DC0181 for ; Mon, 2 Dec 2013 16:03:09 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id C097DBC3CDB; Mon, 2 Dec 2013 16:03:08 +0000 (UTC) Date: Mon, 2 Dec 2013 17:03:05 +0100 From: Natanael Copa To: Jeff Pohlmeyer Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] Add gpm console mouse daemon to testing Message-ID: <20131202170305.3f811911@ncopa-desktop.alpinelinux.org> In-Reply-To: References: X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.20; x86_64-alpine-linux-uclibc) X-Mailinglist: alpine-devel 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, 29 Nov 2013 16:26:31 -0600 Jeff Pohlmeyer wrote: > Note that building this thing requires autoconf, automake, and libtool > but I didn't list them in makedepends. I assume they are part of the > "default" build environment? > > - Jeff ccache gcc -Os -fomit-frame-pointer -pipe -Wformat -Werror=format-security -I/home/ncopa/aports/testing/gpm/src/gpm-1.20.7/src -DHAVE_CONFIG_H -include headers/config.h -Wall -DSYSCONFDIR="\"/etc\"" -DSBINDIR="\"/usr/sbin\"" -D_GNU_SOURCE -Os -fomit-frame-pointer -pipe -Wformat -Werror=format-security -Os -fomit-frame-pointer -pipe -Wformat -Werror=format-security -Os -fomit-frame-pointer -pipe -Wformat -Werror=format-security -c -o lib/libxtra.o lib/libxtra.c lib/report-lib.c: In function 'gpm_report': lib/report-lib.c:50:4: error: format not a string literal and no format arguments [-Werror=format-security] syslog(log_level, string); ^ cc1: some warnings being treated as errors C code is ugly... I fixed that and apply it. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---