FreeBSD Bugzilla – Attachment 245774 Details for
Bug 274626
multimedia/totem-pl-parser: fix build with lld 17
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
multimedia/totem-pl-parser: fix build with lld 17
multimedia__totem-pl-parser-fix-lld17-build-1.diff (text/plain), 1.65 KB, created by
Dimitry Andric
on 2023-10-21 12:28:06 UTC
(
hide
)
Description:
multimedia/totem-pl-parser: fix build with lld 17
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2023-10-21 12:28:06 UTC
Size:
1.65 KB
patch
obsolete
>commit e6bf4a591295da214aac8eee1c19f47b091fe47a >Author: Dimitry Andric <dim@FreeBSD.org> >Date: 2023-10-21T14:24:48+02:00 > > multimedia/totem-pl-parser: fix build with lld 17 > > Building multimedia/totem-pl-parser with lld 17 results in the following > link errors: > > ld: error: version script assignment of 'LIBTOTEM_PL_PARSER_MINI_1.0' to symbol 'totem_disc_media_type_get_type' failed: symbol not defined > ld: error: version script assignment of 'LIBTOTEM_PL_PARSER_MINI_1.0' to symbol 'totemplparser_marshal_VOID__STRING_STRING_STRING' failed: symbol not defined > > The mentioned symbols no longer exist in libtotem-pl-parser, and can be > deleted from the linker version script. > >diff --git a/multimedia/totem-pl-parser/files/patch-plparse_plparser.map b/multimedia/totem-pl-parser/files/patch-plparse_plparser.map >new file mode 100644 >index 000000000000..7ba241e291b3 >--- /dev/null >+++ b/multimedia/totem-pl-parser/files/patch-plparse_plparser.map >@@ -0,0 +1,18 @@ >+--- plparse/plparser.map.orig 2021-06-25 12:17:41 UTC >++++ plparse/plparser.map >+@@ -6,7 +6,6 @@ LIBTOTEM_PL_PARSER_MINI_1.0 { >+ totem_cd_get_human_readable_name; >+ totem_cd_has_medium; >+ totem_cd_mrl_from_type; >+- totem_disc_media_type_get_type; >+ totem_disc_media_type_quark; >+ totem_pl_parser_add_ignored_mimetype; >+ totem_pl_parser_add_ignored_scheme; >+@@ -17,7 +16,6 @@ LIBTOTEM_PL_PARSER_MINI_1.0 { >+ totem_pl_parser_error_get_type; >+ totem_pl_parser_error_quark; >+ totem_pl_parser_get_type; >+- totemplparser_marshal_VOID__STRING_STRING_STRING; >+ totem_pl_parser_new; >+ totem_pl_parser_parse; >+ totem_pl_parser_parse_async;
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 274626
: 245774