Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 623918 - dev-qt/qtcore-4.8.7-r2: error: ‘char16_t’ does not name a type
Summary: dev-qt/qtcore-4.8.7-r2: error: ‘char16_t’ does not name a type
Status: RESOLVED DUPLICATE of bug 618638
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-05 18:30 UTC by Toralf Förster
Modified: 2017-07-05 23:35 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,14.18 KB, text/plain)
2017-07-05 18:30 UTC, Toralf Förster
Details
dev-qt:qtcore-4.8.7-r2:20170703-005424.log (dev-qt:qtcore-4.8.7-r2:20170703-005424.log,478.21 KB, text/plain)
2017-07-05 18:30 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,20.28 KB, text/plain)
2017-07-05 18:30 UTC, Toralf Förster
Details
environment (environment,122.95 KB, text/plain)
2017-07-05 18:30 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,21.79 KB, application/x-bzip)
2017-07-05 18:30 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,62.47 KB, application/x-bzip)
2017-07-05 18:30 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-07-05 18:30:02 UTC
x86_64-pc-linux-gnu-g++ -c -Werror=terminate -O2 -pipe -march=native -std=gnu++98 -Wall -W  -I/var/tmp/portage/dev-qt/qtcore-4.8.7-r2/work/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -I/var/tmp/portage/dev-qt/qtcore-4.8.7-r2/work/qt-everywhere-opensource-src-4.8.7/config.tests/unix/mysql_r -I/usr/include/mysql -I/var/tmp/portage/dev-qt/qtcore-4.8.7-r2/work/qt-everywhere-opensource-src-4.8.7/config.tests/unix/mysql_r -I. -o mysql.o /var/tmp/portage/dev-qt/qtcore-4.8.7-r2/work/qt-everywhere-opensource-src-4.8.7/config.tests/unix/mysql/mysql.cpp
x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -o mysql_r mysql.o     -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lrt -latomic -lssl -lcrypto -ldl -lmysqlclient_r 
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmysqlclient_r
collect2: error: ld returned 1 exit status
gmake: *** [Makefile:98: mysql_r] Error 1
MySQL (thread-safe) disabled.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop-plasma_20170701-124433

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
Comment 1 Toralf Förster gentoo-dev 2017-07-05 18:30:06 UTC
Created attachment 481026 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-07-05 18:30:10 UTC
Created attachment 481028 [details]
dev-qt:qtcore-4.8.7-r2:20170703-005424.log
Comment 3 Toralf Förster gentoo-dev 2017-07-05 18:30:13 UTC
Created attachment 481030 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-07-05 18:30:16 UTC
Created attachment 481032 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-07-05 18:30:19 UTC
Created attachment 481034 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-07-05 18:30:22 UTC
Created attachment 481036 [details]
temp.tbz2
Comment 7 Davide Pesavento gentoo-dev 2017-07-05 23:35:29 UTC
The real error is:

x86_64-pc-linux-gnu-g++ -c -Werror=terminate -O2 -pipe -march=native -std=gnu++98 -Wall -W  -I/var/tmp/portage/dev-qt/qtcore-4.8.7-r2/work/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -I/var/tmp/portage/dev-qt/qtcore-4.8.7-r2/work/qt-everywhere-opensource-src-4.8.7/config.tests/unix/icu -I/var/tmp/portage/dev-qt/qtcore-4.8.7-r2/work/qt-everywhere-opensource-src-4.8.7/config.tests/unix/icu -I. -o icu.o /var/tmp/portage/dev-qt/qtcore-4.8.7-r2/work/qt-everywhere-opensource-src-4.8.7/config.tests/unix/icu/icu.cpp
In file included from /usr/include/unicode/utypes.h:38:0,
                 from /var/tmp/portage/dev-qt/qtcore-4.8.7-r2/work/qt-everywhere-opensource-src-4.8.7/config.tests/unix/icu/icu.cpp:42:
/usr/include/unicode/umachine.h:347:13: error: ‘char16_t’ does not name a type
     typedef char16_t UChar;
             ^~~~~~~~

*** This bug has been marked as a duplicate of bug 618638 ***