You are not logged in.

#1 2017-01-05 22:01:52

MartinZiegler
Member
Registered: 2017-01-05
Posts: 6

[Done] How to "reset" /usr/include ?

Hi guys, copied some .h files to other directories in /usr/include

Now I have a big problem, I cant make UnrealEngine (See Box below)
I think there is a problem with cstdlib, but I downt know how to solve it.

So we have to options to solve the Problem:
1. I could rebuild /usr/include or "reset" it, or
2. we solve the problem with cstdlib big_smile

It would be great if someone have an idea to this smile

My Arch is from 01.01.17

Good evening to all

PS: I didn't know where to post this topic. On SystemAdministration I don't have acces


$ make
bash "/home/jean/UnrealEngine/Engine/Build/BatchFiles/Linux/Build.sh" CrashReportClient Linux Shipping  
Building CrashReportClient...
Using clang version '3.5.2' (string), 3 (major), 5 (minor), 2 (patch)
Creating makefile for CrashReportClient (no existing makefile)
Performing full C++ include scan (no include cache file)
Building UnrealHeaderTool...
Using clang version '3.5.2' (string), 3 (major), 5 (minor), 2 (patch)
Creating makefile for UnrealHeaderTool (no existing makefile)
Using bundled libc++ standard C++ library.
Performing 21 actions (4 in parallel)
[1/21] Compile CorePrivatePCH.h
[2/21] Compile Module.Json.cpp
[3/21] Compile Module.Projects.cpp
[4/21] Compile Module.CoreUObject.5_of_5.cpp
In file included from /home/jean/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Json/Module.Json.cpp:2:
In file included from /home/jean/UnrealEngine/Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp:3:
In file included from Runtime/Json/Private/JsonPrivatePCH.h:5:
In file included from Runtime/Json/Public/Json.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
In file included from /usr/include/stdlib.h:36:
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:95:9: error: no member named 'div_t' in the global namespace
using ::div_t;
      ~~^
In file included from /home/jean/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Core/CorePrivatePCH.h:4:
In file included from /home/jean/UnrealEngine/Engine/Source/Runtime/Core/Private/CorePrivatePCH.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
In file included from /usr/include/stdlib.h:36:
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:95:9: error: no member named 'div_t' in the global namespace
using ::div_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:96:9: error: no member named 'ldiv_t' in the global namespace
using ::ldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:96:9: error: no member named 'ldiv_t' in the global namespace
using ::ldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:98:9: error: no member named 'lldiv_t' in the global namespace
using ::lldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:98:9: error: no member named 'lldiv_t' in the global namespace
using ::lldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:100:9: error: no member named 'atof' in the global namespace
using ::atof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:100:9: error: no member named 'atof' in the global namespace
using ::atof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:101:9: error: no member named 'atoi' in the global namespace
using ::atoi;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:101:9: error: no member named 'atoi' in the global namespace
using ::atoi;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:102:9: error: no member named 'atol' in the global namespace
using ::atol;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:102:9: error: no member named 'atol' in the global namespace
using ::atol;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:104:9: error: no member named 'atoll' in the global namespace
using ::atoll;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:104:9: error: no member named 'atoll' in the global namespace
using ::atoll;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:106:9: error: no member named 'strtod' in the global namespace
using ::strtod;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:106:9: error: no member named 'strtod' in the global namespace
using ::strtod;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:107:9: error: no member named 'strtof' in the global namespace
using ::strtof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:107:9: error: no member named 'strtof' in the global namespace
using ::strtof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:108:9: error: no member named 'strtold' in the global namespace
using ::strtold;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:108:9: error: no member named 'strtold' in the global namespace
using ::strtold;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:109:9: error: no member named 'strtol' in the global namespace
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:109:9: error: no member named 'strtol' in theusing ::strtol; 
      ~~^
global namespace
using ::strtol;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:111:9: error: no member named 'strtoll' in the global namespace
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:111:9: error: no member named 'strtoll' in the global namespace
using ::strtoll;
      ~~^
using ::strtoll;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:113:9: error: no member named 'strtoul' in the global namespace
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlibusing ::strtoul;
      ~~^
:113:9: error: no member named 'strtoul' in the global namespace
using ::strtoul;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:115:9: error: no member named 'strtoull' in the global namespace
using ::strtoull;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:115:9: error: no member named 'strtoull' in the global namespace
using ::strtoull;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:117:9: error: no member named 'rand' in the global namespace
using ::rand;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:117:9: error: no member named 'rand' in the global namespace
using ::rand;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:118:9: error: no member named 'srand' in the global namespace
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlibusing ::srand;
      ~~^
:118:9: error: no member named 'srand' in the global namespace
using ::srand;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:119:9: error: no member named 'calloc' in the global namespace
using ::calloc;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:119:9: error: no member named 'calloc' in the global namespace
using ::calloc;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:120:9: error: no member named 'free' in the global namespace
using ::free;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:120:9: error: no member named 'free' in the global namespace
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:121:9: error: no member named 'malloc' in the global namespace
using ::malloc;
      ~~^
using ::free;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:121:9: error: no member named 'malloc' in the global namespace
fatal error: too many errors emitted, stopping now [-ferror-limit=]
using ::malloc;
      ~~^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
In file included from /home/jean/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.5_of_5.cpp:2:
In file included from /home/jean/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
In file included from /usr/include/stdlib.h:36:
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:95:9: error: no member named 'div_t' in the global namespace
using ::div_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:96:9: error: no member named 'ldiv_t' in the global namespace
using ::ldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:98:9: error: no member named 'lldiv_t' in the global namespace
using ::lldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:100:9: error: no member named 'atof' in the global namespace
using ::atof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:101:9: error: no member named 'atoi' in the global namespace
using ::atoi;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:102:9: error: no member named 'atol' in the global namespace
using ::atol;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:104:9: error: no member named 'atoll' in the global namespace
using ::atoll;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:106:9: error: no member named 'strtod' in the global namespace
using ::strtod;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:107:9: error: no member named 'strtof' in the global namespace
using ::strtof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:108:9: error: no member named 'strtold' in the global namespace
using ::strtold;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:109:9: error: no member named 'strtol' in the global namespace
using ::strtol;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:111:9: error: no member named 'strtoll' in the global namespace
using ::strtoll;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:113:9: error: no member named 'strtoul' in the global namespace
using ::strtoul;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:115:9: error: no member named 'strtoull' in the global namespace
using ::strtoull;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:117:9: error: no member named 'rand' in the global namespace
using ::rand;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:118:9: error: no member named 'srand' in the global namespace
using ::srand;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:119:9: error: no member named 'calloc' in the global namespace
using ::calloc;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:120:9: error: no member named 'free' in the global namespace
using ::free;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:121:9: error: no member named 'malloc' in the global namespace
using ::malloc;
      ~~^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
In file included from /home/jean/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Projects/Module.Projects.cpp:2:
In file included from /home/jean/UnrealEngine/Engine/Source/Runtime/Projects/Private/ProjectsPrivatePCH.h:6:
In file included from Runtime/Projects/Public/Projects.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
In file included from /usr/include/stdlib.h:36:
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:95:9: error: no member named 'div_t' in the global namespace
using ::div_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:96:9: error: no member named 'ldiv_t' in the global namespace
using ::ldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:98:9: error: no member named 'lldiv_t' in the global namespace
using ::lldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:100:9: error: no member named 'atof' in the global namespace
using ::atof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:101:9: error: no member named 'atoi' in the global namespace
using ::atoi;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:102:9: error: no member named 'atol' in the global namespace
using ::atol;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:104:9: error: no member named 'atoll' in the global namespace
using ::atoll;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:106:9: error: no member named 'strtod' in the global namespace
using ::strtod;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:107:9: error: no member named 'strtof' in the global namespace
using ::strtof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:108:9: error: no member named 'strtold' in the global namespace
using ::strtold;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:109:9: error: no member named 'strtol' in the global namespace
using ::strtol;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:111:9: error: no member named 'strtoll' in the global namespace
using ::strtoll;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:113:9: error: no member named 'strtoul' in the global namespace
using ::strtoul;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:115:9: error: no member named 'strtoull' in the global namespace
using ::strtoull;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:117:9: error: no member named 'rand' in the global namespace
using ::rand;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:118:9: error: no member named 'srand' in the global namespace
using ::srand;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:119:9: error: no member named 'calloc' in the global namespace
using ::calloc;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:120:9: error: no member named 'free' in the global namespace
using ::free;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:121:9: error: no member named 'malloc' in the global namespace
using ::malloc;
      ~~^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[5/21] Compile Module.CoreUObject.4_of_5.cpp
In file included from /home/jean/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.4_of_5.cpp:2:
In file included from /home/jean/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
In file included from /usr/include/stdlib.h:36:
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:95:9: error: no member named 'div_t' in the global namespace
using ::div_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:96:9: error: no member named 'ldiv_t' in the global namespace
using ::ldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:98:9: error: no member named 'lldiv_t' in the global namespace
using ::lldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:100:9: error: no member named 'atof' in the global namespace
using ::atof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:101:9: error: no member named 'atoi' in the global namespace
using ::atoi;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:102:9: error: no member named 'atol' in the global namespace
using ::atol;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:104:9: error: no member named 'atoll' in the global namespace
using ::atoll;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:106:9: error: no member named 'strtod' in the global namespace
using ::strtod;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:107:9: error: no member named 'strtof' in the global namespace
using ::strtof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:108:9: error: no member named 'strtold' in the global namespace
using ::strtold;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:109:9: error: no member named 'strtol' in the global namespace
using ::strtol;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:111:9: error: no member named 'strtoll' in the global namespace
using ::strtoll;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:113:9: error: no member named 'strtoul' in the global namespace
using ::strtoul;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:115:9: error: no member named 'strtoull' in the global namespace
using ::strtoull;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:117:9: error: no member named 'rand' in the global namespace
using ::rand;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:118:9: error: no member named 'srand' in the global namespace
using ::srand;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:119:9: error: no member named 'calloc' in the global namespace
using ::calloc;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:120:9: error: no member named 'free' in the global namespace
using ::free;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:121:9: error: no member named 'malloc' in the global namespace
using ::malloc;
      ~~^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[6/21] Compile Module.CoreUObject.1_of_5.cpp
In file included from /home/jean/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.1_of_5.cpp:2:
In file included from /home/jean/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
In file included from /usr/include/stdlib.h:36:
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:95:9: error: no member named 'div_t' in the global namespace
using ::div_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:96:9: error: no member named 'ldiv_t' in the global namespace
using ::ldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:98:9: error: no member named 'lldiv_t' in the global namespace
using ::lldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:100:9: error: no member named 'atof' in the global namespace
using ::atof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:101:9: error: no member named 'atoi' in the global namespace
using ::atoi;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:102:9: error: no member named 'atol' in the global namespace
using ::atol;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:104:9: error: no member named 'atoll' in the global namespace
using ::atoll;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:106:9: error: no member named 'strtod' in the global namespace
using ::strtod;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:107:9: error: no member named 'strtof' in the global namespace
using ::strtof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:108:9: error: no member named 'strtold' in the global namespace
using ::strtold;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:109:9: error: no member named 'strtol' in the global namespace
using ::strtol;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:111:9: error: no member named 'strtoll' in the global namespace
using ::strtoll;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:113:9: error: no member named 'strtoul' in the global namespace
using ::strtoul;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:115:9: error: no member named 'strtoull' in the global namespace
using ::strtoull;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:117:9: error: no member named 'rand' in the global namespace
using ::rand;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:118:9: error: no member named 'srand' in the global namespace
using ::srand;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:119:9: error: no member named 'calloc' in the global namespace
using ::calloc;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:120:9: error: no member named 'free' in the global namespace
using ::free;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:121:9: error: no member named 'malloc' in the global namespace
using ::malloc;
      ~~^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[7/21] Compile Module.CoreUObject.2_of_5.cpp
In file included from /home/jean/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.2_of_5.cpp:2:
In file included from /home/jean/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
In file included from /usr/include/stdlib.h:36:
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:95:9: error: no member named 'div_t' in the global namespace
using ::div_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:96:9: error: no member named 'ldiv_t' in the global namespace
using ::ldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:98:9: error: no member named 'lldiv_t' in the global namespace
using ::lldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:100:9: error: no member named 'atof' in the global namespace
using ::atof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:101:9: error: no member named 'atoi' in the global namespace
using ::atoi;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:102:9: error: no member named 'atol' in the global namespace
using ::atol;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:104:9: error: no member named 'atoll' in the global namespace
using ::atoll;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:106:9: error: no member named 'strtod' in the global namespace
using ::strtod;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:107:9: error: no member named 'strtof' in the global namespace
using ::strtof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:108:9: error: no member named 'strtold' in the global namespace
using ::strtold;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:109:9: error: no member named 'strtol' in the global namespace
using ::strtol;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:111:9: error: no member named 'strtoll' in the global namespace
using ::strtoll;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:113:9: error: no member named 'strtoul' in the global namespace
using ::strtoul;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:115:9: error: no member named 'strtoull' in the global namespace
using ::strtoull;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:117:9: error: no member named 'rand' in the global namespace
using ::rand;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:118:9: error: no member named 'srand' in the global namespace
using ::srand;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:119:9: error: no member named 'calloc' in the global namespace
using ::calloc;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:120:9: error: no member named 'free' in the global namespace
using ::free;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:121:9: error: no member named 'malloc' in the global namespace
using ::malloc;
      ~~^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[8/21] Compile Module.CoreUObject.3_of_5.cpp
In file included from /home/jean/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.3_of_5.cpp:2:
In file included from /home/jean/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
In file included from /usr/include/stdlib.h:36:
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:95:9: error: no member named 'div_t' in the global namespace
using ::div_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:96:9: error: no member named 'ldiv_t' in the global namespace
using ::ldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:98:9: error: no member named 'lldiv_t' in the global namespace
using ::lldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:100:9: error: no member named 'atof' in the global namespace
using ::atof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:101:9: error: no member named 'atoi' in the global namespace
using ::atoi;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:102:9: error: no member named 'atol' in the global namespace
using ::atol;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:104:9: error: no member named 'atoll' in the global namespace
using ::atoll;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:106:9: error: no member named 'strtod' in the global namespace
using ::strtod;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:107:9: error: no member named 'strtof' in the global namespace
using ::strtof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:108:9: error: no member named 'strtold' in the global namespace
using ::strtold;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:109:9: error: no member named 'strtol' in the global namespace
using ::strtol;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:111:9: error: no member named 'strtoll' in the global namespace
using ::strtoll;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:113:9: error: no member named 'strtoul' in the global namespace
using ::strtoul;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:115:9: error: no member named 'strtoull' in the global namespace
using ::strtoull;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:117:9: error: no member named 'rand' in the global namespace
using ::rand;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:118:9: error: no member named 'srand' in the global namespace
using ::srand;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:119:9: error: no member named 'calloc' in the global namespace
using ::calloc;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:120:9: error: no member named 'free' in the global namespace
using ::free;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:121:9: error: no member named 'malloc' in the global namespace
using ::malloc;
      ~~^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[9/21] Compile Module.UnrealHeaderTool.cpp
In file included from /home/jean/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/UnrealHeaderTool/Module.UnrealHeaderTool.cpp:2:
In file included from /home/jean/UnrealEngine/Engine/Source/Programs/UnrealHeaderTool/Public/UnrealHeaderTool.h:7:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
In file included from /usr/include/stdlib.h:36:
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:95:9: error: no member named 'div_t' in the global namespace
using ::div_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:96:9: error: no member named 'ldiv_t' in the global namespace
using ::ldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:98:9: error: no member named 'lldiv_t' in the global namespace
using ::lldiv_t;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:100:9: error: no member named 'atof' in the global namespace
using ::atof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:101:9: error: no member named 'atoi' in the global namespace
using ::atoi;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:102:9: error: no member named 'atol' in the global namespace
using ::atol;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:104:9: error: no member named 'atoll' in the global namespace
using ::atoll;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:106:9: error: no member named 'strtod' in the global namespace
using ::strtod;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:107:9: error: no member named 'strtof' in the global namespace
using ::strtof;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:108:9: error: no member named 'strtold' in the global namespace
using ::strtold;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:109:9: error: no member named 'strtol' in the global namespace
using ::strtol;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:111:9: error: no member named 'strtoll' in the global namespace
using ::strtoll;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:113:9: error: no member named 'strtoul' in the global namespace
using ::strtoul;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:115:9: error: no member named 'strtoull' in the global namespace
using ::strtoull;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:117:9: error: no member named 'rand' in the global namespace
using ::rand;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:118:9: error: no member named 'srand' in the global namespace
using ::srand;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:119:9: error: no member named 'calloc' in the global namespace
using ::calloc;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:120:9: error: no member named 'free' in the global namespace
using ::free;
      ~~^
ThirdParty/Linux/LibCxx/include/c++/v1/cstdlib:121:9: error: no member named 'malloc' in the global namespace
using ::malloc;
      ~~^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
20 errors generated.
20 errors generated.
20 errors generated.
ERROR: UBT ERROR: Failed to produce item: /home/jean/UnrealEngine/Engine/Binaries/Linux/libUnrealHeaderTool-Core.so
Total build time: 7,47 seconds
Error: UnrealHeaderTool failed for target 'CrashReportClient' (platform: Linux, module info: /home/jean/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/CrashReportClient/Shipping/CrashReportClient.uhtmanifest, exit code: OtherCompilationError (5)).
make: *** [Makefile:252: CrashReportClient-Linux-Shipping] Fehler 5

Last edited by MartinZiegler (2017-01-06 23:45:10)

Offline

#2 2017-01-05 22:04:12

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [Done] How to "reset" /usr/include ?

Well, it has nothing to do with installing Arch, and everything to do with "wtf would you do that?", so it belongs in NC...

Also, please edit your title and make it relevant, removing the unnecessary cry for help: https://wiki.archlinux.org/index.php/Co … ow_to_post


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2017-01-05 22:18:53

MartinZiegler
Member
Registered: 2017-01-05
Posts: 6

Re: [Done] How to "reset" /usr/include ?

Sry, I am new here, I editet the title.
I didn't know that it belongs to Newbie Corner.

Thank you for your advice smile

Offline

#4 2017-01-05 22:48:57

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [Done] How to "reset" /usr/include ?

Why are you trying to build it manually?

There's an unreal-engine package in the AUR.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#5 2017-01-05 22:59:02

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: [Done] How to "reset" /usr/include ?

So you say you moved some files around in /usr/include, but you haven't told us what files you moved.  Did you add foreign files to that directory, or did you remove files that should be there, or did you overwrite files that were already there?  Which files?

As to that error log, first, follow slitery's advice.  But if you actually wanted help with this, those errors are not from anything under /usr/include (except for *maybe* one but even that looks extremely suspicious).  Further, if you want help with some third party code and/or make file, you'd have to tell us where we could get that code or makefile so we have some idea what you are working with.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#6 2017-01-05 23:50:21

MartinZiegler
Member
Registered: 2017-01-05
Posts: 6

Re: [Done] How to "reset" /usr/include ?

I even didnt know that there is an repository in the aur, Thank You! But there comes a error:
I just ran: 'makepkg -si'

Klone in Bare-Repository '/home/user/Downloads/unreal-engine/UnrealEngine' ... ## -> This means clone to Bare-Repository...
error: cannot run ssh: Datei oder Verzeichnis nicht gefunden ## -> This means no such file oder directory found
fatal: unable to fork

Did I make any mistake?
Yesterday I installed Spotify from AUR, which worked fine.

Sry for writing, that I MOVED some files in /usr/include i just COPIED them inner /usr/include/     sry, that was a really, really silly mistake of me.
After I deletet the copied files in /usr/include/ which took me a lot of time, the error log of making the Unreal Engine changed, yeah @Trillby i dont know, but there where any duplicated .h file in include which affected the make process. I downloaded the makefile from the official github from unreal-engine, sry, I thought it was clear. My foult too.

[9/21] Compile Module.UnrealHeaderTool.cpp
In file included from /home/jean/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/UnrealHeaderTool/Module.UnrealHeaderTool.cpp:2:
In file included from /home/jean/UnrealEngine/Engine/Source/Programs/UnrealHeaderTool/Public/UnrealHeaderTool.h:7:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:15: fatal error: 'stdlib.h' file not found
#include_next <stdlib.h>
              ^
1 error generated.

When I get the first issue solved, the second doesnt matter, it would be great.

Thank you again very much for your support and your patience, I think its very exhausting to help newbies like me.

Offline

#7 2017-01-05 23:58:15

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: [Done] How to "reset" /usr/include ?

MartinZiegler wrote:

I downloaded the makefile from the official github from unreal-engine, sry, I thought it was clear

It was clear that I could go search for this myself and hopefully find the same source you did.  But if you want help, make it easy to help you.  Now should I go google for unreal-engine on github because you still didn't provide a link to the actual source?  I did just for the heck of it, and there are dozens of "unrealengine" repos on github, none of them stand out as an obvious official one.

Sry. I gv up. Gd Lck.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#8 2017-01-06 00:08:14

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: [Done] How to "reset" /usr/include ?

@Trilby I know you are giving up on this issue but for reference https://docs.unrealengine.com/latest/IN … index.html should cover why you could not find the repo on github.

Offline

#9 2017-01-06 00:28:04

MartinZiegler
Member
Registered: 2017-01-05
Posts: 6

Re: [Done] How to "reset" /usr/include ?

Heres the link to the installation instructions,
https://wiki.unrealengine.com/Building_On_Linux

And there for the git hub, but you have to link your epicgames acc. with github and so on
https://github.com/EpicGames/UnrealEngine
https://www.unrealengine.com/ue4-on-github

But I can tell you, that on a fresh arch installation there arent any problems wink
Sry for not posting these links, but i really didnt know that you wanted to download the source.
A advice how to get stdlib.h working, had been a bit more helpfull I guess.

But thank you for your support at all smile



Thank you loqs smile

Offline

#10 2017-01-06 01:08:30

FlowIt
Member
Registered: 2014-10-25
Posts: 243

Re: [Done] How to "reset" /usr/include ?

You can use

pacman -Qkk

to check if you have overwritten any files installed by pacman. If you want to remove unowned files you can use the commands listed in the wiki: https://wiki.archlinux.org/index.php/Pa … ny_package. But be careful: Do not blindly remove everything that is returned. But it feels like your issue is more about being unable to build the unreal engine instead of worrying about some header files.
For future issues that may arise: Please prepend

LC_ALL=C

to the commands you run to get english output. Your AUR build didn't work because you did not follow the instructions given: https://wiki.archlinux.org/index.php/Un … om_the_AUR Especially, reading your output, you do not have ssh installed. So try again, and if any issues arise, please post all commands you used.

Offline

#11 2017-01-06 12:24:16

MartinZiegler
Member
Registered: 2017-01-05
Posts: 6

Re: [Done] How to "reset" /usr/include ?

Thank you for your helpfull comment, FlowIt smile

I downloaded the Package unreal engine from the official AUR:
https://aur.archlinux.org/packages/unreal-engine

And generated and linked an ssh key to my git account:
https://help.github.com/articles/generating-an-ssh-key/

After that I unpacked the unreal-engine.tar.gz, and ran the following command in the directory unreal-engine from the .tar.gz, the Output is following:

 $ LC_ALL=C makepkg -s
