I just checked your thread, and I've never used xconfig, but I did the following:wrc1944 wrote:That problem is detailed here, but even though it seems a relatively simple thing, none of the solutions I read about worked, and I never solved it. viewtopic-t-1038362-highlight-.html
Code: Select all
$ cd /usr/src/linux-git && make xconfigCode: Select all
# cd /usr/src/linux-4.7.5-gentoo && make xconfigCode: Select all
$ cd /usr/src/linux-4.7.5-gentoo && kdesu5 make xconfig
Yes, I successfully built up the system with gcc 6, qt 5.7 and plasma 5.8 yesterday, everything works fine. all the failure build can be solved by searching the bugzilla. But when emerging the kde-applications, I found there are lots of apps depends on qt4 and even some depends on qt3support. Just wonder when this situtation will be change.kensington wrote:I've been running Qt 5.7.0 for about two months now without noticing any runtime issue.
As you've noted, the biggest issue is the C++11 requirement. This is mostly affecting autotools-based packages only, so no issues with the majority of packages in the Qt/KDE ecosystem.
Moving forward, it's just a matter of testing all Qt 5 reverse dependencies and fixing those that fail (forcing them to build with -std=c++11 is fine). 5.7.1 is due in the near future, so even if all packages were fixed I probably wouldn't drop the mask until then.
Only upstream can change that.younker wrote:But when emerging the kde-applications, I found there are lots of apps depends on qt4 and even some depends on qt3support. Just wonder when this situtation will be change.
Guess this means 5.6.2 might not contain everything in 5.7.0.Qt 5.7.1 should come around end of October. It contains all the same fixes as Qt 5.6.2 as well as items pushed directly to Qt 5.7 branch.
However, before finalizing it we would like to have Qt 5.8 Beta out.

Update: FWIW, the 5.7.1 source is in the repos. http://download.qt.io/snapshots/qt/5.7/ ... atest_src/Hi all,
We have most likely final Qt 5.7.1 snapshot available
Linux: http://download.qt.io/snapshots/qt/5.7/5.7.1/579/
Mac: http://download.qt.io/snapshots/qt/5.7/5.7.1/617/
Windows: http://download.qt.io/snapshots/qt/5.7/5.7.1/664/
Src: http://download.qt.io/snapshots/qt/5.7/ ... atest_src/
According to RTA smoke testing packages seems to be OK so please test the
packages as soon as possible. All known blockers should be fixed, please verify
fixes for open ones ( https://bugreports.qt.io/issues/?filter=17833 ). We will
release these packages as Qt 5.7.1 later (maybe next Tuesday) if nothing really
serious found during testing.

According to yesterday's meeting minutes, 5.7.1 is unfortunately delayed again due to a new blocker uncovered. Once it's officially released, we'll see it in-tree in ~arch.wrc1944 wrote:Found this today- seems to imply 5.7.1 was or is about to be officially released. Are we going to get 5.7.0 or 5.71 unmasked soon for ~Arch, as Kensington mentioned above?
I was beginning to think Gentoo was possibly waiting for 5.8 which is apparently around the corner, which kind of makes sense. Anyone have more info on this?
No problem at all with GCC-5.4.0, in fact it's your best choice atm.wrc1944 wrote:I'm still unclear if gcc-5,4.0 is going to work with >=5.7.0, or will we need to make the gcc-6.2.0 update first?
Code: Select all
dev-qt/qtwebengine/qtwebengine-5.7.0.ebuild
dev-qt/qtwebengine/files/
dev-qt/qtwebengine/files/qtwebengine-5.7.0-fix-system-ffmpeg.patch
dev-qt/qtwebengine/files/qtwebengine-5.7.0-gcc6.patch
dev-qt/qtwebengine/files/qtwebengine-5.7.0-icu58.patch
dev-qt/qtwebengine/files/qtwebengine-5.7.0-undef-madv_free.patch Yes they are, that's what I talked about above. At least one of these patches will be with us until 5.9 release...wrc1944 wrote:Are these the fixes needed and would unmasking 5.7.0 have any serious problems?
Code: Select all
emerge -v1 $(qlist -IC kde-plasma-* kde-frameworks-* kde-apps-*) --keep-going