Created attachment 577174 [details] information.tgz Hello, compilation aborts after stage 3 of gcc 6.4.0 has been created, as the header file sys/ustat.h is missing. all requested information files are inside information.tgz "man 2 ustat" says, that this file is no longer installed by glibc-2.28+ - maybe it could be reinstalled again in future releases by glibc, since the syscall is still present in the kernel? as gcc v8.3.0 compiled cleanly, I'm asking myself, if it's possible to switch over to v8.3.0, without the need to recompile anything? or should at least all C++ related stuff (KDE, Qt, ...) be recompiled with the newer version before use? while switching from gcc v4.9.x to v6.4.0 it was necessary to compile gcc and binutils in a specific order, before recompiling all packages inside world - is this procedure necessary again? THX in advance. CU Tom
You can switch to newer binutils/gcc, then rebuild libtool and you are good to go. Before, it was necessary to rebuild @world because of PIE.
Big THX :)
*** This bug has been marked as a duplicate of bug 685348 ***