[RTEMS Project] #3212: Qemu Fails to Build, RSB Gives Odd Traceback

RTEMS trac trac at rtems.org
Fri Oct 27 18:17:05 UTC 2017


#3212: Qemu Fails to Build, RSB Gives Odd Traceback
---------------------------+--------------------
 Reporter:  Joel Sherrill  |      Owner:  (none)
     Type:  defect         |     Status:  new
 Priority:  normal         |  Milestone:  4.12.0
Component:  tool/rsb       |    Version:  4.12
 Severity:  normal         |   Keywords:
---------------------------+--------------------
 After applying the attached patch to update the md5's to sha512's,
 something goes wrong in the RSB build of Qemu. There is nothing obvious
 from the qemu build directory. But it appears that the cd into the qemu
 git directory didn't work and it is acting on my RSB git clone. The RSB
 trace is:

 {{{
 script: 78: cd "/data/home/joel/rtems-work/rtems-source-builder/bare/build
 /qemu-42d58e7c6760cb9c55627c28ae538e27dcf2f144-x86_64-linux-gnu-1"
 script: 79: echo "=> qemu-42d58e7c6760cb9c55627c28ae538e27dcf2f144-x86_64
 -linux-gnu-1:"
 script: 80: echo "==> %prep:"
 script: 81: build_top=$(pwd)
 script: 82: source_dir_qemu="qemu-
 42d58e7c6760cb9c55627c28ae538e27dcf2f144"
 source setup: qemu-42d58e7c6760cb9c55627c28ae538e27dcf2f144-x86_64-linux-
 gnu-1: source qemu -q -n qemu-42d58e7c6760cb9c55627c28ae538e27dcf2f144
 making dir: /data/home/joel/rtems-work/rtems-source-
 builder/bare/sources/git
 _url: git://git.qemu-
 project.org/qemu.git?pull?checkout=42d58e7c6760cb9c55627c28ae538e27dcf2f144?submodule=dtc
 -> /data/home/joel/rtems-work/rtems-source-
 builder/bare/sources/git/qemu.git
 cmd: (/data/home/joel/rtems-work/rtems-source-
 builder/bare/sources/git/qemu.git) /usr/bin/git status
 exe: ['/usr/bin/git', 'status']
 # On branch am
 # Untracked files:
 #   (use "git add <file>..." to include in what will be committed)
 #
 #       ../../../../am/
 #       ../../../j_qemu
 #       ../../../nohup.out
 #       ../../../../gcc7/
 #       ../../../../rtems/4.10-targets
 #       ../../../../rtems/all
 #       ../../../../rtems/chris
 #       ../../../../rtems/do_a
 #       ../../../../rtems/do_all
 #       ../../../../rtems/nohup.out
 #       ../../../../rtems/p_rm
 #       ../../../../rtems/sh-gdb.diff
 nothing added to commit but untracked files present (use "git add" to
 track)
 cmd: (/data/home/joel/rtems-work/rtems-source-
 builder/bare/sources/git/qemu.git) /usr/bin/git clean -f -d
 exe: ['/usr/bin/git', 'clean', '-f', '-d']
 cmd: (/data/home/joel/rtems-work/rtems-source-
 builder/bare/sources/git/qemu.git) /usr/bin/git reset --hard
 exe: ['/usr/bin/git', 'reset', '--hard']
 HEAD is now at 96485e3 Add SHA512 checksums for qemu sources
 cmd: (/data/home/joel/rtems-work/rtems-source-
 builder/bare/sources/git/qemu.git) /usr/bin/git checkout master
 exe: ['/usr/bin/git', 'checkout', 'master']
 Switched to branch 'master'
 git: pull: git://git.qemu-project.org/qemu.git
 cmd: (/data/home/joel/rtems-work/rtems-source-
 builder/bare/sources/git/qemu.git) /usr/bin/git pull
 exe: ['/usr/bin/git', 'pull']
 Build Set: Time 0:05:24.810871
 abort: user terminated
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/3212>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list