==> Making package: unreal-engine 4.14.2-1 (Fri Jan  6 13:12:36 CET 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating UnrealEngine git repo...
Fetching origin
  -> Found UE4Editor.desktop
  -> Found remove-clang35-dependency.patch
  -> Found IOS-Typo.patch
  -> Found ignore-return-value-error.patch
==> Validating source files with md5sums...
    UnrealEngine ... Skipped
    UE4Editor.desktop ... Passed
    remove-clang35-dependency.patch ... Passed
    IOS-Typo.patch ... Passed
    ignore-return-value-error.patch ... Passed
==> Extracting sources...
  -> Creating working copy of UnrealEngine git repo...
Reset branch 'makepkg'
Checking dependencies (excluding Win32, Win64, Mac, Android)...
Result: 0
==> Starting prepare()...
patching file /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Build/BatchFiles/Linux/Setup.sh
patching file /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSTargetSettingsCustomization.cpp
patching file /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Programs/UnrealBuildTool/Linux/LinuxToolChain.cs
Registering git hooks... (this will override existing ones!)

Github build
Checking / downloading the latest archives
Checking dependencies (excluding Win32, Win64, Mac, Android)...
Result: 0
Fixing inconsistent case in filenames.

Building ThirdParty libraries

If you don't see SUCCESS message in the end, then building did not finish properly.
In that case, take a look into /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Build/BatchFiles/Linux/BuildThirdParty.log for details.

No third party libs needed to be built locally

**********  SUCCESS ****************

Setting up Unreal Engine 4 project files...

+ xbuild Source/Programs/UnrealBuildTool/UnrealBuildTool.csproj /verbosity:quiet /nologo /p:TargetFrameworkVersion=v4.5 /p:Configuration=Development
TVOS/UEDeployTVOS.cs(44,11): warning CS0219: The variable `LaunchXib' is assigned but its value is never used
Android/UEDeployAndroid.cs(1887,14): warning CS0219: The variable `DestFilename' is assigned but its value is never used
Android/AndroidAARHandler.cs(174,12): warning CS0219: The variable `DepScope' is assigned but its value is never used
Android/AndroidAARHandler.cs(249,12): warning CS0219: The variable `DepScope' is assigned but its value is never used
Android/AndroidAARHandler.cs(326,26): warning CS0219: The variable `FileNames' is assigned but its value is never used
Windows/WindowsDeploy.cs(57,12): warning CS0219: The variable `ProjectSourceFolder' is assigned but its value is never used
Configuration/UEBuildModule.cs(444,27): warning CS0219: The variable `VisitedModules' is assigned but its value is never used
Configuration/UEBuildTarget.cs(1377,20): warning CS0219: The variable `BuildPlatform' is assigned but its value is never used
Configuration/UEBuildTarget.cs(1492,12): warning CS0219: The variable `BaseEngineBuildDataFolder' is assigned but its value is never used
Configuration/UEBuildTarget.cs(1649,20): warning CS0219: The variable `BuildPlatform' is assigned but its value is never used
Configuration/UEBuildTarget.cs(1994,21): warning CS0219: The variable `BuildPlatform' is assigned but its value is never used
Configuration/UEBuildTarget.cs(2293,21): warning CS0219: The variable `BuildPlatform' is assigned but its value is never used
Configuration/UEBuildTarget.cs(3731,20): warning CS0219: The variable `BuildPlatform' is assigned but its value is never used
System/ActionGraph.cs(371,21): warning CS0219: The variable `UnlinkedActionsWithFailedHotreload' is assigned but its value is never used
System/CodeLiteProject.cs(40,11): warning CS0219: The variable `ProjectPath' is assigned but its value is never used
System/UProjectInfo.cs(164,11): warning CS0219: The variable `EngineSourceDirectory' is assigned but its value is never used
System/XcodeProject.cs(1093,56): warning CS0219: The variable `MacExecutableName' is assigned but its value is never used
Configuration/UEBuildModule.cs(131,26): warning CS0414: The private field `UnrealBuildTool.UEBuildModule.IsRedistributableOverride' is assigned but its value is never used
System/UProjectInfo.cs(110,26): warning CS0414: The private field `UnrealBuildTool.UProjectInfo.EngineSourceDirectory' is assigned but its value is never used
System/XGE.cs(39,24): warning CS0414: The private field `UnrealBuildTool.XGE.XGEDurationRegex' is assigned but its value is never used
+ mono Binaries/DotNET/UnrealBuildTool.exe -makefile -kdevelopfile -qmakefile -cmakefile -codelitefile
Generating data for project indexing... 100%
Generating data for project indexing... 100%
Generating data for project indexing... 100%
Generating data for project indexing... 100%
Generating data for project indexing... 100%
Writing project files... 100%
+ set +x
==> Removing existing $pkgdir/ directory...
==> Starting build()...
bash "/home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Build/BatchFiles/Linux/Build.sh" CrashReportClient Linux Shipping  
Building CrashReportClient...
Using clang version '3.9.1' (string), 3 (major), 9 (minor), 1 (patch)
Creating makefile for CrashReportClient (no existing makefile)
Performing full C++ include scan (no include cache file)
Building UnrealHeaderTool...
Using clang version '3.9.1' (string), 3 (major), 9 (minor), 1 (patch)
Creating makefile for UnrealHeaderTool (no existing makefile)
Using bundled libc++ standard C++ library.
Performing 21 actions (4 in parallel)
[3/21] Compile Module.Projects.cpp
[4/21] Compile Module.CoreUObject.5_of_5.cpp
[1/21] Compile CorePrivatePCH.h
[2/21] Compile Module.Json.cpp
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Projects/Module.Projects.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Projects/Private/ProjectsPrivatePCH.h:6:
In file included from Runtime/Projects/Public/Projects.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:15: fatal error: 'stdlib.h' file not found
#include_next <stdlib.h>
              ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Core/CorePrivatePCH.h:4:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Core/Private/CorePrivatePCH.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:15: fatal error: 'stdlib.h' file not found
#include_next <stdlib.h>
              ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.5_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:15: fatal error: 'stdlib.h' file not found
#include_next <stdlib.h>
              ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Json/Module.Json.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp:3:
In file included from Runtime/Json/Private/JsonPrivatePCH.h:5:
In file included from Runtime/Json/Public/Json.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:15: fatal error: 'stdlib.h' file not found
#include_next <stdlib.h>
              ^
1 error generated.
1 error generated.
[5/21] Compile Module.CoreUObject.4_of_5.cpp
1 error generated.
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.4_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:15: fatal error: 'stdlib.h' file not found
#include_next <stdlib.h>
              ^
[6/21] Compile Module.CoreUObject.1_of_5.cpp
[7/21] Compile Module.CoreUObject.2_of_5.cpp
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.2_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:15: fatal error: 'stdlib.h' file not found
#include_next <stdlib.h>
              ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.1_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:15: fatal error: 'stdlib.h' file not found
#include_next <stdlib.h>
              ^
1 error generated.
[8/21] Compile Module.CoreUObject.3_of_5.cpp
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.3_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:15: fatal error: 'stdlib.h' file not found
#include_next <stdlib.h>
              ^
1 error generated.
[9/21] Compile Module.UnrealHeaderTool.cpp
1 error generated.
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/UnrealHeaderTool/Module.UnrealHeaderTool.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Programs/UnrealHeaderTool/Public/UnrealHeaderTool.h:7:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:15: fatal error: 'stdlib.h' file not found
#include_next <stdlib.h>
              ^
1 error generated.
1 error generated.
1 error generated.
ERROR: UBT ERROR: Failed to produce item: /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Binaries/Linux/libUnrealHeaderTool-Core.so
Total build time: 3.69 seconds
Error: UnrealHeaderTool failed for target 'CrashReportClient' (platform: Linux, module info: /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/CrashReportClient/Shipping/CrashReportClient.uhtmanifest, exit code: OtherCompilationError (5)).
make: *** [Makefile:252: CrashReportClient-Linux-Shipping] Error 5
==> ERROR: A failure occurred in build().
    Aborting...

After that I ran as root:

 cp ./usr/include/bits/stdlib.h /usr/include/ 

Now the output is:

$ LC_ALL=C makepkg -s
==> Making package: unreal-engine 4.14.2-1 (Fri Jan  6 13:22:24 CET 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating UnrealEngine git repo...
Fetching origin
  -> Found UE4Editor.desktop
  -> Found remove-clang35-dependency.patch
  -> Found IOS-Typo.patch
  -> Found ignore-return-value-error.patch
==> Validating source files with md5sums...
    UnrealEngine ... Skipped
    UE4Editor.desktop ... Passed
    remove-clang35-dependency.patch ... Passed
    IOS-Typo.patch ... Passed
    ignore-return-value-error.patch ... Passed
==> Extracting sources...
  -> Creating working copy of UnrealEngine git repo...
Reset branch 'makepkg'
Checking dependencies (excluding Win32, Win64, Mac, Android)...
Result: 0
==> Starting prepare()...
patching file /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Build/BatchFiles/Linux/Setup.sh
patching file /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSTargetSettingsCustomization.cpp
patching file /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Programs/UnrealBuildTool/Linux/LinuxToolChain.cs
Registering git hooks... (this will override existing ones!)

Github build
Checking / downloading the latest archives
Checking dependencies (excluding Win32, Win64, Mac, Android)...
Result: 0
Fixing inconsistent case in filenames.

Building ThirdParty libraries

If you don't see SUCCESS message in the end, then building did not finish properly.
In that case, take a look into /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Build/BatchFiles/Linux/BuildThirdParty.log for details.

No third party libs needed to be built locally

**********  SUCCESS ****************

Setting up Unreal Engine 4 project files...

+ xbuild Source/Programs/UnrealBuildTool/UnrealBuildTool.csproj /verbosity:quiet /nologo /p:TargetFrameworkVersion=v4.5 /p:Configuration=Development
TVOS/UEDeployTVOS.cs(44,11): warning CS0219: The variable `LaunchXib' is assigned but its value is never used
Android/UEDeployAndroid.cs(1887,14): warning CS0219: The variable `DestFilename' is assigned but its value is never used
Android/AndroidAARHandler.cs(174,12): warning CS0219: The variable `DepScope' is assigned but its value is never used
Android/AndroidAARHandler.cs(249,12): warning CS0219: The variable `DepScope' is assigned but its value is never used
Android/AndroidAARHandler.cs(326,26): warning CS0219: The variable `FileNames' is assigned but its value is never used
Windows/WindowsDeploy.cs(57,12): warning CS0219: The variable `ProjectSourceFolder' is assigned but its value is never used
Configuration/UEBuildModule.cs(444,27): warning CS0219: The variable `VisitedModules' is assigned but its value is never used
Configuration/UEBuildTarget.cs(1377,20): warning CS0219: The variable `BuildPlatform' is assigned but its value is never used
Configuration/UEBuildTarget.cs(1492,12): warning CS0219: The variable `BaseEngineBuildDataFolder' is assigned but its value is never used
Configuration/UEBuildTarget.cs(1649,20): warning CS0219: The variable `BuildPlatform' is assigned but its value is never used
Configuration/UEBuildTarget.cs(1994,21): warning CS0219: The variable `BuildPlatform' is assigned but its value is never used
Configuration/UEBuildTarget.cs(2293,21): warning CS0219: The variable `BuildPlatform' is assigned but its value is never used
Configuration/UEBuildTarget.cs(3731,20): warning CS0219: The variable `BuildPlatform' is assigned but its value is never used
System/ActionGraph.cs(371,21): warning CS0219: The variable `UnlinkedActionsWithFailedHotreload' is assigned but its value is never used
System/CodeLiteProject.cs(40,11): warning CS0219: The variable `ProjectPath' is assigned but its value is never used
System/UProjectInfo.cs(164,11): warning CS0219: The variable `EngineSourceDirectory' is assigned but its value is never used
System/XcodeProject.cs(1093,56): warning CS0219: The variable `MacExecutableName' is assigned but its value is never used
Configuration/UEBuildModule.cs(131,26): warning CS0414: The private field `UnrealBuildTool.UEBuildModule.IsRedistributableOverride' is assigned but its value is never used
System/UProjectInfo.cs(110,26): warning CS0414: The private field `UnrealBuildTool.UProjectInfo.EngineSourceDirectory' is assigned but its value is never used
System/XGE.cs(39,24): warning CS0414: The private field `UnrealBuildTool.XGE.XGEDurationRegex' is assigned but its value is never used
+ mono Binaries/DotNET/UnrealBuildTool.exe -makefile -kdevelopfile -qmakefile -cmakefile -codelitefile
Generating data for project indexing... 100%
Generating data for project indexing... 100%
Generating data for project indexing... 100%
Generating data for project indexing... 100%
Generating data for project indexing... 100%
Writing project files... 100%
+ set +x
==> Removing existing $pkgdir/ directory...
==> Starting build()...
bash "/home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Build/BatchFiles/Linux/Build.sh" CrashReportClient Linux Shipping  
Building CrashReportClient...
Using clang version '3.9.1' (string), 3 (major), 9 (minor), 1 (patch)
Creating makefile for CrashReportClient (no existing makefile)
Performing full C++ include scan (no include cache file)
Building UnrealHeaderTool...
Using clang version '3.9.1' (string), 3 (major), 9 (minor), 1 (patch)
Creating makefile for UnrealHeaderTool (no existing makefile)
Using bundled libc++ standard C++ library.
Performing 21 actions (4 in parallel)
[1/21] Compile CorePrivatePCH.h
[2/21] Compile Module.Json.cpp
[3/21] Compile Module.Projects.cpp
[4/21] Compile Module.CoreUObject.5_of_5.cpp
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Core/CorePrivatePCH.h:4:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Core/Private/CorePrivatePCH.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Projects/Module.Projects.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Projects/Private/ProjectsPrivatePCH.h:6:
In file included from Runtime/Projects/Public/Projects.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.5_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.5_of_5.cpp/home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Core/CorePrivatePCH.h::24:
:
In file included from In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h/home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Core/Private/CorePrivatePCH.h::916:
:
In file included from In file included from Runtime/Core/Public/Core.hRuntime/Core/Public/HAL/PlatformIncludes.h::166:
:
In file included from In file included from Runtime/Core/Public/HAL/PlatformIncludes.hRuntime/Core/Public/HAL/PlatformCrt.h::68:
:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h8::
115:ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h82::115 :82:error : erroruse:  of useundeclared  ofidentifier  undeclared'labs';  identifierdid  'labs';you  didmean  you'abs'? mean
 'abs'?
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}                                                                                 ^

                                                                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h::44115:: 44: note: note'abs':  declared'abs'  heredeclared 
here
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Projects/Module.Projects.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Projects/Private/ProjectsPrivatePCH.h:6:
In file included from Runtime/Projects/Public/Projects.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:82: error: use of undeclared identifier 'labs'; did you mean 'abs'?
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                                                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:44: note: 'abs' declared here
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:117:ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h81::117 :81:error : erroruse:  of useundeclared  ofidentifier  undeclared'llabs' identifier
 'llabs'
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}                                                                                ^

                                                                                ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:117:81: error: use of undeclared identifier 'llabs'
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
                                                                                ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:35: errorThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h: :120:unknown35 :type  name error'ldiv_t': 
unknown type name 'ldiv_t'
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:35: error: unknown type name 'ldiv_t'
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.hThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h::120120::9595::  errorerror: : useuse  ofof  undeclaredundeclared  identifieridentifier  'ldiv';'ldiv';  diddid  youyou  meanmean  'div'?'div'?

inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}

                                                                                              ^                                                                                              ^

ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.hThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h::120120::4242::  notenote: : 'div''div'  declareddeclared  herehere

inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                         ^

                                         ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:95: error: use of undeclared identifier 'ldiv'; did you mean 'div'?
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:34inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                                                                              ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:42: note: 'div' declared here
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                         ^
: error: unknown type name 'lldiv_t'34: error: unknown type name 'lldiv_t'

inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:34: error: unknown type name 'lldiv_t'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'

inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Projects/Module.Projects.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Projects/Private/ProjectsPrivatePCH.h:6:
In file included from Runtime/Projects/Public/Projects.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:11:
ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:15: fatal error: 'math.h' file not found
#include_next <math.h>
              ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.5_of_5.cppIn file included from :/home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Core/CorePrivatePCH.h2::
4In file included from :
/home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.hIn file included from :/home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Core/Private/CorePrivatePCH.h9::
16In file included from :
Runtime/Core/Public/Core.hIn file included from :Runtime/Core/Public/HAL/PlatformIncludes.h16::
6In file included from :
Runtime/Core/Public/HAL/PlatformIncludes.hIn file included from :Runtime/Core/Public/HAL/PlatformCrt.h6::
11In file included from :
Runtime/Core/Public/HAL/PlatformCrt.h:ThirdParty/Linux/LibCxx/include/c++/v1/math.h11::
301:15ThirdParty/Linux/LibCxx/include/c++/v1/math.h:: 301:15fatal error::  'math.h'fatal error : file not'math.h'  foundfile 
not found
#include_next <math.h>
              ^
#include_next <math.h>
              ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Json/Module.Json.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp:3:
In file included from Runtime/Json/Private/JsonPrivatePCH.h:5:
In file included from Runtime/Json/Public/Json.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Json/Module.Json.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp:3:
In file included from Runtime/Json/Private/JsonPrivatePCH.h:5:
In file included from Runtime/Json/Public/Json.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:82: error: use of undeclared identifier 'labs'; did you mean 'abs'?
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                                                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:44: note: 'abs' declared here
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:117:81: error: use of undeclared identifier 'llabs'
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
                                                                                ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:35: error: unknown type name 'ldiv_t'
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:95: error: use of undeclared identifier 'ldiv'; did you mean 'div'?
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                                                                              ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:42: note: 'div' declared here
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                         ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:34: error: unknown type name 'lldiv_t'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Json/Module.Json.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp:3:
In file included from Runtime/Json/Private/JsonPrivatePCH.h:5:
In file included from Runtime/Json/Public/Json.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:11:
ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:15: fatal error: 'math.h' file not found
#include_next <math.h>
              ^
8 errors generated.
8 errors generated.
[5/21] Compile Module.CoreUObject.4_of_5.cpp
[6/21] Compile Module.CoreUObject.1_of_5.cpp
8 errors generated.
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.1_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.1_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:82: error: use of undeclared identifier 'labs'; did you mean 'abs'?
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                                                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:44: note: 'abs' declared here
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:117:81: error: use of undeclared identifier 'llabs'
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
                                                                                ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:35: error: unknown type name 'ldiv_t'
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:95: error: use of undeclared identifier 'ldiv'; did you mean 'div'?
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                                                                              ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:42: note: 'div' declared here
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                         ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:34: error: unknown type name 'lldiv_t'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.4_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.1_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:11:
ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:15: fatal error: 'math.h' file not found
#include_next <math.h>
              ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.4_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:82: error: use of undeclared identifier 'labs'; did you mean 'abs'?
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                                                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:44: note: 'abs' declared here
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:117:81: error: use of undeclared identifier 'llabs'
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
                                                                                ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:35: error: unknown type name 'ldiv_t'
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:95: error: use of undeclared identifier 'ldiv'; did you mean 'div'?
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                                                                              ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:42: note: 'div' declared here
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                         ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:34: error: unknown type name 'lldiv_t'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.4_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:11:
ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:15: fatal error: 'math.h' file not found
#include_next <math.h>
              ^
[7/21] Compile Module.CoreUObject.2_of_5.cpp
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.2_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.2_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:82: error: use of undeclared identifier 'labs'; did you mean 'abs'?
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                                                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:44: note: 'abs' declared here
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:117:81: error: use of undeclared identifier 'llabs'
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
                                                                                ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:35: error: unknown type name 'ldiv_t'
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:95: error: use of undeclared identifier 'ldiv'; did you mean 'div'?
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                                                                              ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:42: note: 'div' declared here
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                         ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:34: error: unknown type name 'lldiv_t'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.2_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:11:
ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:15: fatal error: 'math.h' file not found
#include_next <math.h>
              ^
8 errors generated.
[8/21] Compile Module.CoreUObject.3_of_5.cpp
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.3_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.3_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:82: error: use of undeclared identifier 'labs'; did you mean 'abs'?
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                                                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:44: note: 'abs' declared here
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:117:81: error: use of undeclared identifier 'llabs'
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
                                                                                ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:35: error: unknown type name 'ldiv_t'
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:95: error: use of undeclared identifier 'ldiv'; did you mean 'div'?
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                                                                              ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:42: note: 'div' declared here
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                         ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:34: error: unknown type name 'lldiv_t'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.3_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:11:
ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:15: fatal error: 'math.h' file not found
#include_next <math.h>
              ^
8 errors generated.
8 errors generated.
[9/21] Compile Module.UnrealHeaderTool.cpp
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/UnrealHeaderTool/Module.UnrealHeaderTool.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Programs/UnrealHeaderTool/Public/UnrealHeaderTool.h:7:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/UnrealHeaderTool/Module.UnrealHeaderTool.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Programs/UnrealHeaderTool/Public/UnrealHeaderTool.h:7:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:82: error: use of undeclared identifier 'labs'; did you mean 'abs'?
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                                                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:44: note: 'abs' declared here
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:117:81: error: use of undeclared identifier 'llabs'
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
                                                                                ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:35: error: unknown type name 'ldiv_t'
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:95: error: use of undeclared identifier 'ldiv'; did you mean 'div'?
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                                                                              ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:42: note: 'div' declared here
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                         ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:34: error: unknown type name 'lldiv_t'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/UnrealHeaderTool/Module.UnrealHeaderTool.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Programs/UnrealHeaderTool/Public/UnrealHeaderTool.h:7:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:11:
ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:15: fatal error: 'math.h' file not found
#include_next <math.h>
              ^
8 errors generated.
8 errors generated.
8 errors generated.
ERROR: UBT ERROR: Failed to produce item: /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Binaries/Linux/libUnrealHeaderTool-Core.so
Total build time: 3.81 seconds
Error: UnrealHeaderTool failed for target 'CrashReportClient' (platform: Linux, module info: /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/CrashReportClient/Shipping/CrashReportClient.uhtmanifest, exit code: OtherCompilationError (5)).
make: *** [Makefile:252: CrashReportClient-Linux-Shipping] Error 5
==> ERROR: A failure occurred in build().
    Aborting...
 
