GIT -xbmc not updating revision info

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Aenima99x Offline
Donor
Posts: 1,030
Joined: Aug 2007
Reputation: 7
Location: California
Post: #1
Seems that XBMC is not recognizing when the GIT revision changes and is "stuck" on revision from July 11th.
I've verified that all file changes since that revision are actually in place and compiling finishes with no errors.
I've even started fresh and same issue.

XBMC Log shows - Starting XBMC (12.0-ALPHA4 Git:20120711-aca862c), Platform: Linux (Ubuntu 11.10 - XBMCbuntu, 3.0.0-23-generic-pae i686). Built on Jul 11 2012

GIT ORIG_HEAD shows - 92564dce84467bd0b7f3874d1411070c94808724
GIT packed-refs shows -92564dce84467bd0b7f3874d1411070c94808724 refs/remotes/origin/master
(This post was last modified: 2012-07-18 16:29 by Aenima99x.)
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,397
Joined: Feb 2008
Reputation: 58
Post: #2
./configure again and it should change.


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
Aenima99x Offline
Donor
Posts: 1,030
Joined: Aug 2007
Reputation: 7
Location: California
Post: #3
Nope...still the same
find quote
khaoohs Offline
Donor
Posts: 65
Joined: Oct 2006
Reputation: 0
Post: #4
Just rebuilt from git today, my log is updated.
Starting XBMC (12.0-ALPHA4 Git:20120718-9701022), Platform: Linux (Ubuntu 12.04 LTS, 3.2.0-23-generic-pae i686). Built on Jul 19 2012

FYI: here's my build script


cd ~/src/xbmc
git clean -xfd && git reset --hard
#git pull --rebase
git pull
./bootstrap && ./configure && make -j4
(This post was last modified: 2012-07-19 23:26 by khaoohs.)
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,178
Joined: Nov 2003
Reputation: 82
Post: #5
And what branch do you have selected?

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.
find quote
Aenima99x Offline
Donor
Posts: 1,030
Joined: Aug 2007
Reputation: 7
Location: California
Post: #6
my build script is....
git clean -xfd; make clean; make distclean
git pull
bootstrap;./configure --prefix=/usr --disable-crystalhd --disable-avahi --disable-airplay TMPDIR=/home/xbmc/Software/XBMC/temp_compile;make -j4

branch is master
(This post was last modified: 2012-07-21 05:44 by Aenima99x.)
find quote