From owner-cvs-ports@FreeBSD.ORG Sun Mar 8 19:46:15 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 274A51065676; Sun, 8 Mar 2009 19:46:15 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id D04FE8FC13; Sun, 8 Mar 2009 19:46:14 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 643C11E002FB; Sun, 8 Mar 2009 20:26:09 +0100 (CET) Received: from saturn.kn-bremen.de (noident@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id n28JOkNC047864; Sun, 8 Mar 2009 20:24:46 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id n28JOkQ4047863; Sun, 8 Mar 2009 20:24:46 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Sun, 8 Mar 2009 20:24:46 +0100 To: QAT@FreeBSD.org Message-ID: <20090308192446.GA43268@saturn.kn-bremen.de> Mail-Followup-To: QAT@FreeBSD.org, ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200903081709.n28H9hCW088026@repoman.freebsd.org> <20090308173300.F248D8FC42@release.ixsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090308173300.F248D8FC42@release.ixsystems.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/qemu Makefile distinfo pkg-message pkg-plist ports/emulators/qemu/files patch-90_security patch-CVE-2008-0928 patch-CVE-2008-2004 patch-CVE-2008-4539 patch-Makefile patch-Makefile.target patch-audio-4 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2009 19:46:16 -0000 On Sun, Mar 08, 2009 at 10:33:00AM -0700, QAT@FreeBSD.org wrote: > QAT - your restless neighborhood Daemon - identified a install error > while trying to build: > qemu-0.10.0 maintained by nox@FreeBSD.org > Makefile ident: $FreeBSD: ports/emulators/qemu/Makefile,v 1.94 2009/03/08 17:09:42 nox Exp $ > > Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/qemu-0.10.0.log : > [...] > gmake[1]: Leaving directory `/work/a/ports/emulators/qemu/work/qemu-0.10.0/sparc64-bsd-user' > mkdir -p "/usr/local/share/doc/qemu" > install -m 644 qemu-doc.html qemu-tech.html "/usr/local/share/doc/qemu" > install: qemu-doc.html: No such file or directory > gmake: *** [install-doc] Error 71 > *** Error code 2 > > Stop in /a/ports/emulators/qemu. > [...] > The build which triggered this BotMail was done under > tinderbox-3.1.2_1; dsversion: 3.1 on RELENG_7 on amd64 > with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the > "official" up-to-date Ports Tree, with the following vars set: > NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Fixed, sorry. Juergen