GNU bug report logs -
#76545
[PATCH] gnu: mame: Update to 0.274.
Previous Next
Full log
View this message in rfc822 format
Hello,
宋文武 via Guix-patches via <guix-patches <at> gnu.org> writes:
> Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:
>> * gnu/packages/emulators.scm (mame): Update to 0.275.
>> [source]: Add modules for cut and scandir. Preserve the minimum set of
>> third-party libraries.
>> [arguments]<#:make-flags>: Remove unnecessary flags.
>> <#:phases>: Add a phase to use all possible system libraries instead of
>> listing them piece wise.
>> [native-inputs]: Add nasm.
>> [inputs]: Replace lua with lua-5.4. Add zstd:lib.
>> [...]
>> #~(modify-phases %standard-phases
>> + ;; (add-after 'unpack 'fix-sol2-build-error
>> + ;; ;; Fix "error: operator '!=' has no left operand" because
>> + ;; ;; LUA_COMPAT_BITLIB is empty.
>> + ;; (lambda _
>> + ;; (substitute* "3rdparty/sol2/sol/sol.hpp"
>> + ;; (("&& \\(LUA_COMPAT_BITLIB != 0\\)") ""))))
>
> Does this commented phase useful? Maybe just remove it.
You’re right. I had forgotten about this comment. I’ll remove it when
the package is ready or at the next iteration. However, at the moment,
this package doesn’t want to build…
Regards,
--
Nicolas Goaziou
This bug report was last modified 56 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.