PPA fail to build on libsoup dependency

Asked by Maxime DOYEN

Hello,

I added a dependency for libsoup library on HomeBank recently and since then my PPA build fail on this.
The source code build on my Yakketi unbuntu locally.
I don't know how to fix this, any halp appreciated !!

Thx,

PPA:https://code.launchpad.net/~mdoyen/+archive/ubuntu/homebank
recipe: https://code.launchpad.net/~mdoyen/+recipe/homebank-daily

a fail build:
https://launchpadlibrarian.net/289729233/buildlog_ubuntu-xenial-i386.homebank_5.1.0-0~46~ubuntu16.04.1_BUILDING.txt.gz

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Maxime DOYEN (mdoyen) said :
#1

checking for LIBSOUP... no
configure: error: Package requirements (libsoup-2.4 >= 2.26) were not met:

No package 'libsoup-2.4' found

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#2

Try adding a build-dependency on libsoup2.4-dev

Revision history for this message
Maxime DOYEN (mdoyen) said :
#3

Thanks Manfred Hampl, that solved my question.