Opened 10 years ago

Last modified 9 years ago

#45744 closed submission

[NEW] security/libcerror — at Version 2

Reported by: jul_bsd@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: libcerror

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Library for cross-platform C error functions

  • 20141014
  • depends on #45743
  • not building, author use synclibs.sh before autogen to git library and autogen wants local dir, sending to upstream

Change History (2)

comment:1 Changed 10 years ago by jul_bsd@…

Error

glibtoolize: copying file `m4/ltversion.m4'
glibtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:38: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:38: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:38: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
configure.ac:19: installing './compile'
configure.ac:16: installing './config.guess'
configure.ac:16: installing './config.sub'
configure.ac:11: installing './install-sh'
configure.ac:11: installing './missing'
Makefile.am: installing './INSTALL'
configure.ac:113: error: required file 'libcstring/Makefile.in' not found
Makefile.am:3: error: required directory ./libcstring does not exist
libcerror/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
autoreconf: automake failed with exit status: 1
DEBUG: Executing org.macports.configure (libcerror)
DEBUG: Environment:
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_Users_julien_tmp_myports_security_libcerror/libcerror/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.9'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Users_julien_tmp_myports_security_libcerror/libcerror/work/libcerror-alpha-20141014" && autoreconf --install --verbose'
DEBUG: Executing command line:  cd "/opt/local/var/macports/build/_Users_julien_tmp_myports_security_libcerror/libcerror/work/libcerror-alpha-20141014" && autoreconf --install --verbose
autoreconf: Entering directory `.'
autoreconf: running: autopoint
autoreconf: running: aclocal -I m4
autoreconf: configure.ac: tracing
autoreconf: running: glibtoolize --copy
autoreconf: running: /opt/local/bin/autoconf
autoreconf: running: /opt/local/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:38: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:38: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:38: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
configure.ac:113: error: required file 'libcstring/Makefile.in' not found
Makefile.am:3: error: required directory ./libcstring does not exist
autoreconf: automake failed with exit status: 1
Command failed:  cd "/opt/local/var/macports/build/_Users_julien_tmp_myports_security_libcerror/libcerror/work/libcerror-alpha-20141014" && autoreconf --install --verbose
Exit code: 1
Error: org.macports.configure for port libcerror returned: autoreconf failure: command execution failed

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

Why are you using "use_autoconf yes" and "use_autoreconf yes" and "use_automake yes" and running ./autogen.sh in pre-configure? Usually only one of those four is needed.

Note: See TracTickets for help on using tickets.