From owner-freebsd-current@FreeBSD.ORG Sun Jan 11 01:56:27 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mandree.no-ip.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7EB4586C for ; Sun, 11 Jan 2015 01:56:27 +0000 (UTC) Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id B00AB23CE98 for ; Sun, 11 Jan 2015 02:56:24 +0100 (CET) Message-ID: <54B1D848.3090800@FreeBSD.org> Date: Sun, 11 Jan 2015 02:56:24 +0100 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: current@freebsd.org Subject: What happened to DIOCGDINFO? Fwd: [package - head-amd64-default][misc/e2fsprogs-libblkid] Failed for e2fsprogs-libblkid-1.42.12 in build References: <201501101948.t0AJmqqP067320@beefy2.isc.freebsd.org> In-Reply-To: <201501101948.t0AJmqqP067320@beefy2.isc.freebsd.org> X-Forwarded-Message-Id: <201501101948.t0AJmqqP067320@beefy2.isc.freebsd.org> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit 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 01:56:27 -0000 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