From owner-freebsd-ports@FreeBSD.ORG Tue Sep 16 11:05:30 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 149FF16A4B3 for ; Tue, 16 Sep 2003 11:05:30 -0700 (PDT) Received: from SMTP2.sdccd.cc.ca.us (smtp2.sdccd.cc.ca.us [209.129.16.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B8D743FE1 for ; Tue, 16 Sep 2003 11:05:29 -0700 (PDT) (envelope-from efortenb@sdccd.cc.ca.us) Received: from ntxdistrict.sdccd.cc.ca.us (ntxdistrict.sdccd.cc.ca.us [10.1.100.1]) by SMTP2.sdccd.cc.ca.us (8.12.9/8.12.9) with ESMTP id h8GI5K13039965 for ; Tue, 16 Sep 2003 11:05:20 -0700 (PDT) Received: by ntxdistrict.sdccd.cc.ca.us with Internet Mail Service (5.5.2655.55) id ; Tue, 16 Sep 2003 11:05:27 -0700 Message-ID: From: Erin Fortenberry To: "'freebsd-ports@freebsd.org'" Date: Tue, 16 Sep 2003 11:05:26 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain Subject: Openssh-portable compile problems. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 18:05:30 -0000 This is on 4.8R with the port changes from today via cvsup for openssh-portable-3.6.1p2_1. I am getting: --------------------------------------------------------------- cc -O -pipe -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/usr/local/include -DHAVE_CONFIG_H -c bsd-arc4random.c In file included from ../includes.h:122, from bsd-arc4random.c:25: /usr/include/sys/bitypes.h:25: conflicting types for `int8_t' /usr/include/sys/inttypes.h:11: previous declaration of `int8_t' /usr/include/sys/bitypes.h:26: redefinition of `u_int8_t' /usr/include/sys/types.h:60: `u_int8_t' previously declared here /usr/include/sys/bitypes.h:27: redefinition of `int16_t' /usr/include/sys/inttypes.h:12: `int16_t' previously declared here /usr/include/sys/bitypes.h:28: redefinition of `u_int16_t' /usr/include/sys/types.h:61: `u_int16_t' previously declared here /usr/include/sys/bitypes.h:29: redefinition of `int32_t' /usr/include/sys/inttypes.h:13: `int32_t' previously declared here /usr/include/sys/bitypes.h:30: redefinition of `u_int32_t' /usr/include/sys/types.h:62: `u_int32_t' previously declared here In file included from ../includes.h:166, from bsd-arc4random.c:25: ../defines.h:194: redefinition of `int64_t' /usr/include/sys/inttypes.h:14: `int64_t' previously declared here *** Error code 1 Stop in /usr/ports/security/openssh-portable/work/openssh-3.6.1p2/openbsd-compat. *** Error code 1 Stop in /usr/ports/security/openssh-portable/work/openssh-3.6.1p2. *** Error code 1 Stop in /usr/ports/security/openssh-portable. --------------------------------------------------------------- I was wondering if anyone else was having this problem and if any one knew of a fix for it. Thanks, Erin