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
GIT -xbmc not updating revision info
Aenima99x
Donor Posts: 1,030 Joined: Aug 2007 Reputation: 7 Location: California |
2012-07-18 16:27
Post: #1
(This post was last modified: 2012-07-18 16:29 by Aenima99x.)
|
| find quote |
davilla
Team-XBMC Developer Joined: Feb 2008 Reputation: 58 |
2012-07-18 19:13
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
Donor Posts: 1,030 Joined: Aug 2007 Reputation: 7 Location: California |
2012-07-19 16:46
Post: #3
Nope...still the same
|
| find quote |
khaoohs
Donor Posts: 65 Joined: Oct 2006 Reputation: 0 |
2012-07-19 23:24
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
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2012-07-20 21:00
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
Donor Posts: 1,030 Joined: Aug 2007 Reputation: 7 Location: California |
2012-07-21 05:42
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 |

Search
Help