Bug 73659 - evolution-data-server fails to compile
Summary: evolution-data-server fails to compile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-08 05:00 UTC by Rod Taylor
Modified: 2004-11-08 06:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rod Taylor 2004-11-08 05:00:47 UTC
	Compile failure while building the evolution-data-server port.


        evolution-data-server has been configured as follows:
        LDAP support:     no
        Gtk Doc:          no

===>  Building for evolution-data-server-1.0.2
gmake  all-recursive
gmake[1]: Entering directory `/usr/ports/databases/evolution-data-server/work/evolution-data-server-1.0.2'
Making all in libdb
gmake[2]: Entering directory `/usr/ports/databases/evolution-data-server/work/evolution-data-server-1.0.2/libdb'
Making all in dist
gmake[3]: Entering directory `/usr/ports/databases/evolution-data-server/work/evolution-data-server-1.0.2/libdb/dist'
/bin/sh ./libtool --mode=compile cc -c -I. -I./.. -I./../dbinc -I/usr/local/include -D_THREAD_SAFE -O -pipe  ../mutex/mut_tas.c
mkdir .libs
cc -c -I. -I./.. -I./../dbinc -I/usr/local/include -D_THREAD_SAFE -O -pipe ../mutex/mut_tas.c  -fPIC -DPIC -o .libs/mut_tas.lo
In file included from ./db_int.h:465,
                 from ../mutex/mut_tas.c:38:
./../dbinc/mutex.h:760: error: redefinition of typedef 'tsl_t'
./../dbinc/mutex.h:735: error: previous declaration of 'tsl_t' was here
In file included from ./db_int.h:465,
                 from ../mutex/mut_tas.c:38:
./../dbinc/mutex.h:766:1: warning: "MUTEX_SET" redefined
./../dbinc/mutex.h:741:1: warning: this is the location of the previous definition
../mutex/mut_tas.c: In function `__db_tas_mutex_lock_eds':
../mutex/mut_tas.c:120: warning: matching constraint does not allow a register
../mutex/mut_tas.c:120: warning: matching constraint does not allow a register
gmake[3]: *** [mut_tas.lo] Error 1
gmake[3]: Leaving directory `/usr/ports/databases/evolution-data-server/work/evolution-data-server-1.0.2/libdb/dist'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/databases/evolution-data-server/work/evolution-data-server-1.0.2/libdb'gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/databases/evolution-data-server/work/evolution-data-server-1.0.2'
gmake: *** [all] Error 2
*** Error code 2

How-To-Repeat: 
	Attempt to upgrade gnome using gnome_upgrade.sh or build databases/evolution-data-server by hand.
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2004-11-08 06:05:06 UTC
State Changed
From-To: open->closed

This should be fixed now.  Thanks for reporting.