Opened on 03/14/16 at 18:17:44
Closed on 03/16/16 at 06:29:14
#2645 closed defect (fixed)
RSB qemu bset issues and failure
Reported by: | Joel Sherrill | Owned by: | Chris Johns |
---|---|---|---|
Priority: | normal | Milestone: | 4.11.1 |
Component: | unspecified | Version: | 4.10 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Trying to build qemu on RSB master, I got errors for qemu_version and rtems_version not being defined. I added the following lines to bare/config/devel/qemu.bset which may or may not be correct but seemed to work.
%define qemu_version 42d58e7c6760cb9c55627c28ae538e27dcf2f144
%define rtems_version 4.12
May also be broken on 4.11 branch. Did not check.
../source-builder/sb-set-builder --log=l-qemu.txt --prefix=/home/joel/rtems-class-201604/tools/4.12 devel/qemu
Change History (3)
comment:1 Changed on 03/16/16 at 05:54:31 by Chris Johns
Status: | new → assigned |
---|
comment:2 Changed on 03/16/16 at 06:07:38 by Chris Johns
It also looks like the release version is broken due to the changes to support the release URL. The release URL requires an RTEMS version and if using a git version there is no RTEMS version in the bare config tree. If the release URL fails to expand report a message and continue.
comment:3 Changed on 03/16/16 at 06:29:14 by Chris Johns
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thought this was fixed. I have a patch from a few days ago sitting waiting to be pushed.