bzr build for evolution failed with error "configure: error: libpst >= 0.6.54 is required"

Asked by Samarjit Adhikari

HI All

I was trying to build evolution from latest code lp:~samarjit-adhikari/evolution/evolution-3.6
My Packaging branch was lp:~samarjit-adhikari/evolution/evolution-3.6.4-rev35960

My recipe is as follows.

------------------------------
# bzr-builder format 0.3 deb-version 3.6.4-0ubuntu{revno}
lp:~samarjit-adhikari/evolution/evolution-3.6.4-rev35960
-------------------------------

While building on launchpad i go t following configure error.
checking for LIBPST... no
configure: error: libpst >= 0.6.54 is required for the pst-import plugin. Use --disable-pst-import to exclude the plugin.
make: *** [debian/stamp-autotools] Error 1
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

Full build log
-----------------
https://launchpadlibrarian.net/130353117/buildlog_ubuntu-quantal-amd64.evolution_3.6.4-0ubuntu341~quantal1_FAILEDTOBUILD.txt.gz

I was trying to build for ubuntu-quantal(12.10)

It seems that libpst package was not installed for PPA build. What to do next?

With regards,
Samarjit

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Did you try adding the ' --disable-pst-import ' option, as stated?

Revision history for this message
Samarjit Adhikari (samarjit-adhikari) said :
#2

How could i try '--disbale-pst-import' from an recipe? it was daily bazar build from recipe.

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

Change the configure script to add the option, or satisfy the dep ( libpst >= 0.6.54 )

Revision history for this message
Samarjit Adhikari (samarjit-adhikari) said :
#4

Thanks actionparsnip, that solved my question.