Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388895 - gnome-base/gnome-vfs-2.24.4-r1 fails to compile against >=net-libs/gnutls-2.12
Summary: gnome-base/gnome-vfs-2.24.4-r1 fails to compile against >=net-libs/gnutls-2.12
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: NeedPatch
Depends on:
Blocks:
 
Reported: 2011-10-29 21:55 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2012-02-12 22:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,248.73 KB, text/plain)
2011-10-29 21:55 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2011-10-29 21:55:44 UTC
Created attachment 291171 [details]
build.log

libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=barcelona -mtune=barcelona -O2 -pipe -Wl,-O1 -Wl,--hash-style=gnu -Wl,--sort-common -Wl,--as-needed -o .libs/gnome-vfs-daemon dbus-utils.o vfs-daemon.o daemon-connection.o -pthread  -L/usr/lib64 ../libgnomevfs/.libs/libgnomevfsdaemon-2.a /var/tmp/portage/gnome-base/gnome-vfs-2.24.4-r1/work/gnome-vfs-2.24.4/libgnomevfs/.libs/libgnomevfs-2.so ../libgnomevfs/.libs/libgnomevfs-2.so -lgmodule-2.0 -lgconf-2 -lxml2 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 /usr/lib64/libgnutls.so -ltasn1 -lnettle -lgmp -lhogweed -lz -lpthread -lp11-kit -lresolv -lutil -pthread
/var/tmp/portage/gnome-base/gnome-vfs-2.24.4-r1/work/gnome-vfs-2.24.4/libgnomevfs/.libs/libgnomevfs-2.so: undefined reference to `gcry_control'
collect2: ld returned 1 exit status
make[2]: *** [gnome-vfs-daemon] Error 1
Comment 1 Rafał Mużyło 2011-10-30 00:29:53 UTC
It seems that gnome-vfs-2.24.0-gnutls27.patch will need to be enhanced by relevant libgcrypt-config calls.
Comment 2 Pacho Ramos gentoo-dev 2012-01-31 09:07:15 UTC
Debian patch should fix this issue, can you confirm?
http://patch-tracker.debian.org/patch/series/view/gnome-vfs/1:2.24.4-1/03_gnutls27.patch
Comment 3 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-02-12 22:11:28 UTC
(In reply to comment #2)
> Debian patch should fix this issue, can you confirm?
> http://patch-tracker.debian.org/patch/series/view/gnome-vfs/1:2.24.4-1/03_gnutls27.patch

This work, thanks!

Fixed in cvs.

>  12 Feb 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
>  -files/gnome-vfs-2.24.0-gnutls27.patch, gnome-vfs-2.24.4-r1.ebuild,
>  +files/gnome-vfs-2.24.4-gnutls27.patch:
>  Add Debian patch to allow building against gnutls-2.12 (bug #388895, thanks
>  to Lars Wendler and Pacho Ramos).