unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42592] [PATCH] gnu: gnunet-gtk: Update to 0.13.1.
@ 2020-07-29  4:17 Michael Rohleder
  2020-07-29 22:43 ` bug#42592: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-07-29  4:17 UTC (permalink / raw)
  To: 42592


[-- Attachment #1.1: Type: text/plain, Size: 1327 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: [PATCH] gnu: gnunet-gtk: Update to 0.13.1 --]
[-- Type: text/x-patch, Size: 962 bytes --]

* 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


[-- Attachment #1.3: Type: text/plain, Size: 257 bytes --]



-- 
`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 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#42592: [PATCH] gnu: gnunet-gtk: Update to 0.13.1.
  2020-07-29  4:17 [bug#42592] [PATCH] gnu: gnunet-gtk: Update to 0.13.1 Michael Rohleder
@ 2020-07-29 22:43 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-07-29 22:43 UTC (permalink / raw)
  To: Michael Rohleder, 42592-done

[-- Attachment #1: Type: text/plain, Size: 1480 bytes --]

Michael Rohleder <mike@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!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-29 22:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29  4:17 [bug#42592] [PATCH] gnu: gnunet-gtk: Update to 0.13.1 Michael Rohleder
2020-07-29 22:43 ` bug#42592: " Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).