#16517 closed defect (fixed)
libxslt-1.1-23 Config error - build failure
Reported by: | awclayton@… | Owned by: | nox@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | libxslt build failure | Cc: | |
Port: | libxslt |
Description
I tried to install libxslt and ended up with the following:
Error: Target org.macports.configure returned: autoconf failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libxslt/work/libxslt-1.1.23" && autoreconf " returned error 1 Command output: autoheader: autoheader: WARNING: More sophisticated templates can also be produced, see the autoheader: WARNING: documentation. configure.in:106: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... aclocal.m4:1425: AC_LIBTOOL_LINKER_OPTION is expanded from... aclocal.m4:3271: _LT_AC_LANG_C_CONFIG is expanded from... aclocal.m4:3270: AC_LIBTOOL_LANG_C_CONFIG is expanded from... aclocal.m4:909: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:889: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:854: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6635: AM_PROG_LIBTOOL is expanded from... configure.in:106: the top level configure.in:106: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:1383: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:5317: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.in:106: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:3417: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:3416: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:2415: _LT_AC_TAGCONFIG is expanded from... configure.in:106: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4444: _LT_AC_LANG_F77_CONFIG is expanded from... aclocal.m4:4443: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.in:106: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4543: _LT_AC_LANG_GCJ_CONFIG is expanded from... aclocal.m4:4542: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.in: required file `./mkinstalldirs' not found tests/plugins/Makefile.am: required file `./compile' not found autoreconf: automake failed with exit status: 1 Error: Status 1 encountered during processing.
My apologies for including the excessive output, but I do not know enough to know what is wrong.
Change History (4)
comment:1 Changed 16 years ago by blb@…
Owner: | changed from macports-tickets@… to nox@… |
---|
comment:2 Changed 16 years ago by awclayton@…
comment:3 Changed 16 years ago by nox@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I solved my problem. I went to the portfile of libxslt and installed all the dependencies (automake and libtool were missing), ran sudo /opt/local/bin/port clean libxslt, and then successfully installed libxslt.
I'm still not sure why the dependencies were not checked automatically when I initially tried to install it, but that ultimately proved to be the problem.