pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/51534: qemu-2.7.0 fails to build: bad register name
The following reply was made to PR pkg/51534; it has been noted by GNATS.
From: kuehro%posteo.de@localhost
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/51534: qemu-2.7.0 fails to build: bad register name
Date: Sun, 09 Oct 2016 13:42:24 +0200
I was able to build a working qemu with these steps:
1) bmake install until it stops with the error described in the PR.
2) cd work/qemu-2.7.0/pc-bios/optionrom
gmake
Leading to this output:
CC linuxboot_dma.o
Building linuxboot_dma.img
Building linuxboot_dma.raw
Signing linuxboot_dma.bin
AS kvmvapic.o
Building kvmvapic.img
Building kvmvapic.raw
Signing kvmvapic.bin
3) cd /usr/pkgsrc/emulators/qemu
bmake install
Binary tested with alpine Linux x86 and x86_64.
/etc/mk.conf contains this (see PR 51479, where SSP=all failed to
build):
PKG_DEVELOPER= yes
PKGSRC_MK_PIE= yes
PKGSRC_USE_SSP= strong
PKGSRC_USE_FORTIFY= yes
PKGSRC_USE_RELRO= yes
Home |
Main Index |
Thread Index |
Old Index