GNU bug report logs - #42592
[PATCH] gnu: gnunet-gtk: Update to 0.13.1.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Wed, 29 Jul 2020 04:18:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <marius <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 42592 in the body.
You can then email your comments to 42592 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#42592; Package guix-patches. (Wed, 29 Jul 2020 04:18:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Rohleder <mike <at> rohleder.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 29 Jul 2020 04:18:02 GMT) Full text and rfc822 format available.

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

From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: gnunet-gtk: Update to 0.13.1.
Date: Wed, 29 Jul 2020 06:17:34 +0200
[Message part 1 (text/plain, inline)]
Current version 0.12 doesnt build:

...
ld: gnunet-fs-gtk.o: in function `process_paste':
/tmp/guix-build-gnunet-gtk-0.12.0.drv-0/gnunet-gtk-0.12.0/src/fs/gnunet-fs-gtk.c:369: undefined reference to `GNUNET_free_non_null'
ld: gnunet-fs-gtk.o: in function `arm_connection_state_change':
/tmp/guix-build-gnunet-gtk-0.12.0.drv-0/gnunet-gtk-0.12.0/src/fs/gnunet-fs-gtk.c:539: undefined reference to `GNUNET_free_non_null'
ld: gnunet-fs-gtk.o: in function `service_list_callback':
/tmp/guix-build-gnunet-gtk-0.12.0.drv-0/gnunet-gtk-0.12.0/src/fs/gnunet-fs-gtk.c:526: undefined reference to `GNUNET_free_non_null'
ld: gnunet-fs-gtk_download-save-as.o: in function `GNUNET_FS_GTK_free_download_entry':
/tmp/guix-build-gnunet-gtk-0.12.0.drv-0/gnunet-gtk-0.12.0/src/fs/gnunet-fs-gtk_download-save-as.c:109: undefined reference to `GNUNET_free_non_null'
ld: gnunet-fs-gtk_download-save-as.o: in function `GNUNET_GTK_save_as_dialog_response_cb':
/tmp/guix-build-gnunet-gtk-0.12.0.drv-0/gnunet-gtk-0.12.0/src/fs/gnunet-fs-gtk_download-save-as.c:173: undefined reference to `GNUNET_free_non_null'
ld: gnunet-fs-gtk_download-save-as.o:/tmp/guix-build-gnunet-gtk-0.12.0.drv-0/gnunet-gtk-0.12.0/src/fs/gnunet-fs-gtk_download-save-as.c:201: more undefined references to `GNUNET_free_non_null' follow
collect2: error: ld returned 1 exit status

[0001-gnu-gnunet-gtk-Update-to-0.13.1.patch (text/x-patch, inline)]
* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.13.1.
---
 gnu/packages/gnunet.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 467e51db5f..d572d868ef 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -386,14 +386,14 @@ services.")
 (define-public gnunet-gtk
   (package (inherit gnunet)
     (name "gnunet-gtk")
-    (version "0.12.0")
+    (version "0.13.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gnunet/gnunet-gtk-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "08a43ayv1rhajdklfcv78w2h76jfaz64kgp5krqgj1w1sq8xm6fb"))))
+                "1zdzgq16h77w6ybwg3lqjsjr965np6iqvncqvkbj07glqd4wss0j"))))
     (arguments
      `(#:configure-flags
        (list "--with-libunique"
-- 
2.27.0

[Message part 3 (text/plain, inline)]

-- 
`The great thing about mod_rewrite is it gives you all the
 configurability and flexibility of Sendmail. The downside to
 mod_rewrite is that it gives you all the configurability and flexibility of
 Sendmail.'   Brian Behlendorf  Apache Group 
[signature.asc (application/pgp-signature, inline)]

Reply sent to Marius Bakke <marius <at> gnu.org>:
You have taken responsibility. (Wed, 29 Jul 2020 22:44:02 GMT) Full text and rfc822 format available.

Notification sent to Michael Rohleder <mike <at> rohleder.de>:
bug acknowledged by developer. (Wed, 29 Jul 2020 22:44:02 GMT) Full text and rfc822 format available.

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

From: Marius Bakke <marius <at> gnu.org>
To: Michael Rohleder <mike <at> rohleder.de>, 42592-done <at> debbugs.gnu.org
Subject: Re: [bug#42592] [PATCH] gnu: gnunet-gtk: Update to 0.13.1.
Date: Thu, 30 Jul 2020 00:43:23 +0200
[Message part 1 (text/plain, inline)]
Michael Rohleder <mike <at> rohleder.de> writes:

> Current version 0.12 doesnt build:
>
> ...
> ld: gnunet-fs-gtk.o: in function `process_paste':
> /tmp/guix-build-gnunet-gtk-0.12.0.drv-0/gnunet-gtk-0.12.0/src/fs/gnunet-fs-gtk.c:369: undefined reference to `GNUNET_free_non_null'
> ld: gnunet-fs-gtk.o: in function `arm_connection_state_change':
> /tmp/guix-build-gnunet-gtk-0.12.0.drv-0/gnunet-gtk-0.12.0/src/fs/gnunet-fs-gtk.c:539: undefined reference to `GNUNET_free_non_null'
> ld: gnunet-fs-gtk.o: in function `service_list_callback':
> /tmp/guix-build-gnunet-gtk-0.12.0.drv-0/gnunet-gtk-0.12.0/src/fs/gnunet-fs-gtk.c:526: undefined reference to `GNUNET_free_non_null'
> ld: gnunet-fs-gtk_download-save-as.o: in function `GNUNET_FS_GTK_free_download_entry':
> /tmp/guix-build-gnunet-gtk-0.12.0.drv-0/gnunet-gtk-0.12.0/src/fs/gnunet-fs-gtk_download-save-as.c:109: undefined reference to `GNUNET_free_non_null'
> ld: gnunet-fs-gtk_download-save-as.o: in function `GNUNET_GTK_save_as_dialog_response_cb':
> /tmp/guix-build-gnunet-gtk-0.12.0.drv-0/gnunet-gtk-0.12.0/src/fs/gnunet-fs-gtk_download-save-as.c:173: undefined reference to `GNUNET_free_non_null'
> ld: gnunet-fs-gtk_download-save-as.o:/tmp/guix-build-gnunet-gtk-0.12.0.drv-0/gnunet-gtk-0.12.0/src/fs/gnunet-fs-gtk_download-save-as.c:201: more undefined references to `GNUNET_free_non_null' follow
> collect2: error: ld returned 1 exit status
>
> * gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.13.1.

Applied, thanks!
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 27 Aug 2020 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 242 days ago.

Previous Next


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