From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 13 04:20:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD8F177C for ; Tue, 13 Nov 2012 04:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B12BF8FC13 for ; Tue, 13 Nov 2012 04:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qAD4K02S073587 for ; Tue, 13 Nov 2012 04:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAD4K0Fc073586; Tue, 13 Nov 2012 04:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 13 Nov 2012 04:20:00 GMT Resent-Message-Id: <201211130420.qAD4K0Fc073586@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Taguchi@FreeBSD.org, Chie Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49813723 for ; Tue, 13 Nov 2012 04:10:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 321098FC08 for ; Tue, 13 Nov 2012 04:10:57 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qAD4AuZp038460 for ; Tue, 13 Nov 2012 04:10:56 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qAD4Aumf038459; Tue, 13 Nov 2012 04:10:56 GMT (envelope-from nobody) Message-Id: <201211130410.qAD4Aumf038459@red.freebsd.org> Date: Tue, 13 Nov 2012 04:10:56 GMT From: Taguchi@FreeBSD.org, Chie To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/173591: [patch] Unused privte field error in graphics/libfpx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2012 04:20:00 -0000 >Number: 173591 >Category: ports >Synopsis: [patch] Unused privte field error in graphics/libfpx >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 13 04:20:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Taguchi, Chie >Release: current >Organization: >Environment: FreeBSD ark 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r242885: Sun Nov 11 17:50:23 JST 2012 root@ark:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I ran 'make install clean' in /usr/ports/graphics/libfpx, but I got a following error and stopped process: ===> Building for libfpx-1.3.1.1 Warning: Object directory not changed from original /usr/ports/graphics/libfp c++ -O2 -pipe -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PAR -1.3.1-1/oless/dir.cxx -o dir.So -1.3.1-1/oless/docfile.cxx -o docfile.So c++ -O2 -pipe -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PAR In file included from /usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless/di In file included from /usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless/ms In file included from /usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless/h/ /usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless/h/dir.hxx:144:11: error: BYTE _bpad[CBDIRPAD]; ^ 1 error generated. >How-To-Repeat: cd /usr/ports/graphics/libfpx make install clean >Fix: I thought, it was similarly ports/172637: graphics/libfpx. So I made a patch-file, and I could compile libfpx-1.3.1.1. I will attach the patch-file. >Release-Note: >Audit-Trail: >Unformatted: