Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2013 16:54:40 -0400
From:      Michael Butler <imb@protected-networks.net>
To:        Pawel Pekala <pawel@FreeBSD.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Ports including sys/time.h broken
Message-ID:  <51535C90.7070507@protected-networks.net>
In-Reply-To: <20130327212819.1a28b2e1@FreeBSD.org>
References:  <20130327212819.1a28b2e1@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 03/27/13 16:28, Pawel Pekala wrote:
> 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'

Rebuild whichever port of gcc you're using (gcc46?); it copies (and
"fixes") some of the default include files for its own purposes. If it's
behind, it'll be missing the addition of the sbintime_t typedef in types.h,

	imb





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