From owner-freebsd-current@FreeBSD.ORG Sun Jan 11 03:05:16 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78E71FD3; Sun, 11 Jan 2015 03:05:16 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C9FB986; Sun, 11 Jan 2015 03:05:15 +0000 (UTC) Received: from [73.34.117.227] (helo=ilsoft.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1YA8pw-000FJx-UM; Sun, 11 Jan 2015 03:05:09 +0000 Received: from revolution.hippie.lan (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t0B3576Q033475; Sat, 10 Jan 2015 20:05:07 -0700 (MST) (envelope-from ian@freebsd.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/xoBU0JeMmUQSMWzSj88TF Message-ID: <1420945507.14601.142.camel@freebsd.org> Subject: Re: What happened to DIOCGDINFO? Fwd: [package - head-amd64-default][misc/e2fsprogs-libblkid] Failed for e2fsprogs-libblkid-1.42.12 in build From: Ian Lepore To: Matthias Andree Date: Sat, 10 Jan 2015 20:05:07 -0700 In-Reply-To: <54B1D848.3090800@FreeBSD.org> References: <201501101948.t0AJmqqP067320@beefy2.isc.freebsd.org> <54B1D848.3090800@FreeBSD.org> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.12.8 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: current@freebsd.org, Warner Losh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 11 Jan 2015 03:05:16 -0000 On Sun, 2015-01-11 at 02:56 +0100, Matthias Andree wrote: > Greetings, > > I am getting new reports of package build failures on head (i386 and > amd64 have reported these so far): > > > Ident: $FreeBSD: head/misc/e2fsprogs-libblkid/Makefile 370388 2014-10-07 19:15:52Z mandree $ > > Log URL: http://beefy2.isc.freebsd.org/data/head-amd64-default/2015-01-10_14h05m40s/logs/e2fsprogs-libblkid-1.42.12.log > > Build URL: http://beefy2.isc.freebsd.org/build.html?mastername=head-amd64-default&build=2015-01-10_14h05m40s > > Log: > > > cc -I. -I../../lib -I../../lib -I/wrkdirs/usr/ports/misc/e2fsprogs-libblkid/work/e2fsprogs-1.42.12/lib -I/usr/local/include -D_THREAD_SAFE -O2 -pipe -fstack-protector -fno-strict-aliasing -std=gnu99 -DHAVE_CONFIG_H -c getsize.c -o getsize.o > > getsize.c:151:31: error: use of undeclared identifier 'DIOCGDINFO' > > if (part >= 0 && (ioctl(fd, DIOCGDINFO, (char *)&lab) >= 0)) { > > ^ > > 1 error generated. > > I haven't been watching 11-HEAD too closely, has this DIOCGDINFO symbol > been relocated to a different header, removed (because the feature is > going away -- and which would be the replacement), or is this a > temporary failure (inadvertent error)? > > To the best of my knowledge, and without retrying builds, the package > builds fine on 8/9/10. > > Thanks, > Matthias It was removed in r276737. I don't know what replaces it. -- Ian