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
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
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
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
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
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
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
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
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:
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
10 matches
Mail list logo