launchpad-users team mailing list archive
-
launchpad-users team
-
Mailing list archive
-
Message #06958
Re: Why this build fails
On Fri, Sep 29, 2017 at 01:01:45PM +0200, Sascha Manns wrote:
> i tried to fix the build, and now i'm a step further.
> What is the error in that build? https://launchpadlibrarian.net/3391405
> 09/buildlog_ubuntu-zesty-amd64.bzrmk_1.2.1-
> 0~10~ubuntu17.04.1_BUILDING.txt.gz
You have to scroll up a bit from the end to find it, but here's the
error:
./configure: line 6820: syntax error near unexpected token `0.22'
./configure: line 6820: `PKG_PROG_PKG_CONFIG(0.22)'
"tail -v -n +0 config.log"
This means that when your build ran autoreconf it didn't have all the
macros that it needed available to it; and that in turn is because
you're missing a build-dependency on pkg-config. Add that and you
should get further.
--
Colin Watson [cjwatson@xxxxxxxxxxxxx]
References