Changes between Initial Version and Version 1 of Ticket #44528
- Timestamp:
- Aug 3, 2014, 2:49:45 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44528
- Property Owner changed from macports-tickets@… to ryandesign@…
- Property Keywords gettext-0.19.2-x86_64 automake-1.13 removed
- Property Port gettext added
-
Ticket #44528 – Description
initial v1 7 7 Output from the main.log: 8 8 9 {{{ 9 10 ... 10 11 11 :info:configure checking that generated files are newer than configure... done 12 13 12 :info:configure configure: creating ./config.status 14 15 13 :info:configure config.status: creating Makefile 16 17 14 :info:configure config.status: creating installpaths 18 19 15 :info:configure config.status: creating po/Makefile 20 21 16 :info:configure config.status: executing po-directories commands 22 23 17 :debug:configure Privilege de-escalation not attempted as not running as root. 24 25 18 :debug:build build phase started at Sun Aug 3 15:23:53 CEST 2014 26 27 19 :notice:build ---> Building gettext 28 29 20 :debug:build Executing org.macports.build (gettext) 30 31 21 :info:build ---> Building gettext for architecture x86_64 32 33 22 :debug:build Environment: 34 35 23 CC_PRINT_OPTIONS='YES' 36 37 24 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' 38 39 25 CPATH='/opt/local/include' 40 41 26 LIBRARY_PATH='/opt/local/lib' 42 43 27 MACOSX_DEPLOYMENT_TARGET='10.9' 44 45 28 :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' 46 47 29 :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 48 49 30 :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' 50 51 31 :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 52 53 32 :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 54 55 33 :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''' 56 57 34 :info:build WARNING: 'automake-1.13' is missing on your system. 58 59 35 :info:build You should only need it if you modified 'Makefile.am' or 60 61 36 :info:build 'configure.ac' or m4 files included by 'configure.ac'. 62 63 37 :info:build The 'automake' program is part of the GNU Automake package: 64 65 38 :info:build <http://www.gnu.org/software/automake> 66 67 39 :info:build It also requires GNU Autoconf, GNU m4 and Perl in order to run: 68 69 40 :info:build <http://www.gnu.org/software/autoconf> 70 71 41 :info:build <http://www.gnu.org/software/m4/> 72 73 42 :info:build <http://www.perl.org/> 74 75 43 :info:build make: *** [Makefile.in] Error 1 76 77 44 :info:build make: *** Waiting for unfinished jobs.... 78 79 45 :info:build sh: build-aux/git-version-gen: No such file or directory 80 81 46 :info:build configure.ac:25: error: AC_INIT should be called with package and version arguments 82 83 47 :info:build aclocal.m4:151: AM_INIT_AUTOMAKE is expanded from... 84 85 48 :info:build configure.ac:25: the top level 86 87 49 :info:build autom4te: /opt/local/bin/gm4 failed with exit status: 1 88 89 50 :info:build make: *** [configure] Error 1 90 91 51 :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' 92 93 52 :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 94 95 53 :info:build Exit code: 2 96 97 54 :error:build org.macports.build for port gettext returned: command execution failed 98 99 55 :debug:build Error code: NONE 100 101 56 :debug:build Backtrace: command execution failed 102 57 while executing … … 105 60 invoked from within 106 61 "eval $procedure $targetname" 107 108 62 :info:build Warning: targets not executed for gettext: org.macports.install org.macports.build org.macports.destroot 109 110 63 :notice:build Please see the log file for port gettext for details: 111 64 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gettext/gettext/main.log 112 65 }}} 66 113 67 After this the command "sudo port clean gettext" has been started but the command "sudo port upgrade gettext" too was not successful. 114 115 68 116 69 I would like to ask you whether you could give me a hint so that the upgrade of gettext would be possible.