From amdmi3@amdmi3.ru  Tue Mar 13 17:49:07 2007
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 24D2D16A402
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Mar 2007 17:49:07 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from cp65.agava.net (cp65.agava.net [89.108.66.215])
	by mx1.freebsd.org (Postfix) with ESMTP id 5927E13C44B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Mar 2007 17:49:05 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from clamav by cp65.agava.net with drweb-scanned (Exim 4.44 (FreeBSD))
	id 1HRB7P-000OXy-GN
	for FreeBSD-gnats-submit@freebsd.org; Tue, 13 Mar 2007 20:49:03 +0300
Received: from [213.148.29.33] (helo=nexii.panopticon)
	by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.44 (FreeBSD))
	id 1HRB7P-000OXa-8I
	for FreeBSD-gnats-submit@freebsd.org; Tue, 13 Mar 2007 20:49:03 +0300
Received: from hades.panopticon (hades.panopticon [192.168.0.2])
	by nexii.panopticon (Postfix) with ESMTP id 2854617059
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Mar 2007 20:49:41 +0300 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id D214140EB; Tue, 13 Mar 2007 20:50:44 +0300 (MSK)
Message-Id: <20070313175044.D214140EB@hades.panopticon>
Date: Tue, 13 Mar 2007 20:50:44 +0300 (MSK)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
Reply-To: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: x11-wm/enlightenment-devel: won't build if x11/ecore is built WITHOUT_DBUS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         110277
>Category:       ports
>Synopsis:       x11-wm/enlightenment-devel: won't build if x11/ecore is built WITHOUT_DBUS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stas
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 13 17:50:05 GMT 2007
>Closed-Date:    Wed Apr 11 14:34:11 GMT 2007
>Last-Modified:  Wed Apr 11 18:10:03 GMT 2007
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE-p12 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #0: Tue Jan 16 23:12:21 MSK 2007 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
If x11/ecore (on which x11-wm/enlightenment-devel does depend) is build without DBus support, x11-wm/enlightenment-devel won't build:

===>  Building for enlightenment-20070223,1
gmake  all-recursive
gmake[1]: Entering directory `/usr/work/usr/ports/x11-wm/enlightenment-devel/work/e-20070223'
Making all in src
gmake[2]: Entering directory `/usr/work/usr/ports/x11-wm/enlightenment-devel/work/e-20070223/src'
Making all in bin
gmake[3]: Entering directory `/usr/work/usr/ports/x11-wm/enlightenment-devel/work/e-20070223/src/bin'
cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../src/bin -I../../src/lib -DUSE_E_CONFIG_H -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5 -DFAST_PC=6 -DE17_PROFILE=SLOW_PC -DPACKAGE_BIN_DIR=\"/usr/local/bin\" -DPACKAGE_LIB_DIR=\"/usr/local/lib\" -DPACKAGE_DATA_DIR=\"/usr/local/share/enlightenment\" -DLOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SYSCONF_DIR=\"/usr/local/etc\"  -I/usr/local/include -I/usr/X11R6/include  -I/usr/local/include -I/usr/X11R6/include -O2 -fno-strict-aliasing -pipe -march=pentium4 -MT e_main.o -MD -MP -MF .deps/e_main.Tpo -c -o e_main.o e_main.c
In file included from e_main.c:4:
e.h:66:24: Ecore_DBus.h: No such file or directory
gmake[3]: *** [e_main.o] Error 1
gmake[3]: Leaving directory `/usr/work/usr/ports/x11-wm/enlightenment-devel/work/e-20070223/src/bin'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/work/usr/ports/x11-wm/enlightenment-devel/work/e-20070223/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/work/usr/ports/x11-wm/enlightenment-devel/work/e-20070223'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/x11-wm/enlightenment-devel.

>How-To-Repeat:
cd /usr/ports/x11/ecore
make -DWITHOUT_DBUS install
cd /usr/ports/x11-wm/enlightenment-devel
make
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->stas 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Mar 13 17:50:22 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110277 
State-Changed-From-To: open->closed 
State-Changed-By: stas 
State-Changed-When: Wed Apr 11 14:34:09 UTC 2007 
State-Changed-Why:  
enlightenment requires dbus-enabled ecore now, options set to do that by 
default. Since we can't install dbus separately, I see no possible 
solution currently. 

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

From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/110277: x11-wm/enlightenment-devel: won't build if x11/ecore is built WITHOUT_DBUS
Date: Wed, 11 Apr 2007 19:54:09 +0400

 * Stanislav Sedov (stas@FreeBSD.org) wrote:
 
 > State-Changed-From-To: open->closed
 > State-Changed-By: stas
 > State-Changed-When: Wed Apr 11 14:34:09 UTC 2007
 > State-Changed-Why: 
 > enlightenment requires dbus-enabled ecore now, options set to do that by
 > default. Since we can't install dbus separately, I see no possible
 > solution currently.
 Then the option surely needs to be removed/commented out.
 
 -- 
 Best regards,
   Dmitry Marakasov               mailto:amdmi3@amdmi3.ru
 

From: Stanislav Sedov <stas@FreeBSD.org>
To: Dmitry Marakasov <amdmi3@amdmi3.ru>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/110277: x11-wm/enlightenment-devel: won't build if
 x11/ecore is built WITHOUT_DBUS
Date: Wed, 11 Apr 2007 20:14:45 +0400

 --Signature=_Wed__11_Apr_2007_20_14_45_+0400_7aBbesEPx9IT0xY_
 Content-Type: text/plain; charset=US-ASCII
 Content-Disposition: inline
 Content-Transfer-Encoding: 7bit
 
 On Wed, 11 Apr 2007 16:00:15 GMT
 Dmitry Marakasov <amdmi3@amdmi3.ru> mentioned:
 
 >  Then the option surely needs to be removed/commented out.
 >
 
 This options is intended for users which want to use ecore in their
 embedded projects that doesn't need dbus support.
 
 --
 Stanislav Sedov
 ST4096-RIPE
 
 --Signature=_Wed__11_Apr_2007_20_14_45_+0400_7aBbesEPx9IT0xY_
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.6 (FreeBSD)
 
 iD8DBQFGHQl1K/VZk+smlYERAsSMAJ4ifZI93DSutSmATikvB+2Sab4UeQCeLcnU
 TOrRQh+3jawol4znShfLXi4=
 =r+Qh
 -----END PGP SIGNATURE-----
 
 --Signature=_Wed__11_Apr_2007_20_14_45_+0400_7aBbesEPx9IT0xY_--

From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: Stanislav Sedov <stas@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/110277: x11-wm/enlightenment-devel: won't build if x11/ecore is built WITHOUT_DBUS
Date: Wed, 11 Apr 2007 22:05:21 +0400

 * Stanislav Sedov (stas@FreeBSD.org) wrote:
 
 > >  Then the option surely needs to be removed/commented out.
 > This options is intended for users which want to use ecore in their
 > embedded projects that doesn't need dbus support.
 Ah, that makes sense. But still a warning will be useful..
 
 -- 
 Best regards,
   Dmitry Marakasov               mailto:amdmi3@amdmi3.ru
 
>Unformatted:
