From owner-freebsd-current@FreeBSD.ORG Wed Mar 27 20:31:01 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E45FADBB for ; Wed, 27 Mar 2013 20:31:01 +0000 (UTC) (envelope-from pawelbsd@gmail.com) Received: from mail-ea0-x22b.google.com (mail-ea0-x22b.google.com [IPv6:2a00:1450:4013:c01::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 770EFE57 for ; Wed, 27 Mar 2013 20:31:01 +0000 (UTC) Received: by mail-ea0-f171.google.com with SMTP id b15so1590818eae.2 for ; Wed, 27 Mar 2013 13:31:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:subject:message-id:x-mailer :mime-version:content-type:content-transfer-encoding; bh=c2Q4iG53dI8yO1Yt/cLcqFI6x/19Pwf5mIQSaPJegg4=; b=faC0MZQTFEF3MfFoLFBx2LXbayXMWA8sRY9ZtkQZ1+WP1VkpfQ+UGhCv16khAHDNu0 LM28beBx8eIQoK5jA+BAfXBhhQwuDZFv7BRQSKw1uLFRSqmrYRUU/FyUmzyDWF1bDMmR E01T78Fe7KZnnu3tC5cG6mE7McHeUfuDrBCjkXXhWwuhgVMl5UlbSvS7BC0xP7Gf7P6L 4IUmcXhrURHPZJsYf8ZIftiqNXZ/SysmBnGrIlVFkZSKSwDyQAZfrgO8WqzWDtI2fPmp cB/moZ6Tb5rmx3qouWoQHi4n6OpWi+Jh9BnkFsVInyvFn74QD9eL2WqL7UOAwn3xujcY 2G7w== X-Received: by 10.14.211.65 with SMTP id v41mr58951627eeo.33.1364416260577; Wed, 27 Mar 2013 13:31:00 -0700 (PDT) Received: from localhost ([176.109.164.5]) by mx.google.com with ESMTPS id s3sm33608452eem.4.2013.03.27.13.30.58 (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 27 Mar 2013 13:30:59 -0700 (PDT) Sender: =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= Date: Wed, 27 Mar 2013 21:28:19 +0100 From: Pawel Pekala To: freebsd-current@freebsd.org Subject: Ports including sys/time.h broken Message-ID: <20130327212819.1a28b2e1@FreeBSD.org> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 20:31:02 -0000 For some time now (about month?) ports using sys/time.h include fail to build and I`m sure they were building ok before. At least those seems affected by this: math/atlas math/openblas x11-toolkits/c++-gtk-utils All fail with similar errors: /usr/include/sys/time.h:134:17: error: unknown type name 'sbintime_t' /usr/include/sys/time.h:141:1: error: unknown type name 'sbintime_t' /usr/include/sys/time.h: In function 'bttosbt': /usr/include/sys/time.h:144:12: error: 'sbintime_t' undeclared (first use in this function) /usr/include/sys/time.h:144:12: note: each undeclared identifier is reported only once for each function it appears in /usr/include/sys/time.h:144:23: error: expected ')' before 'bt' /usr/include/sys/time.h: At top level: /usr/include/sys/time.h:148:9: error: unknown type name 'sbintime_t' /usr/include/sys/time.h:206:9: error: unknown type name 'sbintime_t' /usr/include/sys/time.h:216:1: error: unknown type name 'sbintime_t' /usr/include/sys/time.h: In function 'tstosbt': /usr/include/sys/time.h:219:12: error: 'sbintime_t' undeclared (first use in this function) /usr/include/sys/time.h:219:23: error: expected ')' before 'ts' /usr/include/sys/time.h: At top level: /usr/include/sys/time.h:224:9: error: unknown type name 'sbintime_t' /usr/include/sys/time.h:234:1: error: unknown type name 'sbintime_t' /usr/include/sys/time.h: In function 'tvtosbt': /usr/include/sys/time.h:237:12: error: 'sbintime_t' undeclared (first use in this function) /usr/include/sys/time.h:237:23: error: expected ')' before 'tv' In file included from ../common.h:110:0, from swap.c:40: /usr/include/sys/time.h:134:17: error: unknown type name 'sbintime_t' /usr/include/sys/time.h:141:1: error: unknown type name 'sbintime_t' /usr/include/sys/time.h: In function 'bttosbt': /usr/include/sys/time.h:144:12: error: 'sbintime_t' undeclared (first use in this function) /usr/include/sys/time.h:144:12: note: each undeclared identifier is reported only once for each function it appears in /usr/include/sys/time.h:144:23: error: expected ')' before 'bt' /usr/include/sys/time.h: At top level: /usr/include/sys/time.h:148:9: error: unknown type name 'sbintime_t' /usr/include/sys/time.h:206:9: error: unknown type name 'sbintime_t' /usr/include/sys/time.h:216:1: error: unknown type name 'sbintime_t' /usr/include/sys/time.h: In function 'tstosbt': /usr/include/sys/time.h:219:12: error: 'sbintime_t' undeclared (first use in this function) /usr/include/sys/time.h:219:23: error: expected ')' before 'ts' /usr/include/sys/time.h: At top level: /usr/include/sys/time.h:224:9: error: unknown type name 'sbintime_t' /usr/include/sys/time.h:234:1: error: unknown type name 'sbintime_t' /usr/include/sys/time.h: In function 'tvtosbt': /usr/include/sys/time.h:237:12: error: 'sbintime_t' undeclared (first use in this function) /usr/include/sys/time.h:237:23: error: expected ')' before 'tv' --=20 pozdrawiam / with regards Pawe=B3 P=EAkala