Changes between Initial Version and Version 1 of Ticket #45953, comment 3


Ignore:
Timestamp:
Nov 21, 2014, 12:19:40 PM (9 years ago)
Author:
henry.debens@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45953, comment 3

    initial v1  
    77> Note that single-letter flags like `-v` do nothing unless placed immediately after the word `port`, i.e. `sudo port -v install libast`.
    88
    9 I see, thank you for replying - I have updated the ticket accordingly!
     9I see, thank you for your reply - the terminal output is now as follows:
     10
     11{{{
     12sudo port -v install libast
     13--->  Computing dependencies for libast.
     14--->  Fetching archive for libast
     15--->  libast-0.7_5.darwin_14.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified
     16--->  Attempting to fetch libast-0.7_5.darwin_14.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/libast
     17  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
     18                                 Dload  Upload   Total   Spent    Left  Speed
     19  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0--->  Attempting to fetch libast-0.7_5.darwin_14.x86_64.tbz2 from http://lil.fr.packages.macports.org/libast
     20  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
     21                                 Dload  Upload   Total   Spent    Left  Speed
     22  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0--->  Attempting to fetch libast-0.7_5.darwin_14.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/libast
     23  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
     24                                 Dload  Upload   Total   Spent    Left  Speed
     25  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0--->  Fetching distfiles for libast
     26--->  Verifying checksums for libast
     27--->  Checksumming libast-0.7.tar.gz
     28--->  Extracting libast
     29--->  Extracting libast-0.7.tar.gz
     30--->  Applying patches to libast
     31--->  Applying patch-automake-1.13.diff
     32patching file configure.in
     33--->  Configuring libast
     34autoreconf: Entering directory `.'
     35autoreconf: configure.in: not using Gettext
     36autoreconf: running: aclocal -I /opt/local/share/aclocal -I . --force
     37aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
     38configure.in:50: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
     39../../lib/autoconf/general.m4:1833: AC_CANONICAL_TARGET is expanded from...
     40configure.in:50: the top level
     41autoreconf: configure.in: tracing
     42configure.in:50: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
     43../../lib/autoconf/general.m4:1833: AC_CANONICAL_TARGET is expanded from...
     44configure.in:50: the top level
     45autoreconf: configure.in: not running libtoolize: --install not given
     46autoreconf: running: /opt/local/bin/autoconf --force
     47configure.in:50: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
     48../../lib/autoconf/general.m4:1833: AC_CANONICAL_TARGET is expanded from...
     49configure.in:50: the top level
     50autoreconf: running: /opt/local/bin/autoheader --force
     51configure.in:50: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
     52../../lib/autoconf/general.m4:1833: AC_CANONICAL_TARGET is expanded from...
     53configure.in:50: the top level
     54autoreconf: running: automake --force-missing
     55automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
     56configure.in:50: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
     57../../lib/autoconf/general.m4:1833: AC_CANONICAL_TARGET is expanded from...
     58configure.in:50: the top level
     59configure.in:22: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
     60configure.in:22: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
     61configure.in:52: error: required file './compile' not found
     62configure.in:52:   'automake --add-missing' can install 'compile'
     63src/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
     64automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
     65test/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
     66autoreconf: automake failed with exit status: 1
     67Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_libast/libast/work/libast-0.7" && autoreconf -fv
     68Exit code: 1
     69Error: org.macports.configure for port libast returned: autoreconf failure: command execution failed
     70Warning: targets not executed for libast: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
     71Please see the log file for port libast for details:
     72    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_libast/libast/main.log
     73To report a bug, follow the instructions in the guide:
     74    http://guide.macports.org/#project.tickets
     75Error: Processing of port libast failed
     76}}}