From danfe@regency.nsu.ru  Mon Oct  8 03:59:25 2007
Return-Path: <danfe@regency.nsu.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 59F1B16A49C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  8 Oct 2007 03:59:25 +0000 (UTC)
	(envelope-from danfe@regency.nsu.ru)
Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5])
	by mx1.freebsd.org (Postfix) with ESMTP id 0042B13C481
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  8 Oct 2007 03:59:24 +0000 (UTC)
	(envelope-from danfe@regency.nsu.ru)
Received: from regency.nsu.ru ([193.124.210.26])
	by mx.nsu.ru with esmtp (Exim 4.50)
	id 1Ieite-0000an-Q5
	for FreeBSD-gnats-submit@freebsd.org; Mon, 08 Oct 2007 10:03:06 +0700
Received: from regency.nsu.ru (localhost [127.0.0.1])
	by regency.nsu.ru (8.14.1/8.14.1) with ESMTP id l9835RZA042313
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 8 Oct 2007 10:05:27 +0700 (NOVST)
	(envelope-from danfe@regency.nsu.ru)
Received: (from danfe@localhost)
	by regency.nsu.ru (8.14.1/8.14.1/Submit) id l98359p3042297;
	Mon, 8 Oct 2007 10:05:09 +0700 (NOVST)
	(envelope-from danfe)
Message-Id: <200710080305.l98359p3042297@regency.nsu.ru>
Date: Mon, 8 Oct 2007 10:05:09 +0700 (NOVST)
From: Alexey Dokuchaev <danfe@freebsd.org>
Reply-To: Alexey Dokuchaev <danfe@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] x11/gnome-desktop does not build on fresh -CURRENT
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117004
>Category:       ports
>Synopsis:       [patch] x11/gnome-desktop does not build on fresh -CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 08 04:00:05 GMT 2007
>Closed-Date:    Sun Oct 21 02:26:15 UTC 2007
>Last-Modified:  Sun Oct 21 02:26:15 UTC 2007
>Originator:     Alexey Dokuchaev
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
CNIT NSU
>Environment:
System: FreeBSD stan.asempra.local 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Oct  4 04:45: 24 NOVST 2007 root@stan.asempra.local:/usr/obj/usr/src/sys/LITE i386
>Description:
On a freshly installed -CURRENT (no packages), `x11/gnome-desktop' port
would not build without attached patch.  More investigation + pointyhat
log grepping are probably required.
>How-To-Repeat:
cd /usr/ports/x11/gnome-desktop && make
>Fix:
Attached quick'n'dirty patch works for me:
%%%
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/gnome-desktop/Makefile,v
retrieving revision 1.63
diff -u -r1.63 Makefile
--- Makefile	3 Jul 2007 07:27:20 -0000	1.63
+++ Makefile	8 Oct 2007 02:31:29 -0000
@@ -21,9 +21,11 @@
 
 .if !defined(REFERENCE_PORT)
 
+BUILD_DEPENDS=	${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed
+
 USE_XPM=	yes
 USE_GNOME=	gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \
-		ltverhack referencehack
+		libgnome ltverhack referencehack
 GNOME_DESKTOP_VERSION=2
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Oct 8 04:00:43 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117004 

From: "Jeremy Messenger" <mezz7@cox.net>
To: bug-followup@freebsd.org, danfe@freebsd.org
Cc:  
Subject: Re: ports/117004: [patch] x11/gnome-desktop does not build on fresh -CURRENT
Date: Sun, 07 Oct 2007 23:26:37 -0500

 Please show us the build error. There is no build failure of gnome-desktop  
 in pointyhat and our tinderboxes.
 
 http://pointyhat.freebsd.org/errorlogs/i386-7-latest-logs/gnome-desktop-2.18.3.log
 
 This log is from Oct 2nd.
 
 Cheers,
 Mezz
 
 
 -- 
 mezz7@cox.net  -  mezz@FreeBSD.org
 FreeBSD GNOME Team  -  FreeBSD Multimedia Hat (ports, not src)
 http://www.FreeBSD.org/gnome/  -  gnome@FreeBSD.org
 http://wiki.freebsd.org/multimedia  -  multimedia@FreeBSD.org
State-Changed-From-To: open->closed 
State-Changed-By: mezz 
State-Changed-When: Sun Oct 21 02:25:52 UTC 2007 
State-Changed-Why:  
No respone back since Oct 7th. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117004 
>Unformatted:
