From owner-freebsd-gnome@FreeBSD.ORG Thu Jun 24 06:54:57 2010 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 561471065677 for ; Thu, 24 Jun 2010 06:54:57 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (adsl-75-1-14-242.dsl.scrm01.sbcglobal.net [75.1.14.242]) by mx1.freebsd.org (Postfix) with ESMTP id 2E3828FC0A for ; Thu, 24 Jun 2010 06:54:56 +0000 (UTC) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id o5O6T1oY090774; Wed, 23 Jun 2010 23:29:01 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from mousie.catspoiler.org (localhost [127.0.0.1]) by mousie.catspoiler.org (8.14.3/8.14.3) with ESMTP id o5O6T16i006528; Wed, 23 Jun 2010 23:29:01 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: (from dl@localhost) by mousie.catspoiler.org (8.14.3/8.14.3/Submit) id o5O6T1jN006527; Wed, 23 Jun 2010 23:29:01 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Date: Wed, 23 Jun 2010 23:29:01 -0700 (PDT) Message-Id: <201006240629.o5O6T1jN006527@mousie.catspoiler.org> X-Authentication-Warning: mousie.catspoiler.org: dl set sender to truckman@FreeBSD.org using -f To: FreeBSD-gnats-submit@FreeBSD.org From: Don Lewis X-send-pr-version: 3.113 X-GNATS-Notify: Cc: gnome@FreeBSD.org Subject: make install can fail for ports-mgmt/packagekit [patch] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Don Lewis List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2010 06:54:57 -0000 >Submitter-Id: current-users >Originator: Don Lewis >Organization: self >Confidential: no >Synopsis: make install can fail for ports-mgmt/packagekit [patch] >Severity: non-critical >Priority: medium >Category: ports >Class: change-request >Release: FreeBSD 8.1-PRERELEASE i386 >Environment: System: FreeBSD scratch.catspoiler.org 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #1: Sun Jun 13 00:47:16 PDT 2010 dl@scratch.catspoiler.org:/usr/obj/usr/src/sys/GENERICDDB i386 >Description: Installation of ports-mgmt/packagekit can fail if contrib/debuginfo-install/pk-debuginfo-install.1 has not yet been created. This can happen because contrib/debuginfo-install/Makefile puts the xsltproc process that creates pk-debuginfo-install.1 in the background. This looks like a misplaced C shell attempt to redirect stderr. >How-To-Repeat: >Fix: --- contrib/debuginfo-install/Makefile.am.orig 2010-02-11 03:13:57.000000000 -0800 +++ contrib/debuginfo-install/Makefile.am 2010-06-03 17:58:26.000000000 -0700 @@ -13,7 +13,7 @@ if HAVE_XSLTPROC pk-debuginfo-install.1: pk-debuginfo-install.xml - xsltproc http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $? &> /dev/null + xsltproc http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $? > /dev/null endif INCLUDES = \