GithubHelp home page GithubHelp logo

Comments (16)

dansou901 avatar dansou901 commented on June 28, 2024

Update: I'm compiling on Scientific Linux 6.4

from pacemaker-mgmt.

gao-yan avatar gao-yan commented on June 28, 2024

I think there should be a file like "mkdirp.m4" from automake package, but not?

from pacemaker-mgmt.

dansou901 avatar dansou901 commented on June 28, 2024

From what I researched, the macro AM_PROG_MKDIR_P is deprecated in automake...

from pacemaker-mgmt.

dansou901 avatar dansou901 commented on June 28, 2024

See here: http://www.gnu.org/software/automake/manual/html_node/Obsolete-Macros.html
SL uses automake version 1.11.1

from pacemaker-mgmt.

gao-yan avatar gao-yan commented on June 28, 2024

While some other auto tools in your system still reference it? Apparently, pacemaker-mgmt doesn't directly reference it.

from pacemaker-mgmt.

gao-yan avatar gao-yan commented on June 28, 2024

or libtool?

from pacemaker-mgmt.

dansou901 avatar dansou901 commented on June 28, 2024

What about po/Makefile.in.in line 104 and following?

from pacemaker-mgmt.

dansou901 avatar dansou901 commented on June 28, 2024

Also, aclocal seems to be forced to version 1.5, but it says it supports this mkdir_p thing from aclocal 1.8 and higher...

from pacemaker-mgmt.

gao-yan avatar gao-yan commented on June 28, 2024

I think po/Makefile.in.in:104 can be just replaced with "mkdir -p". While would that resolve the reference issue in the tool chain?

from pacemaker-mgmt.

gao-yan avatar gao-yan commented on June 28, 2024

bootstrap:143 shows how aclocal is choosed - which is corresponding to the automake.

from pacemaker-mgmt.

dansou901 avatar dansou901 commented on June 28, 2024

Already found that, but I don't understand why aclocal 1.5 gets chosen. I'll try replacing mkdir_p in po/Makefile.in.in

from pacemaker-mgmt.

dansou901 avatar dansou901 commented on June 28, 2024

The replacing doesn't help, same error...

from pacemaker-mgmt.

dansou901 avatar dansou901 commented on June 28, 2024

From what I see, mkdir_p is referenced in libtool

from pacemaker-mgmt.

gao-yan avatar gao-yan commented on June 28, 2024

Guessed so. Actually, there's following in po/Makefile.in.in:42:

Automake >= 1.8 provides @mkdir_p@.

Until it can be supposed, use the safe fallback:

mkdir_p = $(install_sh) -d

from pacemaker-mgmt.

gao-yan avatar gao-yan commented on June 28, 2024

Hmm, if libtool requires it, then you should use an automake version that provides it.

from pacemaker-mgmt.

dansou901 avatar dansou901 commented on June 28, 2024

The problem is, I can't force it to use a different automake version, it sets itself back to aclocal 1.5 whatever I try. I have 1.11.1 installed...

from pacemaker-mgmt.

Related Issues (7)

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.