Opened 10 years ago

Last modified 10 years ago

#44528 closed defect

Error: build org.macports.build for port gettext returned: command execution failed — at Version 1

Reported by: wolfhard.langer@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc:
Port: gettext

Description (last modified by neverpanic (Clemens Lang))

Hello,

MacPort with Version 2.3.1 is installed on my iMac (Mavericks, 10.9.4). Xcode is installed and has version 5.1.1. The command line developer tools have been installed.

The command "sudo port upgrade outdated" is not successful for "gettext-0.19.2-x86_64":

Output from the main.log:

...
:info:configure checking that generated files are newer than configure... done
:info:configure configure: creating ./config.status
:info:configure config.status: creating Makefile
:info:configure config.status: creating installpaths
:info:configure config.status: creating po/Makefile
:info:configure config.status: executing po-directories commands
:debug:configure Privilege de-escalation not attempted as not running as root.
:debug:build build phase started at Sun Aug  3 15:23:53 CEST 2014
:notice:build --->  Building gettext
:debug:build Executing org.macports.build (gettext)
:info:build --->  Building gettext for architecture x86_64
:debug:build Environment: 
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gettext/gettext/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.9'
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gettext/gettext/work/gettext-0.19.2-x86_64" && /usr/bin/make -j4 -w all'
:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gettext/gettext/work/gettext-0.19.2-x86_64" && /usr/bin/make -j4 -w all 
:info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gettext/gettext/work/gettext-0.19.2-x86_64'
:info:build CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gettext/gettext/work/gettext-0.19.2-x86_64/build-aux/missing autoconf
:info:build  cd . && /bin/sh /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gettext/gettext/work/gettext-0.19.2-x86_64/build-aux/missing automake-1.13 --gnu
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gettext/gettext/work/gettext-0.19.2-x86_64/build-aux/missing: '''line 81: automake-1.13: command not found'''
:info:build WARNING: 'automake-1.13' is missing on your system.
:info:build          You should only need it if you modified 'Makefile.am' or
:info:build          'configure.ac' or m4 files included by 'configure.ac'.
:info:build          The 'automake' program is part of the GNU Automake package:
:info:build          <http://www.gnu.org/software/automake>
:info:build          It also requires GNU Autoconf, GNU m4 and Perl in order to run:
:info:build          <http://www.gnu.org/software/autoconf>
:info:build          <http://www.gnu.org/software/m4/>
:info:build          <http://www.perl.org/>
:info:build make: *** [Makefile.in] Error 1
:info:build make: *** Waiting for unfinished jobs....
:info:build sh: build-aux/git-version-gen: No such file or directory
:info:build configure.ac:25: error: AC_INIT should be called with package and version arguments
:info:build aclocal.m4:151: AM_INIT_AUTOMAKE is expanded from...
:info:build configure.ac:25: the top level
:info:build autom4te: /opt/local/bin/gm4 failed with exit status: 1
:info:build make: *** [configure] Error 1
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gettext/gettext/work/gettext-0.19.2-x86_64'
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gettext/gettext/work/gettext-0.19.2-x86_64" && /usr/bin/make -j4 -w all 
:info:build Exit code: 2
:error:build org.macports.build for port gettext returned: command execution failed
:debug:build Error code: NONE
:debug:build Backtrace: command execution failed
    while executing
"proc-org.macports.build-build-0 org.macports.build"
    ("eval" body line 1)
    invoked from within
"eval $procedure $targetname"
:info:build Warning: targets not executed for gettext: org.macports.install org.macports.build org.macports.destroot
:notice:build Please see the log file for port gettext for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gettext/gettext/main.log

After this the command "sudo port clean gettext" has been started but the command "sudo port upgrade gettext" too was not successful.

I would like to ask you whether you could give me a hint so that the upgrade of gettext would be possible.

Thank you.

Change History (2)

Changed 10 years ago by wolfhard.langer@…

Attachment: main.log added

Log-Datei for upgrade of gettext

comment:1 Changed 10 years ago by neverpanic (Clemens Lang)

Description: modified (diff)
Keywords: gettext-0.19.2-x86_64 automake-1.13 removed
Owner: changed from macports-tickets@… to ryandesign@…
Port: gettext added

Please use WikiFormatting and preview your post when posting in Trac. When filing tickets for ports, please fill in the port field and Cc the maintainer if any (port info --maintainer gettext).

There seems to be a problem with the file timestamps on your system. Are you using an uncommon filesystem or is your system clock off?

Note: See TracTickets for help on using tickets.