[Bug 240763] emulators/qemu-user-static: fails to run ports-mgmt/pkg on armv7 with clang9 base

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 27 00:08:57 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240763

--- Comment #6 from commit-hook at freebsd.org ---
A commit references this bug:

Author: kevans
Date: Sun Oct 27 00:08:04 UTC 2019
New revision: 515732
URL: https://svnweb.freebsd.org/changeset/ports/515732

Log:
  qemu-user-static: pull in fixes for the 2.x branch

  Short list:
  - __sysctlbyname(2) implemented
  - posix_spawn breakage due to RFSPAWN averted
  - some _umtx_op misbehavior fixed*

  Some _umtx_op operations were processing a timeout, but failed to pass in
  the size of the timespec/_umtx_time to the kernel, passing in '0' instead.
  This would cause unbounded sleep until interrupted, rather than timeout
  expected by the caller.

  PR:           240763
  Approved by:  ler (ports), sbruno (maintainer, implicit)
  MFH:          2019Q4 (runtime fix)

Changes:
  head/emulators/qemu-sbruno/Makefile
  head/emulators/qemu-sbruno/distinfo

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-pkg mailing list