Giter VIP home page Giter VIP logo

Comments (4)

vijayaditya avatar vijayaditya commented on May 18, 2024

In debian-jessie the libtool package has been split. So an additional package has to be installed to get the libtool binary. The package libtool-bin has to be added to tools/check_dependencies.sh script.
(Reference: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761791)

I will add modify tools/check_dependencies.sh to do a debian version dependent package check.

from kaldi.

dwks avatar dwks commented on May 18, 2024

Everything in tools/ builds without libtool-bin being installed, by the way. None of the configure scripts need the libtool binary directly (as the bug you linked to said, it is rare for it to be necessary). If you're already special-casing Debian I would suggest looking for libtoolize instead.

from kaldi.

danpovey avatar danpovey commented on May 18, 2024

Thanks.
I'm checking in a fix for the check_dependencies.sh and the Makefile.
I am checking if 'libtoolize' exists and asking for the 'libtool' package
to be installed if not.
I hate autotools.

@jtrmal: I notice when experimenting with extras/install_irstlm.sh that
'readlink -f' does not work on a mac. Perhaps you could just use the $pwd
as-is if that command fails, via an || statement? You might want to see in
what other scripts 'readlink -f' is used.

Dan

On Fri, Oct 9, 2015 at 3:00 PM, dwks [email protected] wrote:

Everything in tools/ builds without libtool-bin being installed, by the
way. None of the configure scripts need the libtool binary directly (as the
bug you linked to said, it is rare for it to be necessary). If you're
already special-casing Debian I would suggest looking for libtoolize
instead.


Reply to this email directly or view it on GitHub
#223 (comment).

from kaldi.

jtrmal avatar jtrmal commented on May 18, 2024

After another glance at this, it seems this issue was resolved by Dan -- and I resolved the readlink issue later, so I'm closing it.

from kaldi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.