Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd.kuhls@t-online.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v5 08/34] package/kodi: bump to version 17.1-Krypton
Date: Sun, 23 Apr 2017 17:26:43 +0200	[thread overview]
Message-ID: <jmtusdx7vl.ln2@ID-313208.user.individual.net> (raw)
In-Reply-To: 20170422202457.GJ15086@scaer

Am Sat, 22 Apr 2017 22:24:57 +0200 schrieb Yann E. MORIN:

>> Bumped BR2_TOOLCHAIN_GCC_AT_LEAST to 4.8 to fix compile error with
>> http://autobuild.buildroot.net/toolchains/configs/sourcery-x86.config
> 
> So is it a bug in this toolchain, or does Kodi really need gcc-4.8 now?

Hi Yann,

Kodi requires gcc-4.8, otherwise these build errors occur:

output/build/kodi-17.1-Krypton/xbmc/pvr/timers/PVRTimers.h:49:13: error: looser throw specifier for 'virtual PVR::CPVRTimers::~CPVRTimers()'

output/build/kodi-17.1-Krypton/xbmc/input/joysticks/DefaultJoystick.h:52:13: error: looser throw specifier for 'virtual JOYSTICK::CDefaultJoystick::~CDefaultJoystick()'

output/build/kodi-17.1-Krypton/xbmc/pvr/windows/GUIWindowPVRBase.h:68:13: error: looser throw specifier for 'virtual PVR::CGUIWindowPVRBase::~CGUIWindowPVRBase()'

output/build/kodi-17.1-Krypton/xbmc/pvr/timers/PVRTimers.h:49:13: error: looser throw specifier for 'virtual PVR::CPVRTimers::~CPVRTimers()'

output/build/kodi-17.1-Krypton/xbmc/pvr/PVRGUIInfo.h:49:13: error: looser throw specifier for 'virtual PVR::CPVRGUIInfo::~CPVRGUIInfo()'

output/build/kodi-17.1-Krypton/xbmc/epg/EpgContainer.h:62:13: error: looser throw specifier for 'virtual EPG::CEpgContainer::~CEpgContainer()'

output/build/kodi-17.1-Krypton/xbmc/windowing/WinEvents.h:34:19: error: looser throw specifier for 'virtual IWinEvents::~IWinEvents()'

output/build/kodi-17.1-Krypton/xbmc/peripherals/addons/AddonButtonMapping.h:44:13: error: looser throw specifier for 'virtual PERIPHERALS::CAddonButtonMapping::~CAddonButtonMapping()'

output/build/kodi-17.1-Krypton/xbmc/input/keyboard/KeymapActionMap.h:31:13: error: looser throw specifier for 'virtual KEYBOARD::CKeymapActionMap::~CKeymapActionMap()'

output/build/kodi-17.1-Krypton/xbmc/input/joysticks/generic/ButtonMapping.h:216:13: error: looser throw specifier for 'virtual JOYSTICK::CButtonMapping::~CButtonMapping()'

output/build/kodi-17.1-Krypton/xbmc/games/controllers/windows/GUIConfigurationWizard.h:52:13: error: looser throw specifier for 'virtual GAME::CGUIConfigurationWizard::~CGUIConfigurationWizard()'

output/build/kodi-17.1-Krypton/xbmc/games/controllers/dialogs/GUIDialogButtonCapture.h:32:9: error: looser throw specifier for 'virtual GAME::CGUIDialogButtonCapture::~CGUIDialogButtonCapture()'

According to https://forums.gentoo.org/viewtopic-p-7892382.html#7892382 gcc-4.7 can not compile the source code while gcc >= 4.8 can.

According to http://stackoverflow.com/questions/6539009/gcc-exception-specification-of-default-destructor it might be possible to patch Kodi to make it compile with gcc-4.7 but neither do I have the knowledge nor the interest to do that so I restricted the Kodi package to gcc >= 4.8, this meets the build depends of the official Ubuntu package which also requires gcc-4.8: https://launchpad.net/~team-xbmc/+archive/ubuntu/xbmc-ppa-build-depends

