Changes between Initial Version and Version 1 of Ticket #19258


Ignore:
Timestamp:
Apr 9, 2009, 10:54:12 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19258 – Description

    initial v1  
    11fping fails to install, with the following output:
    22
    3 $ port info fping[[BR]]
    4 fping @2.4b2 (net)[[BR]]
    5 Variants:    (+)ipv6, universal[[BR]]
    6 …[[BR]]
     3{{{
     4$ port info fping
     5fping @2.4b2 (net)
     6Variants:    (+)ipv6, universal
     7
    78
    8 $ port -d install fping[[BR]]
    9 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/net/fping [[BR]]
    10 DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/fping[[BR]]
    11 DEBUG: setting option os.universal_supported to yes[[BR]]
    12 DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided[[BR]]
    13 DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided[[BR]]
    14 DEBUG: adding the default universal variant[[BR]]
    15 DEBUG: Requested variant darwin is not provided by port fping.[[BR]]
    16 DEBUG: Requested variant i386 is not provided by port fping.[[BR]]
    17 DEBUG: Requested variant x11 is not provided by port fping.[[BR]]
    18 DEBUG: Requested variant macosx is not provided by port fping.[[BR]]
    19 DEBUG: Executing variant ipv6 provides ipv6[[BR]]
    20 DEBUG: Executing org.macports.main (fping)[[BR]]
    21 DEBUG: Skipping completed org.macports.unarchive (fping)[[BR]]
    22 DEBUG: Skipping completed org.macports.fetch (fping)[[BR]]
    23 --->  Verifying checksum(s) for fping[[BR]]
    24 DEBUG: Executing org.macports.checksum (fping)[[BR]]
    25 --->  Checksumming fping.tar.gz[[BR]]
    26 Error: Checksum (md5) mismatch for fping.tar.gz[[BR]]
    27 Portfile checksum: fping.tar.gz md5 b1f10f88afd35b94846bfb0844d7a834[[BR]]
    28 Distfile checksum: fping.tar.gz md5 d5e8be59e307cef76bc479e1684df705[[BR]]
    29 The correct checksum line may be:[[BR]]
    30 checksums           md5     d5e8be59e307cef76bc479e1684df705 \[[BR]]
    31                     sha1    9318f2ec4b389cd74ca32f561fea95f9528f16a3 \[[BR]]
    32                     rmd160  643af0593e42a78534026498adc544bf21afe4fd[[BR]]
    33 Error: Target org.macports.checksum returned: Unable to verify file checksums[[BR]]
    34 Warning: the following items did not execute (for fping): org.macports.activate org.macports.extract org.macports.checksum org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.archive org.macports.install[[BR]]
    35 Error: Status 1 encountered during processing.[[BR]]
     9$ port -d install fping
     10DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/net/fping
     11DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/fping
     12DEBUG: setting option os.universal_supported to yes
     13DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
     14DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
     15DEBUG: adding the default universal variant
     16DEBUG: Requested variant darwin is not provided by port fping.
     17DEBUG: Requested variant i386 is not provided by port fping.
     18DEBUG: Requested variant x11 is not provided by port fping.
     19DEBUG: Requested variant macosx is not provided by port fping.
     20DEBUG: Executing variant ipv6 provides ipv6
     21DEBUG: Executing org.macports.main (fping)
     22DEBUG: Skipping completed org.macports.unarchive (fping)
     23DEBUG: Skipping completed org.macports.fetch (fping)
     24--->  Verifying checksum(s) for fping
     25DEBUG: Executing org.macports.checksum (fping)
     26--->  Checksumming fping.tar.gz
     27Error: Checksum (md5) mismatch for fping.tar.gz
     28Portfile checksum: fping.tar.gz md5 b1f10f88afd35b94846bfb0844d7a834
     29Distfile checksum: fping.tar.gz md5 d5e8be59e307cef76bc479e1684df705
     30The correct checksum line may be:
     31checksums           md5     d5e8be59e307cef76bc479e1684df705 \
     32                    sha1    9318f2ec4b389cd74ca32f561fea95f9528f16a3 \
     33                    rmd160  643af0593e42a78534026498adc544bf21afe4fd
     34Error: Target org.macports.checksum returned: Unable to verify file checksums
     35Warning: the following items did not execute (for fping): org.macports.activate org.macports.extract org.macports.checksum org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.archive org.macports.install
     36Error: Status 1 encountered during processing.
     37}}}