Date: Mon, 28 Sep 1998 08:17:00 -0500 (CDT) From: Karl Denninger <karl@Genesis.Denninger.Net> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/8073: Ports problem for ssh and rsaref Message-ID: <199809281317.IAA15205@Genesis.Denninger.Net>
next in thread | raw e-mail | index | archive | help
>Number: 8073 >Category: ports >Synopsis: Missing "#include <sys/types.h>" >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 28 06:20:01 PDT 1998 >Last-Modified: >Originator: Karl Denninger >Organization: Me! >Release: FreeBSD 3.0-BETA i386 >Environment: Ports build >Description: RSAREF includes machine/types.h. For this include to be valid, you must have first included sys/types.h, and RSAREF does not do so. Note that RSAREF is also in the security ports directory on its own, and needs to be fixed there too. >How-To-Repeat: Try to build ssh under -CURRNET. Watch it blow up bitching about bad type declarations in machine/types.h. >Fix: Include "sys/types.h" before "machine/types.h" in the appropriate place. -- Karl >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?199809281317.IAA15205>