On 20 Aug 2002, Gisle Aas wrote:

> The test should only depend on "www.perl.com" resolving and
> "www.perl.bv" not.  It does not try to dereference the URL.  The test
> works for me.  Could you try to run the test again?  Perhaps your (or
> perl.com's) nameserver had a blackout.

*shrug*

I tried it about half a dozen times before sending the email, and running
it again now produces identical results.

> If it still fails try to run it as:
>
>    perl -Mblib t/heuristic.t 1
>
> and tell me what it prints.


    % pwd
    /sw/src/uri-pm-1.18-1/URI-1.18
    % perl -Mblib t/heuristic.t 1
    Using /sw/src/uri-pm-1.18-1/URI-1.18/blib
    1..14
    uf_uristr: resolving http://www.sn.no/
    uf_uristr: ==> http://www.sn.no/
    ok 1
    uf_uristr: resolving /etc/passwd
    uf_uristr: ==> file:/etc/passwd
    ok 2
    uf_uristr: resolving ./foo.txt
    uf_uristr: ==> file:./foo.txt
    ok 3
    uf_uristr: resolving ftp.aas.no/lwp.tar.gz
    uf_uristr: ==> ftp://ftp.aas.no/lwp.tar.gz
    ok 4
    uf_uristr: resolving C:\CONFIG.SYS
    uf_uristr: ==> file:C:\CONFIG.SYS
    ok 5
    uf_uristr: resolving perl/camel.gif
    uf_uristr: gethostbyname('www.perl.bv')...yes
    uf_uristr: ==> http://www.perl.bv/camel.gif
    not ok 6
    uf_uristr: resolving perl/camel.gif
    uf_uristr: gethostbyname('www.perl.co.uk')...yes
    uf_uristr: ==> http://www.perl.co.uk/camel.gif
    ok 7
    uf_uristr: resolving perl
    uf_uristr: gethostbyname('www.perl.org')...yes
    uf_uristr: ==> http://www.perl.org
    ok 8
    uf_uristr: resolving perl
    uf_uristr: ==> http://perl
    ok 9
    uf_uristr: resolving http:80
    uf_uristr: ==> http:80
    ok 10
    uf_uristr: resolving mailto:[EMAIL PROTECTED]
    uf_uristr: ==> mailto:[EMAIL PROTECTED]
    ok 11
    uf_uristr: resolving [EMAIL PROTECTED]
    uf_uristr: ==> mailto:[EMAIL PROTECTED]
    ok 12
    uf_uristr: resolving [EMAIL PROTECTED]
    uf_uristr: ==> mailto:[EMAIL PROTECTED]
    ok 13
    uf_uristr: resolving gopher.sn.no
    uf_uristr: ==> gopher://gopher.sn.no
    ok 14


I'm trying to install Fink's uri-pm package on Mac OS X Server:


    % sw_vers
    ProductName:    Mac OS X Server
    ProductVersion: 10.1 Server
    BuildVersion:   5K10

    % uname -a
    Darwin devers 1.4 Darwin Kernel Version 1.4: Sun Sep  9 15:39:59 PDT
    2001; root:xnu/xnu-201.obj~1/RELEASE_PPC  Power Macintosh powerpc

    % fink --version
    Package manager version: 0.10.0
    Distribution version: 0.4.0.cvs

    % perl --version

    This is perl, v5.6.0 built for darwin

    Copyright 1987-2000, Larry Wall

    Perl may be copied only under the terms of either the Artistic
    License or the GNU General Public License, which may be found
    in the Perl 5.0 source kit.

    Complete documentation for Perl, including FAQ lists, should
    be found on this system using `man perl' or `perldoc perl'.
    If you have access to the Internet, point your browser at
    http://www.perl.com/, the Perl Home Page.


Other info available on request.

Any ideas?


-- 
Chris Devers



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to