bug#21677: [Bug-guile-ncurses] Guile-NCurses test failure when built against NCurses 6.0

2015-10-13 Thread Ludovic Courtès
Mike Gran skribis: >> On Tuesday, October 13, 2015 1:59 AM, Ludovic Courtès wrote: >> > Hello, >> >> Guile-NCurses 1.6 has one test failure when built against NCurses 6.0: >> > >> FAIL: getwin/putwin: putwin >> ERROR: getwin/putwin: getwin - arguments: ((srfi-34 #> &curses-wrong-type-arg-error

bug#20765: Python .egg files must not be compressed

2015-10-13 Thread Ricardo Wurmus
Ludovic Courtès writes: >> I could only coerce the build system to install plain files by adding a >> build phase like this: >> >> (add-after 'unpack 'prevent-generation-of-egg-archive >> (lambda _ >> (substitute* "setup.py" >> (("from setuptools impo

bug#19733: disfunctional gcc binary when GCJ or gfortran is installed

2015-10-13 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Commit 5f6887e8 fixes this for GCJ, but we still have this problem for > all variants of gfortran, gcc-objc, and gccgo, all of which are built > using the ‘custom-gcc’ procedure. > > It’s probably safe to add a build phase like this to ‘custom-gcc’: > > (add-after 'i

bug#20765: Python .egg files must not be compressed

2015-10-13 Thread Ludovic Courtès
Ricardo Wurmus skribis: > I stumbled upon a similar problem when building other Python packages. > For ‘python-patsy’, for example, I found that an egg archive is produced > no matter what I put in ‘setup.cfg’. As far as I can tell, “zip_ok” > defaults to “0” in recent versions of setuptools, so

bug#20765: Python .egg files must not be compressed

2015-10-13 Thread Ricardo Wurmus
I stumbled upon a similar problem when building other Python packages. For ‘python-patsy’, for example, I found that an egg archive is produced no matter what I put in ‘setup.cfg’. As far as I can tell, “zip_ok” defaults to “0” in recent versions of setuptools, so I don’t think the fix you used on

bug#19780: “User has no home directory”

2015-10-13 Thread Ludovic Courtès
Ricardo Wurmus skribis: > I can confirm that the error disappears when nscd is running. Emacs no > longer tells me > > Error (initialization): User rwurmus has no home directory > > when starting it as long as nscd is running. > > I would like to note that the version of Emacs that is availa

bug#19780: “User has no home directory” (was: bug#19780: 13 failing tests)

2015-10-13 Thread Ricardo Wurmus
Hi Ludo, I can confirm that the error disappears when nscd is running. Emacs no longer tells me Error (initialization): User rwurmus has no home directory when starting it as long as nscd is running. I would like to note that the version of Emacs that is available through Fedora repositori

bug#19733: disfunctional gcc binary when GCJ or gfortran is installed

2015-10-13 Thread Ricardo Wurmus
Commit 5f6887e8 fixes this for GCJ, but we still have this problem for all variants of gfortran, gcc-objc, and gccgo, all of which are built using the ‘custom-gcc’ procedure. It’s probably safe to add a build phase like this to ‘custom-gcc’: (add-after 'install 'remove-broken-or-conflicting-f

bug#21677: Guile-NCurses test failure when built against NCurses 6.0

2015-10-13 Thread Ludovic Courtès
Hello, Guile-NCurses 1.6 has one test failure when built against NCurses 6.0: --8<---cut here---start->8--- GNU Guile-Ncurses 1.6: test/test-suite.log # TOTAL:

bug#21677: Guile-NCurses 1.6 test failure with ncurses 6.0

2015-10-13 Thread Ludovic Courtès
When compiled with NCurses 6.0, guile-ncurses 1.6 has one test failure: --8<---cut here---start->8--- FAIL: curses_034_util.test [...] Testsuite summary for GNU Guile-Ncurses 1.6