v17 fails to build with cmake after 886b725
#1
Hi,
I'm running kodi on a ubuntu xenial machine.
Today's checkout fails to build. I'm getting:

Code:
CC    libavcodec/sbrdsp_fixed.o
src/libavcodec/sanm.c: In function ‘decode_2’:
src/libavcodec/sanm.c:1241:1: internal compiler error: in schedule_block, at haifa-sched.c:6892
}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
/data/kodi/kodi-build/build/ffmpeg/src/ffmpeg/common.mak:60: recept voor doel 'libavcodec/sanm.o' is mislukt
make[6]: *** [libavcodec/sanm.o] Fout 1
make[6]: *** Wachten op onvoltooide taken...

I'm building like this:

Code:
mkdir /data/kodi/kodi-build

cd /data/kodi/kodi-build

cmake -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_AIRTUNES=OFF /data/kodi/xbmc/project/cmake/

cmake --build . -- VERBOSE=1 -j2

Reverting "Merge pull request #9253 from mk01/master_codecimx_up1" (886b725) fixes the issue for me.
Reply
#2
Fully cleanup (git clean -xfd) - your logfile does not show the issue - you fail to build in ffmpeg, which is not related to the PR.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
I always build from a fresh clone, so I don't need to cleanup. I'll try to build again without reverting the PR and report back.
Reply
#4
Ok, I'm confused, now it builds ok. Don't know why it failed me the first time though...
Sorry for the noise.
Reply

Logout Mark Read Team Forum Stats Members Help
fails to build with cmake after 886b7250