From lizard@informatik.unibw-muenchen.de  Sun Mar 17 16:30:19 2002
Return-Path: <lizard@informatik.unibw-muenchen.de>
Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBw-Muenchen.de [137.193.11.27])
	by hub.freebsd.org (Postfix) with ESMTP id 8778E37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 17 Mar 2002 16:30:18 -0800 (PST)
Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30])
	by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g2I06wn29948
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Mar 2002 01:06:58 +0100 (MET)
Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1])
	by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id 61CA75A547
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Mar 2002 01:06:57 +0100 (CET)
Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001)
	id 63D6B5A544; Mon, 18 Mar 2002 01:06:56 +0100 (CET)
Message-Id: <20020318000656.63D6B5A544@nemesis.informatik.unibw-muenchen.de>
Date: Mon, 18 Mar 2002 01:06:56 +0100 (CET)
From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: cannot build gnomevfs with gettext WANT_FULL_GETTEXT
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         36028
>Category:       ports
>Synopsis:       cannot build gnomevfs with gettext WANT_FULL_GETTEXT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 17 16:40:01 PST 2002
>Closed-Date:    Thu Mar 28 04:46:36 PST 2002
>Last-Modified:  Thu Mar 28 04:46:36 PST 2002
>Originator:     Oliver Braun
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Mar 11 11:24:18 CET 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386


>Description:

After building gettext with WANT_FULL_GETTEXT=yes gnomevfs build failed,
because gnomevfs depends on msgfmt-new, but msgfmt-new is only available
after installing gettext *WITHOUT* WANT_FULL_GETTEXT=yes.

>How-To-Repeat:
cd /usr/ports/devel/gettext && make WANT_FULL_GETTEXT=yes install
cd /usr/ports/devel/gnomevfs && make
>Fix:

change in devel/gnomevfs/Makefile:

-BUILD_DEPENDS=  msgfmt-new:${PORTSDIR}/devel/gettext \
+BUILD_DEPENDS=  msgfmt:${PORTSDIR}/devel/gettext \

Regards,
         Olli
>Release-Note:
>Audit-Trail:

From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: ports/36028: cannot build gnomevfs with gettext WANT_FULL_GETTEXT
Date: Mon, 18 Mar 2002 01:43:03 +0100

 same problem with:
 
   x11-wm/windowmaker
   devel/bonobo
   devel/bugbuddy
   devel/gtranslator
   devel/gnomevfs2
   games/gnomegames
   irc/xchat
   misc/gnomeutils
   net/gabber
   www/galeon
   x11/gnomeapplets
   x11/gnomecore
   x11-fm/nautilus
 
 depending on xgettext-new and/or msgfmt-new.
 
 Regards,
          Olli
 -- 
 Department of Computing Science
 Federal Armed Forces University Munich
 http://ist.unibw-muenchen.de/People/obraun/
Responsible-Changed-From-To: freebsd-ports->gnome 
Responsible-Changed-By: ijliao 
Responsible-Changed-When: Sun Mar 17 19:49:08 PST 2002 
Responsible-Changed-Why:  
over to maintainer 

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

From: Maxim Sobolev <sobomax@mail.ru>
To: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Cc: freebsd-ports@FreeBSD.ORG, FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/36028: cannot build gnomevfs with gettext
	WANT_FULL_GETTEXT
