Re: [Evolution-hackers] evolution-mapi 0.32.0
- From: Reid Thompson <reid thompson ateb com>
- To: Sasa Ostrouska <casaxa gmail com>
- Cc: evolution-hackers gnome org
- Subject: Re: [Evolution-hackers] evolution-mapi 0.32.0
- Date: Sun, 14 Nov 2010 16:12:38 -0500
On 11/14/2010 2:40 PM, Sasa Ostrouska wrote:
On Sun, Nov 14, 2010 at 12:47 PM, Sasa Ostrouska<casaxa gmail com> wrote:
On Sat, Nov 13, 2010 at 9:21 PM, Sasa Ostrouska<casaxa gmail com> wrote:
On Sat, Nov 13, 2010 at 9:19 PM, Sasa Ostrouska<casaxa gmail com> wrote:
On Sat, Nov 13, 2010 at 12:00 PM, tjoen<tjoen dds nl> wrote:
On Sat, 2010-11-13 at 01:21 +0100, Sasa Ostrouska wrote:
Ok, I know you are tired, but try to look at that one also. I have
installed and built
e-d-s and evolution, and they both work, now trying to build up
evo-mapi I get the
following configure error:
...
checking for EVOLUTION_DATA_SERVER... configure: error: Package
requirements (evolution-data-server-1.2>= 2.31.6) were not met:
Empty package name in Requires or Conflicts in file
'/usr/lib64/pkgconfig/evolution-data-server-1.2.pc'
it seems it can't find e-d-s ..pc file, now I'm asking, why evolution found it ?
Looks like it found the .pc but something wrong in it
Hmm, seems something is wrong with it:
# pkg-config --exists --print-errors evolution-data-server-1.2
Empty package name in Requires or Conflicts in file
'/usr/lib64/pkgconfig/evolution-data-server-1.2.pc'
Will investigate, thanks.
Rgds
Saxa
Heh, seems really is not much info in there:
root quadser:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/DLG_2_32# cat
/usr/lib64/pkgconfig/evolution-data-server-1.2.pc
prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib64
includedir=${prefix}/include
privlibdir=${libdir}/evolution-data-server-2.32
extensiondir=${libdir}/evolution-data-server-1.2/extensions
datarootdir=${prefix}/share
datadir=${datarootdir}
privdatadir=${datadir}/evolution-data-server-2.32
execversion=2.32
Name: evolution-data-server
Description: The evolution data server for the calendar and addressbook
Version: 2.32.0
Requires: gio-2.0, ,
root quadser:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/DLG_2_32#
Will try to rebuild e-d-s.
Rgds
Saxa
Rebuilding the e-d-s have not helped, it created the same empty .pc
file. Any ideas where should I start looking ?
Rgds
Saxa
_______________________________________________
evolution-hackers mailing list
evolution-hackers gnome org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers
It's not empty. I think the problem is this line
Requires: gio-2.0, ,
note the extra comma with no package preceding it which I assume this error is referencing:
"Empty package name in Requires or Conflicts in file"
mine contains:
$ cat ./lib/pkgconfig/evolution-data-server-1.2.pc
prefix=/opt/evo
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
privlibdir=${libdir}/evolution-data-server-2.92
extensiondir=${libdir}/evolution-data-server-1.2/extensions
datarootdir=${prefix}/share
datadir=${datarootdir}
privdatadir=${datadir}/evolution-data-server-2.92
execversion=2.92
Name: evolution-data-server
Description: The evolution data server for the calendar and addressbook
Version: 2.91.3
Requires: gio-2.0, nss, nspr
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]