building XBMC from source ..
#1
Question 
Hi all ..

i try to build XBMC from source, but without success .. strange issue occurs ..
configure is performed ok as well as make command seems like completed without errors, but when try to do `make install`, error occurs, because i have not compiled xbmc.bin file and is strange, that after compilation .BUILD directory does not exist..
some outputs are here ::
./configure --prefix=/opt/XBMC --disable-debug --disable-joystick ## used configure method .. successful

make -j2 ## make command .. successful

make install ## outputs following
> make install
Creating target directories in /opt/XBMC/share/xbmc
Copying system files to /opt/XBMC/share/xbmc
Copying XBMC binary to /opt/XBMC/share/xbmc/xbmc.bin
cp: cannot stat `xbmc.bin': No such file or directory
make: *** [install] Error 1

thanks for reply ..
regards by ntz
Reply
#2
This happened most likely due an incomplete build process caused by "make -j 2".
This is a known issue and could be easily fixed by just running make again. Please report back if it solved your problem.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
ok .. should i use '-j2' option?

one additional thing :: configure process reported messages something like , that
"seems to component foo ignores --datadir path .."

btw. i am compiling revison #16114 (just today's)

my system is openSuSE 11.0 ::
# uname -a
Linux kokina 2.6.25.18-0.2-pae #1 SMP 2008-10-21 16:30:26 +0200 i686 athlon i386 GNU/Linux

feature request :: please change README.linux feeling from `for ubuntu intended` to `common linux intended` .. if will be possible, get there list of needed *-devel packages .. it should be enough then.

regards
Reply
#4
search the wiki/forums. i know people have gotten it working on opensuse before. the reason README.linux has an ubuntu feeling is because it's currently the only supported platform.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#5
I have the same issue when try to build XBMC for Fedora 9. Compilation is finished without any error. But the xbmc.bin is not created. As result make install gives that error:
Code:
Copying XBMC binary to /opt/XBMC/share/xbmc/xbmc.bin
cp: cannot stat `xbmc.bin': No such file or directory
make: *** [install] Error 1
I run make three times but without luck.
Reply
#6
nite_man Wrote:I have the same issue when try to build XBMC for Fedora 9. Compilation is finished without any error. But the xbmc.bin is not created. As result make install gives that error:
Code:
Copying XBMC binary to /opt/XBMC/share/xbmc/xbmc.bin
cp: cannot stat `xbmc.bin': No such file or directory
make: *** [install] Error 1
I run make three times but without luck.

Then compilation DID NOT finish w/o error. Run make (no -j option) then pastebin the output.
Reply
#7
Just an FYI.
On some Linux systems you may need to issue this command prior to your make so that your library path variable is handled properly.

export LD=ld
Reply
#8
You didn't noticed this thread is more than 2 years old, did you? Laugh

h.udo
f**k..... started editing without sudo | M.K.

Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply

Logout Mark Read Team Forum Stats Members Help
building XBMC from source ..0