Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 391900 Details for
Bug 402967
sys-fs/fuse - ld.gold: error: symbol fuse_new has undefined version, error: symbol __fuse_process_cmd has undefined version
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch from http://patches.openembedded.org/patch/13645/ (Extracted the Patch)
gold-unversioned-symbol.patch (text/plain), 2.62 KB, created by
Oliver Hildebrandt
on 2014-12-18 02:55:11 UTC
(
hide
)
Description:
Patch from http://patches.openembedded.org/patch/13645/ (Extracted the Patch)
Filename:
MIME Type:
Creator:
Oliver Hildebrandt
Created:
2014-12-18 02:55:11 UTC
Size:
2.62 KB
patch
obsolete
>Index: fuse-2.8.6/lib/fuse.c >=================================================================== >--- fuse-2.8.6.orig/lib/fuse.c 2011-09-13 00:23:14.000000000 -0700 >+++ fuse-2.8.6/lib/fuse.c 2011-10-19 09:20:27.537099939 -0700 >@@ -3947,11 +3947,11 @@ > 11); > } > >-FUSE_SYMVER(".symver fuse_exited,__fuse_exited@"); >-FUSE_SYMVER(".symver fuse_process_cmd,__fuse_process_cmd@"); >-FUSE_SYMVER(".symver fuse_read_cmd,__fuse_read_cmd@"); >-FUSE_SYMVER(".symver fuse_set_getcontext_func,__fuse_set_getcontext_func@"); >-FUSE_SYMVER(".symver fuse_new_compat2,fuse_new@"); >+FUSE_SYMVER(".symver fuse_exited,__fuse_exited@FUSE_UNVERSIONED"); >+FUSE_SYMVER(".symver fuse_process_cmd,__fuse_process_cmd@FUSE_UNVERSIONED"); >+FUSE_SYMVER(".symver fuse_read_cmd,__fuse_read_cmd@FUSE_UNVERSIONED"); >+FUSE_SYMVER(".symver fuse_set_getcontext_func,__fuse_set_getcontext_func@FUSE_UNVERSIONED"); >+FUSE_SYMVER(".symver fuse_new_compat2,fuse_new@FUSE_UNVERSIONED"); > FUSE_SYMVER(".symver fuse_new_compat22,fuse_new@FUSE_2.2"); > > #endif /* __FreeBSD__ */ >Index: fuse-2.8.6/lib/fuse_mt.c >=================================================================== >--- fuse-2.8.6.orig/lib/fuse_mt.c 2011-09-13 00:23:14.000000000 -0700 >+++ fuse-2.8.6/lib/fuse_mt.c 2011-10-19 09:20:27.537099939 -0700 >@@ -113,4 +113,4 @@ > return fuse_session_loop_mt(fuse_get_session(f)); > } > >-FUSE_SYMVER(".symver fuse_loop_mt_proc,__fuse_loop_mt@"); >+FUSE_SYMVER(".symver fuse_loop_mt_proc,__fuse_loop_mt@FUSE_UNVERSIONED"); >Index: fuse-2.8.6/lib/fuse_versionscript >=================================================================== >--- fuse-2.8.6.orig/lib/fuse_versionscript 2011-09-13 00:23:14.000000000 -0700 >+++ fuse-2.8.6/lib/fuse_versionscript 2011-10-19 09:20:27.541099939 -0700 >@@ -1,3 +1,6 @@ >+FUSE_UNVERSIONED { >+}; >+ > FUSE_2.2 { > global: > fuse_destroy; >Index: fuse-2.8.6/lib/helper.c >=================================================================== >--- fuse-2.8.6.orig/lib/helper.c 2011-09-13 00:23:14.000000000 -0700 >+++ fuse-2.8.6/lib/helper.c 2011-10-19 09:20:27.541099939 -0700 >@@ -409,10 +409,10 @@ > return fuse_mount_compat22(mountpoint, NULL); > } > >-FUSE_SYMVER(".symver fuse_setup_compat2,__fuse_setup@"); >+FUSE_SYMVER(".symver fuse_setup_compat2,__fuse_setup@FUSE_UNVERSIONED"); > FUSE_SYMVER(".symver fuse_setup_compat22,fuse_setup@FUSE_2.2"); >-FUSE_SYMVER(".symver fuse_teardown,__fuse_teardown@"); >-FUSE_SYMVER(".symver fuse_main_compat2,fuse_main@"); >+FUSE_SYMVER(".symver fuse_teardown,__fuse_teardown@FUSE_UNVERSIONED"); >+FUSE_SYMVER(".symver fuse_main_compat2,fuse_main@FUSE_UNVERSIONED"); > FUSE_SYMVER(".symver fuse_main_real_compat22,fuse_main_real@FUSE_2.2"); > > #endif /* __FreeBSD__ */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 402967
:
301457
| 391900