# rm ./usr/include/bits/stdlib.h
$ LC_ALL=C makepkg -s
==> Making package: unreal-engine 4.14.2-1 (Fri Jan  6 13:29:47 CET 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating UnrealEngine git repo...
Fetching origin
  -> Found UE4Editor.desktop
  -> Found remove-clang35-dependency.patch
  -> Found IOS-Typo.patch
  -> Found ignore-return-value-error.patch
==> Validating source files with md5sums...
    UnrealEngine ... Skipped
    UE4Editor.desktop ... Passed
    remove-clang35-dependency.patch ... Passed
    IOS-Typo.patch ... Passed
    ignore-return-value-error.patch ... Passed
==> Extracting sources...
  -> Creating working copy of UnrealEngine git repo...
Reset branch 'makepkg'
Checking dependencies (excluding Win32, Win64, Mac, Android)...
Result: 0
==> Starting prepare()...
patching file /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Build/BatchFiles/Linux/Setup.sh
patching file /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSTargetSettingsCustomization.cpp
patching file /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Programs/UnrealBuildTool/Linux/LinuxToolChain.cs
Registering git hooks... (this will override existing ones!)

Github build
Checking / downloading the latest archives
Checking dependencies (excluding Win32, Win64, Mac, Android)...
Result: 0
Fixing inconsistent case in filenames.

Building ThirdParty libraries

If you don't see SUCCESS message in the end, then building did not finish properly.
In that case, take a look into /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Build/BatchFiles/Linux/BuildThirdParty.log for details.

No third party libs needed to be built locally

**********  SUCCESS ****************

Setting up Unreal Engine 4 project files...

+ xbuild Source/Programs/UnrealBuildTool/UnrealBuildTool.csproj /verbosity:quiet /nologo /p:TargetFrameworkVersion=v4.5 /p:Configuration=Development
TVOS/UEDeployTVOS.cs(44,11): warning CS0219: The variable `LaunchXib' is assigned but its value is never used
Android/UEDeployAndroid.cs(1887,14): warning CS0219: The variable `DestFilename' is assigned but its value is never used
Android/AndroidAARHandler.cs(174,12): warning CS0219: The variable `DepScope' is assigned but its value is never used
Android/AndroidAARHandler.cs(249,12): warning CS0219: The variable `DepScope' is assigned but its value is never used
Android/AndroidAARHandler.cs(326,26): warning CS0219: The variable `FileNames' is assigned but its value is never used
Windows/WindowsDeploy.cs(57,12): warning CS0219: The variable `ProjectSourceFolder' is assigned but its value is never used
Configuration/UEBuildModule.cs(444,27): warning CS0219: The variable `VisitedModules' is assigned but its value is never used
Configuration/UEBuildTarget.cs(1377,20): warning CS0219: The variable `BuildPlatform' is assigned but its value is never used
Configuration/UEBuildTarget.cs(1492,12): warning CS0219: The variable `BaseEngineBuildDataFolder' is assigned but its value is never used
Configuration/UEBuildTarget.cs(1649,20): warning CS0219: The variable `BuildPlatform' is assigned but its value is never used
Configuration/UEBuildTarget.cs(1994,21): warning CS0219: The variable `BuildPlatform' is assigned but its value is never used
Configuration/UEBuildTarget.cs(2293,21): warning CS0219: The variable `BuildPlatform' is assigned but its value is never used
Configuration/UEBuildTarget.cs(3731,20): warning CS0219: The variable `BuildPlatform' is assigned but its value is never used
System/ActionGraph.cs(371,21): warning CS0219: The variable `UnlinkedActionsWithFailedHotreload' is assigned but its value is never used
System/CodeLiteProject.cs(40,11): warning CS0219: The variable `ProjectPath' is assigned but its value is never used
System/UProjectInfo.cs(164,11): warning CS0219: The variable `EngineSourceDirectory' is assigned but its value is never used
System/XcodeProject.cs(1093,56): warning CS0219: The variable `MacExecutableName' is assigned but its value is never used
Configuration/UEBuildModule.cs(131,26): warning CS0414: The private field `UnrealBuildTool.UEBuildModule.IsRedistributableOverride' is assigned but its value is never used
System/UProjectInfo.cs(110,26): warning CS0414: The private field `UnrealBuildTool.UProjectInfo.EngineSourceDirectory' is assigned but its value is never used
System/XGE.cs(39,24): warning CS0414: The private field `UnrealBuildTool.XGE.XGEDurationRegex' is assigned but its value is never used
+ mono Binaries/DotNET/UnrealBuildTool.exe -makefile -kdevelopfile -qmakefile -cmakefile -codelitefile
Generating data for project indexing... 100%
Generating data for project indexing... 100%
Generating data for project indexing... 100%
Generating data for project indexing... 100%
Generating data for project indexing... 100%
Writing project files... 100%
+ set +x
==> Removing existing $pkgdir/ directory...
==> Starting build()...
bash "/home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Build/BatchFiles/Linux/Build.sh" CrashReportClient Linux Shipping  
Building CrashReportClient...
Using clang version '3.9.1' (string), 3 (major), 9 (minor), 1 (patch)
Creating makefile for CrashReportClient (no existing makefile)
Performing full C++ include scan (no include cache file)
Building UnrealHeaderTool...
Using clang version '3.9.1' (string), 3 (major), 9 (minor), 1 (patch)
Creating makefile for UnrealHeaderTool (no existing makefile)
Using bundled libc++ standard C++ library.
Performing 21 actions (4 in parallel)
[1/21] Compile CorePrivatePCH.h
[2/21] Compile Module.Json.cpp
[3/21] Compile Module.Projects.cpp
[4/21] Compile Module.CoreUObject.5_of_5.cpp
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Core/CorePrivatePCH.h:4:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Core/Private/CorePrivatePCH.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Core/CorePrivatePCH.h:4:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Core/Private/CorePrivatePCH.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:82: error: use of undeclared identifier 'labs'; did you mean 'abs'?
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                                                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:44: note: 'abs' declared here
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:117:81: error: use of undeclared identifier 'llabs'
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
                                                                                ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:35: error: unknown type name 'ldiv_t'
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:95: error: use of undeclared identifier 'ldiv'; did you mean 'div'?
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                                                                              ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:42: note: 'div' declared here
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                         ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:34: error: unknown type name 'lldiv_t'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Core/CorePrivatePCH.h:4:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Core/Private/CorePrivatePCH.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:11:
ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:15: fatal error: 'math.h' file not found
#include_next <math.h>
              ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Projects/Module.Projects.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Projects/Private/ProjectsPrivatePCH.h:6:
In file included from Runtime/Projects/Public/Projects.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Projects/Module.Projects.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Projects/Private/ProjectsPrivatePCH.h:6:
In file included from Runtime/Projects/Public/Projects.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:82: error: use of undeclared identifier 'labs'; did you mean 'abs'?
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                                                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:44: note: 'abs' declared here
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:117:81: error: use of undeclared identifier 'llabs'
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
                                                                                ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:35: error: unknown type name 'ldiv_t'
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:95: error: use of undeclared identifier 'ldiv'; did you mean 'div'?
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                                                                              ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:42: note: 'div' declared here
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                         ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:34: error: unknown type name 'lldiv_t'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Json/Module.Json.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp:3:
In file included from Runtime/Json/Private/JsonPrivatePCH.h:5:
In file included from Runtime/Json/Public/Json.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Json/Module.Json.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp:3:
In file included from Runtime/Json/Private/JsonPrivatePCH.h:5:
In file included from Runtime/Json/Public/Json.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:82: error: use of undeclared identifier 'labs'; did you mean 'abs'?
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                                                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:44: note: 'abs' declared here
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:117:81: error: use of undeclared identifier 'llabs'
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
                                                                                ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:35: error: unknown type name 'ldiv_t'
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:95: error: use of undeclared identifier 'ldiv'; did you mean 'div'?
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                                                                              ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:42: note: 'div' declared here
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                         ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:34: error: unknown type name 'lldiv_t'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Projects/Module.Projects.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Projects/Private/ProjectsPrivatePCH.h:6:
In file included from Runtime/Projects/Public/Projects.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:11:
ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:15: fatal error: 'math.h' file not found
#include_next <math.h>
              ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Json/Module.Json.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp:3:
In file included from Runtime/Json/Private/JsonPrivatePCH.h:5:
In file included from Runtime/Json/Public/Json.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:11:
ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:15: fatal error: 'math.h' file not found
#include_next <math.h>
              ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.5_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.5_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:82: error: use of undeclared identifier 'labs'; did you mean 'abs'?
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                                                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:44: note: 'abs' declared here
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:117:81: error: use of undeclared identifier 'llabs'
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
                                                                                ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:35: error: unknown type name 'ldiv_t'
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:95: error: use of undeclared identifier 'ldiv'; did you mean 'div'?
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                                                                              ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:42: note: 'div' declared here
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                         ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:34: error: unknown type name 'lldiv_t'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.5_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:11:
ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:15: fatal error: 'math.h' file not found
#include_next <math.h>
              ^
8 errors generated.
8 errors generated.
[5/21] Compile Module.CoreUObject.4_of_5.cpp
8 errors generated.
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.4_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.4_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:82: error: use of undeclared identifier 'labs'; did you mean 'abs'?
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                                                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:44: note: 'abs' declared here
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:117:81: error: use of undeclared identifier 'llabs'
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
                                                                                ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:35: error: unknown type name 'ldiv_t'
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:95: error: use of undeclared identifier 'ldiv'; did you mean 'div'?
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                                                                              ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:42: note: 'div' declared here
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                         ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:34: error: unknown type name 'lldiv_t'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.4_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:11:
ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:15: fatal error: 'math.h' file not found
#include_next <math.h>
              ^
[6/21] Compile Module.CoreUObject.1_of_5.cpp
[7/21] Compile Module.CoreUObject.2_of_5.cpp
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.1_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.1_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:82: error: use of undeclared identifier 'labs'; did you mean 'abs'?
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                                                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:44: note: 'abs' declared here
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:117:81: error: use of undeclared identifier 'llabs'
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
                                                                                ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:35: error: unknown type name 'ldiv_t'
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:95: error: use of undeclared identifier 'ldiv'; did you mean 'div'?
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                                                                              ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:42: note: 'div' declared here
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                         ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:34: error: unknown type name 'lldiv_t'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.1_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:11:
ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:15: fatal error: 'math.h' file not found
#include_next <math.h>
              ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.2_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.2_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:82: error: use of undeclared identifier 'labs'; did you mean 'abs'?
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                                                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:44: note: 'abs' declared here
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:117:81: error: use of undeclared identifier 'llabs'
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
                                                                                ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:35: error: unknown type name 'ldiv_t'
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:95: error: use of undeclared identifier 'ldiv'; did you mean 'div'?
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                                                                              ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:42: note: 'div' declared here
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                         ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:34: error: unknown type name 'lldiv_t'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.2_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:11:
ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:15: fatal error: 'math.h' file not found
#include_next <math.h>
              ^
8 errors generated.
[8/21] Compile Module.CoreUObject.3_of_5.cpp
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.3_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.3_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:82: error: use of undeclared identifier 'labs'; did you mean 'abs'?
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                                                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:44: note: 'abs' declared here
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:117:81: error: use of undeclared identifier 'llabs'
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
                                                                                ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:35: error: unknown type name 'ldiv_t'
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:95: error: use of undeclared identifier 'ldiv'; did you mean 'div'?
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                                                                              ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:42: note: 'div' declared here
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                         ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:34: error: unknown type name 'lldiv_t'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/Module.CoreUObject.3_of_5.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:11:
ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:15: fatal error: 'math.h' file not found
#include_next <math.h>
              ^
8 errors generated.
[9/21] Compile Module.UnrealHeaderTool.cpp
8 errors generated.
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/UnrealHeaderTool/Module.UnrealHeaderTool.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Programs/UnrealHeaderTool/Public/UnrealHeaderTool.h:7:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:20:3: error: "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
  ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/UnrealHeaderTool/Module.UnrealHeaderTool.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Programs/UnrealHeaderTool/Public/UnrealHeaderTool.h:7:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:8:
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:82: error: use of undeclared identifier 'labs'; did you mean 'abs'?
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                                                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:115:44: note: 'abs' declared here
inline _LIBCPP_INLINE_VISIBILITY long      abs(     long __x) _NOEXCEPT {return  labs(__x);}
                                           ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:117:81: error: use of undeclared identifier 'llabs'
inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);}
                                                                                ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:35: error: unknown type name 'ldiv_t'
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                  ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:95: error: use of undeclared identifier 'ldiv'; did you mean 'div'?
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                                                                              ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:120:42: note: 'div' declared here
inline _LIBCPP_INLINE_VISIBILITY  ldiv_t div(     long __x,      long __y) _NOEXCEPT {return  ldiv(__x, __y);}
                                         ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:34: error: unknown type name 'lldiv_t'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                 ^
ThirdParty/Linux/LibCxx/include/c++/v1/stdlib.h:122:94: error: use of undeclared identifier 'lldiv'
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
                                                                                             ^
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/UnrealHeaderTool/Module.UnrealHeaderTool.cpp:2:
In file included from /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Source/Programs/UnrealHeaderTool/Public/UnrealHeaderTool.h:7:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:6:
In file included from Runtime/Core/Public/HAL/PlatformCrt.h:11:
ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:15: fatal error: 'math.h' file not found
#include_next <math.h>
              ^
8 errors generated.
8 errors generated.
8 errors generated.
ERROR: UBT ERROR: Failed to produce item: /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Binaries/Linux/libUnrealHeaderTool-Core.so
Total build time: 4.31 seconds
Error: UnrealHeaderTool failed for target 'CrashReportClient' (platform: Linux, module info: /home/jean/Downloads/unreal-engine/src/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/CrashReportClient/Shipping/CrashReportClient.uhtmanifest, exit code: OtherCompilationError (5)).
make: *** [Makefile:252: CrashReportClient-Linux-Shipping] Error 5
==> ERROR: A failure occurred in build().
    Aborting...

I don't know if I should follw these errors, copy them to the right place, and delete the files on the old directory, is this usefull ?


I followed the instructions of https://wiki.archlinux.org/index.php/Pa … ny_package and ran following commands.

 $ LC_ALL=C find /etc /opt /usr | sort > all_files.txt
