Error: Status 1 encountered during processing.

Jeremy Lavergne jeremy at lavergne.gotdns.org
Sun Sep 18 11:14:02 PDT 2011


> It occurs to me to wonder what's in these files.  Could there be a proxy in the way that's trying to e.g. ask for a password?

In both instances, you can run the `file ...` utility to learn what your computer might think the file is. For example:

    $ file /opt/local/var/macports/software/libiconv/libiconv-1.14_0.darwin_10.x86_64.tbz2
    /opt/local/var/macports/software/libiconv/libiconv-1.14_0.darwin_10.x86_64.tbz2: bzip2 compressed data, block size = 900k
    $ file /opt/local/var/macports/software/libiconv/libiconv-1.14_0.darwin_10.x86_64.tbz2.rmd160
    /opt/local/var/macports/software/libiconv/libiconv-1.14_0.darwin_10.x86_64.tbz2.rmd160: data

The *.tbz2 file should be an archive of the destroot folder for any given package, so if you expand it you'd fine the usual opt/local structures inside it.

The *.rmd160 file is a hash which will just be gibberish, always of a specific length. If you see HTML in this file or `file ...` tells you it's not just data, then you are right to assume something is blocking access.

You might find some extra information if you try downloading the files using a browser:
http://packages.macports.org/libiconv/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3749 bytes
Desc: not available
URL: <http://lists.macosforge.org/pipermail/macports-users/attachments/20110918/cfcc6a93/attachment.bin>


More information about the macports-users mailing list