Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/fuse/files: fuse-2.8.5-double-version.patch
Date: Wed, 24 Nov 2010 01:29:03
Message-Id: 20101124012854.4D49C20051@flycatcher.gentoo.org
1 flameeyes 10/11/24 01:28:54
2
3 Added: fuse-2.8.5-double-version.patch
4 Log:
5 Add patch to avoid listing the same function in two versions to (partially) fix build with gold.
6
7 (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-fs/fuse/files/fuse-2.8.5-double-version.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/files/fuse-2.8.5-double-version.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/files/fuse-2.8.5-double-version.patch?rev=1.1&content-type=text/plain
14
15 Index: fuse-2.8.5-double-version.patch
16 ===================================================================
17 commit 824b4ce6acd676e13cfa216dfbb5dbf4380781a0
18 Author: Miklos Szeredi <mszeredi@××××.cz>
19 Date: Tue Sep 28 20:04:02 2010 +0200
20
21 Fix ambiguous symbol version for fuse_chan_new
22
23 fuse_versionscript included fuse_chan_new in both FUSE_2.4 and
24 FUSE_2.6. Remove the FUSE_2.4, which is invalid.
25
26 Reported by Raymes Khoury, who discovered this with the gold linker
27
28 diff --git a/lib/fuse_versionscript b/lib/fuse_versionscript
29 index bd0186d..860c403 100644
30 --- a/lib/fuse_versionscript
31 +++ b/lib/fuse_versionscript
32 @@ -27,7 +27,6 @@ FUSE_2.4 {
33 fuse_chan_data;
34 fuse_chan_destroy;
35 fuse_chan_fd;
36 - fuse_chan_new;
37 fuse_chan_receive;
38 fuse_chan_send;
39 fuse_chan_session;