Bug 247025 - emulators/qemu-user-static segfault while trying to crossbuild x11-toolkits/pango from amd64 to aarch64
Summary: emulators/qemu-user-static segfault while trying to crossbuild x11-toolkits/p...
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-emulation (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-06 08:45 UTC by Mark Linimon
Modified: 2020-11-13 08:08 UTC (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Linimon freebsd_committer freebsd_triage 2020-06-06 08:45:44 UTC
I am doing crossbuilds from amd64 to aarch64.  The following blocked my progress for a while.  I'm sorry, but I do not have time to investigate.  The recently rebuilt host is FreeBSD x3850-1 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r361720M and the pkg is qemu-user-static-3.1.0 .

  ERROR: ['/usr/local/bin/gtkdoc-fixxref', '--module=pango', '--module-dir=html', '--html-dir=/usr/local/share/gtk-doc/html', '--extra-dir=/usr/local/share/gtk-doc/html/glib', '--extra-dir=/usr/local/share/gtk-doc/html/gobject', '--extra-
dir=/usr/local/share/gtk-doc/html/cairo'] failed with status 1
  qemu: unsupported syscall: 574 (calling anyway)
  qemu: uncaught target signal 11 (Segmentation fault) - core dumped

(I am getting a lot of the 574 errors, but in general they do not lead to segfaults.)

The workaround was to rip out the DOCS code and dependencies so that I could go on my way.
Comment 1 Mikael Urankar freebsd_committer freebsd_triage 2020-06-06 09:18:34 UTC
(In reply to Mark Linimon from comment #0)
syscall 574 is realpathat, it's fixed in github 3.1 branch
I'm not sure if it will fix the crash
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2020-08-15 02:34:37 UTC
^Triage: fix assignment.