Bug 235554 - emulators/qemu-user-static: head(1) from aarch64 hangs on -CURRENT
Summary: emulators/qemu-user-static: head(1) from aarch64 hangs on -CURRENT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Sean Bruno
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-06 15:37 UTC by Jan Beich
Modified: 2019-11-13 12:39 UTC (History)
4 users (show)

See Also:
bugzilla: maintainer-feedback? (sbruno)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2019-02-06 15:37:39 UTC
$ head /COPYRIGHT
Unsupported ancillary data: 1/0

Alternatively,
$ poudriere testport -j head-aarch64 multimedia/libvpx
[...]
===>  Configuring for libvpx-1.8.0
  disabling install_docs
  disabling install_srcs
  enabling pic
  enabling vp8
  enabling vp9
  enabling multi_res_encoding
  enabling postproc
  enabling vp9_postproc
  enabling vp9_temporal_denoising
  enabling runtime_cpu_detect
  enabling shared
  disabling unit_tests
Configuring for target 'arm64-linux-gcc'
  enabling arm64
  enabling neon
  enabling webm_io
  enabling libyuv
Unsupported ancillary data: 1/0

Note, /rescue/head is NOT affected.
Comment 1 Mikael Urankar freebsd_committer freebsd_triage 2019-02-06 15:56:07 UTC
I fixed something similar with these patches (my end goal was to fix devel/arpc):
http://mikael.urankar.free.fr/index.php?dir=qemu/sendrecvmsg/

Mark Millard reported a bug in 0001.patch (iov_len is wrong). I haven't found the time to fix it
Comment 2 Jan Beich freebsd_committer freebsd_triage 2019-02-06 16:00:05 UTC
multimedia/libvpx is worked around in ports r492309
Comment 3 Mikael Urankar freebsd_committer freebsd_triage 2019-08-01 15:07:21 UTC
It's fixed with ports r507618