Bug 257632 - emulators/qemu-user-static-devel: segfaults during pkg-depends when trying to cross-build for armv7
Summary: emulators/qemu-user-static-devel: segfaults during pkg-depends when trying to...
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: freebsd-emulation (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-05 09:12 UTC by Robert Clausecker
Modified: 2021-09-28 11:21 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2021-08-05 09:12:26 UTC
With the latest 6.0.91 version, emulators/qemu-user-static-devel segfaults during pkg-depends when emulating armv7 on amd64 FreeBSD 13.0-RELEASE.  To reproduce, just try to build any package with Poudriere.  The error message is always the same:

=======================<phase: pkg-depends    >============================
===>   z3-4.8.10 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.16.3.txz
Segmentation fault
*** Error code 139

Stop.
make: stopped in /usr/ports/math/z3

This is a serious issue as it prevents any use of QEMU to cross-build packages for armv7.
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2021-09-28 11:21:31 UTC
It appears that the problem no longer occurs.