Discussion:
No package 'libedata-book-1.2' found
Trevor Marshall
2009-01-21 21:49:29 UTC
Permalink
I too am trying to build evolution-brutus under Ubuntu Intrepid. Both
brutus-keyring and evolution-brutus were obtained from svn yesterday.

After playing around modifying the config files I decided to simply edit
/etc/lsb-release to change DISTRIB_CODENAME to 'hardy', which seems to have
worked for brutus-keyring, which made it through the install.

I am now trying to configure evolution-brutus, but am stuck on this error
from autogen.sh

checking for wand/magick-wand.h... yes
checking for ADDRESSBOOK... configure: error: Package requirements
(libedata-book-1.2 camel-provider-1.2) were not met:

No package 'libedata-book-1.2' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables ADDRESSBOOK_CFLAGS
and ADDRESSBOOK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Any ideas? Googling hasn't turned much up.

Thanks!
--
Trevor
Jules Colding
2009-01-22 08:25:01 UTC
Permalink
Hi Trevor,
Post by Trevor Marshall
I too am trying to build evolution-brutus under Ubuntu Intrepid. Both
brutus-keyring and evolution-brutus were obtained from svn yesterday.
After playing around modifying the config files I decided to simply edit
/etc/lsb-release to change DISTRIB_CODENAME to 'hardy', which seems to have
worked for brutus-keyring, which made it through the install.
I can imagine it would have worked but other packages in your system
may depend on lsb-release to not be altered. It's much better to dive
down into acinclude.m4 and such for hardy related stuff. Then add
equivalent entrepid stuff.
Post by Trevor Marshall
I am now trying to configure evolution-brutus, but am stuck on this error
from autogen.sh
checking for wand/magick-wand.h... yes
checking for ADDRESSBOOK... configure: error: Package requirements
No package 'libedata-book-1.2' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables
ADDRESSBOOK_CFLAGS
and ADDRESSBOOK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Any ideas? Googling hasn't turned much up.
You're just missing "libedata-book1.2-dev".

Best,
jules
Trevor Marshall
2009-01-23 17:46:24 UTC
Permalink
Thanks for your help Jules, I was able to get e-b built and installed :)
However it is not connecting to the server now so I think I need Lorica installed on my pc (it is installed on the server). When I try to build it under Ubuntu Intrepid I get the following:

make[3]: Entering directory `/home/tmarshall/src/lorica/src/proxy'
cp /home/tmarshall/src/lorica/../brutus-server/brutus_loader/support_files/ifr.cache.linux /home/tmarshall/src/lorica/ifr.cache
cp: cannot stat `/home/tmarshall/src/lorica/../brutus-server/brutus_loader/support_files/ifr.cache.linux': No such file or directory
make[3]: *** [/home/tmarshall/src/lorica/ifr.cache] Error 1
make[3]: Leaving directory `/home/tmarshall/src/lorica/src/proxy'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tmarshall/src/lorica/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tmarshall/src/lorica'
make: *** [all] Error 2
***@tmarshall-ubuntu:~/src/lorica$

I checked out brutus-server from svn but the file still isn't there?

Trevor

On 22/01/09 12:25 AM, "Jules Colding" <colding-***@public.gmane.org> wrote:

Hi Trevor,
Post by Trevor Marshall
I too am trying to build evolution-brutus under Ubuntu Intrepid. Both
brutus-keyring and evolution-brutus were obtained from svn yesterday.
After playing around modifying the config files I decided to simply edit
/etc/lsb-release to change DISTRIB_CODENAME to 'hardy', which seems to have
worked for brutus-keyring, which made it through the install.
I can imagine it would have worked but other packages in your system
may depend on lsb-release to not be altered. It's much better to dive
down into acinclude.m4 and such for hardy related stuff. Then add
equivalent entrepid stuff.
Post by Trevor Marshall
I am now trying to configure evolution-brutus, but am stuck on this error
from autogen.sh
checking for wand/magick-wand.h... yes
checking for ADDRESSBOOK... configure: error: Package requirements
No package 'libedata-book-1.2' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables
ADDRESSBOOK_CFLAGS
and ADDRESSBOOK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Any ideas? Googling hasn't turned much up.
You're just missing "libedata-book1.2-dev".

Best,
jules

_______________________________________________
brutus mailing list
brutus-***@public.gmane.org
http://www.42tools.com/mailman/listinfo/brutus


--
Trevor Marshall
Network Administrator

SpringSource - We deliver the world's leading Enterprise Java(TM) Platform

Tel +1 650 645 1308
Mob +1 778 987 7431
Fax +1 615 577 8447
Jules Colding
2009-01-23 18:39:19 UTC
Permalink
Post by Trevor Marshall
Thanks for your help Jules, I was able to get e-b built and
installed :)
However it is not connecting to the server now so I think I need
Lorica installed on my pc (it is installed on the server). When I
make[3]: Entering directory `/home/tmarshall/src/lorica/src/proxy'
cp /home/tmarshall/src/lorica/../brutus-server/brutus_loader/
support_files/ifr.cache.linux /home/tmarshall/src/lorica/ifr.cache
cp: cannot stat `/home/tmarshall/src/lorica/../brutus-server/
brutus_loader/support_files/ifr.cache.linux': No such file or
directory
make[3]: *** [/home/tmarshall/src/lorica/ifr.cache] Error 1
make[3]: Leaving directory `/home/tmarshall/src/lorica/src/proxy'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tmarshall/src/lorica/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tmarshall/src/lorica'
make: *** [all] Error 2
I checked out brutus-server from svn but the file still isn’t there?
Correct. We have recently reconfigured our repositories quite a lot.
Getting Lorica to install cleanly on linux is something that we
haven't done yet. Please remind me to look at it again late next week.
With a little luck I will have the time to fix it then.

Best,
jules

Loading...