Hello, since version 1.14, gdbm doesn't export "gdbm_errno" anymore [1],
so the guile-gdbm ffi binding code [2] need updates now (I'm not
confident to do it myself...).
[1]
http://git.gnu.org.ua/cgit/gdbm.git/commit/?id=c175231e2781abd17eabf412cfb597654a076c7b
[2] https://github.com/ijp/guile-gdb
iyzs...@member.fsf.org (宋文武) writes:
> [...]
>
> I'd like do more tests with the GUIX_PYTHON_X_Y_SITE_PACKAGES option
> (patch sent), hope it works :-)
Hello, I have write a shell script to do some tests, it looks good to me!
Updated 'GUIX_PYTHON_X_Y_SITE_PACKAGES' patch, target 'core-updates'
iyzs...@member.fsf.org (宋文武) writes:
> Hello, since version 1.14, gdbm doesn't export "gdbm_errno" anymore [1],
> so the guile-gdbm ffi binding code [2] need updates now (I'm not
> confident to do it myself...).
>
> [1]
> http://git.gnu.org.ua/cgit/gdbm.git/commit/?id=c175231e2781abd17eabf412cfb5
Hi Mark,
> For now, I changed the 'eqv?' to 'string=?' in commit
> 171a117c61224be10f2b97a6a880ad0f4c38ef6d on core-updates, but I'm
Thanks for spotting and fixing this!
--
Regards
Hartmut Goebel
| Hartmut Goebel | h.goe...@crazy-compilers.com |
| www.crazy-compilers.com
Gábor Boskovits writes:
> 2018-03-01 19:54 GMT+01:00 Ricardo Wurmus :
>
>>
>> Gábor Boskovits writes:
>>
>> > 2018-03-01 18:11 GMT+01:00 Ricardo Wurmus
>> :
>> >
>> >> Hi Guix,
>> >>
>> >> we have a problem with jar manifests. When we use the Class-Path
>> >> property to ensure that an executa
Chris Marusich writes:
>>> >> we have a problem with jar manifests. When we use the Class-Path
>>> >> property to ensure that an executable can find its dependencies on the
>>> >> class path at run-time, we end up with a manifest like this:
>>> >>
>>> >> --8<---cut here-