Jose Manuel Santamaria Lema has proposed merging 
~panfaust/kubuntu-packaging/+git/kjsembed:gcc6 into 
~kubuntu-packagers/kubuntu-packaging/+git/kjsembed:kubuntu_yakkety_archive.

Requested reviews:
  Kubuntu Packagers (kubuntu-packagers)

For more details, see:
https://code.launchpad.net/~panfaust/kubuntu-packaging/+git/kjsembed/+merge/302705

After GCC 6 becoming the default, kjsembed is failing to build due to missing 
symbols. This merge request provides the agreed solution:
https://irclogs.ubuntu.com/2016/08/10/%23kubuntu-devel.html#t12:34
-- 
Your team Kubuntu Packagers is requested to review the proposed merge of 
~panfaust/kubuntu-packaging/+git/kjsembed:gcc6 into 
~kubuntu-packagers/kubuntu-packaging/+git/kjsembed:kubuntu_yakkety_archive.
diff --git a/debian/changelog b/debian/changelog
index 445a109..db45f62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+kjsembed (5.24.0-0ubuntu2) UNRELEASED; urgency=medium
+
+  * Mark as optional an inline symbol leaked from KJS in order to avoid
+    build failures with gcc 6.
+
+ -- José Manuel Santamaría Lema <[email protected]>  Thu, 11 Aug 2016 19:21:07 +0200
+
 kjsembed (5.24.0-0ubuntu1) yakkety; urgency=medium
 
   [ Philip Muškovac ]
diff --git a/debian/libkf5jsembed5.symbols b/debian/libkf5jsembed5.symbols
index e354fd2..9a6b184 100644
--- a/debian/libkf5jsembed5.symbols
+++ b/debian/libkf5jsembed5.symbols
@@ -177,7 +177,7 @@ libKF5JsEmbed.so.5 libkf5jsembed5 #MINVER#
  _ZN8KJSEmbed9SvgWidgetC2EPN3KJS9ExecStateEP10QSvgWidget@Base 4.96.0
  _ZNK3KJS10Identifier7qstringEv@Base 4.96.0
  _ZNK3KJS7JSValue4typeEv@Base 5.24.0
- _ZNK3KJS7JSValue8toStringEPNS_9ExecStateE@Base 5.24.0
+ (optional=gccinternal)_ZNK3KJS7JSValue8toStringEPNS_9ExecStateE@Base 5.24.0
  _ZNK3KJS7UString7qstringEv@Base 4.96.0
  _ZNK3KJS8JSObject11toPrimitiveEPNS_9ExecStateENS_6JSTypeE@Base 4.96.0
  _ZNK8KJSEmbed13ObjectBinding4typeEv@Base 4.96.0
-- 
kubuntu-devel mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel

Reply via email to