GNU bug report logs - #61728
[PATCH] gnu: flatbuffers: Update to 23.1.21

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Thu, 23 Feb 2023 09:16:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61728 in the body.
You can then email your comments to 61728 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61728; Package guix-patches. (Thu, 23 Feb 2023 09:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 23 Feb 2023 09:16:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: flatbuffers: Update to 23.1.21
Date: Thu, 23 Feb 2023 01:15:05 -0800
* gnu/packages/serialization.scm (flatbuffers): Update to 23.1.21
---
 gnu/packages/serialization.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 8ab1efd311..1bf4d357f4 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -670,7 +670,7 @@ (define-public python-cbor
 (define-public flatbuffers
   (package
     (name "flatbuffers")
-    (version "2.0.0")
+    (version "23.1.21")
     (source
       (origin
         (method git-fetch)
@@ -680,7 +680,7 @@ (define-public flatbuffers
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "1zbf6bdpps8369r1ql00irxrp58jnalycc8jcapb8iqg654vlfz8"))))
+          "1z3a6l8g2y53i5xzraswfs2i0i3kk52zv7nzc2q3fgisbyiri3pz"))))
     (build-system cmake-build-system)
     (arguments
      '(#:build-type "Release"

base-commit: 31735e0ccfbc61905eb8558c14747bfcaea9b50f
prerequisite-patch-id: 5c2c505e1fefe02b0b8fe068d673dcc8fcc8b246
prerequisite-patch-id: b3de9e1babefba1a1903b848f185b9f8bcb224f4
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61728; Package guix-patches. (Thu, 02 Mar 2023 03:24:02 GMT) Full text and rfc822 format available.

Message #8 received at 61728 <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: Andy Tai <atai <at> atai.org>
Cc: 61728 <at> debbugs.gnu.org
Subject: Re: bug#61728: [PATCH] gnu: flatbuffers: Update to 23.1.21
Date: Thu, 02 Mar 2023 11:24:05 +0800
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/serialization.scm (flatbuffers): Update to 23.1.21

Hello, this will broke tensorflow-lite <at> 2.5.0, kodi <at> 19.5 not tested.




Information forwarded to guix-patches <at> gnu.org:
bug#61728; Package guix-patches. (Thu, 02 Mar 2023 06:40:01 GMT) Full text and rfc822 format available.

Message #11 received at 61728 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 宋文武 <iyzsong <at> envs.net>
Cc: 61728 <at> debbugs.gnu.org
Subject: Re: bug#61728: [PATCH] gnu: flatbuffers: Update to 23.1.21
Date: Wed, 1 Mar 2023 22:39:06 -0800
odd... flatbuffer has incompatibility in later versions?   will try to
figure out what happens here.

On Wed, Mar 1, 2023 at 7:23 PM 宋文武 <iyzsong <at> envs.net> wrote:
>
> Andy Tai <atai <at> atai.org> writes:
>
> > * gnu/packages/serialization.scm (flatbuffers): Update to 23.1.21
>
> Hello, this will broke tensorflow-lite <at> 2.5.0, kodi <at> 19.5 not tested.



-- 
Andy Tai, atai <at> atai.org, Skype: licheng.tai, Line: andy_tai, WeChat: andytai1010
Year 2023 民國112年
自動的精神力是信仰與覺悟
自動的行為力是勞動與技能




Information forwarded to guix-patches <at> gnu.org:
bug#61728; Package guix-patches. (Thu, 02 Mar 2023 08:11:02 GMT) Full text and rfc822 format available.

Message #14 received at 61728 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 61728 <at> debbugs.gnu.org,
	iyzsong <at> envs.net
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v2] gnu: Add flatbuffers-next
Date: Thu,  2 Mar 2023 00:09:55 -0800
* gnu/packages/serialization.scm (flatbuffers-next): New variable
as flatbuffers <at> 2.0.0 is depended on by tensorflow-lite so we cannot
just upgrade directly, so adding current release flatbuffers <at> 23.1.21
as "next" for flatbuffers
---
 gnu/packages/serialization.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 8ab1efd311..5b8f02b184 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -699,6 +699,22 @@ (define-public flatbuffers
 game development and other performance-critical applications.")
     (license license:asl2.0)))
 
+(define-public flatbuffers-next
+  (package
+    (inherit flatbuffers)
+    (name "flatbuffers-next")
+    (version "23.1.21")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/google/flatbuffers")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1z3a6l8g2y53i5xzraswfs2i0i3kk52zv7nzc2q3fgisbyiri3pz"))))))
+
+
 (define-public python-feather-format
   (package
     (name "python-feather-format")

base-commit: ef7df2ca7bb212455f1d6bbef5bbf7b1ac5a189d
prerequisite-patch-id: 5c2c505e1fefe02b0b8fe068d673dcc8fcc8b246
prerequisite-patch-id: b3de9e1babefba1a1903b848f185b9f8bcb224f4
prerequisite-patch-id: d827e9c76e13bae69214ec1b674b0f6bfc4bfb34
prerequisite-patch-id: f2fc0529e4a54e1947db12df9ee6b2151b64a4b4
prerequisite-patch-id: 3ffc80c780ae73c5dc5574880c13ce173171bf41
-- 
2.39.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 05 Mar 2023 21:47:02 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Sun, 05 Mar 2023 21:47:02 GMT) Full text and rfc822 format available.

Message #19 received at 61728-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Andy Tai <atai <at> atai.org>
Cc: 61728-done <at> debbugs.gnu.org, iyzsong <at> envs.net
Subject: Re: bug#61728: [PATCH] gnu: flatbuffers: Update to 23.1.21
Date: Sun, 05 Mar 2023 22:45:51 +0100
Hi Andy,

Andy Tai <atai <at> atai.org> skribis:

> * gnu/packages/serialization.scm (flatbuffers-next): New variable
> as flatbuffers <at> 2.0.0 is depended on by tensorflow-lite so we cannot
> just upgrade directly, so adding current release flatbuffers <at> 23.1.21
> as "next" for flatbuffers
> ---
>  gnu/packages/serialization.scm | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>
> diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
> index 8ab1efd311..5b8f02b184 100644
> --- a/gnu/packages/serialization.scm
> +++ b/gnu/packages/serialization.scm
> @@ -699,6 +699,22 @@ (define-public flatbuffers
>  game development and other performance-critical applications.")
>      (license license:asl2.0)))
>  
> +(define-public flatbuffers-next
> +  (package
> +    (inherit flatbuffers)
> +    (name "flatbuffers-next")

Applied, but I kept the package name “flatbuffers” (the variable name is
fine).

Thanks,
Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 03 Apr 2023 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 21 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.