Re: To-do lists

2013-01-28 Thread Florian Friesdorf
Andreas Enge writes: > Am Montag, 28. Januar 2013 schrieb Ludovic Courtès: >> > "Jason Self" skribis: >> > Perhaps we should ask savannah-hackers for a secondary Git repo? >> Done at . > > I am not sure whether a git repo is the right thing, since we do n

Re: To-do lists

2013-01-28 Thread Andreas Enge
Am Dienstag, 29. Januar 2013 schrieb Cyril Roelandt: > Is it possible to have a read-only access to the files ? It would be > nice for potential contributors to be able to read our TODO list. I do not think so. Andreas

Re: To-do lists

2013-01-28 Thread Cyril Roelandt
On 01/28/2013 10:47 PM, Andreas Enge wrote: Am Montag, 28. Januar 2013 schrieb Ludovic Courtès: "Jason Self" skribis: Perhaps we should ask savannah-hackers for a secondary Git repo? Done at. I am not sure whether a git repo is the right thing, since

Re: Rollback problems

2013-01-28 Thread Ludovic Courtès
Andreas Enge skribis: > Am Sonntag, 27. Januar 2013 schrieb Ludovic Courtès: >> l...@gnu.org (Ludovic Courtès) skribis: >> > Having agreed on linear history, it seems that (a) the current >> > behavior is broken because roll-backs don’t actually follow the >> > history, as illustrated previously,

Re: Rollback problems

2013-01-28 Thread Andreas Enge
Am Sonntag, 27. Januar 2013 schrieb Ludovic Courtès: > l...@gnu.org (Ludovic Courtès) skribis: > > Having agreed on linear history, it seems that (a) the current > > behavior is broken because roll-backs don’t actually follow the > > history, as illustrated previously, and (b) the generation from w

Re: To-do lists

2013-01-28 Thread Andreas Enge
Am Montag, 28. Januar 2013 schrieb Ludovic Courtès: > > "Jason Self" skribis: > > Perhaps we should ask savannah-hackers for a secondary Git repo? > Done at . I am not sure whether a git repo is the right thing, since we do not need version control and h

Re: 'tests/guix-download.sh' fails

2013-01-28 Thread Ludovic Courtès
Nikita Karetnikov skribis: > guix-download "file://$abs_top_srcdir/README" [...] > + guix-download file:///README Your version of Automake that doesn’t expand $abs_top_srcdir. Please upgrade to 1.12 or later (IIRC). Thanks, Ludo’.

Re: 'tests/guix-download.sh' fails

2013-01-28 Thread Andreas Enge
Am Montag, 28. Januar 2013 schrieb Nikita Karetnikov: > The following line raises an error: > guix-download "file://$abs_top_srcdir/README" This is http://lists.gnu.org/archive/html/bug-guix/2013-01/msg00231.html A newer automake should solve the problem. Andreas

Re: 'gobject-introspection': No such file or directory

2013-01-28 Thread Ludovic Courtès
Nikita Karetnikov skribis: > File > "/nix/store/rvbri7f1j91nrblhw8xhp8ik3p89m5hh-python-2.7.3/lib/python2.7/subprocess.py", > line 679, in __init__ > errread, errwrite) > File > "/nix/store/rvbri7f1j91nrblhw8xhp8ik3p89m5hh-python-2.7.3/lib/python2.7/subprocess.py", > line 1249, in _ex

Re: Bison: testsuite failed

2013-01-28 Thread Ludovic Courtès
Hi, Nikita Karetnikov skribis: > +/nix/store/6kj7f8kz3h5fizir8l7nrxgras2ns3ww-m4-1.4.16/bin/m4: m4_syscmd > subprocess failed > +/tmp/nix-build-bison-2.6.1.drv-14/bison-2.6.1/data/yacc.c:23: error: b4_cat: > cannot write to stdout > +/tmp/nix-build-bison-2.6.1.drv-14/bison-2.6.1/data/yacc.c:23

'tests/guix-download.sh' fails

2013-01-28 Thread Nikita Karetnikov
Hi, The following line raises an error: guix-download "file://$abs_top_srcdir/README" test-suite.log: warning: daemon is running as root, so using `--build-users-group' is highly recommended [...] + guix-download file:///README accepted connection from pid 29454, uid 0 Backtrace: In ice-9/boo

'gobject-introspection': No such file or directory

2013-01-28 Thread Nikita Karetnikov
Hi, './pre-inst-env guix-build gobject-introspection' fails with the following error: GICOMP gir/cairo-1.0.gir Traceback (most recent call last): File "./g-ir-scanner", line 46, in sys.exit(scanner_main(sys.argv)) File "./giscanner/scannermain.py", line 413, in scanner_main ss = cr

Bison: testsuite failed (was: 'guix-build' returns 'unknown package', Bison's testsuite fails)

2013-01-28 Thread Nikita Karetnikov
> I’ll see how to fix it. In the meantime, you can, ahem, run > ‘make uninstall’ or ‘make install’... I'm not sure, but I think that 'make uninstall' solved the problem. > Can you provide more details? It appears to build for me as > /nix/store/2kdr905aj5kkm0mrwjqxsgv6zvmh2y0j-bison-2.6.1 (x86_

Re: To-do lists

2013-01-28 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > "Jason Self" skribis: > >> Another option might be GNU Recutils. > > Right. > >> Regardless of the use of Org-mode or Recutils, is there any reason >> such a file couldn't exist in version control on Savannah? It could be >> part of either the source code

Re: Porting to mips64el

2013-01-28 Thread Ludovic Courtès
Nikita Karetnikov skribis: >,@(if (string-prefix? "mips" > (%current-system)) > `(((string-prefix? arch "mips") > "mips")) Oops, there