From: Doug Barton on
Howdy,

Tried building devel/icu today with gcc 4.5.1 and it failed:

gmake[1]: Entering directory
`/usr/local/tmp/usr/local/ports/devel/icu/work/icu/source/layoutex'
generating dependency information for plruns.cpp
generating dependency information for playout.cpp
generating dependency information for LXUtilities.cpp
generating dependency information for RunArrays.cpp
generating dependency information for ParagraphLayout.cpp
ParagraphLayout.cpp:816:6: error: #elif with no expression
gmake[1]: Leaving directory
`/usr/local/tmp/usr/local/ports/devel/icu/work/icu/source/layoutex'
gmake[1]: Entering directory
`/usr/local/tmp/usr/local/ports/devel/icu/work/icu/source/layoutex'
generating dependency information for ParagraphLayout.cpp
ParagraphLayout.cpp:816:6: error: #elif with no expression
/usr/local/bin/g++45 -I. -I./unicode -I./.. -I../common
-DU_LAYOUTEX_IMPLEMENTATION -pipe -g -march=native -g
-fvisibility=hidden -c -o ParagraphLayout.ao ParagraphLayout.cpp
ParagraphLayout.cpp:816:6: error: #elif with no expression
gmake[1]: *** [ParagraphLayout.ao] Error 1
gmake[1]: Leaving directory
`/usr/local/tmp/usr/local/ports/devel/icu/work/icu/source/layoutex'
gmake: *** [all-recursive] Error 2
*** Error code 1

Full log is at http://dougbarton.us/icu-gcc45.txt


--

... and that's just a little bit of history repeating.
-- Propellerheads

Improve the effectiveness of your Internet presence with
a domain name makeover! http://SupersetSolutions.com/

_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Anonymous on
Doug Barton <dougb(a)FreeBSD.org> writes:

> Howdy,
>
> Tried building devel/icu today with gcc 4.5.1 and it failed:
>
> gmake[1]: Entering directory
> `/usr/local/tmp/usr/local/ports/devel/icu/work/icu/source/layoutex'
> generating dependency information for plruns.cpp
> generating dependency information for playout.cpp
> generating dependency information for LXUtilities.cpp
> generating dependency information for RunArrays.cpp
> generating dependency information for ParagraphLayout.cpp
> ParagraphLayout.cpp:816:6: error: #elif with no expression
> gmake[1]: Leaving directory
> `/usr/local/tmp/usr/local/ports/devel/icu/work/icu/source/layoutex'
> gmake[1]: Entering directory
> `/usr/local/tmp/usr/local/ports/devel/icu/work/icu/source/layoutex'
> generating dependency information for ParagraphLayout.cpp
> ParagraphLayout.cpp:816:6: error: #elif with no expression
> /usr/local/bin/g++45 -I. -I./unicode -I./.. -I../common
> -DU_LAYOUTEX_IMPLEMENTATION -pipe -g -march=native -g
> -fvisibility=hidden -c -o ParagraphLayout.ao ParagraphLayout.cpp
> ParagraphLayout.cpp:816:6: error: #elif with no expression
> gmake[1]: *** [ParagraphLayout.ao] Error 1
> gmake[1]: Leaving directory
> `/usr/local/tmp/usr/local/ports/devel/icu/work/icu/source/layoutex'
> gmake: *** [all-recursive] Error 2
> *** Error code 1

It's already in gnats, ports/139652.

>
> Full log is at http://dougbarton.us/icu-gcc45.txt
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Doug Barton on
On 06/26/10 17:15, Anonymous wrote:
> It's already in gnats, ports/139652.

So it is, thanks! I just committed that patch.


Doug

--

... and that's just a little bit of history repeating.
-- Propellerheads

Improve the effectiveness of your Internet presence with
a domain name makeover! http://SupersetSolutions.com/

_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: "Mikhail T." on
Doug Barton wrote:
> Howdy,
>
> Tried building devel/icu today with gcc 4.5.1 and it failed:
devel/icu4 is the newer version, but should be compatible with all
depending ports. If that builds with gcc-4.5.1, then I'm not going to
worry -- after the release, I'm planning to request a repo-copy of icu4
to icu. Thanks!

-mi

_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"