Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 00:14:50 +0100
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        AN <andy@neu.net>
Cc:        nox@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: emulators/qemu (qemu-0.11.1_13) (unknown build error)
Message-ID:  <20131104231450.GA3647@enceladus10.kn-bremen.de>
In-Reply-To: <alpine.BSF.2.00.1311041606420.52589@mail.neu.net>
References:  <mailman.13563.1383541145.364.freebsd-ports@freebsd.org> <alpine.BSF.2.00.1311041606420.52589@mail.neu.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131104231450.GA3647>