Regards, Bernd

  parent reply	other threads:[~2017-04-23 15:26 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-17 19:53 [Buildroot] [PATCH v5 00/34] kodi: bump to version 17.1-Krypton Bernd Kuhls
2017-04-17 19:54 ` [Buildroot] [PATCH v5 01/34] package/kodi-visualisation-fountain: remove package Bernd Kuhls
2017-04-22  7:13   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 02/34] package/libplatform: bump version to 2.1.0 Bernd Kuhls
2017-04-22  7:26   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 03/34] package/kodi-platform: bump version Bernd Kuhls
2017-04-22  7:31   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 04/34] package/libcec: bump version to 4.0.2 Bernd Kuhls
2017-04-22  7:35   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 05/34] package/xmlstarlet: add host variant Bernd Kuhls
2017-04-22  9:14   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 06/34] package/kodi-jsonschemabuilder: new host package Bernd Kuhls
2017-04-22  7:44   ` Yann E. MORIN
2017-04-22  9:16   ` Yann E. MORIN
2017-04-22 17:18     ` Bernd Kuhls
2017-04-22 19:04       ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 07/34] package/kodi-texturepacker: " Bernd Kuhls
2017-04-22  9:26   ` Yann E. MORIN
2017-04-22 22:19     ` Arnout Vandecappelle
2017-04-23  6:40       ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 08/34] package/kodi: bump to version 17.1-Krypton Bernd Kuhls
2017-04-22 20:24   ` Yann E. MORIN
2017-04-22 20:36     ` Bernd Kuhls
2017-04-22 20:41       ` Yann E. MORIN
2017-04-22 20:40     ` Bernd Kuhls
2017-04-22 20:54       ` Yann E. MORIN
2017-04-22 20:50     ` Bernd Kuhls
2017-04-22 20:55       ` Yann E. MORIN
2017-04-23 15:26     ` Bernd Kuhls [this message]
2017-04-17 19:54 ` [Buildroot] [PATCH v5 09/34] package/kodi: add patch to disable online check Bernd Kuhls
2017-04-22 20:45   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 10/34] package/kodi-inputstream-rtmp: new package Bernd Kuhls
2017-04-17 19:54 ` [Buildroot] [PATCH v5 11/34] package/kodi: move rtmp support to new addon kodi-inputstream-rtmp Bernd Kuhls
2017-04-23  8:00   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 12/34] package/kodi: add optional support for bluez5 Bernd Kuhls
2017-04-23  8:27   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 13/34] package/kodi: libxslt is an optional package Bernd Kuhls
2017-04-23  8:33   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 14/34] package/kodi: add optional support for pulseaudio Bernd Kuhls
2017-04-23  8:40   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 15/34] package/kodi: add optional support for event clients Bernd Kuhls
2017-04-23  8:43   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 16/34] package/kodi: add optional support for lcms2 Bernd Kuhls
2017-04-23  8:46   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 17/34] package/libsquish: remove deprecated package Bernd Kuhls
2017-04-23  8:50   ` Yann E. MORIN
2017-04-23  9:25     ` Bernd Kuhls
2017-04-23  9:50       ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 18/34] package/kodi-pvr-*: mass version bump Bernd Kuhls
2017-04-23  9:03   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 19/34] package/kodi-pvr-mythtv: bump version to 4.15.0 Bernd Kuhls
2017-04-23  9:05   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 20/34] package/kodi-pvr-nextpvr: bump version to 2.4.11 Bernd Kuhls
2017-04-23  9:09   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 21/34] package/kodi-pvr-mediaportal-tvserver: needs locale support Bernd Kuhls
2017-04-23  9:26   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 22/34] package/kodi-adsp-basic: bump version Bernd Kuhls
2017-04-23 10:02   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 23/34] package/kodi-adsp-freesurround: " Bernd Kuhls
2017-04-23 10:03   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 24/34] package/kodi-audioencoder-*: mass version bump Bernd Kuhls
2017-04-23 10:04   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 25/34] package/kodi-audiodecoder-*: " Bernd Kuhls
2017-04-23 10:05   ` Yann E. MORIN
2017-04-23 10:40     ` Bernd Kuhls
2017-04-17 19:54 ` [Buildroot] [PATCH v5 26/34] package/kodi-audiodecoder-timidity: bump version Bernd Kuhls
2017-04-23 10:07   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 27/34] package/kodi-screensaver-*: mass version bump Bernd Kuhls
2017-04-23 10:09   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 28/34] package/kodi-screensaver-rsxs: bump version Bernd Kuhls
2017-04-23 10:15   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 29/34] package/kodi-visualisation-*: mass version bump Bernd Kuhls
2017-04-23 10:17   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 30/34] package/kodi-visualisation-waveforhue: bump version Bernd Kuhls
2017-04-23 10:19   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 31/34] package/kodi-visualisation-shadertoy: " Bernd Kuhls
2017-04-23 10:23   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 32/34] package/kodi-inputstream-adaptive: new package Bernd Kuhls
2017-04-23 10:29   ` Yann E. MORIN
2017-04-17 19:54 ` [Buildroot] [PATCH v5 33/34] package/kodi-skin-confluence: " Bernd Kuhls
2017-04-23 10:32   ` Yann E. MORIN
2017-04-29 20:24     ` Bernd Kuhls
2017-04-17 19:54 ` [Buildroot] [PATCH v5 34/34] package/kodi: add Kconfig options to remove default skins Bernd Kuhls
2017-04-23 10:35   ` Yann E. MORIN
2017-04-17 19:59 ` [Buildroot] [PATCH v5 00/34] kodi: bump to version 17.1-Krypton Bernd Kuhls

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jmtusdx7vl.ln2@ID-313208.user.individual.net \
    --to=bernd.kuhls@t-online.de \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox