From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#32382: libchop has build failures Date: Sun, 19 Aug 2018 18:30:01 +0200 Message-ID: <87efeugvzq.fsf@gnu.org> References: <20180807014944.21341234@alma-ubu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1frQbX-0001XX-QH for bug-guix@gnu.org; Sun, 19 Aug 2018 12:31:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1frQbX-0002fc-0B for bug-guix@gnu.org; Sun, 19 Aug 2018 12:31:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49772) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1frQbW-0002fV-Sh for bug-guix@gnu.org; Sun, 19 Aug 2018 12:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1frQbW-0004Mq-Ng for bug-guix@gnu.org; Sun, 19 Aug 2018 12:31:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20180807014944.21341234@alma-ubu> ("=?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?="'s message of "Tue, 7 Aug 2018 01:49:44 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Cc: 32382-done@debbugs.gnu.org Hello, Bj=C3=B6rn H=C3=B6fling skribis: > Build log at failure: > > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/chop -I../include= -I../i > nclude -I../lib -I../lib -DGCRYPT_NO_MPI_MACROS -DGCRYPT_NO_DEPRECATED -I= /gnu/st > ore/dysmb6hz7rr5rvcb05p23dazc5hz26qm-libgcrypt-1.8.2/include -I/gnu/store= /a5rd4s > qyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/include -Wcast-align -Wall -= Wmissin > g-prototypes -Wpointer-arith -fno-strict-aliasing -g -O2 -MT libchop_la-c= hopper- > anchor-based.lo -MD -MP -MF .deps/libchop_la-chopper-anchor-based.Tpo -c = chopper > -anchor-based.c -fPIC -DPIC -o .libs/libchop_la-chopper-anchor-based.o > chopper-anchor-based.c:120:3: warning: #warning "Not compiling the Lightn= ing cod > e" [-Wcpp] > # warning "Not compiling the Lightning code" > ^ > In file included from chop.c:545:0: > class-lookup.c:115:1: error: conflicting types for 'chop_lookup_class_ent= ry' > chop_lookup_class_entry (register const char *str, register size_t len) > ^ > chop.c:542:1: note: previous declaration of 'chop_lookup_class_entry' was= here > chop_lookup_class_entry (const char *str, unsigned int len); > ^ > make[2]: *** [Makefile:1253: libchop_la-chop.lo] Error 1 Fixed in c9f898cd313db2f0bd320357c7571e155feffc4c, with additional fixes in 6d1a7ce8ea52613963684e6545f6fb3e32d84181. Note that the thing is unmaintained though=E2=80=A6 Thanks, Ludo=E2=80=99.