bugGnash - The GNU Flash player - Bugs: bug #36959, Cannot build with...

 
 

bug #36959: Cannot build with --enable-device=vaapi on Ubuntu 12.04

Submitter:  Andreas Brueckmann <raric>
Submitted:  Thu 26 Jul 2012 06:45:10 AM UTC
   
 
Category:  build Severity:  3 - Normal
Release:  None Status:  Confirmed
Privacy:  Public Assigned to:  rsavoye
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 12 Apr 2013 07:16:52 PM UTC, comment #2: 

For some reason the vaapi support isn't getting compiled, so it causes a link time error. I'll look into it when I get a chance.

Rob Savoye <rsavoye>
Group administrator
Sun 31 Mar 2013 06:25:32 PM UTC, comment #1: 

Same here on Gentoo amd64. I've tried to build today's trunk and it's failed with the same error. This also happens with 0.8.10 release.

Ilya Tumaykin <coacher>
Thu 26 Jul 2012 06:45:10 AM UTC, original submission:  

When building gnash (version: git clone) with configure --enable-device=vaapi on Ubuntu 12.04, I get the following error. For compiling, I use the standard Ubununtu libraries whith the following configure parameters:

./configure \
                --prefix=/usr \
                --sysconfdir=/etc \
                --disable-testsuite \
                --without-swfdec-testsuite \
                --without-ming \
                --disable-rpath \
                --enable-cygnal \
                --enable-python \
                --enable-jemalloc \
                --enable-media=gst,ffmpeg \
                --enable-gui=gtk,qt4 \
                --enable-renderer=agg,cairo \
                --enable-docbook \
                --enable-extensions=fileio,lirc,mysql \
                --with-npapi-plugindir=/usr/lib/gnash \
                --with-plugins-install=system \
                --enable-shared=yes \
                --enable-device=vaapi

...
make[4]: Betrete Verzeichnis '/root/gnash/gnash/gui'
  CXX    qt4_gnash-gnash.o
  CXX    qt4_gnash-gui.o
  CXX    qt4_gnash-Player.o
  CXX    qt4_gnash-NullGui.o
  CXX    qt4_gnash-ScreenShotter.o
  CXX    qt4_gnash-GuiQt4.o
  CXX    qt4_gnash-Qt4Gui.o
  CXX    qt4_gnash-Qt4Glue.o
  CXX    qt4_gnash-Qt4GlueCairo.o
  CXX    qt4_gnash-Qt4GlueAgg.o
  CXXLD  qt4-gnash
../libbase/.libs/libgnashbase.so: undefined reference to `gnash::VaapiSurfaceGLX::update(boost::shared_ptr<gnash::VaapiSurface>)'
../libbase/.libs/libgnashbase.so: undefined reference to `gnash::VaapiSurfaceGLX::VaapiSurfaceGLX(unsigned int, unsigned int)'
../libbase/.libs/libgnashbase.so: undefined reference to `gnash::GnashTexture::GnashTexture(unsigned int, unsigned int, gnash::image::ImageType)'
../libbase/.libs/libgnashbase.so: undefined reference to `typeinfo for gnash::GnashTexture'
../libbase/.libs/libgnashbase.so: undefined reference to `gnash::GnashTexture::~GnashTexture()'
collect2: ld returned 1 exit status
make[4]: * [qt4-gnash] Fehler 1
make[4]: Verlasse Verzeichnis '/root/gnash/gnash/gui'
make[3]: * [all-recursive] Fehler 1
make[3]: Verlasse Verzeichnis '/root/gnash/gnash/gui'
make[2]: * [all] Fehler 2
make[2]: Verlasse Verzeichnis '/root/gnash/gnash/gui'
make[1]: * [all-recursive] Fehler 1
make[1]: Verlasse Verzeichnis '/root/gnash/gnash'
make: * [all] Fehler 2

Please see my attached config.log for details.

Andreas Brueckmann <raric>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #26259:  config.log added by raric (165KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rsavoye (Updated the item)
  • -email is unavailable- added by coacher (Posted a comment)
  • -email is unavailable- added by raric (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-04-12 rsavoye StatusNone Confirmed
        Assigned toNone rsavoye
    2012-07-26 raric Attached File- Added config.log, #26259

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code