find: '/etc/cups/ssl': Permission denied
find: '/etc/pacman.d/gnupg/openpgp-revocs.d': Permission denied
find: '/etc/pacman.d/gnupg/private-keys-v1.d': Permission denied
find: '/etc/polkit-1/rules.d': Permission denied
find: '/etc/sudoers.d': Permission denied
find: '/usr/share/polkit-1/rules.d': Permission denied
find: '/usr/share/hplip/base/__pycache__': Permission denied
$ pacman -Qlq | sed 's|/$||' | sort > owned_files.txt 
$ comm -23 all_files.txt owned_files.txt
/etc/adjtime
/etc/ca-certificates/extracted/ca-bundle.trust.crt
/etc/ca-certificates/extracted/cadir
/etc/ca-certificates/extracted/cadir/00673b5b.0
/etc/ca-certificates/extracted/cadir/02265526.0
/etc/ca-certificates/extracted/cadir/024dc131.0
/etc/ca-certificates/extracted/cadir/02756ea4.0
/etc/ca-certificates/extracted/cadir/02b73561.0
/etc/ca-certificates/extracted/cadir/03179a64.0
/etc/ca-certificates/extracted/cadir/034868d6.0
/etc/ca-certificates/extracted/cadir/03f2b8cf.0
/etc/ca-certificates/extracted/cadir/04f60c28.0
/etc/ca-certificates/extracted/cadir/052e396b.0
/etc/ca-certificates/extracted/cadir/062cdee6.0
/etc/ca-certificates/extracted/cadir/064e0aa9.0
/etc/ca-certificates/extracted/cadir/080911ac.0
/etc/ca-certificates/extracted/cadir/0810ba98.0
/etc/ca-certificates/extracted/cadir/08aef7bb.0
/etc/ca-certificates/extracted/cadir/09789157.0
/etc/ca-certificates/extracted/cadir/0b1b94ef.0
/etc/ca-certificates/extracted/cadir/0c4c9b6c.0
/etc/ca-certificates/extracted/cadir/0d5a4e1c.0
/etc/ca-certificates/extracted/cadir/0d69c7e1.0
/etc/ca-certificates/extracted/cadir/10531352.0
/etc/ca-certificates/extracted/cadir/106f3e4d.0
/etc/ca-certificates/extracted/cadir/111e6273.0
/etc/ca-certificates/extracted/cadir/116bf586.0
/etc/ca-certificates/extracted/cadir/124bbd54.0
/etc/ca-certificates/extracted/cadir/128805a3.0
/etc/ca-certificates/extracted/cadir/12d55845.0
/etc/ca-certificates/extracted/cadir/157753a5.0
/etc/ca-certificates/extracted/cadir/1636090b.0
/etc/ca-certificates/extracted/cadir/1676090a.0
/etc/ca-certificates/extracted/cadir/17b51fe6.0
/etc/ca-certificates/extracted/cadir/1874d4aa.0
/etc/ca-certificates/extracted/cadir/18856ac4.0
/etc/ca-certificates/extracted/cadir/1d3472b9.0
/etc/ca-certificates/extracted/cadir/1dac3003.0
/etc/ca-certificates/extracted/cadir/1dcd6f4c.0
/etc/ca-certificates/extracted/cadir/1df5a75f.0
/etc/ca-certificates/extracted/cadir/1e08bfd1.0
/etc/ca-certificates/extracted/cadir/1e09d511.0
/etc/ca-certificates/extracted/cadir/1e1eab7c.0
/etc/ca-certificates/extracted/cadir/1e8e7201.0
/etc/ca-certificates/extracted/cadir/1eb37bdf.0
/etc/ca-certificates/extracted/cadir/1f58a078.0
/etc/ca-certificates/extracted/cadir/21855f49.0
/etc/ca-certificates/extracted/cadir/219d9499.0
/etc/ca-certificates/extracted/cadir/23f4c490.0
/etc/ca-certificates/extracted/cadir/244b5494.0
/etc/ca-certificates/extracted/cadir/262ba90f.0
/etc/ca-certificates/extracted/cadir/26eaad2f.0
/etc/ca-certificates/extracted/cadir/27af790d.0
/etc/ca-certificates/extracted/cadir/2add47b6.0
/etc/ca-certificates/extracted/cadir/2ae6433e.0
/etc/ca-certificates/extracted/cadir/2b349938.0
/etc/ca-certificates/extracted/cadir/2c11d503.0
/etc/ca-certificates/extracted/cadir/2c543cd1.0
/etc/ca-certificates/extracted/cadir/2d9dafe4.0
/etc/ca-certificates/extracted/cadir/2e4eed3c.0
/etc/ca-certificates/extracted/cadir/2e5ac55d.0
/etc/ca-certificates/extracted/cadir/2fa87019.0
/etc/ca-certificates/extracted/cadir/32888f65.0
/etc/ca-certificates/extracted/cadir/33815e15.0
/etc/ca-certificates/extracted/cadir/33815e15.1
/etc/ca-certificates/extracted/cadir/343eb6cb.0
/etc/ca-certificates/extracted/cadir/349f2832.0
/etc/ca-certificates/extracted/cadir/35105088.0
/etc/ca-certificates/extracted/cadir/3513523f.0
/etc/ca-certificates/extracted/cadir/381ce4dd.0
/etc/ca-certificates/extracted/cadir/3929ec9f.0
/etc/ca-certificates/extracted/cadir/399e7759.0
/etc/ca-certificates/extracted/cadir/3a3b02ce.0
/etc/ca-certificates/extracted/cadir/3ad48a91.0
/etc/ca-certificates/extracted/cadir/3bde41ac.0
/etc/ca-certificates/extracted/cadir/3c58f906.0
/etc/ca-certificates/extracted/cadir/3c6676aa.0
/etc/ca-certificates/extracted/cadir/3c860d51.0
/etc/ca-certificates/extracted/cadir/3c9a4d3b.0
/etc/ca-certificates/extracted/cadir/3d441de8.0
/etc/ca-certificates/extracted/cadir/3e45d192.0
/etc/ca-certificates/extracted/cadir/3e7271e8.0
/etc/ca-certificates/extracted/cadir/3efd4dc0.0
/etc/ca-certificates/extracted/cadir/40193066.0
/etc/ca-certificates/extracted/cadir/4042bcee.0
/etc/ca-certificates/extracted/cadir/40547a79.0
/etc/ca-certificates/extracted/cadir/40dc992e.0
/etc/ca-certificates/extracted/cadir/418595b9.0
/etc/ca-certificates/extracted/cadir/4304c5e5.0
/etc/ca-certificates/extracted/cadir/442adcac.0
/etc/ca-certificates/extracted/cadir/450c6e38.0
/etc/ca-certificates/extracted/cadir/451b5485.0
/etc/ca-certificates/extracted/cadir/455f1b52.0
/etc/ca-certificates/extracted/cadir/480720ec.0
/etc/ca-certificates/extracted/cadir/48a195d8.0
/etc/ca-certificates/extracted/cadir/48bec511.0
/etc/ca-certificates/extracted/cadir/4a6481c9.0
/etc/ca-certificates/extracted/cadir/4be590e0.0
/etc/ca-certificates/extracted/cadir/4bfab552.0
/etc/ca-certificates/extracted/cadir/4e18c148.0
/etc/ca-certificates/extracted/cadir/4f316efb.0
/etc/ca-certificates/extracted/cadir/5046c355.0
/etc/ca-certificates/extracted/cadir/524d9b43.0
/etc/ca-certificates/extracted/cadir/5273a94c.0
/etc/ca-certificates/extracted/cadir/52b525c7.0
/etc/ca-certificates/extracted/cadir/5443e9e3.0
/etc/ca-certificates/extracted/cadir/54657681.0
/etc/ca-certificates/extracted/cadir/559f7c71.0
/etc/ca-certificates/extracted/cadir/56657bde.0
/etc/ca-certificates/extracted/cadir/57692373.0
/etc/ca-certificates/extracted/cadir/57bbd831.0
/etc/ca-certificates/extracted/cadir/57bcb2da.0
/etc/ca-certificates/extracted/cadir/590d426f.0
/etc/ca-certificates/extracted/cadir/592c0a9a.0
/etc/ca-certificates/extracted/cadir/5a250ea7.0
/etc/ca-certificates/extracted/cadir/5a3f0ff8.0
/etc/ca-certificates/extracted/cadir/5a4d6896.0
/etc/ca-certificates/extracted/cadir/5ad8a5d6.0
/etc/ca-certificates/extracted/cadir/5c44d531.0
/etc/ca-certificates/extracted/cadir/5cd81ad7.0
/etc/ca-certificates/extracted/cadir/5cf9d536.0
/etc/ca-certificates/extracted/cadir/5d63b0ae.0
/etc/ca-certificates/extracted/cadir/5e4e69e7.0
/etc/ca-certificates/extracted/cadir/5ed36f99.0
/etc/ca-certificates/extracted/cadir/5f15c80c.0
/etc/ca-certificates/extracted/cadir/5f47b495.0
/etc/ca-certificates/extracted/cadir/607986c7.0
/etc/ca-certificates/extracted/cadir/608a55ad.0
/etc/ca-certificates/extracted/cadir/60afe812.0
/etc/ca-certificates/extracted/cadir/6187b673.0
/etc/ca-certificates/extracted/cadir/63a2c897.0
/etc/ca-certificates/extracted/cadir/6410666e.0
/etc/ca-certificates/extracted/cadir/653b494a.0
/etc/ca-certificates/extracted/cadir/65b876bd.0
/etc/ca-certificates/extracted/cadir/6645de82.0
/etc/ca-certificates/extracted/cadir/667c66d4.0
/etc/ca-certificates/extracted/cadir/67495436.0
/etc/ca-certificates/extracted/cadir/69105f4f.0
/etc/ca-certificates/extracted/cadir/6b99d060.0
/etc/ca-certificates/extracted/cadir/6e8bf996.0
/etc/ca-certificates/extracted/cadir/6fcc125d.0
/etc/ca-certificates/extracted/cadir/706f604c.0
/etc/ca-certificates/extracted/cadir/72f369af.0
/etc/ca-certificates/extracted/cadir/749e9e03.0
/etc/ca-certificates/extracted/cadir/75680d2e.0
/etc/ca-certificates/extracted/cadir/75d1b2ed.0
/etc/ca-certificates/extracted/cadir/76579174.0
/etc/ca-certificates/extracted/cadir/7672ac4b.0
/etc/ca-certificates/extracted/cadir/76cb8f92.0
/etc/ca-certificates/extracted/cadir/76faf6c0.0
/etc/ca-certificates/extracted/cadir/7719f463.0
/etc/ca-certificates/extracted/cadir/790a7190.0
/etc/ca-certificates/extracted/cadir/7992b8bb.0
/etc/ca-certificates/extracted/cadir/7999be0d.0
/etc/ca-certificates/extracted/cadir/7a819ef2.0
/etc/ca-certificates/extracted/cadir/7d0b38bd.0
/etc/ca-certificates/extracted/cadir/7d453d8f.0
/etc/ca-certificates/extracted/cadir/7d5a75e4.0
/etc/ca-certificates/extracted/cadir/7f3d5d1d.0
/etc/ca-certificates/extracted/cadir/8096d0a9.0
/etc/ca-certificates/extracted/cadir/812e17de.0
/etc/ca-certificates/extracted/cadir/8160b96c.0
/etc/ca-certificates/extracted/cadir/81b9768f.0
/etc/ca-certificates/extracted/cadir/82223c44.0
/etc/ca-certificates/extracted/cadir/8470719d.0
/etc/ca-certificates/extracted/cadir/85cde254.0
/etc/ca-certificates/extracted/cadir/861a399d.0
/etc/ca-certificates/extracted/cadir/86212b19.0
/etc/ca-certificates/extracted/cadir/87229d21.0
/etc/ca-certificates/extracted/cadir/876f1e28.0
/etc/ca-certificates/extracted/cadir/87753b0d.0
/etc/ca-certificates/extracted/cadir/882de061.0
/etc/ca-certificates/extracted/cadir/8867006a.0
/etc/ca-certificates/extracted/cadir/895cad1a.0
/etc/ca-certificates/extracted/cadir/89c02a45.0
/etc/ca-certificates/extracted/cadir/8b59b1ad.0
/etc/ca-certificates/extracted/cadir/8c24b137.0
/etc/ca-certificates/extracted/cadir/8d6437c3.0
/etc/ca-certificates/extracted/cadir/8d86cdd1.0
/etc/ca-certificates/extracted/cadir/9007ae68.0
/etc/ca-certificates/extracted/cadir/9168f543.0
/etc/ca-certificates/extracted/cadir/91739615.0
/etc/ca-certificates/extracted/cadir/9282e51c.0
/etc/ca-certificates/extracted/cadir/930ac5d2.0
/etc/ca-certificates/extracted/cadir/9339512a.0
/etc/ca-certificates/extracted/cadir/93bc0acc.0
/etc/ca-certificates/extracted/cadir/9479c8c3.0
/etc/ca-certificates/extracted/cadir/9576d26b.0
/etc/ca-certificates/extracted/cadir/95aff9e3.0
/etc/ca-certificates/extracted/cadir/961f5451.0
/etc/ca-certificates/extracted/cadir/9685a493.0
/etc/ca-certificates/extracted/cadir/9772ca32.0
/etc/ca-certificates/extracted/cadir/988a38cb.0
/etc/ca-certificates/extracted/cadir/99d0fa06.0
/etc/ca-certificates/extracted/cadir/9ab62355.0
/etc/ca-certificates/extracted/cadir/9c2e7d30.0
/etc/ca-certificates/extracted/cadir/9c3323d4.0
/etc/ca-certificates/extracted/cadir/9c8dfbd4.0
/etc/ca-certificates/extracted/cadir/9d04f354.0
/etc/ca-certificates/extracted/cadir/9d520b32.0
/etc/ca-certificates/extracted/cadir/9d6523ce.0
/etc/ca-certificates/extracted/cadir/9dbefe7b.0
/etc/ca-certificates/extracted/cadir/9f0f5fd6.0
/etc/ca-certificates/extracted/cadir/9f533518.0
/etc/ca-certificates/extracted/cadir/a0bc6fbb.0
/etc/ca-certificates/extracted/cadir/a2c66da8.0
/etc/ca-certificates/extracted/cadir/a2df7ad7.0
/etc/ca-certificates/extracted/cadir/a3896b44.0
/etc/ca-certificates/extracted/cadir/a7605362.0
/etc/ca-certificates/extracted/cadir/a760e1bd.0
/etc/ca-certificates/extracted/cadir/a7d2cf64.0
/etc/ca-certificates/extracted/cadir/a81e292b.0
/etc/ca-certificates/extracted/cadir/a94d09e5.0
/etc/ca-certificates/extracted/cadir/ab5346f4.0
/etc/ca-certificates/extracted/cadir/ACCVRAIZ1.pem
/etc/ca-certificates/extracted/cadir/ACEDICOM_Root.pem
/etc/ca-certificates/extracted/cadir/Actalis_Authentication_Root_CA.pem
/etc/ca-certificates/extracted/cadir/ad088e1d.0
/etc/ca-certificates/extracted/cadir/AddTrust_External_Root.pem
/etc/ca-certificates/extracted/cadir/AddTrust_Low-Value_Services_Root.pem
/etc/ca-certificates/extracted/cadir/AddTrust_Public_Services_Root.pem
/etc/ca-certificates/extracted/cadir/AddTrust_Qualified_Certificates_Root.pem
/etc/ca-certificates/extracted/cadir/ae8153b9.0
/etc/ca-certificates/extracted/cadir/ae8153b9.1
/etc/ca-certificates/extracted/cadir/aeb67534.0
/etc/ca-certificates/extracted/cadir/aee5f10d.0
/etc/ca-certificates/extracted/cadir/AffirmTrust_Commercial.pem
/etc/ca-certificates/extracted/cadir/AffirmTrust_Networking.pem
/etc/ca-certificates/extracted/cadir/AffirmTrust_Premium_ECC.pem
/etc/ca-certificates/extracted/cadir/AffirmTrust_Premium.pem
/etc/ca-certificates/extracted/cadir/ApplicationCA_-_Japanese_Government.pem
/etc/ca-certificates/extracted/cadir/Atos_TrustedRoot_2011.pem
/etc/ca-certificates/extracted/cadir/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
/etc/ca-certificates/extracted/cadir/b0e59380.0
/etc/ca-certificates/extracted/cadir/b0ed035a.0
/etc/ca-certificates/extracted/cadir/b0f3e76e.0
/etc/ca-certificates/extracted/cadir/b1159c4c.0
/etc/ca-certificates/extracted/cadir/b13cc6df.0
/etc/ca-certificates/extracted/cadir/b1b8a7f3.0
/etc/ca-certificates/extracted/cadir/b204d74a.0
/etc/ca-certificates/extracted/cadir/b3fb433b.0
/etc/ca-certificates/extracted/cadir/b66938e9.0
/etc/ca-certificates/extracted/cadir/b727005e.0
/etc/ca-certificates/extracted/cadir/b7a5b843.0
/etc/ca-certificates/extracted/cadir/b7db1890.0
/etc/ca-certificates/extracted/cadir/b872f2b4.0
/etc/ca-certificates/extracted/cadir/ba89ed3b.0
/etc/ca-certificates/extracted/cadir/Baltimore_CyberTrust_Root.pem
/etc/ca-certificates/extracted/cadir/bc3f2570.0
/etc/ca-certificates/extracted/cadir/bd1910d4.0
/etc/ca-certificates/extracted/cadir/bdacca6f.0
/etc/ca-certificates/extracted/cadir/bf64f35b.0
/etc/ca-certificates/extracted/cadir/Buypass_Class_2_CA_1.pem
/etc/ca-certificates/extracted/cadir/Buypass_Class_2_Root_CA.pem
/etc/ca-certificates/extracted/cadir/Buypass_Class_3_Root_CA.pem
/etc/ca-certificates/extracted/cadir/c01cdfa2.0
/etc/ca-certificates/extracted/cadir/c089bbbd.0
/etc/ca-certificates/extracted/cadir/c0ff1f52.0
/etc/ca-certificates/extracted/cadir/c28a8a30.0
/etc/ca-certificates/extracted/cadir/c47d9980.0
/etc/ca-certificates/extracted/cadir/c491639e.0
/etc/ca-certificates/extracted/cadir/c51c224c.0
/etc/ca-certificates/extracted/cadir/c5d3212a.0
/etc/ca-certificates/extracted/cadir/c679bc3f.0
/etc/ca-certificates/extracted/cadir/c7e2a638.0
/etc/ca-certificates/extracted/cadir/c90bc37d.0
/etc/ca-certificates/extracted/cadir/c99398f3.0
/etc/ca-certificates/extracted/cadir/c9f83a1c.0
/etc/ca-certificates/extracted/cadir/ca6e4ad9.0
/etc/ca-certificates/extracted/cadir/CAcert_Class_3_Root.pem
/etc/ca-certificates/extracted/cadir/CA_Cert_Signing_Authority.pem
/etc/ca-certificates/extracted/cadir/CA_Disig_Root_R1.pem
/etc/ca-certificates/extracted/cadir/CA_Disig_Root_R2.pem
/etc/ca-certificates/extracted/cadir/Camerfirma_Chambers_of_Commerce_Root.pem
/etc/ca-certificates/extracted/cadir/Camerfirma_Global_Chambersign_Root.pem
/etc/ca-certificates/extracted/cadir/CA_WoSign_ECC_Root.pem
/etc/ca-certificates/extracted/cadir/cb156124.0
/etc/ca-certificates/extracted/cadir/cb1c3204.0
/etc/ca-certificates/extracted/cadir/cb59f961.0
/etc/ca-certificates/extracted/cadir/cbeee9e2.0
/etc/ca-certificates/extracted/cadir/cbf06781.0
/etc/ca-certificates/extracted/cadir/cc450945.0
/etc/ca-certificates/extracted/cadir/ccc52f49.0
/etc/ca-certificates/extracted/cadir/cd58d51e.0
/etc/ca-certificates/extracted/cadir/Certification_Authority_of_WoSign_G2.pem
/etc/ca-certificates/extracted/cadir/Certigna.pem
/etc/ca-certificates/extracted/cadir/Certinomis_-_Autorit___Racine.pem
/etc/ca-certificates/extracted/cadir/Certinomis_-_Root_CA.pem
/etc/ca-certificates/extracted/cadir/Certplus_Class_2_Primary_CA.pem
/etc/ca-certificates/extracted/cadir/Certplus_Root_CA_G1.pem
/etc/ca-certificates/extracted/cadir/Certplus_Root_CA_G2.pem
/etc/ca-certificates/extracted/cadir/certSIGN_ROOT_CA.pem
/etc/ca-certificates/extracted/cadir/Certum_Root_CA.pem
/etc/ca-certificates/extracted/cadir/Certum_Trusted_Network_CA_2.pem
/etc/ca-certificates/extracted/cadir/Certum_Trusted_Network_CA.pem
/etc/ca-certificates/extracted/cadir/cf701eeb.0
/etc/ca-certificates/extracted/cadir/cfa1c2ee.0
/etc/ca-certificates/extracted/cadir/CFCA_EV_ROOT.pem
/etc/ca-certificates/extracted/cadir/Chambers_of_Commerce_Root_-_2008.pem
/etc/ca-certificates/extracted/cadir/China_Internet_Network_Information_Center_EV_Certificates_Root.pem
/etc/ca-certificates/extracted/cadir/CNNIC_ROOT.pem
/etc/ca-certificates/extracted/cadir/Comodo_AAA_Services_root.pem
/etc/ca-certificates/extracted/cadir/COMODO_Certification_Authority.pem
/etc/ca-certificates/extracted/cadir/COMODO_ECC_Certification_Authority.pem
/etc/ca-certificates/extracted/cadir/COMODO_RSA_Certification_Authority.pem
/etc/ca-certificates/extracted/cadir/Comodo_Secure_Services_root.pem
/etc/ca-certificates/extracted/cadir/Comodo_Trusted_Services_root.pem
/etc/ca-certificates/extracted/cadir/Cybertrust_Global_Root.pem
/etc/ca-certificates/extracted/cadir/d06393bb.0
/etc/ca-certificates/extracted/cadir/d16a5865.0
/etc/ca-certificates/extracted/cadir/d18e9066.0
/etc/ca-certificates/extracted/cadir/d4c339cb.0
/etc/ca-certificates/extracted/cadir/d4dae3dd.0
/etc/ca-certificates/extracted/cadir/d5727d6a.0
/etc/ca-certificates/extracted/cadir/d59297b8.0
/etc/ca-certificates/extracted/cadir/d6325660.0
/etc/ca-certificates/extracted/cadir/d66b55d9.0
/etc/ca-certificates/extracted/cadir/d6e6eab9.0
/etc/ca-certificates/extracted/cadir/d7746a63.0
/etc/ca-certificates/extracted/cadir/d7e8dc79.0
/etc/ca-certificates/extracted/cadir/d8317ada.0
/etc/ca-certificates/extracted/cadir/d853d49e.0
/etc/ca-certificates/extracted/cadir/d957f522.0
/etc/ca-certificates/extracted/cadir/dbc54cab.0
/etc/ca-certificates/extracted/cadir/dc99f41e.0
/etc/ca-certificates/extracted/cadir/dd8e9d41.0
/etc/ca-certificates/extracted/cadir/Deutsche_Telekom_Root_CA_2.pem
/etc/ca-certificates/extracted/cadir/dfc0fe80.0
/etc/ca-certificates/extracted/cadir/DigiCert_Assured_ID_Root_CA.pem
/etc/ca-certificates/extracted/cadir/DigiCert_Assured_ID_Root_G2.pem
/etc/ca-certificates/extracted/cadir/DigiCert_Assured_ID_Root_G3.pem
/etc/ca-certificates/extracted/cadir/DigiCert_Global_Root_CA.pem
/etc/ca-certificates/extracted/cadir/DigiCert_Global_Root_G2.pem
/etc/ca-certificates/extracted/cadir/DigiCert_Global_Root_G3.pem
/etc/ca-certificates/extracted/cadir/DigiCert_High_Assurance_EV_Root_CA.pem
/etc/ca-certificates/extracted/cadir/DigiCert_Trusted_Root_G4.pem
/etc/ca-certificates/extracted/cadir/DST_ACES_CA_X6.pem
/etc/ca-certificates/extracted/cadir/DST_Root_CA_X3.pem
/etc/ca-certificates/extracted/cadir/D-TRUST_Root_Class_3_CA_2_2009.pem
/etc/ca-certificates/extracted/cadir/D-TRUST_Root_Class_3_CA_2_EV_2009.pem
/etc/ca-certificates/extracted/cadir/e113c810.0
/etc/ca-certificates/extracted/cadir/e18bfb83.0
/etc/ca-certificates/extracted/cadir/e268a4c5.0
/etc/ca-certificates/extracted/cadir/e2799e36.0
/etc/ca-certificates/extracted/cadir/e36a6752.0
/etc/ca-certificates/extracted/cadir/e442e424.0
/etc/ca-certificates/extracted/cadir/e48193cf.0
/etc/ca-certificates/extracted/cadir/e536d871.0
/etc/ca-certificates/extracted/cadir/e5662767.0
/etc/ca-certificates/extracted/cadir/e60bf0c0.0
/etc/ca-certificates/extracted/cadir/e73d606e.0
/etc/ca-certificates/extracted/cadir/e775ed2d.0
/etc/ca-certificates/extracted/cadir/e8651083.0
/etc/ca-certificates/extracted/cadir/e8de2f56.0
/etc/ca-certificates/extracted/cadir/ea169617.0
/etc/ca-certificates/extracted/cadir/EC-ACC.pem
/etc/ca-certificates/extracted/cadir/ed39abd0.0
/etc/ca-certificates/extracted/cadir/ee64a828.0
/etc/ca-certificates/extracted/cadir/ee7cd6fb.0
/etc/ca-certificates/extracted/cadir/ee90b008.0
/etc/ca-certificates/extracted/cadir/EE_Certification_Centre_Root_CA.pem
/etc/ca-certificates/extracted/cadir/eed8c118.0
/etc/ca-certificates/extracted/cadir/ef954a4e.0
/etc/ca-certificates/extracted/cadir/Entrust.net_Premium_2048_Secure_Server_CA.pem
/etc/ca-certificates/extracted/cadir/Entrust_Root_Certification_Authority_-_EC1.pem
/etc/ca-certificates/extracted/cadir/Entrust_Root_Certification_Authority_-_G2.pem
/etc/ca-certificates/extracted/cadir/Entrust_Root_Certification_Authority.pem
/etc/ca-certificates/extracted/cadir/ePKI_Root_Certification_Authority.pem
/etc/ca-certificates/extracted/cadir/E-Tugra_Certification_Authority.pem
/etc/ca-certificates/extracted/cadir/f060240e.0
/etc/ca-certificates/extracted/cadir/f081611a.0
/etc/ca-certificates/extracted/cadir/f30dd6ad.0
/etc/ca-certificates/extracted/cadir/f3377b1b.0
/etc/ca-certificates/extracted/cadir/f387163d.0
/etc/ca-certificates/extracted/cadir/f38a011e.0
/etc/ca-certificates/extracted/cadir/f39fc864.0
/etc/ca-certificates/extracted/cadir/f61bff45.0
/etc/ca-certificates/extracted/cadir/f90208f7.0
/etc/ca-certificates/extracted/cadir/fac084d7.0
/etc/ca-certificates/extracted/cadir/facacbc6.0
/etc/ca-certificates/extracted/cadir/fb126c6d.0
/etc/ca-certificates/extracted/cadir/fc5a8f99.0
/etc/ca-certificates/extracted/cadir/fde84897.0
/etc/ca-certificates/extracted/cadir/fe8a2cd8.0
/etc/ca-certificates/extracted/cadir/ff783690.0
/etc/ca-certificates/extracted/cadir/GeoTrust_Global_CA_2.pem
/etc/ca-certificates/extracted/cadir/GeoTrust_Global_CA.pem
/etc/ca-certificates/extracted/cadir/GeoTrust_Primary_Certification_Authority_-_G2.pem
/etc/ca-certificates/extracted/cadir/GeoTrust_Primary_Certification_Authority_-_G3.pem
/etc/ca-certificates/extracted/cadir/GeoTrust_Primary_Certification_Authority.pem
/etc/ca-certificates/extracted/cadir/GeoTrust_Universal_CA_2.pem
/etc/ca-certificates/extracted/cadir/GeoTrust_Universal_CA.pem
/etc/ca-certificates/extracted/cadir/Global_Chambersign_Root_-_2008.pem
/etc/ca-certificates/extracted/cadir/GlobalSign_ECC_Root_CA_-_R4.pem
/etc/ca-certificates/extracted/cadir/GlobalSign_ECC_Root_CA_-_R5.pem
/etc/ca-certificates/extracted/cadir/GlobalSign_Root_CA.pem
/etc/ca-certificates/extracted/cadir/GlobalSign_Root_CA_-_R2.pem
/etc/ca-certificates/extracted/cadir/GlobalSign_Root_CA_-_R3.pem
/etc/ca-certificates/extracted/cadir/Go_Daddy_Class_2_CA.pem
/etc/ca-certificates/extracted/cadir/Go_Daddy_Root_Certificate_Authority_-_G2.pem
/etc/ca-certificates/extracted/cadir/Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
/etc/ca-certificates/extracted/cadir/Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
/etc/ca-certificates/extracted/cadir/Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
/etc/ca-certificates/extracted/cadir/Hongkong_Post_Root_CA_1.pem
/etc/ca-certificates/extracted/cadir/IdenTrust_Commercial_Root_CA_1.pem
/etc/ca-certificates/extracted/cadir/IdenTrust_Public_Sector_Root_CA_1.pem
/etc/ca-certificates/extracted/cadir/ISRG_Root_X1.pem
/etc/ca-certificates/extracted/cadir/Izenpe.com.pem
/etc/ca-certificates/extracted/cadir/Microsec_e-Szigno_Root_CA_2009.pem
/etc/ca-certificates/extracted/cadir/Microsec_e-Szigno_Root_CA.pem
/etc/ca-certificates/extracted/cadir/NetLock_Arany__Class_Gold__F__tan__s__tv__ny.pem
/etc/ca-certificates/extracted/cadir/Network_Solutions_Certificate_Authority.pem
/etc/ca-certificates/extracted/cadir/OISTE_WISeKey_Global_Root_GA_CA.pem
/etc/ca-certificates/extracted/cadir/OISTE_WISeKey_Global_Root_GB_CA.pem
/etc/ca-certificates/extracted/cadir/OpenTrust_Root_CA_G1.pem
/etc/ca-certificates/extracted/cadir/OpenTrust_Root_CA_G2.pem
/etc/ca-certificates/extracted/cadir/OpenTrust_Root_CA_G3.pem
/etc/ca-certificates/extracted/cadir/PSCProcert.pem
/etc/ca-certificates/extracted/cadir/QuoVadis_Root_CA_1_G3.pem
/etc/ca-certificates/extracted/cadir/QuoVadis_Root_CA_2_G3.pem
/etc/ca-certificates/extracted/cadir/QuoVadis_Root_CA_2.pem
/etc/ca-certificates/extracted/cadir/QuoVadis_Root_CA_3_G3.pem
/etc/ca-certificates/extracted/cadir/QuoVadis_Root_CA_3.pem
/etc/ca-certificates/extracted/cadir/QuoVadis_Root_CA.pem
/etc/ca-certificates/extracted/cadir/Root_CA_Generalitat_Valenciana.pem
/etc/ca-certificates/extracted/cadir/RSA_Security_2048_v3.pem
/etc/ca-certificates/extracted/cadir/Secure_Global_CA.pem
/etc/ca-certificates/extracted/cadir/SecureSign_RootCA11.pem
/etc/ca-certificates/extracted/cadir/SecureTrust_CA.pem
/etc/ca-certificates/extracted/cadir/Security_Communication_EV_RootCA1.pem
/etc/ca-certificates/extracted/cadir/Security_Communication_RootCA2.pem
/etc/ca-certificates/extracted/cadir/Security_Communication_Root_CA.pem
/etc/ca-certificates/extracted/cadir/Sonera_Class_2_Root_CA.pem
/etc/ca-certificates/extracted/cadir/Staat_der_Nederlanden_EV_Root_CA.pem
/etc/ca-certificates/extracted/cadir/Staat_der_Nederlanden_Root_CA_-_G2.pem
/etc/ca-certificates/extracted/cadir/Staat_der_Nederlanden_Root_CA_-_G3.pem
/etc/ca-certificates/extracted/cadir/Starfield_Class_2_CA.pem
/etc/ca-certificates/extracted/cadir/Starfield_Root_Certificate_Authority_-_G2.pem
/etc/ca-certificates/extracted/cadir/Starfield_Services_Root_Certificate_Authority_-_G2.pem
/etc/ca-certificates/extracted/cadir/StartCom_Certification_Authority.1.pem
/etc/ca-certificates/extracted/cadir/StartCom_Certification_Authority_G2.pem
/etc/ca-certificates/extracted/cadir/StartCom_Certification_Authority.pem
/etc/ca-certificates/extracted/cadir/Swisscom_Root_CA_1.pem
/etc/ca-certificates/extracted/cadir/Swisscom_Root_CA_2.pem
/etc/ca-certificates/extracted/cadir/Swisscom_Root_EV_CA_2.pem
/etc/ca-certificates/extracted/cadir/SwissSign_Gold_CA_-_G2.pem
/etc/ca-certificates/extracted/cadir/SwissSign_Silver_CA_-_G2.pem
/etc/ca-certificates/extracted/cadir/SZAFIR_ROOT_CA2.pem
/etc/ca-certificates/extracted/cadir/Taiwan_GRCA.pem
/etc/ca-certificates/extracted/cadir/TeliaSonera_Root_CA_v1.pem
/etc/ca-certificates/extracted/cadir/thawte_Primary_Root_CA_-_G2.pem
/etc/ca-certificates/extracted/cadir/thawte_Primary_Root_CA_-_G3.pem
/etc/ca-certificates/extracted/cadir/thawte_Primary_Root_CA.pem
/etc/ca-certificates/extracted/cadir/T__RKTRUST_Elektronik_Sertifika_Hizmet_Sa__lay__c__s___H5.pem
/etc/ca-certificates/extracted/cadir/T__RKTRUST_Elektronik_Sertifika_Hizmet_Sa__lay__c__s___H6.pem
/etc/ca-certificates/extracted/cadir/Trustis_FPS_Root_CA.pem
/etc/ca-certificates/extracted/cadir/T-TeleSec_GlobalRoot_Class_2.pem
/etc/ca-certificates/extracted/cadir/T-TeleSec_GlobalRoot_Class_3.pem
/etc/ca-certificates/extracted/cadir/TURKTRUST_Certificate_Services_Provider_Root_2007.pem
/etc/ca-certificates/extracted/cadir/TWCA_Global_Root_CA.pem
/etc/ca-certificates/extracted/cadir/TWCA_Root_Certification_Authority.pem
/etc/ca-certificates/extracted/cadir/T_xc3_x9c_x42_xC4_xB0TAK_UEKAE_K_xC3_xB6k_Sertifika_Hizmet_Sa_xC4_x9Flay_xc4_xb1_x63_xc4_xb1s_xc4_xb1_-_S_xC3_xBCr_xC3_xBCm_3.pem
/etc/ca-certificates/extracted/cadir/USERTrust_ECC_Certification_Authority.pem
/etc/ca-certificates/extracted/cadir/USERTrust_RSA_Certification_Authority.pem
/etc/ca-certificates/extracted/cadir/UTN_USERFirst_Hardware_Root_CA.pem
/etc/ca-certificates/extracted/cadir/Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem
/etc/ca-certificates/extracted/cadir/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem
/etc/ca-certificates/extracted/cadir/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
/etc/ca-certificates/extracted/cadir/VeriSign_Universal_Root_Certification_Authority.pem
/etc/ca-certificates/extracted/cadir/Visa_eCommerce_Root.pem
/etc/ca-certificates/extracted/cadir/WellsSecure_Public_Root_Certificate_Authority.pem
/etc/ca-certificates/extracted/cadir/WoSign_China.pem
/etc/ca-certificates/extracted/cadir/WoSign.pem
/etc/ca-certificates/extracted/cadir/XRamp_Global_CA_Root.pem
/etc/ca-certificates/extracted/email-ca-bundle.pem
/etc/ca-certificates/extracted/objsign-ca-bundle.pem
/etc/ca-certificates/extracted/tls-ca-bundle.pem
/etc/cups/boot.svg
/etc/cups/classes.conf.O
/etc/cups/ppd/HP-LaserJet.ppd
/etc/cups/ppd/HP-LaserJet.ppd.O
/etc/cups/printers.conf.O
/etc/cups/subscriptions.conf.O
/etc/group-
/etc/gshadow-
/etc/gufw/Büro.profile
/etc/gufw/gufw.cfg
/etc/gufw/Öffentlich.profile
/etc/gufw/Zuhause.profile
/etc/hostname
/etc/ld.so.cache
/etc/locale.conf
/etc/localtime
/etc/machine-id
/etc/modprobe.d/nvidia-installer-disable-nouveau.conf
/etc/netctl/28
/etc/netctl/examples/28-r
/etc/os-release
/etc/pacman.d/gnupg
/etc/pacman.d/gnupg/gpg.conf
/etc/pacman.d/gnupg/.gpg-v21-migrated
/etc/pacman.d/gnupg/openpgp-revocs.d
/etc/pacman.d/gnupg/private-keys-v1.d
/etc/pacman.d/gnupg/pubring.gpg
/etc/pacman.d/gnupg/pubring.gpg~
/etc/pacman.d/gnupg/secring.gpg
/etc/pacman.d/gnupg/S.gpg-agent
/etc/pacman.d/gnupg/S.gpg-agent.browser
/etc/pacman.d/gnupg/S.gpg-agent.extra
/etc/pacman.d/gnupg/S.gpg-agent.ssh
/etc/pacman.d/gnupg/tofu.db
/etc/pacman.d/gnupg/trustdb.gpg
/etc/passwd-
/etc/printcap
/etc/.pwd.lock
/etc/resolv.conf.bak
/etc/shadow-
/etc/ssl/certs/00673b5b.0
/etc/ssl/certs/02265526.0
/etc/ssl/certs/024dc131.0
/etc/ssl/certs/02756ea4.0
/etc/ssl/certs/02b73561.0
/etc/ssl/certs/03179a64.0
/etc/ssl/certs/034868d6.0
/etc/ssl/certs/03f2b8cf.0
/etc/ssl/certs/04f60c28.0
/etc/ssl/certs/052e396b.0
/etc/ssl/certs/062cdee6.0
/etc/ssl/certs/064e0aa9.0
/etc/ssl/certs/080911ac.0
/etc/ssl/certs/0810ba98.0
/etc/ssl/certs/08aef7bb.0
/etc/ssl/certs/09789157.0
/etc/ssl/certs/0b1b94ef.0
/etc/ssl/certs/0c4c9b6c.0
/etc/ssl/certs/0d5a4e1c.0
/etc/ssl/certs/0d69c7e1.0
/etc/ssl/certs/10531352.0
/etc/ssl/certs/106f3e4d.0
/etc/ssl/certs/111e6273.0
/etc/ssl/certs/116bf586.0
/etc/ssl/certs/124bbd54.0
/etc/ssl/certs/128805a3.0
/etc/ssl/certs/12d55845.0
/etc/ssl/certs/157753a5.0
/etc/ssl/certs/1636090b.0
/etc/ssl/certs/1676090a.0
/etc/ssl/certs/17b51fe6.0
/etc/ssl/certs/1874d4aa.0
/etc/ssl/certs/18856ac4.0
/etc/ssl/certs/1d3472b9.0
/etc/ssl/certs/1dac3003.0
/etc/ssl/certs/1dcd6f4c.0
/etc/ssl/certs/1df5a75f.0
/etc/ssl/certs/1e08bfd1.0
/etc/ssl/certs/1e09d511.0
/etc/ssl/certs/1e1eab7c.0
/etc/ssl/certs/1e8e7201.0
/etc/ssl/certs/1eb37bdf.0
/etc/ssl/certs/1f58a078.0
/etc/ssl/certs/21855f49.0
/etc/ssl/certs/219d9499.0
/etc/ssl/certs/23f4c490.0
/etc/ssl/certs/244b5494.0
/etc/ssl/certs/262ba90f.0
/etc/ssl/certs/26eaad2f.0
/etc/ssl/certs/27af790d.0
/etc/ssl/certs/2add47b6.0
/etc/ssl/certs/2ae6433e.0
/etc/ssl/certs/2b349938.0
/etc/ssl/certs/2c11d503.0
/etc/ssl/certs/2c543cd1.0
/etc/ssl/certs/2d9dafe4.0
/etc/ssl/certs/2e4eed3c.0
/etc/ssl/certs/2e5ac55d.0
/etc/ssl/certs/2fa87019.0
/etc/ssl/certs/32888f65.0
/etc/ssl/certs/33815e15.0
/etc/ssl/certs/33815e15.1
/etc/ssl/certs/343eb6cb.0
/etc/ssl/certs/349f2832.0
/etc/ssl/certs/35105088.0
/etc/ssl/certs/3513523f.0
/etc/ssl/certs/381ce4dd.0
/etc/ssl/certs/3929ec9f.0
/etc/ssl/certs/399e7759.0
/etc/ssl/certs/3a3b02ce.0
/etc/ssl/certs/3ad48a91.0
/etc/ssl/certs/3bde41ac.0
/etc/ssl/certs/3c58f906.0
/etc/ssl/certs/3c6676aa.0
/etc/ssl/certs/3c860d51.0
/etc/ssl/certs/3c9a4d3b.0
/etc/ssl/certs/3d441de8.0
/etc/ssl/certs/3e45d192.0
/etc/ssl/certs/3e7271e8.0
/etc/ssl/certs/3efd4dc0.0
/etc/ssl/certs/40193066.0
/etc/ssl/certs/4042bcee.0
/etc/ssl/certs/40547a79.0
/etc/ssl/certs/40dc992e.0
/etc/ssl/certs/418595b9.0
/etc/ssl/certs/4304c5e5.0
/etc/ssl/certs/442adcac.0
/etc/ssl/certs/450c6e38.0
/etc/ssl/certs/451b5485.0
/etc/ssl/certs/455f1b52.0
/etc/ssl/certs/480720ec.0
/etc/ssl/certs/48a195d8.0
/etc/ssl/certs/48bec511.0
/etc/ssl/certs/4a6481c9.0
/etc/ssl/certs/4be590e0.0
/etc/ssl/certs/4bfab552.0
/etc/ssl/certs/4e18c148.0
/etc/ssl/certs/4f316efb.0
/etc/ssl/certs/5046c355.0
/etc/ssl/certs/524d9b43.0
/etc/ssl/certs/5273a94c.0
/etc/ssl/certs/52b525c7.0
/etc/ssl/certs/5443e9e3.0
/etc/ssl/certs/54657681.0
/etc/ssl/certs/559f7c71.0
/etc/ssl/certs/56657bde.0
/etc/ssl/certs/57692373.0
/etc/ssl/certs/57bbd831.0
/etc/ssl/certs/57bcb2da.0
/etc/ssl/certs/590d426f.0
/etc/ssl/certs/592c0a9a.0
/etc/ssl/certs/5a250ea7.0
/etc/ssl/certs/5a3f0ff8.0
/etc/ssl/certs/5a4d6896.0
/etc/ssl/certs/5ad8a5d6.0
/etc/ssl/certs/5c44d531.0
/etc/ssl/certs/5cd81ad7.0
/etc/ssl/certs/5cf9d536.0
/etc/ssl/certs/5d63b0ae.0
/etc/ssl/certs/5e4e69e7.0
/etc/ssl/certs/5ed36f99.0
/etc/ssl/certs/5f15c80c.0
/etc/ssl/certs/5f47b495.0
/etc/ssl/certs/607986c7.0
/etc/ssl/certs/608a55ad.0
/etc/ssl/certs/60afe812.0
/etc/ssl/certs/6187b673.0
/etc/ssl/certs/63a2c897.0
/etc/ssl/certs/6410666e.0
/etc/ssl/certs/653b494a.0
/etc/ssl/certs/65b876bd.0
/etc/ssl/certs/6645de82.0
/etc/ssl/certs/667c66d4.0
/etc/ssl/certs/67495436.0
/etc/ssl/certs/69105f4f.0
/etc/ssl/certs/6b99d060.0
/etc/ssl/certs/6e8bf996.0
/etc/ssl/certs/6fcc125d.0
/etc/ssl/certs/706f604c.0
/etc/ssl/certs/72f369af.0
/etc/ssl/certs/749e9e03.0
/etc/ssl/certs/75680d2e.0
/etc/ssl/certs/75d1b2ed.0
/etc/ssl/certs/76579174.0
/etc/ssl/certs/7672ac4b.0
/etc/ssl/certs/76cb8f92.0
/etc/ssl/certs/76faf6c0.0
/etc/ssl/certs/7719f463.0
/etc/ssl/certs/790a7190.0
/etc/ssl/certs/7992b8bb.0
/etc/ssl/certs/7999be0d.0
/etc/ssl/certs/7a819ef2.0
/etc/ssl/certs/7d0b38bd.0
/etc/ssl/certs/7d453d8f.0
/etc/ssl/certs/7d5a75e4.0
/etc/ssl/certs/7f3d5d1d.0
/etc/ssl/certs/8096d0a9.0
/etc/ssl/certs/812e17de.0
/etc/ssl/certs/8160b96c.0
/etc/ssl/certs/81b9768f.0
/etc/ssl/certs/82223c44.0
/etc/ssl/certs/8470719d.0
/etc/ssl/certs/85cde254.0
/etc/ssl/certs/861a399d.0
/etc/ssl/certs/86212b19.0
/etc/ssl/certs/87229d21.0
/etc/ssl/certs/876f1e28.0
/etc/ssl/certs/87753b0d.0
/etc/ssl/certs/882de061.0
/etc/ssl/certs/8867006a.0
/etc/ssl/certs/895cad1a.0
/etc/ssl/certs/89c02a45.0
/etc/ssl/certs/8b59b1ad.0
/etc/ssl/certs/8c24b137.0
/etc/ssl/certs/8d6437c3.0
/etc/ssl/certs/8d86cdd1.0
/etc/ssl/certs/9007ae68.0
/etc/ssl/certs/9168f543.0
/etc/ssl/certs/91739615.0
/etc/ssl/certs/9282e51c.0
/etc/ssl/certs/930ac5d2.0
/etc/ssl/certs/9339512a.0
/etc/ssl/certs/93bc0acc.0
/etc/ssl/certs/9479c8c3.0
/etc/ssl/certs/9576d26b.0
/etc/ssl/certs/95aff9e3.0
/etc/ssl/certs/961f5451.0
/etc/ssl/certs/9685a493.0
/etc/ssl/certs/9772ca32.0
/etc/ssl/certs/988a38cb.0
/etc/ssl/certs/99d0fa06.0
/etc/ssl/certs/9ab62355.0
/etc/ssl/certs/9c2e7d30.0
/etc/ssl/certs/9c3323d4.0
/etc/ssl/certs/9c8dfbd4.0
/etc/ssl/certs/9d04f354.0
/etc/ssl/certs/9d520b32.0
/etc/ssl/certs/9d6523ce.0
/etc/ssl/certs/9dbefe7b.0
/etc/ssl/certs/9f0f5fd6.0
/etc/ssl/certs/9f533518.0
/etc/ssl/certs/a0bc6fbb.0
/etc/ssl/certs/a2c66da8.0
/etc/ssl/certs/a2df7ad7.0
/etc/ssl/certs/a3896b44.0
/etc/ssl/certs/a7605362.0
/etc/ssl/certs/a760e1bd.0
/etc/ssl/certs/a7d2cf64.0
/etc/ssl/certs/a81e292b.0
/etc/ssl/certs/a94d09e5.0
/etc/ssl/certs/ab5346f4.0
/etc/ssl/certs/ACCVRAIZ1.pem
/etc/ssl/certs/ACEDICOM_Root.pem
/etc/ssl/certs/Actalis_Authentication_Root_CA.pem
/etc/ssl/certs/ad088e1d.0
/etc/ssl/certs/AddTrust_External_Root.pem
/etc/ssl/certs/AddTrust_Low-Value_Services_Root.pem
/etc/ssl/certs/AddTrust_Public_Services_Root.pem
/etc/ssl/certs/AddTrust_Qualified_Certificates_Root.pem
/etc/ssl/certs/ae8153b9.0
/etc/ssl/certs/ae8153b9.1
/etc/ssl/certs/aeb67534.0
/etc/ssl/certs/aee5f10d.0
/etc/ssl/certs/AffirmTrust_Commercial.pem
/etc/ssl/certs/AffirmTrust_Networking.pem
/etc/ssl/certs/AffirmTrust_Premium_ECC.pem
/etc/ssl/certs/AffirmTrust_Premium.pem
/etc/ssl/certs/ApplicationCA_-_Japanese_Government.pem
/etc/ssl/certs/Atos_TrustedRoot_2011.pem
/etc/ssl/certs/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
/etc/ssl/certs/b0e59380.0
/etc/ssl/certs/b0ed035a.0
/etc/ssl/certs/b0f3e76e.0
/etc/ssl/certs/b1159c4c.0
/etc/ssl/certs/b13cc6df.0
/etc/ssl/certs/b1b8a7f3.0
/etc/ssl/certs/b204d74a.0
/etc/ssl/certs/b3fb433b.0
/etc/ssl/certs/b66938e9.0
/etc/ssl/certs/b727005e.0
/etc/ssl/certs/b7a5b843.0
/etc/ssl/certs/b7db1890.0
/etc/ssl/certs/b872f2b4.0
/etc/ssl/certs/ba89ed3b.0
/etc/ssl/certs/Baltimore_CyberTrust_Root.pem
/etc/ssl/certs/bc3f2570.0
/etc/ssl/certs/bd1910d4.0
/etc/ssl/certs/bdacca6f.0
/etc/ssl/certs/bf64f35b.0
/etc/ssl/certs/Buypass_Class_2_CA_1.pem
/etc/ssl/certs/Buypass_Class_2_Root_CA.pem
/etc/ssl/certs/Buypass_Class_3_Root_CA.pem
/etc/ssl/certs/c01cdfa2.0
/etc/ssl/certs/c089bbbd.0
/etc/ssl/certs/c0ff1f52.0
/etc/ssl/certs/c28a8a30.0
/etc/ssl/certs/c47d9980.0
/etc/ssl/certs/c491639e.0
/etc/ssl/certs/c51c224c.0
/etc/ssl/certs/c5d3212a.0
/etc/ssl/certs/c679bc3f.0
/etc/ssl/certs/c7e2a638.0
/etc/ssl/certs/c90bc37d.0
/etc/ssl/certs/c99398f3.0
/etc/ssl/certs/c9f83a1c.0
/etc/ssl/certs/ca6e4ad9.0
/etc/ssl/certs/CAcert_Class_3_Root.pem
/etc/ssl/certs/ca-certificates.crt
/etc/ssl/certs/CA_Cert_Signing_Authority.pem
/etc/ssl/certs/CA_Disig_Root_R1.pem
/etc/ssl/certs/CA_Disig_Root_R2.pem
/etc/ssl/certs/Camerfirma_Chambers_of_Commerce_Root.pem
/etc/ssl/certs/Camerfirma_Global_Chambersign_Root.pem
/etc/ssl/certs/CA_WoSign_ECC_Root.pem
/etc/ssl/certs/cb156124.0
/etc/ssl/certs/cb1c3204.0
/etc/ssl/certs/cb59f961.0
/etc/ssl/certs/cbeee9e2.0
/etc/ssl/certs/cbf06781.0
/etc/ssl/certs/cc450945.0
/etc/ssl/certs/ccc52f49.0
/etc/ssl/certs/cd58d51e.0
/etc/ssl/certs/Certification_Authority_of_WoSign_G2.pem
/etc/ssl/certs/Certigna.pem
/etc/ssl/certs/Certinomis_-_Autorit___Racine.pem
/etc/ssl/certs/Certinomis_-_Root_CA.pem
/etc/ssl/certs/Certplus_Class_2_Primary_CA.pem
/etc/ssl/certs/Certplus_Root_CA_G1.pem
/etc/ssl/certs/Certplus_Root_CA_G2.pem
/etc/ssl/certs/certSIGN_ROOT_CA.pem
/etc/ssl/certs/Certum_Root_CA.pem
/etc/ssl/certs/Certum_Trusted_Network_CA_2.pem
/etc/ssl/certs/Certum_Trusted_Network_CA.pem
/etc/ssl/certs/cf701eeb.0
/etc/ssl/certs/cfa1c2ee.0
/etc/ssl/certs/CFCA_EV_ROOT.pem
/etc/ssl/certs/Chambers_of_Commerce_Root_-_2008.pem
/etc/ssl/certs/China_Internet_Network_Information_Center_EV_Certificates_Root.pem
/etc/ssl/certs/CNNIC_ROOT.pem
/etc/ssl/certs/Comodo_AAA_Services_root.pem
/etc/ssl/certs/COMODO_Certification_Authority.pem
/etc/ssl/certs/COMODO_ECC_Certification_Authority.pem
/etc/ssl/certs/COMODO_RSA_Certification_Authority.pem
/etc/ssl/certs/Comodo_Secure_Services_root.pem
/etc/ssl/certs/Comodo_Trusted_Services_root.pem
/etc/ssl/certs/Cybertrust_Global_Root.pem
/etc/ssl/certs/d06393bb.0
/etc/ssl/certs/d16a5865.0
/etc/ssl/certs/d18e9066.0
/etc/ssl/certs/d4c339cb.0
/etc/ssl/certs/d4dae3dd.0
/etc/ssl/certs/d5727d6a.0
/etc/ssl/certs/d59297b8.0
/etc/ssl/certs/d6325660.0
/etc/ssl/certs/d66b55d9.0
/etc/ssl/certs/d6e6eab9.0
/etc/ssl/certs/d7746a63.0
/etc/ssl/certs/d7e8dc79.0
/etc/ssl/certs/d8317ada.0
/etc/ssl/certs/d853d49e.0
/etc/ssl/certs/d957f522.0
/etc/ssl/certs/dbc54cab.0
/etc/ssl/certs/dc99f41e.0
/etc/ssl/certs/dd8e9d41.0
/etc/ssl/certs/Deutsche_Telekom_Root_CA_2.pem
/etc/ssl/certs/dfc0fe80.0
/etc/ssl/certs/DigiCert_Assured_ID_Root_CA.pem
/etc/ssl/certs/DigiCert_Assured_ID_Root_G2.pem
/etc/ssl/certs/DigiCert_Assured_ID_Root_G3.pem
/etc/ssl/certs/DigiCert_Global_Root_CA.pem
/etc/ssl/certs/DigiCert_Global_Root_G2.pem
/etc/ssl/certs/DigiCert_Global_Root_G3.pem
/etc/ssl/certs/DigiCert_High_Assurance_EV_Root_CA.pem
/etc/ssl/certs/DigiCert_Trusted_Root_G4.pem
/etc/ssl/certs/DST_ACES_CA_X6.pem
/etc/ssl/certs/DST_Root_CA_X3.pem
/etc/ssl/certs/D-TRUST_Root_Class_3_CA_2_2009.pem
/etc/ssl/certs/D-TRUST_Root_Class_3_CA_2_EV_2009.pem
/etc/ssl/certs/e113c810.0
/etc/ssl/certs/e18bfb83.0
/etc/ssl/certs/e268a4c5.0
/etc/ssl/certs/e2799e36.0
/etc/ssl/certs/e36a6752.0
/etc/ssl/certs/e442e424.0
/etc/ssl/certs/e48193cf.0
/etc/ssl/certs/e536d871.0
/etc/ssl/certs/e5662767.0
/etc/ssl/certs/e60bf0c0.0
/etc/ssl/certs/e73d606e.0
/etc/ssl/certs/e775ed2d.0
/etc/ssl/certs/e8651083.0
/etc/ssl/certs/e8de2f56.0
/etc/ssl/certs/ea169617.0
/etc/ssl/certs/EC-ACC.pem
/etc/ssl/certs/ed39abd0.0
/etc/ssl/certs/ee64a828.0
/etc/ssl/certs/ee7cd6fb.0
/etc/ssl/certs/ee90b008.0
/etc/ssl/certs/EE_Certification_Centre_Root_CA.pem
/etc/ssl/certs/eed8c118.0
/etc/ssl/certs/ef954a4e.0
/etc/ssl/certs/Entrust.net_Premium_2048_Secure_Server_CA.pem
/etc/ssl/certs/Entrust_Root_Certification_Authority_-_EC1.pem
/etc/ssl/certs/Entrust_Root_Certification_Authority_-_G2.pem
/etc/ssl/certs/Entrust_Root_Certification_Authority.pem
/etc/ssl/certs/ePKI_Root_Certification_Authority.pem
/etc/ssl/certs/E-Tugra_Certification_Authority.pem
/etc/ssl/certs/f060240e.0
/etc/ssl/certs/f081611a.0
/etc/ssl/certs/f30dd6ad.0
/etc/ssl/certs/f3377b1b.0
/etc/ssl/certs/f387163d.0
/etc/ssl/certs/f38a011e.0
/etc/ssl/certs/f39fc864.0
/etc/ssl/certs/f61bff45.0
/etc/ssl/certs/f90208f7.0
/etc/ssl/certs/fac084d7.0
/etc/ssl/certs/facacbc6.0
/etc/ssl/certs/fb126c6d.0
/etc/ssl/certs/fc5a8f99.0
/etc/ssl/certs/fde84897.0
/etc/ssl/certs/fe8a2cd8.0
/etc/ssl/certs/ff783690.0
/etc/ssl/certs/GeoTrust_Global_CA_2.pem
/etc/ssl/certs/GeoTrust_Global_CA.pem
/etc/ssl/certs/GeoTrust_Primary_Certification_Authority_-_G2.pem
/etc/ssl/certs/GeoTrust_Primary_Certification_Authority_-_G3.pem
/etc/ssl/certs/GeoTrust_Primary_Certification_Authority.pem
/etc/ssl/certs/GeoTrust_Universal_CA_2.pem
/etc/ssl/certs/GeoTrust_Universal_CA.pem
/etc/ssl/certs/Global_Chambersign_Root_-_2008.pem
/etc/ssl/certs/GlobalSign_ECC_Root_CA_-_R4.pem
/etc/ssl/certs/GlobalSign_ECC_Root_CA_-_R5.pem
/etc/ssl/certs/GlobalSign_Root_CA.pem
/etc/ssl/certs/GlobalSign_Root_CA_-_R2.pem
/etc/ssl/certs/GlobalSign_Root_CA_-_R3.pem
/etc/ssl/certs/Go_Daddy_Class_2_CA.pem
/etc/ssl/certs/Go_Daddy_Root_Certificate_Authority_-_G2.pem
/etc/ssl/certs/Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
/etc/ssl/certs/Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
/etc/ssl/certs/Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
/etc/ssl/certs/Hongkong_Post_Root_CA_1.pem
/etc/ssl/certs/IdenTrust_Commercial_Root_CA_1.pem
/etc/ssl/certs/IdenTrust_Public_Sector_Root_CA_1.pem
/etc/ssl/certs/ISRG_Root_X1.pem
/etc/ssl/certs/Izenpe.com.pem
/etc/ssl/certs/java/cacerts
/etc/ssl/certs/Microsec_e-Szigno_Root_CA_2009.pem
/etc/ssl/certs/Microsec_e-Szigno_Root_CA.pem
/etc/ssl/certs/NetLock_Arany__Class_Gold__F__tan__s__tv__ny.pem
/etc/ssl/certs/Network_Solutions_Certificate_Authority.pem
/etc/ssl/certs/OISTE_WISeKey_Global_Root_GA_CA.pem
/etc/ssl/certs/OISTE_WISeKey_Global_Root_GB_CA.pem
/etc/ssl/certs/OpenTrust_Root_CA_G1.pem
/etc/ssl/certs/OpenTrust_Root_CA_G2.pem
/etc/ssl/certs/OpenTrust_Root_CA_G3.pem
/etc/ssl/certs/PSCProcert.pem
/etc/ssl/certs/QuoVadis_Root_CA_1_G3.pem
/etc/ssl/certs/QuoVadis_Root_CA_2_G3.pem
/etc/ssl/certs/QuoVadis_Root_CA_2.pem
/etc/ssl/certs/QuoVadis_Root_CA_3_G3.pem
/etc/ssl/certs/QuoVadis_Root_CA_3.pem
/etc/ssl/certs/QuoVadis_Root_CA.pem
/etc/ssl/certs/Root_CA_Generalitat_Valenciana.pem
/etc/ssl/certs/RSA_Security_2048_v3.pem
/etc/ssl/certs/Secure_Global_CA.pem
/etc/ssl/certs/SecureSign_RootCA11.pem
/etc/ssl/certs/SecureTrust_CA.pem
/etc/ssl/certs/Security_Communication_EV_RootCA1.pem
/etc/ssl/certs/Security_Communication_RootCA2.pem
/etc/ssl/certs/Security_Communication_Root_CA.pem
/etc/ssl/certs/Sonera_Class_2_Root_CA.pem
/etc/ssl/certs/Staat_der_Nederlanden_EV_Root_CA.pem
/etc/ssl/certs/Staat_der_Nederlanden_Root_CA_-_G2.pem
/etc/ssl/certs/Staat_der_Nederlanden_Root_CA_-_G3.pem
/etc/ssl/certs/Starfield_Class_2_CA.pem
/etc/ssl/certs/Starfield_Root_Certificate_Authority_-_G2.pem
/etc/ssl/certs/Starfield_Services_Root_Certificate_Authority_-_G2.pem
/etc/ssl/certs/StartCom_Certification_Authority.1.pem
/etc/ssl/certs/StartCom_Certification_Authority_G2.pem
/etc/ssl/certs/StartCom_Certification_Authority.pem
/etc/ssl/certs/Swisscom_Root_CA_1.pem
/etc/ssl/certs/Swisscom_Root_CA_2.pem
/etc/ssl/certs/Swisscom_Root_EV_CA_2.pem
/etc/ssl/certs/SwissSign_Gold_CA_-_G2.pem
/etc/ssl/certs/SwissSign_Silver_CA_-_G2.pem
/etc/ssl/certs/SZAFIR_ROOT_CA2.pem
/etc/ssl/certs/Taiwan_GRCA.pem
/etc/ssl/certs/TeliaSonera_Root_CA_v1.pem
/etc/ssl/certs/thawte_Primary_Root_CA_-_G2.pem
/etc/ssl/certs/thawte_Primary_Root_CA_-_G3.pem
/etc/ssl/certs/thawte_Primary_Root_CA.pem
/etc/ssl/certs/T__RKTRUST_Elektronik_Sertifika_Hizmet_Sa__lay__c__s___H5.pem
/etc/ssl/certs/T__RKTRUST_Elektronik_Sertifika_Hizmet_Sa__lay__c__s___H6.pem
/etc/ssl/certs/Trustis_FPS_Root_CA.pem
/etc/ssl/certs/T-TeleSec_GlobalRoot_Class_2.pem
/etc/ssl/certs/T-TeleSec_GlobalRoot_Class_3.pem
/etc/ssl/certs/TURKTRUST_Certificate_Services_Provider_Root_2007.pem
/etc/ssl/certs/TWCA_Global_Root_CA.pem
/etc/ssl/certs/TWCA_Root_Certification_Authority.pem
/etc/ssl/certs/T_xc3_x9c_x42_xC4_xB0TAK_UEKAE_K_xC3_xB6k_Sertifika_Hizmet_Sa_xC4_x9Flay_xc4_xb1_x63_xc4_xb1s_xc4_xb1_-_S_xC3_xBCr_xC3_xBCm_3.pem
/etc/ssl/certs/USERTrust_ECC_Certification_Authority.pem
/etc/ssl/certs/USERTrust_RSA_Certification_Authority.pem
/etc/ssl/certs/UTN_USERFirst_Hardware_Root_CA.pem
/etc/ssl/certs/Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem
/etc/ssl/certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem
/etc/ssl/certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
/etc/ssl/certs/VeriSign_Universal_Root_Certification_Authority.pem
/etc/ssl/certs/Visa_eCommerce_Root.pem
/etc/ssl/certs/WellsSecure_Public_Root_Certificate_Authority.pem
/etc/ssl/certs/WoSign_China.pem
/etc/ssl/certs/WoSign.pem
/etc/ssl/certs/XRamp_Global_CA_Root.pem
/etc/systemd/system/display-manager.service
/etc/systemd/system/getty.target.wants
/etc/systemd/system/getty.target.wants/getty@tty1.service
/etc/systemd/system/multi-user.target.wants
/etc/systemd/system/multi-user.target.wants/netctl@28.service
/etc/systemd/system/multi-user.target.wants/netctl@28\x2dr.service
/etc/systemd/system/multi-user.target.wants/org.cups.cupsd.path
/etc/systemd/system/multi-user.target.wants/rc-local.service
/etc/systemd/system/multi-user.target.wants/remote-fs.target
/etc/systemd/system/netctl@28.service
/etc/systemd/system/netctl@28\x2dr.service
/etc/systemd/system/printer.target.wants
/etc/systemd/system/printer.target.wants/org.cups.cupsd.service
/etc/systemd/system/rc-local.service
/etc/systemd/system/sockets.target.wants
/etc/systemd/system/sockets.target.wants/org.cups.cupsd.socket
/etc/systemd/user/default.target.wants
/etc/systemd/user/default.target.wants/xdg-user-dirs-update.service
/etc/systemd/user/sockets.target.wants
/etc/systemd/user/sockets.target.wants/pulseaudio.socket
/etc/udev/hwdb.bin
/etc/.updated
/etc/vconsole.conf
/etc/X11/xorg.conf.d/00-keyboard.conf
/etc/xml
/etc/xml/catalog
/usr/include/gtk
/usr/include/gtk/gtk.h
/usr/include/gtk.h
/usr/include/limits
/usr/include/locale
/usr/include/map
/usr/include/set
/usr/include/shared_mutex
/usr/include/tuple
/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
/usr/lib/gio/modules/giomodule.cache
/usr/lib/gtk-2.0/2.10.0/immodules.cache
/usr/lib/gtk-3.0/3.0.0/immodules.cache
/usr/lib/libcryptopp.so.5.6
/usr/lib/locale/locale-archive
/usr/lib/modprobe.d/nvidia-installer-disable-nouveau.conf
/usr/local/sbin/rc.local
/usr/share/applications/mimeinfo.cache
/usr/share/fonts/misc/fonts.dir
/usr/share/fonts/misc/fonts.scale
/usr/share/fonts/OTF/fonts.dir
/usr/share/fonts/OTF/fonts.scale
/usr/share/fonts/TTF/fonts.dir
/usr/share/fonts/TTF/fonts.scale
/usr/share/glib-2.0/schemas/gschemas.compiled
/usr/share/hplip/base/pexpect/__pycache__
/usr/share/hplip/base/pexpect/__pycache__/__init__.cpython-35.pyc
/usr/share/hplip/base/__pycache__
/usr/share/hplip/prnt/__pycache__
/usr/share/hplip/prnt/__pycache__/cups.cpython-35.pyc
/usr/share/hplip/prnt/__pycache__/__init__.cpython-35.pyc
/usr/share/hplip/prnt/__pycache__/ldl.cpython-35.pyc
/usr/share/hplip/prnt/__pycache__/pcl.cpython-35.pyc
/usr/share/icons/Adwaita/icon-theme.cache
/usr/share/icons/hicolor/icon-theme.cache
/usr/share/icons/HighContrast/icon-theme.cache
/usr/share/info/dir
/usr/share/mime/aliases
/usr/share/mime/application
/usr/share/mime/application/andrew-inset.xml
/usr/share/mime/application/annodex.xml
/usr/share/mime/application/atom+xml.xml
/usr/share/mime/application/dicom.xml
/usr/share/mime/application/ecmascript.xml
/usr/share/mime/application/epub+zip.xml
/usr/share/mime/application/font-woff.xml
/usr/share/mime/application/geo+json.xml
/usr/share/mime/application/gml+xml.xml
/usr/share/mime/application/gnunet-directory.xml
/usr/share/mime/application/gpx+xml.xml
/usr/share/mime/application/gzip.xml
/usr/share/mime/application/illustrator.xml
/usr/share/mime/application/javascript.xml
/usr/share/mime/application/jrd+json.xml
/usr/share/mime/application/json-patch+json.xml
/usr/share/mime/application/json.xml
/usr/share/mime/application/ld+json.xml
/usr/share/mime/application/mac-binhex40.xml
/usr/share/mime/application/mathematica.xml
/usr/share/mime/application/mathml+xml.xml
/usr/share/mime/application/mbox.xml
/usr/share/mime/application/metalink4+xml.xml
/usr/share/mime/application/metalink+xml.xml
/usr/share/mime/application/msword-template.xml
/usr/share/mime/application/msword.xml
/usr/share/mime/application/mxf.xml
/usr/share/mime/application/nemo-action.xml
/usr/share/mime/application/octet-stream.xml
/usr/share/mime/application/oda.xml
/usr/share/mime/application/ogg.xml
/usr/share/mime/application/owl+xml.xml
/usr/share/mime/application/oxps.xml
/usr/share/mime/application/pdf.xml
/usr/share/mime/application/pgp-encrypted.xml
/usr/share/mime/application/pgp-keys.xml
/usr/share/mime/application/pgp-signature.xml
/usr/share/mime/application/pkcs10+pem.xml
/usr/share/mime/application/pkcs10.xml
/usr/share/mime/application/pkcs12+pem.xml
/usr/share/mime/application/pkcs12.xml
/usr/share/mime/application/pkcs7-mime+pem.xml
/usr/share/mime/application/pkcs7-mime.xml
/usr/share/mime/application/pkcs7-signature.xml
/usr/share/mime/application/pkcs8+pem.xml
/usr/share/mime/application/pkcs8.xml
/usr/share/mime/application/pkix-cert+pem.xml
/usr/share/mime/application/pkix-cert.xml
/usr/share/mime/application/pkix-crl+pem.xml
/usr/share/mime/application/pkix-crl.xml
/usr/share/mime/application/pkix-pkipath.xml
/usr/share/mime/application/postscript.xml
/usr/share/mime/application/prs.plucker.xml
/usr/share/mime/application/raml+yaml.xml
/usr/share/mime/application/ram.xml
/usr/share/mime/application/rdf+xml.xml
/usr/share/mime/application/relax-ng-compact-syntax.xml
/usr/share/mime/application/rss+xml.xml
/usr/share/mime/application/rtf.xml
/usr/share/mime/application/sdp.xml
/usr/share/mime/application/sieve.xml
/usr/share/mime/application/smil+xml.xml
/usr/share/mime/application/sql.xml
/usr/share/mime/application/vnd.adobe.flash.movie.xml
/usr/share/mime/application/vnd.android.package-archive.xml
/usr/share/mime/application/vnd.apple.mpegurl.xml
/usr/share/mime/application/vnd.chess-pgn.xml
/usr/share/mime/application/vnd.coffeescript.xml
/usr/share/mime/application/vnd.comicbook+zip.xml
/usr/share/mime/application/vnd.corel-draw.xml
/usr/share/mime/application/vnd.debian.binary-package.xml
/usr/share/mime/application/vnd.emusic-emusic_package.xml
/usr/share/mime/application/vnd.flatpak.repo.xml
/usr/share/mime/application/vnd.flatpak.xml
/usr/share/mime/application/vnd.framemaker.xml
/usr/share/mime/application/vnd.google-earth.kml+xml.xml
/usr/share/mime/application/vnd.google-earth.kmz.xml
/usr/share/mime/application/vnd.hp-hpgl.xml
/usr/share/mime/application/vnd.hp-pcl.xml
/usr/share/mime/application/vnd.iccprofile.xml
/usr/share/mime/application/vnd.lotus-1-2-3.xml
/usr/share/mime/application/vnd.lotus-wordpro.xml
/usr/share/mime/application/vnd.mozilla.xul+xml.xml
/usr/share/mime/application/vnd.ms-access.xml
/usr/share/mime/application/vnd.ms-asf.xml
/usr/share/mime/application/vnd.ms-cab-compressed.xml
/usr/share/mime/application/vnd.ms-excel.addin.macroenabled.12.xml
/usr/share/mime/application/vnd.ms-excel.sheet.binary.macroenabled.12.xml
/usr/share/mime/application/vnd.ms-excel.sheet.macroenabled.12.xml
/usr/share/mime/application/vnd.ms-excel.template.macroenabled.12.xml
/usr/share/mime/application/vnd.ms-excel.xml
/usr/share/mime/application/vnd.ms-htmlhelp.xml
/usr/share/mime/application/vnd.ms-powerpoint.addin.macroenabled.12.xml
/usr/share/mime/application/vnd.ms-powerpoint.presentation.macroenabled.12.xml
/usr/share/mime/application/vnd.ms-powerpoint.slide.macroenabled.12.xml
/usr/share/mime/application/vnd.ms-powerpoint.slideshow.macroenabled.12.xml
/usr/share/mime/application/vnd.ms-powerpoint.template.macroenabled.12.xml
/usr/share/mime/application/vnd.ms-powerpoint.xml
/usr/share/mime/application/vnd.ms-publisher.xml
/usr/share/mime/application/vnd.ms-tnef.xml
/usr/share/mime/application/vnd.ms-visio.drawing.macroenabled.main+xml.xml
/usr/share/mime/application/vnd.ms-visio.drawing.main+xml.xml
/usr/share/mime/application/vnd.ms-visio.stencil.macroenabled.main+xml.xml
/usr/share/mime/application/vnd.ms-visio.stencil.main+xml.xml
/usr/share/mime/application/vnd.ms-visio.template.macroenabled.main+xml.xml
/usr/share/mime/application/vnd.ms-visio.template.main+xml.xml
/usr/share/mime/application/vnd.ms-word.document.macroenabled.12.xml
/usr/share/mime/application/vnd.ms-word.template.macroenabled.12.xml
/usr/share/mime/application/vnd.ms-works.xml
/usr/share/mime/application/vnd.ms-wpl.xml
/usr/share/mime/application/vnd.nintendo.snes.rom.xml
/usr/share/mime/application/vnd.oasis.opendocument.chart-template.xml
/usr/share/mime/application/vnd.oasis.opendocument.chart.xml
/usr/share/mime/application/vnd.oasis.opendocument.database.xml
/usr/share/mime/application/vnd.oasis.opendocument.formula-template.xml
/usr/share/mime/application/vnd.oasis.opendocument.formula.xml
/usr/share/mime/application/vnd.oasis.opendocument.graphics-flat-xml.xml
/usr/share/mime/application/vnd.oasis.opendocument.graphics-template.xml
/usr/share/mime/application/vnd.oasis.opendocument.graphics.xml
/usr/share/mime/application/vnd.oasis.opendocument.image.xml
/usr/share/mime/application/vnd.oasis.opendocument.presentation-flat-xml.xml
/usr/share/mime/application/vnd.oasis.opendocument.presentation-template.xml
/usr/share/mime/application/vnd.oasis.opendocument.presentation.xml
/usr/share/mime/application/vnd.oasis.opendocument.spreadsheet-flat-xml.xml
/usr/share/mime/application/vnd.oasis.opendocument.spreadsheet-template.xml
/usr/share/mime/application/vnd.oasis.opendocument.spreadsheet.xml
/usr/share/mime/application/vnd.oasis.opendocument.text-flat-xml.xml
/usr/share/mime/application/vnd.oasis.opendocument.text-master.xml
/usr/share/mime/application/vnd.oasis.opendocument.text-template.xml
/usr/share/mime/application/vnd.oasis.opendocument.text-web.xml
/usr/share/mime/application/vnd.oasis.opendocument.text.xml
/usr/share/mime/application/vnd.openofficeorg.extension.xml
/usr/share/mime/application/vnd.openxmlformats-officedocument.presentationml.presentation.xml
/usr/share/mime/application/vnd.openxmlformats-officedocument.presentationml.slideshow.xml
/usr/share/mime/application/vnd.openxmlformats-officedocument.presentationml.slide.xml
/usr/share/mime/application/vnd.openxmlformats-officedocument.presentationml.template.xml
/usr/share/mime/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.xml
/usr/share/mime/application/vnd.openxmlformats-officedocument.spreadsheetml.template.xml
/usr/share/mime/application/vnd.openxmlformats-officedocument.wordprocessingml.document.xml
/usr/share/mime/application/vnd.openxmlformats-officedocument.wordprocessingml.template.xml
/usr/share/mime/application/vnd.palm.xml
/usr/share/mime/application/vnd.rar.xml
/usr/share/mime/application/vnd.rn-realmedia.xml
/usr/share/mime/application/vnd.snap.xml
/usr/share/mime/application/vnd.squashfs.xml
/usr/share/mime/application/vnd.stardivision.calc.xml
/usr/share/mime/application/vnd.stardivision.chart.xml
/usr/share/mime/application/vnd.stardivision.draw.xml
/usr/share/mime/application/vnd.stardivision.impress.xml
/usr/share/mime/application/vnd.stardivision.mail.xml
/usr/share/mime/application/vnd.stardivision.math.xml
/usr/share/mime/application/vnd.stardivision.writer.xml
/usr/share/mime/application/vnd.sun.xml.calc.template.xml
/usr/share/mime/application/vnd.sun.xml.calc.xml
/usr/share/mime/application/vnd.sun.xml.draw.template.xml
/usr/share/mime/application/vnd.sun.xml.draw.xml
/usr/share/mime/application/vnd.sun.xml.impress.template.xml
/usr/share/mime/application/vnd.sun.xml.impress.xml
/usr/share/mime/application/vnd.sun.xml.math.xml
/usr/share/mime/application/vnd.sun.xml.writer.global.xml
/usr/share/mime/application/vnd.sun.xml.writer.template.xml
/usr/share/mime/application/vnd.sun.xml.writer.xml
/usr/share/mime/application/vnd.symbian.install.xml
/usr/share/mime/application/vnd.tcpdump.pcap.xml
/usr/share/mime/application/vnd.visio.xml
/usr/share/mime/application/vnd.wordperfect.xml
/usr/share/mime/application/winhlp.xml
/usr/share/mime/application/x-7z-compressed.xml
/usr/share/mime/application/x-abiword.xml
/usr/share/mime/application/x-ace.xml
/usr/share/mime/application/x-alz.xml
/usr/share/mime/application/x-amiga-disk-format.xml
/usr/share/mime/application/x-amipro.xml
/usr/share/mime/application/x-aportisdoc.xml
/usr/share/mime/application/x-apple-diskimage.xml
/usr/share/mime/application/x-applix-spreadsheet.xml
/usr/share/mime/application/x-applix-word.xml
/usr/share/mime/application/x-archive.xml
/usr/share/mime/application/x-arc.xml
/usr/share/mime/application/x-arj.xml
/usr/share/mime/application/x-asp.xml
/usr/share/mime/application/x-atari-2600-rom.xml
/usr/share/mime/application/x-atari-7800-rom.xml
/usr/share/mime/application/x-audacity-project.xml
/usr/share/mime/application/x-awk.xml
/usr/share/mime/application/x-bcpio.xml
/usr/share/mime/application/x-bittorrent.xml
/usr/share/mime/application/x-blender.xml
/usr/share/mime/application/x-bsdiff.xml
/usr/share/mime/application/x-bzdvi.xml
/usr/share/mime/application/x-bzip-compressed-tar.xml
/usr/share/mime/application/x-bzip.xml
/usr/share/mime/application/x-bzpdf.xml
/usr/share/mime/application/x-bzpostscript.xml
/usr/share/mime/application/x-cb7.xml
/usr/share/mime/application/x-cbr.xml
/usr/share/mime/application/x-cbt.xml
/usr/share/mime/application/x-ccmx.xml
/usr/share/mime/application/x-cd-image.xml
/usr/share/mime/application/x-cdrdao-toc.xml
/usr/share/mime/application/x-cisco-vpn-settings.xml
/usr/share/mime/application/x-class-file.xml
/usr/share/mime/application/x-cmakecache.xml
/usr/share/mime/application/x-compressed-tar.xml
/usr/share/mime/application/x-compress.xml
/usr/share/mime/application/x-core.xml
/usr/share/mime/application/x-cpio-compressed.xml
/usr/share/mime/application/x-cpio.xml
/usr/share/mime/application/x-csh.xml
/usr/share/mime/application/x-cue.xml
/usr/share/mime/application/x-dar.xml
/usr/share/mime/application/x-dbf.xml
/usr/share/mime/application/x-dc-rom.xml
/usr/share/mime/application/x-designer.xml
/usr/share/mime/application/x-desktop.xml
/usr/share/mime/application/x-dia-diagram.xml
/usr/share/mime/application/x-dia-shape.xml
/usr/share/mime/application/x-docbook+xml.xml
/usr/share/mime/application/x-doom-wad.xml
/usr/share/mime/application/x-dvi.xml
/usr/share/mime/application/x-egon.xml
/usr/share/mime/application/x-e-theme.xml
/usr/share/mime/application/x-executable.xml
/usr/share/mime/application/x-fictionbook+xml.xml
/usr/share/mime/application/x-fluid.xml
/usr/share/mime/application/x-font-afm.xml
/usr/share/mime/application/x-font-bdf.xml
/usr/share/mime/application/x-font-dos.xml
/usr/share/mime/application/x-font-framemaker.xml
/usr/share/mime/application/x-font-libgrx.xml
/usr/share/mime/application/x-font-linux-psf.xml
/usr/share/mime/application/x-font-otf.xml
/usr/share/mime/application/x-font-pcf.xml
/usr/share/mime/application/x-font-speedo.xml
/usr/share/mime/application/x-font-sunos-news.xml
/usr/share/mime/application/x-font-tex-tfm.xml
/usr/share/mime/application/x-font-tex.xml
/usr/share/mime/application/x-font-ttf.xml
/usr/share/mime/application/x-font-ttx.xml
/usr/share/mime/application/x-font-type1.xml
/usr/share/mime/application/x-font-vfont.xml
/usr/share/mime/application/x-gameboy-color-rom.xml
/usr/share/mime/application/x-gameboy-rom.xml
/usr/share/mime/application/x-gamecube-rom.xml
/usr/share/mime/application/x-gamegear-rom.xml
/usr/share/mime/application/x-gba-rom.xml
/usr/share/mime/application/x-gdbm.xml
/usr/share/mime/application/x-gedcom.xml
/usr/share/mime/application/x-genesis-32x-rom.xml
/usr/share/mime/application/x-genesis-rom.xml
/usr/share/mime/application/x-gettext-translation.xml
/usr/share/mime/application/x-glade.xml
/usr/share/mime/application/x-gnome-saved-search.xml
/usr/share/mime/application/x-gnucash.xml
/usr/share/mime/application/x-gnumeric.xml
/usr/share/mime/application/x-gnuplot.xml
/usr/share/mime/application/x-go-sgf.xml
/usr/share/mime/application/x-graphite.xml
/usr/share/mime/application/x-gtk-builder.xml
/usr/share/mime/application/x-gtktalog.xml
/usr/share/mime/application/x-gzdvi.xml
/usr/share/mime/application/x-gz-font-linux-psf.xml
/usr/share/mime/application/x-gzpdf.xml
/usr/share/mime/application/x-gzpostscript.xml
/usr/share/mime/application/x-hdf.xml
/usr/share/mime/application/xhtml+xml.xml
/usr/share/mime/application/x-hwp.xml
/usr/share/mime/application/x-hwt.xml
/usr/share/mime/application/x-ica.xml
/usr/share/mime/application/x-iff.xml
/usr/share/mime/application/x-ipod-firmware.xml
/usr/share/mime/application/x-ipynb+json.xml
/usr/share/mime/application/x-iso9660-appimage.xml
/usr/share/mime/application/x-it87.xml
/usr/share/mime/application/x-iwork-keynote-sffkey.xml
/usr/share/mime/application/x-java-archive.xml
/usr/share/mime/application/x-java-jce-keystore.xml
/usr/share/mime/application/x-java-jnlp-file.xml
/usr/share/mime/application/x-java-keystore.xml
/usr/share/mime/application/x-java-pack200.xml
/usr/share/mime/application/x-java.xml
/usr/share/mime/application/x-jbuilder-project.xml
/usr/share/mime/application/x-karbon.xml
/usr/share/mime/application/x-kchart.xml
/usr/share/mime/application/x-kexi-connectiondata.xml
/usr/share/mime/application/x-kexiproject-shortcut.xml
/usr/share/mime/application/x-kexiproject-sqlite2.xml
/usr/share/mime/application/x-kexiproject-sqlite3.xml
/usr/share/mime/application/x-kformula.xml
/usr/share/mime/application/x-killustrator.xml
/usr/share/mime/application/x-kivio.xml
/usr/share/mime/application/x-kontour.xml
/usr/share/mime/application/x-kpovmodeler.xml
/usr/share/mime/application/x-kpresenter.xml
/usr/share/mime/application/x-krita.xml
/usr/share/mime/application/x-kspread-crypt.xml
/usr/share/mime/application/x-kspread.xml
/usr/share/mime/application/x-ksysv-package.xml
/usr/share/mime/application/x-kugar.xml
/usr/share/mime/application/x-kword-crypt.xml
/usr/share/mime/application/x-kword.xml
/usr/share/mime/application/x-lha.xml
/usr/share/mime/application/x-lhz.xml
/usr/share/mime/application/x-lrzip-compressed-tar.xml
/usr/share/mime/application/x-lrzip.xml
/usr/share/mime/application/x-lyx.xml
/usr/share/mime/application/x-lz4-compressed-tar.xml
/usr/share/mime/application/x-lz4.xml
/usr/share/mime/application/x-lzip-compressed-tar.xml
/usr/share/mime/application/x-lzip.xml
/usr/share/mime/application/x-lzma-compressed-tar.xml
/usr/share/mime/application/x-lzma.xml
/usr/share/mime/application/x-lzop.xml
/usr/share/mime/application/x-m4.xml
/usr/share/mime/application/x-macbinary.xml
/usr/share/mime/application/x-magicpoint.xml
/usr/share/mime/application/x-markaby.xml
/usr/share/mime/application/x-matroska.xml
/usr/share/mime/application/x-mif.xml
/usr/share/mime/application/x-mimearchive.xml
/usr/share/mime/application/xml-dtd.xml
/usr/share/mime/application/xml-external-parsed-entity.xml
/usr/share/mime/application/xml.xml
/usr/share/mime/application/x-mobipocket-ebook.xml
/usr/share/mime/application/x-mozilla-bookmarks.xml
/usr/share/mime/application/x-ms-dos-executable.xml
/usr/share/mime/application/x-msi.xml
/usr/share/mime/application/x-ms-wim.xml
/usr/share/mime/application/x-mswinurl.xml
/usr/share/mime/application/x-mswrite.xml
/usr/share/mime/application/x-msx-rom.xml
/usr/share/mime/application/x-n64-rom.xml
/usr/share/mime/application/x-nautilus-link.xml
/usr/share/mime/application/x-navi-animation.xml
/usr/share/mime/application/x-neo-geo-pocket-rom.xml
/usr/share/mime/application/x-nes-rom.xml
/usr/share/mime/application/x-netcdf.xml
/usr/share/mime/application/x-netshow-channel.xml
/usr/share/mime/application/x-nintendo-ds-rom.xml
/usr/share/mime/application/x-nzb.xml
/usr/share/mime/application/x-object.xml
/usr/share/mime/application/x-oleo.xml
/usr/share/mime/application/x-ole-storage.xml
/usr/share/mime/application/x-pagemaker.xml
/usr/share/mime/application/x-pak.xml
/usr/share/mime/application/x-par2.xml
/usr/share/mime/application/x-partial-download.xml
/usr/share/mime/application/x-pc-engine-rom.xml
/usr/share/mime/application/x-pef-executable.xml
/usr/share/mime/application/x-pem-file.xml
/usr/share/mime/application/x-pem-key.xml
/usr/share/mime/application/x-perl.xml
/usr/share/mime/application/x-php.xml
/usr/share/mime/application/x-pkcs12.xml
/usr/share/mime/application/x-pkcs7-certificates.xml
/usr/share/mime/application/x-planperfect.xml
/usr/share/mime/application/x-pocket-word.xml
/usr/share/mime/application/x-profile.xml
/usr/share/mime/application/x-pw.xml
/usr/share/mime/application/x-python-bytecode.xml
/usr/share/mime/application/x-qpress.xml
/usr/share/mime/application/x-qtiplot.xml
/usr/share/mime/application/x-quattropro.xml
/usr/share/mime/application/x-quicktime-media-link.xml
/usr/share/mime/application/x-qw.xml
/usr/share/mime/application/x-raw-disk-image.xml
/usr/share/mime/application/x-raw-disk-image-xz-compressed.xml
/usr/share/mime/application/x-riff.xml
/usr/share/mime/application/x-rpm.xml
/usr/share/mime/application/x-ruby.xml
/usr/share/mime/application/x-sami.xml
/usr/share/mime/application/x-saturn-rom.xml
/usr/share/mime/application/x-sc.xml
/usr/share/mime/application/x-sega-cd-rom.xml
/usr/share/mime/application/x-sega-pico-rom.xml
/usr/share/mime/application/x-sg1000-rom.xml
/usr/share/mime/application/x-shared-library-la.xml
/usr/share/mime/application/x-sharedlib.xml
/usr/share/mime/application/x-shar.xml
/usr/share/mime/application/x-shellscript.xml
/usr/share/mime/application/x-shorten.xml
/usr/share/mime/application/x-siag.xml
/usr/share/mime/application/x-slp.xml
/usr/share/mime/application/xslt+xml.xml
/usr/share/mime/application/x-smaf.xml
/usr/share/mime/application/x-sms-rom.xml
/usr/share/mime/application/x-source-rpm.xml
/usr/share/mime/application/xspf+xml.xml
/usr/share/mime/application/x-spkac+base64.xml
/usr/share/mime/application/x-spkac.xml
/usr/share/mime/application/x-spss-por.xml
/usr/share/mime/application/x-spss-sav.xml
/usr/share/mime/application/x-sqlite2.xml
/usr/share/mime/application/x-sqlite3.xml
/usr/share/mime/application/x-stuffit.xml
/usr/share/mime/application/x-subrip.xml
/usr/share/mime/application/x-sv4cpio.xml
/usr/share/mime/application/x-sv4crc.xml
/usr/share/mime/application/x-t602.xml
/usr/share/mime/application/x-tar.xml
/usr/share/mime/application/x-tarz.xml
/usr/share/mime/application/x-tex-gf.xml
/usr/share/mime/application/x-tex-pk.xml
/usr/share/mime/application/x-tgif.xml
/usr/share/mime/application/x-theme.xml
/usr/share/mime/application/x-toutdoux.xml
/usr/share/mime/application/x-trash.xml
/usr/share/mime/application/x-trig.xml
/usr/share/mime/application/x-troff-man-compressed.xml
/usr/share/mime/application/x-troff-man.xml
/usr/share/mime/application/x-tzo.xml
/usr/share/mime/application/x-ufraw.xml
/usr/share/mime/application/x-ustar.xml
/usr/share/mime/application/x-wais-source.xml
/usr/share/mime/application/x-wii-rom.xml
/usr/share/mime/application/x-wii-wad.xml
/usr/share/mime/application/x-windows-themepack.xml
/usr/share/mime/application/x-wpg.xml
/usr/share/mime/application/x-wwf.xml
/usr/share/mime/application/x-x509-ca-cert.xml
/usr/share/mime/application/x-xar.xml
/usr/share/mime/application/x-xbel.xml
/usr/share/mime/application/x-xliff.xml
/usr/share/mime/application/x-xpinstall.xml
/usr/share/mime/application/x-xz-compressed-tar.xml
/usr/share/mime/application/x-xzpdf.xml
/usr/share/mime/application/x-xz.xml
/usr/share/mime/application/x-yaml.xml
/usr/share/mime/application/x-zerosize.xml
/usr/share/mime/application/x-zip-compressed-fb2.xml
/usr/share/mime/application/x-zoo.xml
/usr/share/mime/application/zip.xml
/usr/share/mime/application/zlib.xml
/usr/share/mime/audio
/usr/share/mime/audio/aac.xml
/usr/share/mime/audio/ac3.xml
/usr/share/mime/audio/amr-wb.xml
/usr/share/mime/audio/amr.xml
/usr/share/mime/audio/annodex.xml
/usr/share/mime/audio/basic.xml
/usr/share/mime/audio/flac.xml
/usr/share/mime/audio/midi.xml
/usr/share/mime/audio/mp2.xml
/usr/share/mime/audio/mp4.xml
/usr/share/mime/audio/mpeg.xml
/usr/share/mime/audio/ogg.xml
/usr/share/mime/audio/prs.sid.xml
/usr/share/mime/audio/vnd.dts.hd.xml
/usr/share/mime/audio/vnd.dts.xml
/usr/share/mime/audio/vnd.rn-realaudio.xml
/usr/share/mime/audio/webm.xml
/usr/share/mime/audio/x-adpcm.xml
/usr/share/mime/audio/x-aifc.xml
/usr/share/mime/audio/x-aiff.xml
/usr/share/mime/audio/x-amzxml.xml
/usr/share/mime/audio/x-ape.xml
/usr/share/mime/audio/x-flac+ogg.xml
/usr/share/mime/audio/x-gsm.xml
/usr/share/mime/audio/x-iriver-pla.xml
/usr/share/mime/audio/x-it.xml
/usr/share/mime/audio/x-m4b.xml
/usr/share/mime/audio/x-matroska.xml
/usr/share/mime/audio/x-minipsf.xml
/usr/share/mime/audio/x-mo3.xml
/usr/share/mime/audio/x-mod.xml
/usr/share/mime/audio/x-mpegurl.xml
/usr/share/mime/audio/x-ms-asx.xml
/usr/share/mime/audio/x-ms-wma.xml
/usr/share/mime/audio/x-musepack.xml
/usr/share/mime/audio/x-opus+ogg.xml
/usr/share/mime/audio/x-psflib.xml
/usr/share/mime/audio/x-psf.xml
/usr/share/mime/audio/x-riff.xml
/usr/share/mime/audio/x-s3m.xml
/usr/share/mime/audio/x-scpls.xml
/usr/share/mime/audio/x-speex+ogg.xml
/usr/share/mime/audio/x-speex.xml
/usr/share/mime/audio/x-stm.xml
/usr/share/mime/audio/x-tta.xml
/usr/share/mime/audio/x-voc.xml
/usr/share/mime/audio/x-vorbis+ogg.xml
/usr/share/mime/audio/x-wavpack-correction.xml
/usr/share/mime/audio/x-wavpack.xml
/usr/share/mime/audio/x-wav.xml
/usr/share/mime/audio/x-xi.xml
/usr/share/mime/audio/x-xmf.xml
/usr/share/mime/audio/x-xm.xml
/usr/share/mime/generic-icons
/usr/share/mime/globs
/usr/share/mime/globs2
/usr/share/mime/icons
/usr/share/mime/image
/usr/share/mime/image/bmp.xml
/usr/share/mime/image/cgm.xml
/usr/share/mime/image/dpx.xml
/usr/share/mime/image/emf.xml
/usr/share/mime/image/fax-g3.xml
/usr/share/mime/image/fits.xml
/usr/share/mime/image/g3fax.xml
/usr/share/mime/image/gif.xml
/usr/share/mime/image/ief.xml
/usr/share/mime/image/jp2.xml
/usr/share/mime/image/jpeg.xml
/usr/share/mime/image/openraster.xml
/usr/share/mime/image/png.xml
/usr/share/mime/image/rle.xml
/usr/share/mime/image/svg+xml-compressed.xml
/usr/share/mime/image/svg+xml.xml
/usr/share/mime/image/tiff.xml
/usr/share/mime/image/vnd.adobe.photoshop.xml
/usr/share/mime/image/vnd.djvu+multipage.xml
/usr/share/mime/image/vnd.djvu.xml
/usr/share/mime/image/vnd.dwg.xml
/usr/share/mime/image/vnd.dxf.xml
/usr/share/mime/image/vnd.microsoft.icon.xml
/usr/share/mime/image/vnd.ms-modi.xml
/usr/share/mime/image/vnd.rn-realpix.xml
/usr/share/mime/image/vnd.wap.wbmp.xml
/usr/share/mime/image/vnd.zbrush.pcx.xml
/usr/share/mime/image/webp.xml
/usr/share/mime/image/wmf.xml
/usr/share/mime/image/x-3ds.xml
/usr/share/mime/image/x-adobe-dng.xml
/usr/share/mime/image/x-applix-graphics.xml
/usr/share/mime/image/x-bzeps.xml
/usr/share/mime/image/x-canon-cr2.xml
/usr/share/mime/image/x-canon-crw.xml
/usr/share/mime/image/x-cmu-raster.xml
/usr/share/mime/image/x-compressed-xcf.xml
/usr/share/mime/image/x-dcraw.xml
/usr/share/mime/image/x-dds.xml
/usr/share/mime/image/x-dib.xml
/usr/share/mime/image/x-eps.xml
/usr/share/mime/image/x-exr.xml
/usr/share/mime/image/x-fpx.xml
/usr/share/mime/image/x-fuji-raf.xml
/usr/share/mime/image/x-gzeps.xml
/usr/share/mime/image/x-icns.xml
/usr/share/mime/image/x-ilbm.xml
/usr/share/mime/image/x-jng.xml
/usr/share/mime/image/x-kodak-dcr.xml
/usr/share/mime/image/x-kodak-k25.xml
/usr/share/mime/image/x-kodak-kdc.xml
/usr/share/mime/image/x-lwo.xml
/usr/share/mime/image/x-lws.xml
/usr/share/mime/image/x-macpaint.xml
/usr/share/mime/image/x-minolta-mrw.xml
/usr/share/mime/image/x-msod.xml
/usr/share/mime/image/x-niff.xml
/usr/share/mime/image/x-nikon-nef.xml
/usr/share/mime/image/x-olympus-orf.xml
/usr/share/mime/image/x-panasonic-raw2.xml
/usr/share/mime/image/x-panasonic-raw.xml
/usr/share/mime/image/x-pentax-pef.xml
/usr/share/mime/image/x-photo-cd.xml
/usr/share/mime/image/x-pict.xml
/usr/share/mime/image/x-portable-anymap.xml
/usr/share/mime/image/x-portable-bitmap.xml
/usr/share/mime/image/x-portable-graymap.xml
/usr/share/mime/image/x-portable-pixmap.xml
/usr/share/mime/image/x-quicktime.xml
/usr/share/mime/image/x-rgb.xml
/usr/share/mime/image/x-sgi.xml
/usr/share/mime/image/x-sigma-x3f.xml
/usr/share/mime/image/x-skencil.xml
/usr/share/mime/image/x-sony-arw.xml
/usr/share/mime/image/x-sony-sr2.xml
/usr/share/mime/image/x-sony-srf.xml
/usr/share/mime/image/x-sun-raster.xml
/usr/share/mime/image/x-tga.xml
/usr/share/mime/image/x-tiff-multipage.xml
/usr/share/mime/image/x-win-bitmap.xml
/usr/share/mime/image/x-xbitmap.xml
/usr/share/mime/image/x-xcf.xml
/usr/share/mime/image/x-xcursor.xml
/usr/share/mime/image/x-xfig.xml
/usr/share/mime/image/x-xpixmap.xml
/usr/share/mime/image/x-xwindowdump.xml
/usr/share/mime/inode
/usr/share/mime/inode/blockdevice.xml
/usr/share/mime/inode/chardevice.xml
/usr/share/mime/inode/directory.xml
/usr/share/mime/inode/fifo.xml
/usr/share/mime/inode/mount-point.xml
/usr/share/mime/inode/socket.xml
/usr/share/mime/inode/symlink.xml
/usr/share/mime/magic
/usr/share/mime/message
/usr/share/mime/message/delivery-status.xml
/usr/share/mime/message/disposition-notification.xml
/usr/share/mime/message/external-body.xml
/usr/share/mime/message/news.xml
/usr/share/mime/message/partial.xml
/usr/share/mime/message/rfc822.xml
/usr/share/mime/message/x-gnu-rmail.xml
/usr/share/mime/mime.cache
/usr/share/mime/model
/usr/share/mime/model/iges.xml
/usr/share/mime/model/vrml.xml
/usr/share/mime/multipart
/usr/share/mime/multipart/alternative.xml
/usr/share/mime/multipart/appledouble.xml
/usr/share/mime/multipart/digest.xml
/usr/share/mime/multipart/encrypted.xml
/usr/share/mime/multipart/mixed.xml
/usr/share/mime/multipart/related.xml
/usr/share/mime/multipart/report.xml
/usr/share/mime/multipart/signed.xml
/usr/share/mime/multipart/x-mixed-replace.xml
/usr/share/mime/subclasses
/usr/share/mime/text
/usr/share/mime/text/cache-manifest.xml
/usr/share/mime/text/calendar.xml
/usr/share/mime/text/css.xml
/usr/share/mime/text/csv-schema.xml
/usr/share/mime/text/csv.xml
/usr/share/mime/text/enriched.xml
/usr/share/mime/text/htmlh.xml
/usr/share/mime/text/html.xml
/usr/share/mime/text/markdown.xml
/usr/share/mime/text/plain.xml
/usr/share/mime/text/rfc822-headers.xml
/usr/share/mime/text/richtext.xml
/usr/share/mime/text/rust.xml
/usr/share/mime/text/sgml.xml
/usr/share/mime/text/spreadsheet.xml
/usr/share/mime/text/tab-separated-values.xml
/usr/share/mime/text/troff.xml
/usr/share/mime/text/turtle.xml
/usr/share/mime/text/vcard.xml
/usr/share/mime/text/vnd.graphviz.xml
/usr/share/mime/text/vnd.rn-realtext.xml
/usr/share/mime/text/vnd.sun.j2me.app-descriptor.xml
/usr/share/mime/text/vnd.trolltech.linguist.xml
/usr/share/mime/text/vnd.wap.wmlscript.xml
/usr/share/mime/text/vnd.wap.wml.xml
/usr/share/mime/text/vtt.xml
/usr/share/mime/text/x-adasrc.xml
/usr/share/mime/text/x-authors.xml
/usr/share/mime/text/x-bibtex.xml
/usr/share/mime/text/x-changelog.xml
/usr/share/mime/text/x-c++hdr.xml
/usr/share/mime/text/x-chdr.xml
/usr/share/mime/text/x-cmake.xml
/usr/share/mime/text/x-cobol.xml
/usr/share/mime/text/x-copying.xml
/usr/share/mime/text/x-credits.xml
/usr/share/mime/text/x-csharp.xml
/usr/share/mime/text/x-c++src.xml
/usr/share/mime/text/x-csrc.xml
/usr/share/mime/text/x-dcl.xml
/usr/share/mime/text/x-dsl.xml
/usr/share/mime/text/x-dsrc.xml
/usr/share/mime/text/x-eiffel.xml
/usr/share/mime/text/x-emacs-lisp.xml
/usr/share/mime/text/x-erlang.xml
/usr/share/mime/text/x-fortran.xml
/usr/share/mime/text/x-genie.xml
/usr/share/mime/text/x-gettext-translation-template.xml
/usr/share/mime/text/x-gettext-translation.xml
/usr/share/mime/text/x-gherkin.xml
/usr/share/mime/text/x-google-video-pointer.xml
/usr/share/mime/text/x-go.xml
/usr/share/mime/text/x-haskell.xml
/usr/share/mime/text/x-idl.xml
/usr/share/mime/text/x-imelody.xml
/usr/share/mime/text/x-install.xml
/usr/share/mime/text/x-iptables.xml
/usr/share/mime/text/x-java.xml
/usr/share/mime/text/x-ldif.xml
/usr/share/mime/text/x-lilypond.xml
/usr/share/mime/text/x-literate-haskell.xml
/usr/share/mime/text/x-log.xml
/usr/share/mime/text/x-lua.xml
/usr/share/mime/text/x-makefile.xml
/usr/share/mime/text/x-matlab.xml
/usr/share/mime/text/xmcd.xml
/usr/share/mime/text/x-meson.xml
/usr/share/mime/text/x-microdvd.xml
/usr/share/mime/text/x-moc.xml
/usr/share/mime/text/x-modelica.xml
/usr/share/mime/text/x-mof.xml
/usr/share/mime/text/x-mpsub.xml
/usr/share/mime/text/x-mrml.xml
/usr/share/mime/text/x-ms-regedit.xml
/usr/share/mime/text/x-mup.xml
/usr/share/mime/text/x-nfo.xml
/usr/share/mime/text/x-objcsrc.xml
/usr/share/mime/text/x-ocaml.xml
/usr/share/mime/text/x-ocl.xml
/usr/share/mime/text/x-ooc.xml
/usr/share/mime/text/x-opml+xml.xml
/usr/share/mime/text/x-pascal.xml
/usr/share/mime/text/x-patch.xml
/usr/share/mime/text/x-python.xml
/usr/share/mime/text/x-qml.xml
/usr/share/mime/text/x-readme.xml
/usr/share/mime/text/x-reject.xml
/usr/share/mime/text/x-rpm-spec.xml
/usr/share/mime/text/x-sass.xml
/usr/share/mime/text/x-scala.xml
/usr/share/mime/text/x-scheme.xml
/usr/share/mime/text/x-scons.xml
/usr/share/mime/text/x-scss.xml
/usr/share/mime/text/x-setext.xml
/usr/share/mime/text/x-ssa.xml
/usr/share/mime/text/x-subviewer.xml
/usr/share/mime/text/x-svhdr.xml
/usr/share/mime/text/x-svsrc.xml
/usr/share/mime/text/x-tcl.xml
/usr/share/mime/text/x-texinfo.xml
/usr/share/mime/text/x-tex.xml
/usr/share/mime/text/x-troff-me.xml
/usr/share/mime/text/x-troff-mm.xml
/usr/share/mime/text/x-troff-ms.xml
/usr/share/mime/text/x-twig.xml
/usr/share/mime/text/x-txt2tags.xml
/usr/share/mime/text/x-uil.xml
/usr/share/mime/text/x-uri.xml
/usr/share/mime/text/x-uuencode.xml
/usr/share/mime/text/x-vala.xml
/usr/share/mime/text/x-verilog.xml
/usr/share/mime/text/x-vhdl.xml
/usr/share/mime/text/x-xmi.xml
/usr/share/mime/text/x-xslfo.xml
/usr/share/mime/treemagic
/usr/share/mime/types
/usr/share/mime/version
/usr/share/mime/video
/usr/share/mime/video/3gpp2.xml
/usr/share/mime/video/3gpp.xml
/usr/share/mime/video/annodex.xml
/usr/share/mime/video/dv.xml
/usr/share/mime/video/isivideo.xml
/usr/share/mime/video/mp2t.xml
/usr/share/mime/video/mp4.xml
/usr/share/mime/video/mpeg.xml
/usr/share/mime/video/ogg.xml
/usr/share/mime/video/quicktime.xml
/usr/share/mime/video/vnd.mpegurl.xml
/usr/share/mime/video/vnd.rn-realvideo.xml
/usr/share/mime/video/vnd.vivo.xml
/usr/share/mime/video/wavelet.xml
/usr/share/mime/video/webm.xml
/usr/share/mime/video/x-anim.xml
/usr/share/mime/video/x-flic.xml
/usr/share/mime/video/x-flv.xml
/usr/share/mime/video/x-javafx.xml
/usr/share/mime/video/x-matroska-3d.xml
/usr/share/mime/video/x-matroska.xml
/usr/share/mime/video/x-mng.xml
/usr/share/mime/video/x-msvideo.xml
/usr/share/mime/video/x-ms-wmv.xml
/usr/share/mime/video/x-nsv.xml
/usr/share/mime/video/x-ogm+ogg.xml
/usr/share/mime/video/x-sgi-movie.xml
/usr/share/mime/video/x-theora+ogg.xml
/usr/share/mime/x-content
/usr/share/mime/x-content/audio-cdda.xml
/usr/share/mime/x-content/audio-dvd.xml
/usr/share/mime/x-content/audio-player.xml
/usr/share/mime/x-content/blank-bd.xml
/usr/share/mime/x-content/blank-cd.xml
/usr/share/mime/x-content/blank-dvd.xml
/usr/share/mime/x-content/blank-hddvd.xml
/usr/share/mime/x-content/ebook-reader.xml
/usr/share/mime/x-content/image-dcf.xml
/usr/share/mime/x-content/image-picturecd.xml
/usr/share/mime/x-content/software.xml
/usr/share/mime/x-content/unix-software.xml
/usr/share/mime/x-content/video-bluray.xml
/usr/share/mime/x-content/video-dvd.xml
/usr/share/mime/x-content/video-hddvd.xml
/usr/share/mime/x-content/video-svcd.xml
/usr/share/mime/x-content/video-vcd.xml
/usr/share/mime/x-content/win32-software.xml
/usr/share/mime/x-epoc
/usr/share/mime/x-epoc/x-sisx-app.xml
/usr/share/mime/XMLnamespaces
/usr/share/.mono
/usr/share/.mono/certs
/usr/share/.mono/certs/Trust
/usr/share/.mono/certs/Trust/ski-03252FDE6F82013A5C2CDC2BA169B567D48CD3FD36A89D7F3FCC57DF4159E70B5C850B5C.cer
/usr/share/.mono/certs/Trust/ski-03DE503556D14CBB66F0A3E21B1BC397B23DD1554AC79159C96A75A1B146429056E03B08.cer
/usr/share/.mono/certs/Trust/ski-071FD2E79CDAC26EA240B4B07A50105074C4C8BD2D99D41C39044F7C.cer
/usr/share/.mono/certs/Trust/ski-07C35130A4AAE945AE3524FAFF242C33D0B19D8C020000000A0000007C0200000101010A.cer
/usr/share/.mono/certs/Trust/ski-0876CDCB07FF24F6C5CDEDBB90BCE284374675F7C04404.cer
/usr/share/.mono/certs/Trust/ski-0972064E18430FE5D6CCC36A8B317B788FA883B8D915863B5607D8EC78B79DD60A995E0D.cer
/usr/share/.mono/certs/Trust/ski-0A85A9776505987C4081F80F972C38F10AEC3CCF00.cer
/usr/share/.mono/certs/Trust/ski-0B58E58BC64C1537A440A930A921BE47365A56FF3DE54602353EEE020BE065828A2D814E.cer
/usr/share/.mono/certs/Trust/ski-0D8CB661DA44B8D1147DC3BE7D5E48F0CECA6AB001.cer
/usr/share/.mono/certs/Trust/ski-12F25A3EEA561CBFCD06ACF1F125C9A94BD414994AE671E3D889CA4C003FED73A0F98054.cer
/usr/share/.mono/certs/Trust/ski-1538830F3F2C3F70331ECD46FE078C20E0D7C3B7621C90D50565F9C1F2063F1D4D358613.cer
/usr/share/.mono/certs/Trust/ski-155F35575155FB25B2AD0369FC01A3FABE1155D56BC33E605E3B24EBFEE2000A48F4B23C.cer
/usr/share/.mono/certs/Trust/ski-16B5321BD4C7F3E0E68EF3BDD2B03AEEB23918D100.cer
/usr/share/.mono/certs/Trust/ski-17A0CDC1E441B63A5B3BCB459DBD1CC298FA86584B2FBB542FD41B4F.cer
/usr/share/.mono/certs/Trust/ski-1A8462BC484C332504D4EED0F603C41946D1946B0905.cer
/usr/share/.mono/certs/Trust/ski-1AEDFE413990B42459BE01F252D545F65A39DC11FF48C90F01E3DCFE00.cer
/usr/share/.mono/certs/Trust/ski-1D1C650EA8F2257BB491CFE4B1B1E6BD55746C057DE619D78BF5CBE1BF5F48165AB7B000.cer
/usr/share/.mono/certs/Trust/ski-1E0CF7B667F2E192260945C055392E773F424AA29DBCD206E45E0097B8AF5C4765BDC815.cer
/usr/share/.mono/certs/Trust/ski-2130C9FB00D74E98DA87AA2AD0A72EB14031A74CE0683190E3171647E6165CC26F33CB57.cer
/usr/share/.mono/certs/Trust/ski-26951910D9E8A19791FFDC19D9B5043ED2730A6A01.cer
/usr/share/.mono/certs/Trust/ski-29C590AB25AF11E461BFA3FF886191E60EFE9C8101.cer
/usr/share/.mono/certs/Trust/ski-2CD5504197158BF08F36615B4AFB6BD999C93392A1C4FADAAF6C633A15B669FD6AB5AC18.cer
/usr/share/.mono/certs/Trust/ski-2E16A94A18B5CBCCF56F50F3235FF85DE7ACF0C8E4D6E4DC2DEB015FB6E3B7D532D255EC075D8A3E.cer
/usr/share/.mono/certs/Trust/ski-2EE3DBB249D09C54795CFA272AFECC4ED2E84E5453CB9B519C3E686A.cer
/usr/share/.mono/certs/Trust/ski-31C3791BBAF553D717E0897A2D176C0AB32B9D3326.cer
/usr/share/.mono/certs/Trust/ski-350FC836635EE2A3ECF93B6615CE5152E3919A3DC0C2F61A23F8B3468785F0745220B176.cer
/usr/share/.mono/certs/Trust/ski-354AF54DAF3FD78238ACAB716517758C9D5593E600.cer
/usr/share/.mono/certs/Trust/ski-39958B628B5CC9D480BA580F973F150843CC98A701.cer
/usr/share/.mono/certs/Trust/ski-3A9A8507106728B6EFF6BD05416E20C194DA0FDE00.cer
/usr/share/.mono/certs/Trust/ski-3AE10986D4CF19C29676744976DCE035C663639A26CC8089CDDE5671D2C5945AC5998B5C.cer
/usr/share/.mono/certs/Trust/ski-3CD89388C2C08209CC0199069320E99E7009634F01.cer
/usr/share/.mono/certs/Trust/ski-3DE629489BEA07CA21444A26DE6EDED283D09F596CD84AF9718A770AF955BB2E26E0495960.cer
/usr/share/.mono/certs/Trust/ski-3F8D9A598BFC7B7B9CA3AF38B039ED907180D6C801.cer
/usr/share/.mono/certs/Trust/ski-410F1938AA997F420BA4D7279854A2174C2D51540B.cer
/usr/share/.mono/certs/Trust/ski-4232B616FA04FDFE5D4B7AC3FDF74C401D5A43AFD0591827EBF07F42ADA516085C8EF00C.cer
/usr/share/.mono/certs/Trust/ski-439C369FB09E304DC6CE5FAD10ABE503A5FAA91400.cer
/usr/share/.mono/certs/Trust/ski-45D9A5816E3D884D8D71D246C16E451EF3C4809D58CA761F041D10FD8DD36374E264FAF200.cer
/usr/share/.mono/certs/Trust/ski-45EBA2AFF492CB82312D518BA7A7219DF36DC80F3930F01BFC60E58FFE46D817E5E0E70C.cer
/usr/share/.mono/certs/Trust/ski-4777C3148B62390CC96FE1504DD01058DC95886D3F60341B83DAAC4005BEB024FC4CF8E62011.cer
/usr/share/.mono/certs/Trust/ski-47B8CDFFE56FEEF8B2EC2F4E0EF925B08E3C6BC302.cer
/usr/share/.mono/certs/Trust/ski-4AA0AA5884D35E3C1D.cer
/usr/share/.mono/certs/Trust/ski-4BC5B4406BAD1CB3A51C656E46368987050C0EB63B.cer
/usr/share/.mono/certs/Trust/ski-4D262022894BD3D5A40AA16FDEE21281C5F13C2EB667185A1E4A7CC3EFE5F248E8289E1E.cer
/usr/share/.mono/certs/Trust/ski-4E0BEF1AA4405BA517698730CA346843D041AEF201.cer
/usr/share/.mono/certs/Trust/ski-4E0BEF1AA4405BA517698730CA346843D041AEF22D.cer
/usr/share/.mono/certs/Trust/ski-4E2254201895E6E36EE60FFAFAB912ED06178F39E5FA091DB16428BBA0A911A7E6F13A03.cer
/usr/share/.mono/certs/Trust/ski-52D8883AC89F7866ED89F37B387094C9020236D0CCE3C44297110A57.cer
/usr/share/.mono/certs/Trust/ski-5379BF5AAA2B4ACF5480E1D89BC09DF2B20366CB2D03350E64BC1BA851CAA3FC306DFD01.cer
/usr/share/.mono/certs/Trust/ski-545ACB263F71CC94460D9653EA6B48D093FE427531.cer
/usr/share/.mono/certs/Trust/ski-54ADFAC79257AECA359C2E12FBE4BA5D20DC945739A29800.cer
/usr/share/.mono/certs/Trust/ski-54B07BAD45B8E2407FFB0A6EFBBE33C93CA384D5029834E80BA528B242DE040A961CA4382A.cer
/usr/share/.mono/certs/Trust/ski-55E481D11180BED889B908A331F9A1240916B970F8DE6338.cer
/usr/share/.mono/certs/Trust/ski-5699071ED3AC0C6964B40C5047DE432CBE20C0FB812024FE178E00.cer
/usr/share/.mono/certs/Trust/ski-5B257B96A465517EB839F3C078665EE83AE7F0EEB04F5EF5431C40BB00.cer
/usr/share/.mono/certs/Trust/ski-5BF84D4FB2A586D43AD2F1639AA0BE09F657B7DE01.cer
/usr/share/.mono/certs/Trust/ski-607B661A450D97CA89502F7D04CD34A8FFFCFD4B94C35A4B15010000000004.cer
/usr/share/.mono/certs/Trust/ski-65CDEBAB351E003E7ED574C01CB473470E1A642F5F48B2FBEE3BEC53.cer
/usr/share/.mono/certs/Trust/ski-65F231AD2AF7F7DD52960AC702C10EEFA6D53B1101003349.cer
/usr/share/.mono/certs/Trust/ski-6890E467A4A65380C78666A4F1F74B43FB84BD6D54506B45.cer
/usr/share/.mono/certs/Trust/ski-6A385B268DDE8B5AF24F7A54831918E30835A6BA01.cer
/usr/share/.mono/certs/Trust/ski-6A39FA4222F7E689004D5E7D3383CBB86E7786AF1126BF48E8238F9652BDB9BDBF1B69A12011.cer
/usr/share/.mono/certs/Trust/ski-6A72267AD01EEF7DE73B6951D46C8D9F901266AB288C534A.cer
/usr/share/.mono/certs/Trust/ski-711567C8C8C9BD755D72D038186A9DF37124540B00.cer
/usr/share/.mono/certs/Trust/ski-713836F2023153472B6EBA6546A910155820050901.cer
/usr/share/.mono/certs/Trust/ski-7571A7194819BC9D9DEA4147DF94C4487799D3792A99639B9E014C5450700062AAAF471F.cer
/usr/share/.mono/certs/Trust/ski-75A871604C8813F078D98977B56DC589DFBCB17A8A410A.cer
/usr/share/.mono/certs/Trust/ski-76F355E1FAA436FBF09F5C6271ED3CF44738102B01.cer
/usr/share/.mono/certs/Trust/ski-79B459E67BB6E5E40173800888C81A58F6E99B6E008B8263BBE0634459E340D2B0CF108200.cer
/usr/share/.mono/certs/Trust/ski-7B35D340D21C781966EF741028DC3E4FB27804FC68E5453B.cer
/usr/share/.mono/certs/Trust/ski-7B5B45CFAFCECB7AFD31921A6AB6F346EB5748506D2BDB37CE2FF449ECEDD52057D54E34.cer
/usr/share/.mono/certs/Trust/ski-7C0C321FA7D9307FC47D68A362A8A1CEAB075B2700.cer
/usr/share/.mono/certs/Trust/ski-7C724B39C7C0DB62A54F9BAA183492A2CA83825901009F48.cer
/usr/share/.mono/certs/Trust/ski-7FD365A7C2DDECBBF03009F34339FA02AF3331334A3B6BCCCD58214ABBE87D269ED1DA18.cer
/usr/share/.mono/certs/Trust/ski-813E37D892B01F779F5CB4AB73AAE7F634602FFA01.cer
/usr/share/.mono/certs/Trust/ski-890AB438931AE6ABEE9B9118F9F53C3E35D0D382286E9050EE9A03C300.cer
/usr/share/.mono/certs/Trust/ski-8B4B6DEDD329B90619EC3939A9F097846ACBEFDF8B50B63A.cer
/usr/share/.mono/certs/Trust/ski-8FF04B7FA82E4524AE4D50FA639A8BDEE2DD1BBCA208535821010000000004.cer
/usr/share/.mono/certs/Trust/ski-91683287151D89E2B5F1AC3628348D0B7C6288EB8C969800.cer
/usr/share/.mono/certs/Trust/ski-95B1B4F094B6BDC7DAD1110921BEC1AF49FD107B01.cer
/usr/share/.mono/certs/Trust/ski-974621572135DA3655C7F3F13770E508F69329B6678E636B9FA7C2646D367F7D395590B32011.cer
/usr/share/.mono/certs/Trust/ski-9AAF297AC011353526513000C36AFE40D5AED63C547A3FC78A259774.cer
/usr/share/.mono/certs/Trust/ski-9AD8003000E76B7F8518EE8BB6CE8A0CF811E1BB56D7AE9B573D263DC94F84D95C26FC35.cer
/usr/share/.mono/certs/Trust/ski-9BE20757671C1EC06A06DE59B49A2DDFDC19862E0DE626860F010000000004.cer
/usr/share/.mono/certs/Trust/ski-9C5F00DFAA01D7302B3888A2B86D4A9CF211918300.cer
/usr/share/.mono/certs/Trust/ski-9D93C6538B5ECAAF3F9F1E0FE59995BC24F6948F7CB1A92627067777.cer
/usr/share/.mono/certs/Trust/ski-9DC067A60C22D926F545ABA665521127D845AC63EE0AA6B146148C6D.cer
/usr/share/.mono/certs/Trust/ski-A0110A233E96F107ECE2AF29EF82A57FD030A4B401.cer
/usr/share/.mono/certs/Trust/ski-A073499968DC855B65E39B282F579FBD33BC074800.cer
/usr/share/.mono/certs/Trust/ski-A0C38B44AA37A545BF97805AD1F178A29BE95D8D01C4DDF304AC62A814DE21D4EB3D2BEE.cer
/usr/share/.mono/certs/Trust/ski-A1725F261B289843955D0737D585969D4BD2C345FD0A65FE2A36D311B42400508B0CBE44.cer
/usr/share/.mono/certs/Trust/ski-A397D6F35EA210E1AB459F3C17643CEE01709CCC9365D496B5281334350737E34B192CAD2E5F5878.cer
/usr/share/.mono/certs/Trust/ski-A69142FD13614A239E08A429E5D8130423EE412500.cer
/usr/share/.mono/certs/Trust/ski-A6B3E12B2B49B6D773A1AA94F501E773654CAC500582013B86C78D61.cer
/usr/share/.mono/certs/Trust/ski-A7A506B12CA60960EED197E970AEBC3B196CDB2132B35F2C62CB335C.cer
/usr/share/.mono/certs/Trust/ski-A8C1C09B91A843157C5D0627B42A51D8970B81B11146DC2CB737832D8556543E2DE483552011.cer
/usr/share/.mono/certs/Trust/ski-AAFDD55AA3F6878B3285FDD1325B804593F303B89090B0E8DEF6FA028FF06B8070584A68.cer
/usr/share/.mono/certs/Trust/ski-AD6CAA94609CEDE4FFFA3E0A742B6303F7B659BFFB90F72F4BD69AB4B4EAA746B7970160.cer
/usr/share/.mono/certs/Trust/ski-ADBD987A34B426F7FAC42654EF03BDE024CB541A01.cer
/usr/share/.mono/certs/Trust/ski-AF4404C2417E4883DB4E3902ECEC847AE6CEC9A4A5EAF8F0C813F44D898AD4E8A4225607.cer
/usr/share/.mono/certs/Trust/ski-B13EC36903F8BF4701D498261A0802EF63642BC3772546AEF2790B8F9B400B6A265CAC02.cer
/usr/share/.mono/certs/Trust/ski-B3037EAE36BCB079D1DC9426B611BE21B26986949ADF5428D2F17D43811F6BF4C7723D41.cer
/usr/share/.mono/certs/Trust/ski-B31691FDEEA66EE4B52E498F87788180ECE5B1B5B3AC8791281267480F220E8C23FE802F.cer
/usr/share/.mono/certs/Trust/ski-B3DB48A4F9A1C5D8AE3641CC1163696229BC4BC67245ABD50FA4C33535A45EF2BC565505.cer
/usr/share/.mono/certs/Trust/ski-B4220B829924010E9CBBE40EFDBFFB972093992A00.cer
/usr/share/.mono/certs/Trust/ski-B503F7763B61826A12AA1853EB032194BFFECECA01.cer
/usr/share/.mono/certs/Trust/ski-B599F8AFB094F5E320D60AADCE4E56A42E6E42ED63C18AB0DB88B89200.cer
/usr/share/.mono/certs/Trust/ski-B6087B0D7ACCAC204C8656325ECFAB6E852D7057482DAA850F010000000004.cer
/usr/share/.mono/certs/Trust/ski-B677FA6948479F5312D5C2EA07327607D19707191DC51A12E4BB0E032113B32164C41A40.cer
/usr/share/.mono/certs/Trust/ski-B6A1543902C3A03F8E8ABCFAD4F81CA6D13A0EFDE98D125EAAFC3732C90F254F4AD0D621.cer
/usr/share/.mono/certs/Trust/ski-B763E71ADD8DE908A65583A4E06A504165114249F991D0500000000029798BA600.cer
/usr/share/.mono/certs/Trust/ski-B909CA9C1EDBD36C3A6BAEED54F15B9306352E5ECE237DD5E9D3CDC900.cer
/usr/share/.mono/certs/Trust/ski-BAFA7125798B57412521860B71EBB2640E8B216759A08CF1C7F76B36D324F920B6AD1F1B.cer
/usr/share/.mono/certs/Trust/ski-BBAF7E023DFAA6F13C848EADEE3898ECD93232D49D86035BD84EF71FE06F63DBCAF9AA4C.cer
/usr/share/.mono/certs/Trust/ski-BD8887C98FF6A40A0BAAEBC5FE91239DAB4A8A3211.cer
/usr/share/.mono/certs/Trust/ski-BF5920360079A0A0226B8CD5F261D2B82CCB824A01.cer
/usr/share/.mono/certs/Trust/ski-BF5FB7D1CEDD1F86F45B55ACDCD710C20EA988E700.cer
/usr/share/.mono/certs/Trust/ski-C07A98688D89FBAB05640C117DAA7D65B8CACC4E563402.cer
/usr/share/.mono/certs/Trust/ski-C479CA8EA14E031D1CDC6BDB315B943E3F307F2D1F0F18C3A927F6414B79B219946EAC15.cer
/usr/share/.mono/certs/Trust/ski-C4A7B1A47B2C71FADBE14B9075FFC415608589106B40F82E86393089BA27A3D680B0AF44.cer
/usr/share/.mono/certs/Trust/ski-C57B58BDEDDA2569D2F75916A8B332C07B275BF401.cer
/usr/share/.mono/certs/Trust/ski-C617D0BCA8EA0243F21B06995D2B9020B9D79CE41D6A12CFA003BDEEA9A3D5FF7ADBA728029BF52E.cer
/usr/share/.mono/certs/Trust/ski-C64FA23D066384099CCE62E404AC8D5CB5E9B61BADA08F75EF97D54D9CD5EA18EC6C9450.cer
/usr/share/.mono/certs/Trust/ski-C7A04975166184DB314B84D2F1374090EF4EDCF7110F2C1CA566DCA2FD1A294EBFE7B8CC00.cer
/usr/share/.mono/certs/Trust/ski-C98077E0629282F5469CF3BAF74CC3DEB8A3AD3902.cer
/usr/share/.mono/certs/Trust/ski-CB0FC6DF4243CC3DCBB54823A11A7AA62ABB3468193F474E04437EC200.cer
/usr/share/.mono/certs/Trust/ski-CBD0BDA9E1980551A14D37A28379CE8D1D2AE484EC6CA024CDAF4449B5A0DF1DFA5AA10B.cer
/usr/share/.mono/certs/Trust/ski-CCCCEFCC2960A43BB192B63CFA32628FAC25153BF65EE3690880A54406C22FD75A599D1F.cer
/usr/share/.mono/certs/Trust/ski-CCFA6793F0B6B8D0A5C01EF353FD8C53DF83D7961000E42C4149.cer
/usr/share/.mono/certs/Trust/ski-CEC34AB99955F2B8DB60BFA97EBD56B59736A7D64BF49AAFC3BF2367EA6739D63A1C930B.cer
/usr/share/.mono/certs/Trust/ski-D287B4E3DF37279355F656EA81E536CC8C1E3FBDE0A47F43A6B7C35E.cer
/usr/share/.mono/certs/Trust/ski-D2C4B0D291D44C1171B361CB3DA1FEDDA86AD4E300.cer
/usr/share/.mono/certs/Trust/ski-D3948A4C62132A192ECCAF728A7D36D79A1CDC67F48309.cer
/usr/share/.mono/certs/Trust/ski-DA836302798EDA4CC63C2314D88FC320AB28605955BC73CFAF02E9FFE7C5E8A3AECE91D92011.cer
/usr/share/.mono/certs/Trust/ski-DABB2EAAB00CB8882651745C6D03D3C0D88F7AD601.cer
/usr/share/.mono/certs/Trust/ski-DD551713F6ACE84821CAEFB5AFD10032ED9E8CB58AEC65F2A17D.cer
/usr/share/.mono/certs/Trust/ski-E04DBFDC9B415D13E864F0A7E915A4E181C1BA318D4811D272333B4E1BFC13D8CD6B7050.cer
/usr/share/.mono/certs/Trust/ski-E08C9BDB2549B3F17C86D6B242870BD06BA0D9E4027016050620.cer
/usr/share/.mono/certs/Trust/ski-E166CF0ED1F1B34BB7062014FE8712D5F6FEFB3E91C5C93EF36800565063947111D6685E.cer
/usr/share/.mono/certs/Trust/ski-E371E09ED8A742D9DB71916B9493EBC3A3D114A3020000007C46CF23450100008042010A.cer
/usr/share/.mono/certs/Trust/ski-E3732DDFCB0E280CDEDDB3A4CA79B88EBBE830892344A5C35FD794F669E3DAD8F34BBD8500.cer
/usr/share/.mono/certs/Trust/ski-E394F5B14DE9DBA1295B578B4D760676E1D1A28A00.cer
/usr/share/.mono/certs/Trust/ski-E3FE2DFD28D00BB5BAB6A2C4BF06AA058C93FB2FD6CC4A18.cer
/usr/share/.mono/certs/Trust/ski-E59D5930824758CCACFA085436867B3AB5044DF0B9000002.cer
/usr/share/.mono/certs/Trust/ski-ECD7E382D2715D644CDF2E673FE7BA98AE1C0F4F5C7577A7BD0739E232218E9E571B9B05.cer
/usr/share/.mono/certs/Trust/ski-ED4419C0D3F0068BEEA47BBE42E72654C88E367602000000B544C823450100008042010A.cer
/usr/share/.mono/certs/Trust/ski-EDE76F765ABF60EC495BC6A577BB7216719BC43D2875F026A75B3B2BB8CEF2359B89815B24345744.cer
/usr/share/.mono/certs/Trust/ski-EF914CF5A5C330E82F08EAD37122A492687874D901.cer
/usr/share/.mono/certs/Trust/ski-F08F593800B3F58F9A960CD5EBFA7BAA17E8131296CD8BFA7282397BF1462EF7A016BE9500.cer
/usr/share/.mono/certs/Trust/ski-F2C013E082433EFBEE2F673296355CDBB8CB02D0C605.cer
/usr/share/.mono/certs/Trust/ski-F924AC0FB2B5F879C0FA60881BC4D94D029E1719DAAEB1A47E42DAA300.cer
/usr/share/.mono/certs/Trust/ski-FA60A9EB65C5DD1614084E0C0F8D9BE0F764AF674445617AB1B3050FBC7C9D888ADA256B.cer
/usr/share/.mono/certs/Trust/ski-FDDA14C49F30DE21BD1E4239FCAB632349E0F184F38309.cer
/usr/share/.mono/certs/Trust/ski-FEAB0090989E24FCA9CC1A8AFB27B8BF306EA83B8D969800.cer
/usr/share/.mono/certs/Trust/tbp-1AF28EF7ECF42E4E8F197F460D7556C7039F4D2E.cer
/usr/share/.mono/certs/Trust/tbp-1D1B3D16AE2539E340C3E18FB7124E710DD9DAF1E756D2C7BC206404705CE833.cer
/usr/share/.mono/certs/Trust/tbp-1E427A3639CCE4C27E94B1777964CA289A722CAD.cer
/usr/share/.mono/certs/Trust/tbp-DF243244279C8EB88633DAB7F89E9BE55C94492E.cer
/usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini
/usr/include/gtk
/usr/include/gtk/gtk.h
/usr/include/gtk.h
/usr/include/limits
/usr/include/locale
/usr/include/map
/usr/include/set
/usr/include/shared_mutex
/usr/include/tuple

Thes files are ownerless in /usr/include which may be the cause that making the unreal-engine bring errors.

I know thats very much Terminal Output, but I wanted to give you all the information about the outputs and my commands, i hope that is ok.

I am very grateful about every help smile

Last edited by MartinZiegler (2017-01-06 13:00:09)

Offline

#12 2017-01-06 14:09:28

FlowIt
Member
Registered: 2014-10-25
Posts: 243

Re: [Done] How to "reset" /usr/include ?

I would remove those unowned headers, maybe they mess up the include paths for your build. And can you run

pacman -Qkk

? stdlib.h is provided by gcc, so let's check if everything is in order there. If it works fine on a fresh install then you somehow messed up your system.

Offline

#13 2017-01-06 16:07:50

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: [Done] How to "reset" /usr/include ?

Moving the headers is guaranteed to not work, and break everything else in the process. Report the error upstream, see e.g. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129 or learn to google the error message.


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#14 2017-01-06 23:44:12

MartinZiegler
Member
Registered: 2017-01-05
Posts: 6

Re: [Done] How to "reset" /usr/include ?

Problem solved.
I installed Arch Linux again.
Now there isn't any problem.

Thank you for your support, and so many answers smile

Offline

Board footer

Powered by FluxBB