Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build qemu with --enable-pie #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Jan 30, 2024

  1. Build qemu with --enable-pie

    It's likely to be the cause for crashes during aarch64 builds such as in
    hassio-addons/addon-ubuntu-base#150
    ```
    69.17 Processing triggers for libc-bin (2.35-0ubuntu3.5) ...
    69.38 Segmentation fault (core dumped)
    69.52 Segmentation fault (core dumped)
    69.52 dpkg: error processing package libc-bin (--configure):
    69.52  installed libc-bin package post-installation script subprocess returned error exit status 139
    85.86 Errors were encountered while processing:
    85.86  libc-bin
    85.94 E: Sub-process /usr/bin/dpkg returned an error code (1)
    ```
    
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053101 and
    https://gitlab.com/qemu-project/qemu/-/issues/1953 have more details
    
    Signed-off-by: Christophe Fergeau <[email protected]>
    cfergeau committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c014644 View commit details
    Browse the repository at this point in the history