~alpine/devel

2 2

[alpine-devel] [PATCH] Add gpm console mouse daemon to testing

Details
Message ID
<CAEuRe+2=+OM9YVCegDC08eGo5Qt2GUH8iRmod8eV=TW+=iv+iA@mail.gmail.com>
Sender timestamp
1385763991
DKIM signature
missing
Download raw message
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
Details
Message ID
<20131202131617.GE29236@zen>
In-Reply-To
<CAEuRe+2=+OM9YVCegDC08eGo5Qt2GUH8iRmod8eV=TW+=iv+iA@mail.gmail.com> (view parent)
Sender timestamp
1385990177
DKIM signature
missing
Download raw message
On Fri, Nov 29, 2013 at 04:26:31PM -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


They're not. These are the packages that are (recursively) included when
one installs alpine-sdk:

abuild
acct
apk-tools
binutils
binutils-libs
build-base
busybox
bzip2
ca-certificates
cdrkit
curl
expat
fakeroot
file
g++
gcc
git
gmp5
libattr
libbz2
libc
libc-dev
libc-utils
libc0.9.32
libcap
libcrypto1.0
libgcc
libgomp
libpthread
libssh2
libssl1.0
libstdc++
libthread_db
linux-headers
lzo
make
mkinitfs
mpc1
mpfr3
mtools
openssl
patch
pax-utils
pcre
pkgconf
pkgconfig
run-parts
squashfs-tools
sudo
uclibc-dev
uclibc-utils
xz-libs
zlib

-- 
Dubiousjim
dubiousjim@gmail.com


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20131202170305.3f811911@ncopa-desktop.alpinelinux.org>
In-Reply-To
<CAEuRe+2=+OM9YVCegDC08eGo5Qt2GUH8iRmod8eV=TW+=iv+iA@mail.gmail.com> (view parent)
Sender timestamp
1386000185
DKIM signature
missing
Download raw message
On Fri, 29 Nov 2013 16:26:31 -0600
Jeff Pohlmeyer <yetanothergeek@gmail.com> 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
---
Reply to thread Export thread (mbox)