Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 607492 - www-plugins/lightspark-0.7.2_p20160107[-ffmpeg] : /.../builtindecoder.cpp:85:41: error: invalid new-expression of abstract class type ‘lightspark::NullAudioDecoder’
Summary: www-plugins/lightspark-0.7.2_p20160107[-ffmpeg] : /.../builtindecoder.cpp:85:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chí-Thanh Christopher Nguyễn
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-28 17:30 UTC by Toralf Förster
Modified: 2017-07-20 08:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,6.08 KB, text/plain)
2017-01-28 17:31 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,401.84 KB, text/plain)
2017-01-28 17:31 UTC, Toralf Förster
Details
environment (environment,129.88 KB, text/plain)
2017-01-28 17:31 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,20.81 KB, application/x-bzip)
2017-01-28 17:31 UTC, Toralf Förster
Details
www-plugins:lightspark-0.7.2_p20160107:20170128-172405.log (www-plugins:lightspark-0.7.2_p20160107:20170128-172405.log,41.06 KB, text/plain)
2017-01-28 17:31 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-01-28 17:30:59 UTC
cd /var/tmp/portage/www-plugins/lightspark-0.7.2_p20160107/work/lightspark-0.7.2_p20160107_build/src && /usr/bin/x86_64-pc-linux-gnu-g++  -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -DGNASH_PATH=\"/usr/bin/gnash\" -DHAVE_ATOMIC -DHAVE_IR_DATALAYOUT_H -DHAVE_IR_VERIFIER_H -DHAVE_NEW_GLIBMM_THREAD_API -DHAVE_SUPPORT_TARGETSELECT_H -DHAVE_TRANSFORMS_SCALAR_GVN_H -DLLVM_31 -DLLVM_34 -DLLVM_35 -DLLVM_36 -DLLVM_37 -DLLVM_38 -DLS_DATADIR=\"/usr/share/lightspark\" -DPRIVATELIBDIR=\"/usr/lib64/lightspark\" -Dspark_EXPORTS -I/var/tmp/portage/www-plugins/lightspark-0.7.2_p20160107/work/lightspark-0.7.2_p20160107_build -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/SDL2 -I/var/tmp/portage/www-plugins/lightspark-0.7.2_p20160107/work/lightspark-0.7.2_p20160107/src -I/var/tmp/portage/www-plugins/lightspark-0.7.2_p20160107/work/lightspark-0.7.2_p20160107/src/scripting   -DNDEBUG -O2 -pipe -march=native -Wall -Wnon-virtual-dtor -Woverloaded-virtual -pipe -fvisibility=hidden -fvisibility-inlines-hidden -std=c++11 -Wdisabled-optimization -Wextra -Wno-unused-parameter -Wno-invalid-offsetof -fPIC   -o CMakeFiles/spark.dir/backends/builtindecoder.cpp.o -c /var/tmp/portage/www-plugins/lightspark-0.7.2_p20160107/work/lightspark-0.7.2_p20160107/src/backends/builtindecoder.cpp
/var/tmp/portage/www-plugins/lightspark-0.7.2_p20160107/work/lightspark-0.7.2_p20160107/src/backends/builtindecoder.cpp: In member function ‘virtual bool lightspark::BuiltinStreamDecoder::decodeNextFrame()’:
/var/tmp/portage/www-plugins/lightspark-0.7.2_p20160107/work/lightspark-0.7.2_p20160107/src/backends/builtindecoder.cpp:85:41: error: invalid new-expression of abstract class type ‘lightspark::NullAudioDecoder’
       audioDecoder=new NullAudioDecoder();
                                         ^
In file included from /var/tmp/portage/www-plugins/lightspark-0.7.2_p20160107/work/lightspark-0.7.2_p20160107/src/backends/builtindecoder.h:23:0,

  -----------------------------------------------------------------

  This is an unstable amd64 chroot image (named gnome-unstable_20170119-091903) at a hardened host acting as a tinderbox.

  -----------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0 *
llvm-config --version:
3.9.1
Available Java Virtual Machines:
  [1]   icedtea-7  system-vm
  [2]   icedtea-bin-7 
  [3]   icedtea-bin-8 
  [4]   jamvm 
Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 7.2.6.8 [icedtea-7]
2)	IcedTea JDK 7.2.6.8 [icedtea-bin-7]
3)	IcedTea JDK 3.2.0 [icedtea-bin-8]
4)	JamVM JDK 2.0.0 [jamvm]
  -----------------------------------------------------------------
Comment 1 Toralf Förster gentoo-dev 2017-01-28 17:31:02 UTC
Created attachment 461736 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-01-28 17:31:06 UTC
Created attachment 461738 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-01-28 17:31:09 UTC
Created attachment 461740 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-01-28 17:31:12 UTC
Created attachment 461742 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-01-28 17:31:16 UTC
Created attachment 461744 [details]
www-plugins:lightspark-0.7.2_p20160107:20170128-172405.log
Comment 6 silver_ghost 2017-07-19 19:17:01 UTC
This bug is fixed in upstream by commit https://github.com/lightspark/lightspark/commit/22a85a13a5c3ded942ef59522ad399eb5d9a58d9.
Comment 7 Chí-Thanh Christopher Nguyễn gentoo-dev 2017-07-20 08:46:52 UTC
Fixed in 0.8.0 without a revbump.

Author: Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
Date:   Thu Jul 20 10:45:37 2017 +0200

    www-plugins/lightspark: add upstream patch to fix ffmpeg-free build
    
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=607492