Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2013 13:21:56 GMT
From:      "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176781: math/openblas: /usr/include/sys/time.h:134:17: error: unknown type name 'sbintime_t'
Message-ID:  <201303091321.r29DLuKQ034508@red.freebsd.org>
Resent-Message-ID: <201303091330.r29DU0BW050621@freefall.freebsd.org>

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

>Number:         176781
>Category:       ports
>Synopsis:       math/openblas: /usr/include/sys/time.h:134:17: error: unknown type name 'sbintime_t'
>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:   Sat Mar 09 13:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     O. Hartmann
>Release:        FreeBSD 10.0-CURRENT/amd64
>Organization:
FU Berlin
>Environment:
FreeBSD 10.0-CURRENT #0 r248061: Fri Mar  8 19:44:30 CET 2013

buildworld CLANG/kernel CLANG
>Description:
Updating port math/openblas fails with the following error:

[...]
gmake[1]: Entering directory `/usr/ports/math/openblas/work/xianyi-OpenBLAS-87b4d0c/interface'
gcc46 -O2 -Wl,-rpath=/usr/local/lib/gcc46 -DEXPRECISION -m128bit-long-double -fopenmp -Wall -m64 -DF_INTERFACE_GFORT -fPIC  -DDYNAMIC_ARCH -DMAX_CPU_NUMBER=1 -DASMNAME=saxpy -DASMFNAME=saxpy_ -DNAME=saxpy_ -DCNAME=saxpy -DCHAR_NAME=\"saxpy_\" -DCHAR_CNAME=\"saxpy\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX -c axpy.c -o saxpy.o
gcc46 -O2 -Wl,-rpath=/usr/local/lib/gcc46 -DEXPRECISION -m128bit-long-double -fopenmp -Wall -m64 -DF_INTERFACE_GFORT -fPIC  -DDYNAMIC_ARCH -DMAX_CPU_NUMBER=1 -DASMNAME=sswap -DASMFNAME=sswap_ -DNAME=sswap_ -DCNAME=sswap -DCHAR_NAME=\"sswap_\" -DCHAR_CNAME=\"sswap\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX -c swap.c -o sswap.o
In file included from ../common.h:110:0,
                 from axpy.c:40:
/usr/include/sys/time.h:134:17: error: unknown type name 'sbintime_t'
/usr/include/sys/time.h:141:1: error: unknown type name 'sbintime_t'
/usr/include/sys/time.h: In function 'bttosbt':
/usr/include/sys/time.h:144:12: error: 'sbintime_t' undeclared (first use in this function)
/usr/include/sys/time.h:144:12: note: each undeclared identifier is reported only once for each function it appears in
/usr/include/sys/time.h:144:23: error: expected ')' before 'bt'
/usr/include/sys/time.h: At top level:
/usr/include/sys/time.h:148:9: error: unknown type name 'sbintime_t'
/usr/include/sys/time.h:206:9: error: unknown type name 'sbintime_t'
/usr/include/sys/time.h:216:1: error: unknown type name 'sbintime_t'
/usr/include/sys/time.h: In function 'tstosbt':
/usr/include/sys/time.h:219:12: error: 'sbintime_t' undeclared (first use in this function)
/usr/include/sys/time.h:219:23: error: expected ')' before 'ts'
/usr/include/sys/time.h: At top level:
/usr/include/sys/time.h:224:9: error: unknown type name 'sbintime_t'
/usr/include/sys/time.h:234:1: error: unknown type name 'sbintime_t'
/usr/include/sys/time.h: In function 'tvtosbt':
/usr/include/sys/time.h:237:12: error: 'sbintime_t' undeclared (first use in this function)
/usr/include/sys/time.h:237:23: error: expected ')' before 'tv'
In file included from ../common.h:110:0,
                 from swap.c:40:
/usr/include/sys/time.h:134:17: error: unknown type name 'sbintime_t'
/usr/include/sys/time.h:141:1: error: unknown type name 'sbintime_t'
/usr/include/sys/time.h: In function 'bttosbt':
/usr/include/sys/time.h:144:12: error: 'sbintime_t' undeclared (first use in this function)
/usr/include/sys/time.h:144:12: note: each undeclared identifier is reported only once for each function it appears in
/usr/include/sys/time.h:144:23: error: expected ')' before 'bt'
/usr/include/sys/time.h: At top level:
/usr/include/sys/time.h:148:9: error: unknown type name 'sbintime_t'
/usr/include/sys/time.h:206:9: error: unknown type name 'sbintime_t'
/usr/include/sys/time.h:216:1: error: unknown type name 'sbintime_t'
/usr/include/sys/time.h: In function 'tstosbt':
/usr/include/sys/time.h:219:12: error: 'sbintime_t' undeclared (first use in this function)
/usr/include/sys/time.h:219:23: error: expected ')' before 'ts'
/usr/include/sys/time.h: At top level:
/usr/include/sys/time.h:224:9: error: unknown type name 'sbintime_t'
/usr/include/sys/time.h:234:1: error: unknown type name 'sbintime_t'
/usr/include/sys/time.h: In function 'tvtosbt':
/usr/include/sys/time.h:237:12: error: 'sbintime_t' undeclared (first use in this function)
/usr/include/sys/time.h:237:23: error: expected ')' before 'tv'
gmake[1]: *** [saxpy.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
gmake[1]: *** [sswap.o] Error 1
gmake[1]: Leaving directory `/usr/ports/math/openblas/work/xianyi-OpenBLAS-87b4d0c/interface'
gmake: *** [libs] Error 1
*** [do-build] Error code 2

Stop in /usr/ports/math/openblas.
*** [build] Error code 1

Stop in /usr/ports/math/openblas.

===>>> make failed for math/openblas
===>>> Aborting update

===>>> Update for math/openblas failed
===>>> Aborting update

Terminated

>How-To-Repeat:
Update/reinstall port math/openblas 
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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