Opened 9 years ago

Closed 9 years ago

#45744 closed submission (fixed)

[NEW] security/libcerror

Reported by: jul_bsd@… Owned by: ryandesign (Ryan Carsten Schmidt)
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

Attachments (1)

Portfile (1.0 KB) - added by jul_bsd@… 9 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 9 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 9 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.

comment:3 Changed 9 years ago by jul_bsd@…

As libyal/libcstring, need "release source code"

Changed 9 years ago by jul_bsd@…

Attachment: Portfile added

comment:4 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

Version 20141116 no longer exists upstream, so I'll use version 20150407.

comment:5 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Committed in r137243. Changed version to 20150407. Changed categories-append to categories since there aren't any existing categories. Used github.tarball_from releases instead of manually overriding master_sites. Slight reformatting.

Note: See TracTickets for help on using tickets.