Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 606718 - media-video/noad: fails to compile
Summary: media-video/noad: fails to compile
Status: RESOLVED DUPLICATE of bug 519440
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo VDR Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-21 18:11 UTC by dieter ferdinand
Modified: 2019-03-23 11:22 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,18.59 KB, application/binary)
2017-01-21 19:27 UTC, dieter ferdinand
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dieter ferdinand 2017-01-21 18:11:50 UTC
hello,
there must be some changes in libav included in ffmpeg which make problems with noad.

i586-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I.   -DUSE_AVIOCONTEXT  -D__STDC_CONSTANT_MACROS  -D_GNU_SOURCE -DUSE_LIBMPGE2 -I/usr/include/mpeg2dec  -DFFMPEGDECODING   -DUSE_FFMPEG  -O2 -mtune=i586 -pipe -c -o cgetlogo.o cgetlogo.cpp
audiotools.cpp: In function 'int scan_audio_stream_0(unsigned char*, int)':
audiotools.cpp:191:39: error: 'avcodec_decode_audio3' was not declared in this scope
                          &out_size, &p);
                                       ^
Makefile:586: recipe for target 'audiotools.o' failed
make[1]: *** [audiotools.o] Error 1
make[1]: *** Waiting for unfinished jobs....
cgetlogo.cpp: In member function 'void CGetLogo::newData()':
cgetlogo.cpp:101:65: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         asprintf(&buffer,"checked %d corners", m_nCheckedCorner);


i restore the program and needed libs from my backup, to get it working again because the deaktivation of ffmpeg and activation of libmpeg2 don't work for me.

goodby
Comment 1 Agostino Sarubbo gentoo-dev 2017-01-21 18:51:39 UTC
It works here. Please post the full build log.
Comment 2 dieter ferdinand 2017-01-21 19:27:04 UTC
Created attachment 460838 [details]
build.log
Comment 3 Pacho Ramos gentoo-dev 2019-03-23 11:22:24 UTC

*** This bug has been marked as a duplicate of bug 519440 ***