Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2000 13:42:40 -0700 (PDT)
From:      Jake Burkholder <jake@io.yi.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17798: ports/java/jdk: headers incorrectly check __FreeBSD__
Message-ID:  <200004042042.NAA12431@io.yi.org>

next in thread | raw e-mail | index | archive | help

>Number:         17798
>Category:       ports
>Synopsis:       ports/java/jdk: headers incorrectly check __FreeBSD__
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr  4 13:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jake Burkholder
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
none
>Environment:

5.0-CURRENT

>Description:

The headers included with the jdk port currently only work for
__FreeBSD__ <= 4 because of the follwing ifdef in
jdk1.1.8/include/freebsd/typedefs_md.h:35

#if (__FreeBSD__ <= 4)
typedef unsigned int uint_t;
typedef int int_t;
#endif

This file is included by jdk1.1.8/include/sys_api.h which expects uint_t
to be a valid type.

>How-To-Repeat:

Try to build the tya or shujit ports on 5.0-current.

>Fix:

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004042042.NAA12431>