ports/62217: runidn does nothing

Leif Neland leifn at neland.dk
Sun Feb 1 13:30:59 UTC 2004


>Number:         62217
>Category:       ports
>Synopsis:       runidn does nothing
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 01 05:30:32 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Leif Neland
>Release:        5.2 and 4.9
>Organization:
>Environment:
System: FreeBSD arnold.neland.dk 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sat Dec 27 13:01:50 CET 2003
root at gina.neland.dk:/usr/obj/usr/src/sys/GENERIC i386

>Description:
      Installbug + non-function

libidnkutres.la doesn't get installed.
"Have you installed idnkit?  I cannot find libidnkitres.la."

When it is copied into /usr/local/lib,
the errormessage disappears, but there is no function.

>How-To-Repeat:
              cd /usr/ports/dns/idnkit
        # make install
        # runidn dig www.øl.dk
        Have you installed idnkit?  I cannot find libidnkitres.la.
        # cp work/idnkit-1.0-src/tools/runidn/libidnkitres.la /usr/local/lib
        # runidn dig www.øl.dk
        ; <<>> DiG 8.3 <<>> www.øl.dk
        ;; res options: init recurs defnam dnsrch
        ;; got answer:
        ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 42602
        ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
        ;; QUERY SECTION:
        ;;      www.\248l.dk, type = A, class = IN

        ;; AUTHORITY SECTION:
        dk.                     3H IN SOA       copenhagen.ns.dk-hostmaster.dk. admin.dk-hostmaster.dk. (

This shows øl.dk doesn't exist. But if I translate to idn:

        ns# idn øl.dk
        xn--l-4ga.dk
        ; <<>> DiG 8.3 <<>> www.xn--l-4ga.dk
        ;; res options: init recurs defnam dnsrch
        ;; got answer:
        ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1185
        ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 2
        ;; QUERY SECTION:
        ;;       www.xn--l-4ga.dk, type = A, class = IN

        ;; ANSWER SECTION:
        www.xn--l-4ga.dk.       5M IN CNAME     xn--l-4ga.dk.

This resolves.


>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list