Bug 101880

Summary: cannot build with ubuntu 17.04
Product: libqmi Reporter: franz <schleindlhuber>
Component: libqmiAssignee: Dan Williams <dcbw>
Status: RESOLVED NOTABUG QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: autogen.sh.log

Description franz 2017-07-22 21:52:04 UTC
Created attachment 132837 [details]
autogen.sh.log

On a fresh installation of XUbuntu 17.04 I cannot build libqmi 1.18
The last lines output from autogen.sh

checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
./configure: line 3737: syntax error near unexpected token `2.2'
./configure: line 3737: `LT_PREREQ(2.2)'

When I delete the offending lines in configure
LT_PREREQ(2.2)
LT_INIT

the configure script continues but fails later

config.status: creating build-aux/templates/Makefile
config.status: creating build-aux/qmi-codegen/Makefile
config.status: creating src/Makefile
config.status: error: cannot find input file: `src/libqmi-glib/Makefile.in'


Full autogen.sh.log log is attached.
Comment 1 Aleksander Morgado 2017-08-15 21:36:25 UTC
Looks like you need to install libtool (at least).

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.