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

Build Fail due to wrong autoconf Macros #92

Open
wishi opened this issue Aug 12, 2013 · 2 comments
Open

Build Fail due to wrong autoconf Macros #92

wishi opened this issue Aug 12, 2013 · 2 comments

Comments

@wishi
Copy link

wishi commented Aug 12, 2013

Hi!

Issue:
The current Git version is broken and cannot be built due to misuse of Macros.

System:
Arch Linux environment
autoconf 2.69-1
libtool 2.4.2-10

Log:

autoreconf: running: libtoolize --copy
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:251: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
m4/gtk-doc.m4:7: GTK_DOC_CHECK is expanded from...
configure.ac:251: the top level
configure.ac:251: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
m4/gtk-doc.m4:7: GTK_DOC_CHECK is expanded from...
configure.ac:251: the top level
autoreconf: running: /usr/bin/autoconf
configure.ac:251: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
m4/gtk-doc.m4:7: GTK_DOC_CHECK is expanded from...
configure.ac:251: the top level
configure.ac:32: error: possibly undefined macro: AC_MSG_ERROR
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:72: error: possibly undefined macro: AS_CASE
configure.ac:101: error: possibly undefined macro: AS_IF
configure.ac:143: error: possibly undefined macro: AC_DEFINE
configure.ac:205: error: possibly undefined macro: AC_MSG_FAILURE
autoreconf: /usr/bin/autoconf failed with exit status: 1

Fix:
Looking for one

Best,
Marius

@EvaSDK
Copy link

EvaSDK commented Aug 12, 2013

It looks like you are missing pkg-config macros, at the very least.

@aspersieman
Copy link

Does anyone know of a workaround for this? I am trying to build mx in order to build finalterm and I'm getting this problem.

System:
Arch Linux environment
autoconf 2.69-1
libtool 2.4.2-12

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

3 participants