From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 16 09:17:02 2017 Received: (at 28858) by debbugs.gnu.org; 16 Oct 2017 13:17:03 +0000 Received: from localhost ([127.0.0.1]:42636 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e45GQ-00054w-NN for submit@debbugs.gnu.org; Mon, 16 Oct 2017 09:17:02 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:32853) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e45GO-00054T-Sr for 28858@debbugs.gnu.org; Mon, 16 Oct 2017 09:17:01 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 8679ED805; Mon, 16 Oct 2017 15:17:01 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5q47RRrFKDJS; Mon, 16 Oct 2017 15:17:00 +0200 (CEST) Received: from ribbon (unknown [193.50.110.215]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 0BE36467E; Mon, 16 Oct 2017 15:17:00 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Martin Castillo Subject: Re: bug#28858: make fails: In procedure allocate-struct: Wrong type argument in position 2: 5 References: <4989bcdc-21fc-ce6d-6939-de622795e46e@uni-bremen.de> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 25 =?utf-8?Q?Vend=C3=A9miaire?= an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 16 Oct 2017 15:16:58 +0200 In-Reply-To: <4989bcdc-21fc-ce6d-6939-de622795e46e@uni-bremen.de> (Martin Castillo's message of "Mon, 16 Oct 2017 00:03:01 +0200") Message-ID: <87d15ndygl.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 28858 Cc: 28858@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Hi Martin, Martin Castillo skribis: > [Is it okay to attach logs or should I put them better in the message bod= y?] Either way is fine. > 2316:4 3 (save-module-excursion #) > 3006:22 2 (_) > In unknown file: > 1 (primitive-load-path "gnu/services/shepherd" #) > In gnu/services/shepherd.scm: > 90:2 0 (_) > > gnu/services/shepherd.scm:90:2: gnu/services/shepherd.scm:90:2: In proced= ure allocate-struct: Wrong type argument in position 2: 5 This obscure message suggests an ABI compatibility: for example, a field was recently added to the record type; the .go files that you had in your build tree predate this change, and so they need to be rebuilt. The immediate solution is to run =E2=80=9Cmake clean-go && make=E2=80=9D. I think we=E2=80=99ll improve the build system to address this automaticall= y. Thanks, Ludo=E2=80=99.