From ignatz@liukuma.net  Tue May 20 01:05:51 2008
Return-Path: <ignatz@liukuma.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 35245106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2008 01:05:51 +0000 (UTC)
	(envelope-from ignatz@liukuma.net)
Received: from www.liukuma.net (www.liukuma.net [62.220.235.15])
	by mx1.freebsd.org (Postfix) with ESMTP id D88CC8FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2008 01:05:50 +0000 (UTC)
	(envelope-from ignatz@liukuma.net)
Received: from localhost (unknown [127.0.0.1])
	by www.liukuma.net (Postfix) with ESMTP id 17EAF1CC8C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2008 03:48:35 +0300 (EEST)
Received: from www.liukuma.net ([127.0.0.1])
	by localhost (www.liukuma.net [127.0.0.1]) (amavisd-new, port 10026)
	with ESMTP id CmEZPZWYyV7h for <FreeBSD-gnats-submit@freebsd.org>;
	Tue, 20 May 2008 03:48:31 +0300 (EEST)
Received: by www.liukuma.net (Postfix, from userid 1000)
	id 85BDE1CC5B; Tue, 20 May 2008 03:48:31 +0300 (EEST)
Message-Id: <20080520004831.85BDE1CC5B@www.liukuma.net>
Date: Tue, 20 May 2008 03:48:31 +0300 (EEST)
From: Reko Turja <ignatz@liukuma.net>
Reply-To: Reko Turja <ignatz@liukuma.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Build of Enlightenment-devel from source stops at msgbus_lang
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         123830
>Category:       ports
>Synopsis:       Build of Enlightenment-devel from source stops at msgbus_lang
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 01:10:02 UTC 2008
>Closed-Date:    Tue May 20 11:11:09 UTC 2008
>Last-Modified:  Tue May 20 11:11:09 UTC 2008
>Originator:     Reko Turja
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
-
>Environment:
System: FreeBSD erebor.endor.swagman.org 7.0-STABLE FreeBSD 7.0-STABLE #0: Sat May 17 18:55:48 EEST 2008 root@erebor.endor.swagman.o
rg:/usr/obj/usr/src/sys/EREBOR i386
Machine: Fujitsu Celsius 600
OS: FreeBSD 7.0 stable from 17.5.2008
>Description:
	When building enlightenment devel from source, the compile stops at making msgbus_lang module of
        main enlightenment application. Compiler gives out the following errors:

Making all in msgbus_lang
gmake[4]: Entering directory `/usr/ports/x11-wm/enlightenment-devel/work/enlightenment-0.16.999.042/src/modules/msgbus_lang'
if /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I../../.. -I../../../src/modules/msgbus_lang -I../../../src/bin -I../../../src/lib -I../../../src/modules -DUSE_E_CONFIG_H -I/usr/local/include -I/usr/local/include/efreet   -I/usr/local/include -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include     -I/usr/local/include  -I/usr/local/include -O2 -fno-strict-aliasing -pipe -march=pentium3 -MT e_mod_main.lo -MD -MP -MF ".deps/e_mod_main.Tpo" -c -o e_mod_main.lo e_mod_main.c; \
        then mv -f ".deps/e_mod_main.Tpo" ".deps/e_mod_main.Plo"; else rm -f ".deps/e_mod_main.Tpo"; exit 1; fi
 cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I../../.. -I../../../src/modules/msgbus_lang -I../../../src/bin -I../../../src/lib -I../../../src/modules -DUSE_E_CONFIG_H -I/usr/local/include -I/usr/local/include/efreet -I/usr/local/include -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe -march=pentium3 -MT e_mod_main.lo -MD -MP -MF .deps/e_mod_main.Tpo -c e_mod_main.c  -fPIC -DPIC -o .libs/e_mod_main.o
e_mod_main.c:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
e_mod_main.c: In function 'e_modapi_init':
e_mod_main.c:62: warning: assignment makes pointer from integer without a cast
e_mod_main.c:65: error: 'cb_langs' undeclared (first use in this function)
e_mod_main.c:65: error: (Each undeclared identifier is reported only once
e_mod_main.c:65: error: for each function it appears in.)
gmake[4]: *** [e_mod_main.lo] Error 1
gmake[4]: Leaving directory `/usr/ports/x11-wm/enlightenment-devel/work/enlightenment-0.16.999.042/src/modules/msgbus_lang'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/x11-wm/enlightenment-devel/work/enlightenment-0.16.999.042/src/modules'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/x11-wm/enlightenment-devel/work/enlightenment-0.16.999.042/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11-wm/enlightenment-devel/work/enlightenment-0.16.999.042'
gmake: *** [all] Error 2
*** Error code 2
Stop in /usr/ports/x11-wm/enlightenment-devel.

	This has happened now several times, even after complete removal of all enlightenment components and starting
	the compile process from scratch.

	The system had previous E17 installed and it was once tried to "portupgrade" before reading the UPDATING.

	Compilers etc. are the system default, system is pretty much generic X11 install and the ports are up to date
	as of today.

make.conf:

CPUTYPE?=pentium3
MTREE_FOLLOWS_SYMLINKS= -L
TOP_TABLE_SIZE= 101
DOC_LANG=       en_US.ISO8859-1
A4=yes
KRB5_HOME="/usr/local"
INET6=no
ISPELL_BRITISH=yes
ISPELL_FI=large
OPENSSL_OVERWRITE_BASE=yes

WANT_OPENLDAP_VER=24
DEFAULT_PGSQL_VERSION=83

WITH_BDB=yes
WITH_BDB_VER=44
WITH_CRACKLIB=yes
WITH_ISPELL=yes
WITH_JPEGICC=yes
WITH_LDAP=yes
WITH_LDAP_VER=24
WITH_LDAP_VERSION=24
WITH_OPENLDAP_VER=24
WITH_OPENLDAP_VERSION=24
WITH_OPENSSL_COMPRESSION=yes
WITH_PYTHON_VER=25
WITH_THREADS=yes
WITH_TIFFICC=yes                                      
WITH_X11=yes                                          
                                                      
WITHOUT_GNOME=yes                                     
WITHOUT_IPV6=yes                                      
WITHOUT_KDE=yes                                       
WITHOUT_PERL_MALLOC=yes                               
WITHOUT_PYMALLOC=yes                                  
                                                      
PERL_VER=5.8.8                                        
PERL_VERSION=5.8.8  


>How-To-Repeat:
	
>Fix:

>Release-Note:
>Audit-Trail:

From: <Reko.Turja@tokem.fi>
To: <bug-followup@FreeBSD.org>,
	<ignatz@liukuma.net>
Cc:  
Subject: Re: ports/123830: Build of Enlightenment-devel from source stops at msgbus_lang
Date: Tue, 20 May 2008 11:10:46 +0300

 Fixed after manual cleanup of /var/db/ports/e* and then doing make clean
 ; make install
 Sorry about the noise...
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Tue May 20 11:10:36 UTC 2008 
State-Changed-Why:  
Submitter says that it can be closed. 

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