lightning
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU lightning commit b3681decc fails to build on Ubuntu 23.04 x86-64


From: Basile Starynkevitch
Subject: GNU lightning commit b3681decc fails to build on Ubuntu 23.04 x86-64
Date: Thu, 5 Oct 2023 17:40:59 +0200
User-agent: Mozilla Thunderbird

Hello all,

On my personal laptop (ACER Nitro 5, Intel i7-9750H) this commit of GNU lightning fails to build:

make[3]: Entering directory '/usr/src/Libs/lightning/lib'
  CC       lightning.lo
lightning.c: In function ‘_jit_classify’:
lightning.c:1554:38: error: ‘jit_code_hmuli’ undeclared (first use in this function); did you mean ‘jit_code_qmuli’?  1554 |         case jit_code_muli:     case jit_code_hmuli: case jit_code_hmuli_u:
      |                                      ^~~~~~~~~~~~~~
      |                                      jit_code_qmuli
lightning.c:1554:38: note: each undeclared identifier is reported only once for each function it appears in lightning.c:1554:62: error: ‘jit_code_hmuli_u’ undeclared (first use in this function); did you mean ‘jit_code_qmuli_u’?  1554 |        case jit_code_muli:     case jit_code_hmuli: case jit_code_hmuli_u:
| ^~~~~~~~~~~~~~~~
| jit_code_qmuli_u
lightning.c:1596:38: error: ‘jit_code_hmulr’ undeclared (first use in this function); did you mean ‘jit_code_qmulr’?  1596 |         case jit_code_mulr:     case jit_code_hmulr: case jit_code_hmulr_u:
      |                                      ^~~~~~~~~~~~~~
      |                                      jit_code_qmulr
lightning.c:1596:62: error: ‘jit_code_hmulr_u’ undeclared (first use in this function); did you mean ‘jit_code_qmulr_u’?  1596 |        case jit_code_mulr:     case jit_code_hmulr: case jit_code_hmulr_u:
| ^~~~~~~~~~~~~~~~
| jit_code_qmulr_u
In file included from lightning.c:4341:
jit_x86.c: In function ‘_emit_code’:
jit_x86.c:1551:18: error: ‘jit_code_hmulr’ undeclared (first use in this function); did you mean ‘jit_code_qmulr’?  1551 |             case jit_code_##name##r##type:                              \
      |                  ^~~~~~~~~
jit_x86.c:1801:17: note: in expansion of macro ‘case_rrr’
 1801 |                 case_rrr(hmul,);
      |                 ^~~~~~~~
jit_x86.c:1600:18: error: ‘jit_code_hmuli’ undeclared (first use in this function); did you mean ‘jit_code_qmuli’?  1600 |             case jit_code_##name##i##type:                              \
      |                  ^~~~~~~~~
jit_x86.c:1802:17: note: in expansion of macro ‘case_rrw’
 1802 |                 case_rrw(hmul,);
      |                 ^~~~~~~~
jit_x86.c:1551:18: error: ‘jit_code_hmulr_u’ undeclared (first use in this function); did you mean ‘jit_code_qmulr_u’?  1551 |             case jit_code_##name##r##type:                              \
      |                  ^~~~~~~~~
jit_x86.c:1803:17: note: in expansion of macro ‘case_rrr’
 1803 |                 case_rrr(hmul, _u);
      |                 ^~~~~~~~
jit_x86.c:1600:18: error: ‘jit_code_hmuli_u’ undeclared (first use in this function); did you mean ‘jit_code_qmuli_u’?  1600 |             case jit_code_##name##i##type:                              \
      |                  ^~~~~~~~~
jit_x86.c:1804:17: note: in expansion of macro ‘case_rrw’
 1804 |                 case_rrw(hmul, _u);
      |                 ^~~~~~~~
make[3]: *** [Makefile:543: lightning.lo] Error 1
make[3]: Leaving directory '/usr/src/Libs/lightning/lib'
make[2]: *** [Makefile:1042: ../lib/liblightning.la] Error 2
make[2]: Leaving directory '/usr/src/Libs/lightning/doc'
make[1]: *** [Makefile:597: all-recursive] Error 1
make[1]: Leaving directory '/usr/src/Libs/lightning'
make: *** [Makefile:457: all] Error 2

GNU lightning has been configured with  './configure' '--enable-static' '--enable-shared' '--sysconfdir=/etc/local' 'CC=/usr/bin/gcc-13' 'CFLAGS=-O2 -g' '--enable-disassembler'

GCC is gcc-13 (Ubuntu 13.1.0-2ubuntu2~23.04) 13.1.0


And we want to use GNU lightning in the RefPerSys open source inference project (GPLv3+) on https://github.com/RefPerSys/RefPerSys/


Thanks for GNU lightning


Regards from near Paris in France


--
Basile Starynkevitch - http://starynkevitch.net/Basile/
email: <basile@starynkevitch.net> (near Paris, France)
only mines opinions - les opinions sont seulement miennes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]