Bug 101880 - cannot build with ubuntu 17.04
Summary: cannot build with ubuntu 17.04
Status: RESOLVED NOTABUG
Alias: None
Product: libqmi
Classification: Unclassified
Component: libqmi (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Dan Williams
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-22 21:52 UTC by franz
Modified: 2017-08-15 21:36 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
autogen.sh.log (3.94 KB, text/x-log)
2017-07-22 21:52 UTC, franz
Details

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.