Opened 8 years ago
Closed 8 years ago
Last modified 7 years ago
#13037 closed Bug Report - General (Invalid)
Commit 7723e5e "Fix for wrong theme version being downloaded" causes build failure.
Reported by: | Owned by: | Peter Bennett | |
---|---|---|---|
Priority: | minor | Milestone: | 29.0 |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Commit 7723e5e "Fix for wrong theme version being downloaded", master branch, 4th of may 2017, results in a build error:
tycho@office:/usr/src/mythtv/mythtv# make sh version.sh /usr/src/mythtv/mythtv v0.28-pre-4144-g8cf4fc4e55 ERROR: High level of source version v0.28-pre-4144-g8cf4fc4e55, does not match high level of binary version 29.20170212-1 Makefile:41: recept voor doel 'libs/libmythbase/version.h' is mislukt make: * [libs/libmythbase/version.h] Fout 2
When I revert this commit, I can compile mythtv without errors.
Change History (6)
comment:1 Changed 8 years ago by
Milestone: | unknown → 29.0 |
---|---|
Owner: | set to Peter Bennett |
Status: | new → assigned |
Version: | Unspecified → Master Head |
comment:3 Changed 8 years ago by
The error indicates you are building from a wrong tagged version. The git describe is showing v0.28-pre but the version is supposed to be v29.
It seems you may be missing the tags. Check that your git is on the master branch (check it with "git branch" and look for the one with asterisk). You can list the tags with "git tag". If you do not have the v29-pre tag, try "git fetch --tags" and see if you get the tag. Once you have the tag and the correct branch, build should succeed.
comment:5 Changed 8 years ago by
Resolution: | → Invalid |
---|---|
Status: | assigned → closed |
comment:6 Changed 7 years ago by
Owner: | changed from Peter Bennett to Peter Bennett |
---|
What operating system distro and version are you using?
Regards Stuart