[PATCH] gnu: gnunet-gtk: Update to 0.13.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Marius Bakke
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
877dungdk1.fsf@rohleder.de
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.
---
gnu/packages/gnunet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
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
--
`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
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8g+F4ACgkQfHr/vv7y
yyVfGwgAnmjoxIpA3BhrK1UmlmHvOECb7J6JEz3wTShZ11hvcNHVWLsA0AyjSUSC
dtmKrCmqh5YojHTJSCURLNpHncLRMtPe4Z6VoI9BALFA+WvnP6R1lw1vwvpVdIjT
TsHe07Bsm4V/lSbvKMDC7C5y2QcTYuGV33cqe4l673C2C3/6KvUO9Z1OzRILry24
MZXOkz1EqYIsr8TRwJDEn2/CMsehrrSwECdUuYkEGrYwKjyCPLcS3k7buQb2/gq+
HT6RV5gpcNs2N+mPU89OXzhKDdwdbI4+Cw8zuDuspPELxGl4rTHcUFCu2CCsNt5E
CKARJmHkXcDOAJNISaOSUsue0F2tiw==
=TIzR
-----END PGP SIGNATURE-----

Marius Bakke wrote 5 years ago
87365aq6wk.fsf@gnu.org
Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (18 lines)
> 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!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8h+4sACgkQoqBt8qM6
VPolbQgAiB5CpdDiJOcte2/lgn3R4ewal4QNUgZNb/JDd6uapjcJNWihiTpconAA
x1xpOrBchAa82I6EzKWbe2lObpje38Th+yufz2z9U5H2ml81lYyY0eqwIOjJkmG/
mQGCrlu9dNiTJ6cIz/AH8oX/sysc0mxV2JbzM/yas3oT0d/rJEh4Aq0jF5vaC+IE
lDzais7DxzVATNw4Iemi1Qk05EI1TvvzKkq4iRhujDrfJNnHPfFlD4/g1jzJ4fVE
RmCyvUTC7YzutvSTkZmd3qXl58vfGWQARoE07iMUc82+fenPbuY28pP4YzagqNsJ
aBYtd2C2533GaBg7t+Zzmx2TgwXskw==
=dbYT
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42592@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42592
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help