Re: Seg fault when building from git

2013-11-23 Thread John Darrington
On Sat, Nov 23, 2013 at 10:48:29PM +0100, Ludovic Courtès wrote: John Darrington skribis: > On Sat, Nov 23, 2013 at 06:31:22PM +0100, Ludovic Court??s wrote: > > > > Program terminated with signal 11, Segmentation fault. > > #0 0x408701e5

[PATCH] gnu:add SLiM v2

2013-11-23 Thread Guy Grant
Second version of the patch to add SLiM, the Desktop/Session Manager. As always, any questions or concerns -- feel free to mention them. - GG>From 264c0bd3633eb325e33a07511b1233b5e27b05ce Mon Sep 17 00:00:00 2001 From: gzg Date: Sat, 23 Nov 2013 10:48:47 -0600 Subject: [PATCH] Add SLiM to package

Re: Seg fault when building from git

2013-11-23 Thread Ludovic Courtès
John Darrington skribis: > On Sat, Nov 23, 2013 at 06:31:22PM +0100, Ludovic Court??s wrote: > > > > Program terminated with signal 11, Segmentation fault. > > #0 0x408701e5 in scm_init_gnutls () from > /usr/lib/i386-linux-gnu/libguile-gnutls-v-1.so > > (gdb) bt full

Re: core-updates merge imminent

2013-11-23 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > It seems we can soon merge ‘core-updates’. So far Hydra has been > building the core packages of that branch, and the only problem left is > the cross-compilation of the bootstrap GCC (‘%gcc-static’ in > make-bootstrap.scm), which is annoying but not bloc

Re: Seg fault when building from git

2013-11-23 Thread John Darrington
On Sat, Nov 23, 2013 at 06:31:22PM +0100, Ludovic Court??s wrote: > Program terminated with signal 11, Segmentation fault. > #0 0x408701e5 in scm_init_gnutls () from /usr/lib/i386-linux-gnu/libguile-gnutls-v-1.so > (gdb) bt full > #0 0x408701e5 in scm_init_gnutls

Re: Seg fault when building from git

2013-11-23 Thread Ludovic Courtès
John Darrington skribis: > guile (GNU Guile) 2.0.5-deb+1-3 OK. (It should work, but that’s very old.) > Also, the problem appears to be related to lack of space in /tmp Not sure. > Program terminated with signal 11, Segmentation fault. > #0 0x408701e5 in scm_init_gnutls () from > /usr/lib

Re: WIP SDL packages

2013-11-23 Thread Ludovic Courtès
Commit 558a512 makes libx11 a propagated input, which seemed to be the right thing. I added SDL as an input for QEMU. Now, when run directly, it just fails: Could not initialize SDL(No available video device) - exiting Looking at strace, I found that it actually needed this: LD_LIBRARY_PAT

Re: Seg fault when building from git

2013-11-23 Thread John Darrington
On Sat, Nov 23, 2013 at 04:27:34PM +0100, Ludovic Court??s wrote: Could you do: ulimit -c unlimited rm -f guix/scripts/build.go make guix/scripts/build.go and then, assuming it segfaulted again: gdb $(which guile) core (gdb) bt fu

Re: Seg fault when building from git

2013-11-23 Thread Ludovic Courtès
John Darrington skribis: > Trying to build guix from the git repository: > > make[2]: Entering directory `/Scratch/john/guix-dev' > /bin/mkdir -p `dirname "guix/scripts/build.go"` ; \ > LC_ALL=C\ > ./pre

Re: PATCH: Detect missing pkg.m4

2013-11-23 Thread Ludovic Courtès
Hi John, John Darrington skribis: > I try to avoid pkg-config if at all possible. It is a source of constant > aggrevation. It’s the recommended method to check for Guile. > +PKG_PROG_PKG_CONFIG This line is unnecessary because PKG_CHECK_MODULES starts with: AC_REQUIRE([PKG_PROG_PKG_CONF

Seg fault when building from git

2013-11-23 Thread John Darrington
Trying to build guix from the git repository: make[2]: Entering directory `/Scratch/john/guix-dev' /bin/mkdir -p `dirname "guix/scripts/build.go"` ; \ LC_ALL=C\ ./pre-inst-env

PATCH: Detect missing pkg.m4

2013-11-23 Thread John Darrington
configure.ac depends on pkg-config I try to avoid pkg-config if at all possible. It is a source of constant aggrevation. However, if it is absolutely unavoidable I recommend the attached patch. It detects pkg-config problems early in the bootstrap process, rather than delaying their discove

Re: [PATCH] gnu: Add SDL extension libraries

2013-11-23 Thread David Thompson
On 11/23/2013 05:42 AM, Ludovic Courtès wrote: > Looks good to me, please push! > > Ludo’. Pushed!

Re: [PATCH] gnu: Add SDL extension libraries

2013-11-23 Thread Ludovic Courtès
David Thompson skribis: > Updated patch attached. If you think it looks good I can push it to master. Looks good to me, please push! Ludo’.