Date: 18 Mar 2002 09:42:24 +0200

 - Doctor, it hurts when I do this!
 - Well, don't do it then.
 
 :)
 
 The problem is that WANT_FULL_GETTEXT knob is provided for developers
 only, who know what they do. For all others, it just going to break many
 things. Therefore, please deinstall gettext-0.10.40, rebuild it without
 WANT_FULL_GETTEXT and reinstall. After that you should be fine.
 
 -Maxim
 
 On Mon, 2002-03-18 at 04:10, Oliver Braun wrote:
 > The following reply was made to PR ports/36028; it has been noted by GNATS.
 > 
 > From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
 > To: FreeBSD-gnats-submit@FreeBSD.ORG
 > Cc:  
 > Subject: Re: ports/36028: cannot build gnomevfs with gettext WANT_FULL_GETTEXT
 > Date: Mon, 18 Mar 2002 01:43:03 +0100
 > 
 >  same problem with:
 >  
 >    x11-wm/windowmaker
 >    devel/bonobo
 >    devel/bugbuddy
 >    devel/gtranslator
 >    devel/gnomevfs2
 >    games/gnomegames
 >    irc/xchat
 >    misc/gnomeutils
 >    net/gabber
 >    www/galeon
 >    x11/gnomeapplets
 >    x11/gnomecore
 >    x11-fm/nautilus
 >  
 >  depending on xgettext-new and/or msgfmt-new.
 >  
 >  Regards,
 >           Olli
 >  -- 
 >  Department of Computing Science
 >  Federal Armed Forces University Munich
 >  http://ist.unibw-muenchen.de/People/obraun/
 > 
 > To Unsubscribe: send mail to majordomo@FreeBSD.org
 > with "unsubscribe freebsd-ports" in the body of the message
 > 
 > 
 
 

From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
To: sobomax@FreeBSD.org
Cc: freebsd-ports@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/36028: cannot build gnomevfs with gettext WANT_FULL_GETTEXT
Date: Mon, 18 Mar 2002 10:38:31 +0100

 Hi Maxim,
 
 > The problem is that WANT_FULL_GETTEXT knob is provided for developers
 > only, who know what they do. For all others, it just going to break many
 > things. Therefore, please deinstall gettext-0.10.40, rebuild it without
 > WANT_FULL_GETTEXT and reinstall. After that you should be fine.
 
 Ok. I got this, but as Udo Schweigert has pointed out already [1] on
 this list:
 
 > I just run portupgrade wihich updated gettext to 0.10.40. Unfortunately this
 > port now does not build the shared libraries by default, you have to turn
 > it on via the WANT_FULL_GETTEXT knob.
 > Because I hadn't a working libintl after that upgrade other portupgrades
 > e.g mozilla, failed because configure did not detect the libintl.
 
 So I just want to point out that turning on WANT_FULL_GETTEXT could
 cause other problems.
 
 Is it recommended to have both gettext-0.10.40 and gettext-0.10.35
 installed?
 
 Regards,
          Olli
 
 1. Message-ID: <20020316083402.GA68217@alaska.cert.siemens.de>
 -- 
 Department of Computing Science
 Federal Armed Forces University Munich
 http://ist.unibw-muenchen.de/People/obraun/

From: Maxim Sobolev <sobomax@FreeBSD.org>
To: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Cc: freebsd-ports@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/36028: cannot build gnomevfs with gettext WANT_FULL_GETTEXT
Date: Mon, 18 Mar 2002 19:20:40 +0200

 Oliver Braun wrote:
 > 
 > Hi Maxim,
 > 
 > > The problem is that WANT_FULL_GETTEXT knob is provided for developers
 > > only, who know what they do. For all others, it just going to break many
 > > things. Therefore, please deinstall gettext-0.10.40, rebuild it without
 > > WANT_FULL_GETTEXT and reinstall. After that you should be fine.
 > 
 > Ok. I got this, but as Udo Schweigert has pointed out already [1] on
 > this list:
 > 
 > > I just run portupgrade wihich updated gettext to 0.10.40. Unfortunately this
 > > port now does not build the shared libraries by default, you have to turn
 > > it on via the WANT_FULL_GETTEXT knob.
 > > Because I hadn't a working libintl after that upgrade other portupgrades
 > > e.g mozilla, failed because configure did not detect the libintl.
 > 
 > So I just want to point out that turning on WANT_FULL_GETTEXT could
 > cause other problems.
 > 
 > Is it recommended to have both gettext-0.10.40 and gettext-0.10.35
 > installed?
 
 Not only recommended, but it is currently required.
 
 -Maxim
State-Changed-From-To: open->closed 
State-Changed-By: sobomax 
State-Changed-When: Thu Mar 28 04:46:02 PST 2002 
State-Changed-Why:  
The problem was resolved. 

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