Changes between Initial Version and Version 2 of Ticket #47732


Ignore:
Timestamp:
May 15, 2015, 4:23:07 PM (9 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47732

    • Property Owner changed from macports-tickets@… to reid@…
  • Ticket #47732 – Description

    initial v2  
    11When installing mpeg4ip, the file can't be found on the default mirror servers:
     2{{{
    23:info:archivefetch --->  mpeg4ip-1.5.0.1_3.darwin_14.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified
    34:msg:archivefetch --->  Attempting to fetch mpeg4ip-1.5.0.1_3.darwin_14.x86_64.tbz2 from http://packages.macports.org/mpeg4ip
     
    78:msg:archivefetch --->  Attempting to fetch mpeg4ip-1.5.0.1_3.darwin_14.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/mpeg4ip
    89:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found
     10}}}
    911
    1012I obtained a copy of the file from a previous installation on another machine.  Then ran into:
    1113
     14{{{
    1215:error:checksum org.macports.checksum for port mpeg4ip returned: mpeg4ip-1.5.0.1.tar.gz does not exist in /opt/local/var/macports/distfiles/mpeg4ip
     16}}}
    1317
    1418Again got the file from another machine.
    1519
    1620When MacPorts tries to compile mpeg4ip the following files are misplaced:
     21{{{
    1722:info:build ./../include/bitstrm.hpp:48:10: fatal error: 'istream.h' file not found
    1823:info:build #include <istream.h>
     
    3540:info:build          ^
    3641:info:build 1 error generated.
     42}}}
    3743
    3844I found all the files available on my machine.  Once I copied them to the corresponding folders, mpeg4ip built fine and works well.