[MacPorts] #26244: Error upgrading evolution-data-server

MacPorts noreply at macports.org
Thu Aug 26 10:00:22 PDT 2010


#26244: Error upgrading evolution-data-server
------------------------------------------+---------------------------------
 Reporter:  macsforever2000@…             |       Owner:  jim@…                
     Type:  defect                        |      Status:  new                  
 Priority:  Normal                        |   Milestone:                       
Component:  ports                         |     Version:  1.9.1                
 Keywords:                                |        Port:  evolution-data-server
------------------------------------------+---------------------------------

Comment(by devans@…):

 The relevant include lines are


 {{{
 #ifdef HAVE_ET_COM_ERR_H
 #include <et/com_err.h>
 #else
 #ifdef HAVE_COM_ERR_H
 #include <com_err.h>
 #endif

 }}}



 On my system (same as yours)

 {{{
 /opt/local/include/et/com_err.h
 }}}

 does not exist and on configure the relevant defines get set as follows in
 config.h
 {{{
 /* Have <com_err.h> */
 #define HAVE_COM_ERR_H 1

 /* Have <et/com_err.h> */
 /* #undef HAVE_ET_COM_ERR_H */
 }}}

 so I don't see your problem.  Looks like you have a port installed that I
 don't that
 is interfering.

 What does

 {{{
 port provides /opt/local/include/et/com_err.h
 }}}

 say ?

-- 
Ticket URL: <http://trac.macports.org/ticket/26244#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list