Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure script should check for libtool binary #220

Closed
genpfault opened this issue Jun 14, 2017 · 0 comments
Closed

Configure script should check for libtool binary #220

genpfault opened this issue Jun 14, 2017 · 0 comments

Comments

@genpfault
Copy link

genpfault commented Jun 14, 2017

Expected behaviour

configure script should check for presence of the libtool binary.

Actual behaviour

Build failed due to missing libtool binary despite a successful ./configure run.

Steps to reproduce the behaviour

  1. Spin up a clean VM or uninstall libtool-bin (or whatever package provides /usr/bin/libtool)

  2. Clone & check out v1.18.0

  3. ./autogen.sh

  4. make

  5. Observe build failure due to missing libtool binary despite successful configure:

     make[2]: Entering directory '/home/user/mate/mate-power-manager/src'
     libtool --mode=execute dbus-binding-tool        \
             --prefix=gpm_manager                    \
             --mode=glib-server                      \
             --output=org.mate.PowerManager.h        \
             ./org.mate.PowerManager.xml
     /bin/bash: libtool: command not found
    

MATE general version

1.18

Package version

v1.18.0 (21393fe)

Linux Distribution

Debian Stretch amd64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant