Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2012 15:02:55 GMT
From:      Spil <spil.oss@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174589: [devel/icu] clang build of icu-50.1 broken
Message-ID:  <201212201502.qBKF2tHS035121@red.freebsd.org>
Resent-Message-ID: <201212201510.qBKFA0sF068622@freefall.freebsd.org>

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

>Number:         174589
>Category:       ports
>Synopsis:       [devel/icu] clang build of icu-50.1 broken
>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:   Thu Dec 20 15:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Spil
>Release:        FreeBSD 9.1-RELEASE
>Organization:
n.a.
>Environment:
FreeBSD build.example.org 9.1-RELEASE FreeBSD 9.1-RELEASE #1 r243787: Mon Dec  3 18:52:28 CET 2012     root@gw.example.org:/usr/obj/usr/src/sys/BEASTIE91  i
386

>Description:
Building icu with clang failed with 

} ERRORS (123) in UTextTest( 1.06s )
} ERRORS (97) in UCharsTrieTest (325ms)

--------------------------------------
Errors in total: 220.
            TextTest
         UTextTest
            TestBranches
            TestLongSequence
            TestLongBranch
            TestValuesForState
            TestNextForCodePoint
         UCharsTrieTest
      utility

--------------------------------------
Elapsed Time: 00:04:38.261
*** Error code 220

Stop in /usr/ports/devel/icu.

Building with gcc (base) is succesful.

Looks like there's a problem with the configure script, it detects gcc but it's actually clang.

checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking how to run the C preprocessor... clang-cpp


>How-To-Repeat:
Build devel/icu with clang
FreeBSD clang version 3.0 (branches/release_30 142614) 20111021
Target: i386-unknown-freebsd9.0
Thread model: posix

>Fix:


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



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