mainGnash - The GNU Flash player - Support: sr #107657, fails to link against...

 
 

sr #107657: fails to link against ffmpeg-0.6.90-rc0: undefined reference to `av_parser_parse'

Submitter:  None
Submitted:  Sun 10 Apr 2011 09:35:41 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  Done
Privacy:  Public Assigned to:  None
Originator Email:  -email is unavailable- Open/Closed:  Closed
Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 22 Sep 2011 10:44:20 PM UTC, comment #1: 

Fixed by 5c76984ee. See https://savannah.gnu.org/bugs/?33696

Gabriele Giacone <gg0>
Group Member
Sun 10 Apr 2011 09:35:41 PM UTC, original submission:  

When building against ffmpeg-0.6.90-rc0 on Gentoo, the following linker error is seen:

libtool: link: x86_64-pc-linux-gnu-g++ -O2 -pipe -march=amdfam10 -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden -Wl,-O1 -o .libs/sdl-gnash sdl_gnash-gnash.o sdl_gnash-gui.o sdl_gnash-Player.o sdl_gnash-NullGui.o sdl_gnash-ScreenShotter.o sdl_gnash-gui_sdl.o sdl_gnash-sdl.o sdl_gnash-sdl_ogl_glue.o sdl_gnash-sdl_agg_glue.o sdl_gnash-sdl_cairo_glue.o -Wl,-rpath -Wl,/usr/lib -Wl,--export-dynamic  -Wl,--no-as-needed -Wl,--as-needed ../libcore/.libs/libgnashcore.so -L/usr/lib64 /var/tmp/portage/www-plugins/gnash-0.8.9/work/gnash-0.8.9/libsound/.libs/libgnashsound.so ../librender/.libs/libgnashrender.so -L/usr/lib64/qt4 ../libsound/.libs/libgnashsound.so /var/tmp/portage/www-plugins/gnash-0.8.9/work/gnash-0.8.9/libmedia/.libs/libgnashmedia.so ../libmedia/.libs/libgnashmedia.so /var/tmp/portage/www-plugins/gnash-0.8.9/work/gnash-0.8.9/libbase/.libs/libgnashbase.so /usr/lib64/libspeex.so /usr/lib64/libspeexdsp.so ../libbase/.libs/libgnashbase.so /usr/lib64/libgif.so /usr/lib64/libltdl.so /var/tmp/portage/www-plugins/gnash-0.8.9/work/gnash-0.8.9/libvaapi/.libs/libgnashvaapi.so /usr/lib64/libXinerama.so /usr/lib64/libSM.so -luuid /usr/lib64/libICE.so /usr/lib64/libXv.so /usr/lib64/libXext.so -lva-glx /usr/lib64/libglib-2.0.so /usr/lib64/libcurl.so /usr/lib64/libldap.so -lssl -lcrypto /usr/lib64/libgnutls.so /usr/lib64/libtasn1.so /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so -ljpeg -lboost_thread-1_42 -lboost_program_options-1_42 -lavcodec /usr/lib64/libdca.so /usr/lib64/libvorbisenc.so /usr/lib64/libvorbis.so -lavformat -lavutil /usr/lib64/libtheora.so -logg -lswscale -lva-x11 -lva -lSDL -lGLU /usr/lib64/libagg.so /usr/lib64/libagggpc.so /usr/lib64/libcairo.so /usr/lib64/libpixman-1.so /usr/lib64/libfontconfig.so /usr/lib64/libpng14.so /usr/lib64/libxcb-shm.so /usr/lib64/libxcb-render.so /usr/lib64/libXrender.so -lpthread /usr/lib64/libfreetype.so /usr/lib64/libexpat.so -lEGL -lQtGui -lQtCore -lz -lGL -lm -lrt /usr/lib64/libX11.so /usr/lib64/libxcb.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so -ldl -lbz2 /usr/lib64/liblber.so -lresolv -Wl,-rpath -Wl,/usr/lib64/gnash
/var/tmp/portage/www-plugins/gnash-0.8.9/work/gnash-0.8.9/libmedia/.libs/libgnashmedia.so: undefined reference to `av_parser_parse'
collect2: ld returned 1 exit status
make[4]: * [sdl-gnash] Error 1

The function av_parser_parse() has been marked as deprecated in ffmpeg-0.6.90-rc0.

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #23199:  gnash-0.8.9-no-deprecated-avcodec-parser.patch added by None (807B - text/x-patch - patch to use av_parser_parse2 instead. needs ffmpeg-0.6 )
file #23196:  ldd-r.txt added by None (4KiB - text/plain - ldd -r output and compressed build log)
file #23197:  build.log.bz2 added by None (32KiB - application/x-bzip2 - ldd -r output and compressed build log)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gg0 (Posted a comment)
  •  

    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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-09-22 gg0 StatusNone Done
        Open/ClosedOpen Closed
    2011-04-10 None Attached File- Added gnash-0.8.9-no-deprecated-avcodec-parser.patch, #23199
    2011-04-10 None Attached File- Added ldd-r.txt, #23196
        Attached File- Added build.log.bz2, #23197

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code