Kodi Community Forum

Full Version: Updated but auto start still launches old version
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to update my version of XBMC for linux
Its currently running SVN 9.04-beta1-r19898.
As I understand "smooth video" has been merged into the main program
I followed this guide HERE to hopefully update to 22100
Every thing ran, it configured and compiled ok

XBMC is set to autostart with X in a minimal hardy install ( outined in this guide HERE) But when I restart the machine it still starts up with svn 19898

please give me some clues as to where its going wrong

Cheers Smile
make sure you use

Quote:./configure --prefix=/usr

make -j2

sudo make install

cheers
You should upgrade your Ubuntu version. Hardy is not that fresh, eh?
Please describe your problem in the thread title in the future...
harryzimm Wrote:make sure you use



cheers
I''l try that....thanks



althekiller Wrote:Please describe your problem in the thread title in the future...
Sorry


vdrfan Wrote:You should upgrade your Ubuntu version. Hardy is not that fresh, eh?

surely hardy is plenty good enough to run XBMC as its the only program running.
Are you saying that the latest builds are not compatible with hardy ??
I think he's just saying Hardy isn't new anymore. FOSS is always evolving and changing, sometimes for the better. More often than not newer is better. Sometimes newer doesn't work. I prefer to stay with newer so I'm using Jaunty.
harryzimm Wrote:make sure you use



cheers


All I get now is an error on install

Quote: caution: excluded filename not matched: */Thumbs.db
Copying XBMC binary to /usr/share/xbmc/xbmc.bin
install: cannot stat `xbmc.bin': No such file or directory
make: *** [install] Error 1

Still doing something wrong....obviously

BTW thanks for the help
This is due to the fact you're using Hardy. Hardy will barf while compiling goom, mms and the recently changed smb stuff for sure. Please consider upgrading.
vdrfan Wrote:This is due to the fact you're using Hardy. Hardy will barf while compiling goom, mms and the recently changed smb stuff for sure. Please consider upgrading.


Hi
Updated to Intrepid, which was actually quite painless Big Grin
Quote:xbmc@xbmc:~/XBMC$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 8.10
Release: 8.10
Codename: intrepid
xbmc@xbmc:~/XBMC$

Its seems to "./configure --prefix=/usr --disable-pulse" and "make -j2" fine but when I "sudo make install" I still get the following error
Quote:xbmc@xbmc:~/XBMC$ sudo make install
[sudo] password for xbmc:
Copying system files to /usr/share/xbmc
caution: excluded filename not matched: */Thumbs.db
Copying XBMC binary to /usr/share/xbmc/xbmc.bin
install: cannot stat `xbmc.bin': No such file or directory
make: *** [install] Error 1

What is going wrong ??
Ive done a bit of testing / reading

From the install error I can assume its stopped installing because it cant find xbmc.bin probably because its not been made.

It seems from watching the log that it still "will barf while compiling goom, mms and the recently changed smb stuff for sure." as you so aptly put it Smile

Quote:configure.in:4: but the definition used by this AM_INIT_AUTOMAKE
configure.in:4: comes from Automake 1.10.2. You should recreate
configure.in:4: aclocal.m4 with aclocal and run automake again.
make[2]: *** [Makefile.in] Error 1
make[2]: Leaving directory `/home/xbmc/XBMC/xbmc/visualizations/Goom/goom2k4-0'
make[1]: *** [goom2k4-0/src/.libs/libgoom2.a] Error 2
make[1]: Leaving directory `/home/xbmc/XBMC/xbmc/visualizations/Goom'
make: *** [visualizations] Error 2
make: *** Waiting for unfinished jobs....
xbmc/FileSystem/filesystem.a(FileSmb.o): In function `CSMB::URLEncode(CStdStr<char> const&)':
/home/xbmc/XBMC/xbmc/FileSystem/FileSmb.cpp:268: undefined reference to `smbc_urlencode'
collect2: ld returned 1 exit status
make: *** [xbmc.bin] Error 1
xbmc@xbmc:~/XBMC$

Do I need to upgrade further to get round this, but isnt intrepid the latest non beta ?
Ubuntu 9.04 (Jaunty Jackalope) is the most recent stable ubuntu release
scrp Wrote:Ubuntu 9.04 (Jaunty Jackalope) is the most recent stable ubuntu release

Ive just updated to this,
Quote:xbmc@xbmc:~/XBMC$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.04
DISTRIB_CODENAME=jaunty
DISTRIB_DESCRIPTION="Ubuntu 9.04"
xbmc@xbmc:~/XBMC$




but now im getting a different error


Quote:make: *** [dvdpcodecs] Error 2
at the end of the compile. which obviously still wont install because it didn't finish without errors
Have you checked readme.linux and readme.ubuntu and installed all the package dependencies mentioned in those?
scrp Wrote:Have you checked readme.linux and readme.ubuntu and installed all the package dependencies mentioned in those?

As far as I`m aware yes.

Ive never had any problems compiling and installing before, although that was back in may with the smoothvideo branch.
My current release is 9.04-beta1-r19898. Its pretty stable and plays the majority of my mkv`s fine.
I just wanted to upgrade to the latest stable release with " smooth video " included, which, as far as I understand it is and its had a fair few tweaks to iron out some problems which would hopefully fix some of my occasional ones.
Did you clean your source? make reallyclean or make distclean.

I kicked gloom from the make file and it finished compiling.

I am using karmic but I don't think there have been that many changes with the build tools and most of the devs would probably be testing on jaunty.