emulators/qemu (qemu-0.11.1_13) (unknown build error)

Juergen Lock nox at jelal.kn-bremen.de
Mon Nov 4 23:16:26 UTC 2013


On Mon, Nov 04, 2013 at 04:17:24PM -0500, AN wrote:
> FreeBSD FBSD11 11.0-CURRENT FreeBSD 11.0-CURRENT #9 r257597: Sun Nov  3 
> 17:55:01 CST 2013     root at FBSD11:/usr/obj/usr/src/sys/MYKERNEL  amd64
> 
> Updating ports for security/libtasn1, qemu fails with:
> 
> gcc46 -Wall -Wstrict-prototypes -Werror -fomit-frame-pointer -fno-builtin 
> -I/usr/ports/emulators/qemu/work/qemu-0.11.1 -fno-stack-protector -o 
> multiboot.o -c multiboot.S
> ld -Ttext 0 -e _start -s -o multiboot.img multiboot.o
>    GEN   qemu.1
> objcopy -O binary -j .text multiboot.img multiboot.raw
> /usr/ports/emulators/qemu/work/qemu-0.11.1/pc-bios/optionrom/signrom.sh 
> multiboot.raw multiboot.bin
> qemu.pod around line 91: Non-ASCII character seen before =encoding in 
> 'Sch?tz.'. Assuming UTF-8
>    LINK  qemu-img
> rm multiboot.o multiboot.raw multiboot.img
> POD document had syntax errors at /usr/local/bin/pod2man line 71.
> gmake[2]: *** [qemu.1] Error 255
> gmake[2]: *** Waiting for unfinished jobs....
> gmake[2]: Leaving directory `/usr/ports/emulators/qemu/work/qemu-0.11.1'
> ===> Compilation failed unexpectedly.
> Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure 
> to
> the maintainer.
> *** Error code 1
> 
> Stop.
> make[1]: stopped in /usr/ports/emulators/qemu
> *** Error code 1
> 
Hm I wonder if pod2man has changed...  Can you try this patch?

 Thanx! :)
	Juergen

Index: emulators/qemu/Makefile
===================================================================
--- emulators/qemu/Makefile	(revision 332625)
+++ emulators/qemu/Makefile	(working copy)
@@ -130,6 +130,9 @@
 	@cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/cdrom-dma-patch
 .endif
 	@${REINPLACE_CMD} -E \
+		-e "/^by Tibor .TS. S/s|Sch.*z.$$|Schuetz.|" \
+		${WRKSRC}/qemu-doc.texi
+	@${REINPLACE_CMD} -E \
 		-e "s|^(CFLAGS=).*|\1${CFLAGS} -fno-strict-aliasing|" \
 		-e "s|^(LDFLAGS=).*|\1${LDFLAGS}|" \
 		${WRKSRC}/Makefile.target


More information about the freebsd-ports mailing list