pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/45018 (QEMU fails to build because of the i386 linker script)



Synopsis: QEMU fails to build because of the i386 linker script

State-Changed-From-To: open->closed
State-Changed-By: tsutsui%NetBSD.org@localhost
State-Changed-When: Sat, 29 Jun 2013 02:24:00 +0000
State-Changed-Why:
As noted in pkgsrc/emulators/qemu0/Makefile, this happened only on
5.99.x -current before binutils-2.19 was imported:
---
.if ${OPSYS} == "NetBSD"
.if (!empty(OS_VERSION:M5.99.*) || !empty(OS_VERSION:M[6-9].*))
# XXX
# i386 and x86_64 user emul require newer binutils for PROVIDE_HIDDEN()
# 
http://git.qemu.org/qemu.git/commit/?id=845f2c2812d9ed24b36c02a3d06ee83aeafe8b49
# but binutils-2.19 was enabled around 5.99.22:
# http://cvsweb.NetBSD.org/bsdweb.cgi/src/share/mk/bsd.own.mk#rev1.594
---
and no worth to handle old -current version numbers.




Home | Main Index | Thread Index | Old Index