From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27590: artanis has a bundled and customized copy of guile-json package Date: Thu, 06 Jul 2017 00:07:20 +0200 Message-ID: <87h8yqr10n.fsf@gnu.org> References: <87mv8i4tkj.fsf@openmailbox.org> 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]:52501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dSsSr-0003x4-Qs for bug-guix@gnu.org; Wed, 05 Jul 2017 18:08:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dSsSo-0001Js-LS for bug-guix@gnu.org; Wed, 05 Jul 2017 18:08:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51173) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dSsSo-0001Jo-IM for bug-guix@gnu.org; Wed, 05 Jul 2017 18:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dSsSo-0007F3-By for bug-guix@gnu.org; Wed, 05 Jul 2017 18:08:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87mv8i4tkj.fsf@openmailbox.org> (Adonay Felipe Nogueira's message of "Wed, 05 Jul 2017 15:39:08 -0300") 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: Adonay Felipe Nogueira Cc: 27590@debbugs.gnu.org Hello, Adonay Felipe Nogueira skribis: > So far I have attempted: > > - Comparison between GNU Artanis' > "artanis/third-party/json/upstream/builder.scm" (from commit > 71b0418843ef0aa8de97734851879a0479c81f69) with guile-json's > "json/builder.scm". After each comparison, the local copy of > guile-json repository was checked-out for a commit prior to the > current. This was repeated until an exact match was found, and until > `git checkout` exited with an error. > > - Comparison between GNU Artanis' > "artanis/third-party/json/upstream/parser.scm" (id.) with guile-json's > "json/parser.scm". After each comparison, the local copy of guile-json > repository was checked-out for a commit prior to the current. This was > repeated until an exact match was found, and until `git checkout` > exited with an error. > > However, none of these attempts resulted in exact matches (so that the > two bundled files could be compared). This seems to tell me that commit > 71b0418843ef0aa8de97734851879a0479c81f69 already introduced customized > bundles. Good catch. Did you try removing the bundled Guile-JSON and adding =E2=80=9Cours=E2=80=9D as an input? Perhaps you could take it to upstream (Nala Ginrut), who I=E2=80=99m sure w= ould be happy to discuss this. Thank you, Ludo=E2=80=99.