Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2012 04:10:56 GMT
From:      Taguchi@FreeBSD.org, Chie <chaika@nn.iij4u.or.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173591: [patch] Unused privte field error in graphics/libfpx
Message-ID:  <201211130410.qAD4Aumf038459@red.freebsd.org>
Resent-Message-ID: <201211130420.qAD4K0Fc073586@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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