Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 651700 - games-simulation/openttd[icu] with =dev-libs/uci-61.1: language.h:108:8: error: ‘Collator’ does not name a type
Summary: games-simulation/openttd[icu] with =dev-libs/uci-61.1: language.h:108:8: erro...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: icu-61
  Show dependency tree
 
Reported: 2018-03-27 12:47 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2018-07-16 09:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,221.72 KB, text/plain)
2018-03-27 12:47 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-03-27 12:47:56 UTC
Created attachment 525662 [details]
build.log

g++ -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith 
-W -Wno-unused-parameter -Wredundant-decls -Wformat=2 -Wformat-security -Wno-unu
sed-variable -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -Winit-s
elf -fno-strict-aliasing -Wcast-qual -fno-strict-overflow -Wnon-virtual-dtor -Wn
o-free-nonheap-object -rdynamic -DUNIX -D_FORTIFY_SOURCE=2 -DWITH_SSE -DWITH_SDL
  -D_REENTRANT -I/usr/include/SDL -DWITH_ZLIB   -DWITH_LZMA   -DWITH_XDG_BASEDIR
   -D_SQ64 -I/var/tmp/portage/games-simulation/openttd-1.7.2/work/openttd-1.7.2/
src/3rdparty/squirrel/include -DWITH_PNG -I/usr/include/libpng16  -DWITH_FONTCON
FIG -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/
include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DWITH_FREETYPE -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DWITH_ICU_LAYOUT -I/usr/include/icu-le-hb -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DWITH_ICU_SORT   -DWITH_ICONV -DHAVE_NON_CONST_ICONV -DENABLE_NETWORK -DNDEBUG -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\".openttd\" -DGLOBAL_DATA_DIR=\"/usr/share/games/openttd\" -I /var/tmp/portage/games-simulation/openttd-1.7.2/work/openttd-1.7.2/objs/release -I /var/tmp/portage/games-simulation/openttd-1.7.2/work/openttd-1.7.2/objs/lang -I /var/tmp/portage/games-simulation/openttd-1.7.2/work/openttd-1.7.2/objs/setting -march=native -mtune=native -O2 -pipe -flifetime-dse=1 -std=gnu++14 -c -o crashlog.o /var/tmp/portage/games-simulation/openttd-1.7.2/work/openttd-1.7.2/src/crashlog.cpp
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
In file included from /var/tmp/portage/games-simulation/openttd-1.7.2/work/openttd-1.7.2/src/crashlog.cpp:28:0:
/var/tmp/portage/games-simulation/openttd-1.7.2/work/openttd-1.7.2/src/language.h:108:8: error: ‘Collator’ does not name a type; did you mean ‘UCollator’?
 extern Collator *_current_collator;
        ^~~~~~~~
        UCollator
make[1]: *** [Makefile:235: crashlog.o] Error 1
make[1]: Leaving directory '/var/tmp/portage/games-simulation/openttd-1.7.2/work/openttd-1.7.2/objs/release'
make: *** [Makefile:56: all] Error 1


Happens with 1.8.0_rc1 version as well.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-07-16 09:16:35 UTC
commit 411d6e9248ea22a72d1291969c17fd32a2de527f

Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Mon Jul 16 11:07:34 2018

    games-simulation/openttd: Bump to version 1.8.0. Removed old.

    Package-Manager: Portage-2.3.42, Repoman-2.3.9

Patch added with this version bump.