Changes between Initial Version and Version 2 of Ticket #56084


Ignore:
Timestamp:
Mar 17, 2018, 9:14:49 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56084

    • Property Status changed from new to assigned
    • Property Owner set to Schamschula
    • Property Port @4.8.3 removed
    • Property Keywords lftp automake removed
  • Ticket #56084 – Description

    initial v2  
    22  lftp @4.8.3
    33which installed automake as a dependency. The build of lftp failed with the following messages:
    4 
     4{{{
    55       Error: Failed to build lftp: command execution failed
    6 
    76       Error: See \
    87           /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_lftp/lftp/main.log \
    98       for details.
    10 
    119       Error: Follow https://guide.macports.org/#project.tickets to report a bug.
    12 
    1310       Error: Processing of port lftp failed
    14 
     11}}}
    1512
    1613Inspecting file ``.../main.log'' referenced above found the following lines:
    17 
     14{{{
    1815    :info:build
    1916/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_lftp/lftp/work/lftp-4.8.3/build-aux/missing: line 81: automake-1.15: command not found
    20 
    2117    :info:build WARNING: 'automake-1.15' is missing on your system.
    22 
    2318    :info:build          You should only need it if you modified 'Makefile.am' or
    24 
    2519    :info:build          'configure.ac' or m4 files included by 'configure.ac'.
    26 
    2720    :info:build          The 'automake' program is part of the GNU Automake package:
    28 
    2921    :info:build          <http://www.gnu.org/software/automake>
    30 
    3122    :info:build          It also requires GNU Autoconf, GNU m4 and Perl in order to run:
    32 
    3323    :info:build          <http://www.gnu.org/software/autoconf>
    34 
    3524    :info:build          <http://www.gnu.org/software/m4/>
    36 
    3725    :info:build          <http://www.perl.org/>
    38 
    3926    :info:build make: *** [Makefile.in] Error 1
    40 
     27}}}
    4128
    4229As I mentioned, automake was installed as a dependency. Checking shows the following:
    43 
     30{{{
    4431    $ which automake
    45 
    4632    /opt/local/bin/automake
    47 
    4833
    4934    $ automake --version
    5035
    5136    automake (GNU automake) 1.16.1
    52 
    5337    Copyright (C) 2018 Free Software Foundation, Inc.
    54 
    5538    License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
    56 
    5739    This is free software: you are free to change and redistribute it.
    58 
    5940    There is NO WARRANTY, to the extent permitted by law.
    6041
    61 
    6242    Written by Tom Tromey <tromey@redhat.com>
    63 
    6443           and Alexandre Duret-Lutz <adl@gnu.org>.
    65 
     44}}}
    6645
    6746Checking whether version 1.15 was available showed the following:
    68 
     47{{{
    6948    $ port info 'automake*'
    70 
     49}}}
    7150        -- output shows the following:
    72 
     51{{{
    7352                automake @1.16.1 (devel)
    74 
    7553                automake17 @1.7.9_2 (devel)
    76 
     54}}}
    7755
    7856Checking the bug tracker found the following: