schnitzeltony / meta-qt5-extra

OE layer for desktop environments based on Qt5 (KDE KF5+Plasma+Apps / lirios / lxqt / lumina)
MIT License
29 stars 32 forks source link

Added kwindowsystem xfixes dependency #74

Closed Progdrasil closed 4 years ago

Progdrasil commented 4 years ago

It seems that kwindowsystem needs the xfixes library in the zeus and master branches, other branches have not been tested.

While compiling plasma-mobile, kwindowsystem would break in the do_configure step as it could not find the development packages for the xfixes library. Adding it as a dependency fixes this issue in the zeus and master branches. Other branches have not been tested.

I've included both libxfixes and libxfixes-native but seeing as i'm fairly new to the yocto environment, i'm not sure if both are necessary.

schnitzeltony commented 4 years ago

Thanks for sending the fix - did not see this issue yet. Could you provide the error message so I can try to deduce which variant of libxfixes (target/native/both) is necessary?

Progdrasil commented 4 years ago

With only `libxfixes' i get the following error:

$ bitbake kwindowsystem
NOTE: Started PRServer with DBfile: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 39711, PID: 9182
NOTE: Terminating PRServer...
NOTE: Started PRServer with DBfile: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 41215, PID: 9186
WARNING: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/layers/openembedded-core/bitbake/lib/bb/cache.py:446: ResourceWarning: unclosed <socket.socket fd=10, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 39711)>                                                                                                   
  value = pickled.load()                                                                                                                                                                    

Loading cache: 100% |########################################################################################################################################################| Time: 0:00:00
Loaded 4308 entries from dependency cache.
Parsing recipes: 100% |######################################################################################################################################################| Time: 0:00:23
Parsing of 3040 .bb files complete (1965 cached, 1075 parsed). 4304 targets, 95 skipped, 0 masked, 0 errors.
Removing 2 recipes from the allarch sysroot: 100% |##########################################################################################################################| Time: 0:00:00
Removing 26 recipes from the cortexa7t2hf-neon-vfpv4 sysroot: 100% |#########################################################################################################| Time: 0:00:02
Removing 18 recipes from the stm32mp1 sysroot: 100% |########################################################################################################################| Time: 0:00:00
Removing 19 recipes from the x86_64 sysroot: 100% |##########################################################################################################################| Time: 0:00:01
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION           = "1.43.2"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "universal"
TARGET_SYS           = "arm-openstlinux_weston-linux-gnueabi"
MACHINE              = "stm32mp1"
DISTRO               = "openstlinux-weston"
DISTRO_VERSION       = "2.7-snapshot-20191203"
TUNE_FEATURES        = "arm vfp cortexa7 neon vfpv4 thumb callconvention-hard"
TARGET_FPU           = "hard"
DISTRO_CODENAME      = "zeus"
ACCEPT_EULA_stm32mp1 = "1"
GCCVERSION           = "9.%"
PREFERRED_PROVIDER_virtual/kernel = "linux-stm32mp"
meta-python          
meta-oe              
meta-initramfs       
meta-multimedia      
meta-networking      
meta-webserver       
meta-filesystems     
meta-perl            = "master:e0daf6f8e0c53e388c631b8cdf3d7d8173dcea95"
meta-st-stm32mp      = "warrior:8263d32304bfc4cc9a6848c50dcee2a9503dccd7"
meta-qt5             = "master:653e12fdb522c19a7467acb85a77d8b3477671cb"
meta-st-openstlinux  = "warrior:f474d7bf38b2ba3722a76de7b5c1e5da5f319b6e"
meta                 = "master:ccb65286b955d44dacd5fc794851a0c313d116a6"
meta-java            = "master-next:72d32b73861edeed08e9463ceb6e3995f1982be6"
workspace            = "<unknown>:<unknown>"
meta-gud             = "master:1aebe598b818440749d0f936689ffbc2e1e2e8e0"
meta-gnome           = "zeus:aad5b3d070cd8c58828b0975cf861d8ebc90f460"
meta-qt5-extra       = "master:8f4f76403d2216a1c32a1895861b6c50a53725a6"

WARNING: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/layers/openembedded-core/meta-qt5-extra/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb:do_compile is tainted from a forced run                                                                                                                                                                    
Initialising tasks: 100% |###################################################################################################################################################| Time: 0:00:00
Sstate summary: Wanted 653 Found 648 Missed 5 Current 406 (99% match, 99% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
ERROR: kwindowsystem-5.63.0-r0 do_prepare_recipe_sysroot: Error executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:extend_recipe_sysroot(d)
     0003:
File: '/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/layers/openembedded-core/meta/classes/staging.bbclass', lineno: 551, function: extend_recipe_sysroot
     0547:                    dest = newmanifest[l]
     0548:                    if l.endswith("/"):
     0549:                        staging_copydir(l, targetdir, dest, seendirs)
     0550:                        continue
 *** 0551:                    staging_copyfile(l, targetdir, dest, postinsts, seendirs)
     0552:
     0553:    bb.note("Installed into sysroot: %s" % str(msg_adding))                                                                                                                       
     0554:    bb.note("Skipping as already exists in sysroot: %s" % str(msg_exists))                                                                                                        
     0555:                                                                                                                                                                                  
File: '/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/layers/openembedded-core/meta/classes/staging.bbclass', lineno: 152, function: staging_copyfile               
     0148:        os.symlink(linkto, dest)                                                                                                                                                  
     0149:        #bb.warn(c)                                                                                                                                                               
     0150:    else:                                                                                                                                                                         
     0151:        try:                                                                                                                                                                      
 *** 0152:            os.link(c, dest)                                                                                                                                                      
     0153:        except OSError as err:                                                                                                                                                    
     0154:            if err.errno == errno.EXDEV:                                                                                                                                          
     0155:                bb.utils.copyfile(c, dest)                                                                                                                                        
     0156:            else:                                                                                                                                                                 
Exception: FileExistsError: [Errno 17] File exists: '/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/sysroots-components/cortexa7t2hf-neon-vfpv4/libx11/usr/include/X11/extensions/XKBgeom.h' -> '/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/X11/extensions/XKBgeom.h'                                                    

ERROR: Logfile of failure stored in: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/temp/log.do_prepare_recipe_sysroot.1040
ERROR: Task (/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/layers/openembedded-core/meta-qt5-extra/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb:do_prepare_recipe_sysroot) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2757 tasks of which 2592 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 31 seconds

Summary: 1 task failed:
  /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/layers/openembedded-core/meta-qt5-extra/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb:do_prepare_recipe_sysroot
Summary: There were 2 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

Without any of them i get:

$ bitbake kwindowsystem
NOTE: Started PRServer with DBfile: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 36271, PID: 16768
NOTE: Terminating PRServer...
NOTE: Started PRServer with DBfile: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 37911, PID: 16772
WARNING: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/layers/openembedded-core/bitbake/lib/bb/cache.py:446: ResourceWarning: unclosed <socket.socket fd=10, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 36271)>  
  value = pickled.load()                                                                     

Loading cache: 100% |#########################################################| Time: 0:00:00
Loaded 4308 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION           = "1.43.2"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "universal"
TARGET_SYS           = "arm-openstlinux_weston-linux-gnueabi"
MACHINE              = "stm32mp1"
DISTRO               = "openstlinux-weston"
DISTRO_VERSION       = "2.7-snapshot-20191203"
TUNE_FEATURES        = "arm vfp cortexa7 neon vfpv4 thumb callconvention-hard"
TARGET_FPU           = "hard"
DISTRO_CODENAME      = "zeus"
ACCEPT_EULA_stm32mp1 = "1"
GCCVERSION           = "9.%"
PREFERRED_PROVIDER_virtual/kernel = "linux-stm32mp"
meta-python          
meta-oe              
meta-initramfs       
meta-multimedia      
meta-networking      
meta-webserver       
meta-filesystems     
meta-perl            = "master:e0daf6f8e0c53e388c631b8cdf3d7d8173dcea95"
meta-st-stm32mp      = "warrior:8263d32304bfc4cc9a6848c50dcee2a9503dccd7"
meta-qt5             = "master:653e12fdb522c19a7467acb85a77d8b3477671cb"
meta-st-openstlinux  = "warrior:f474d7bf38b2ba3722a76de7b5c1e5da5f319b6e"
meta                 = "master:ccb65286b955d44dacd5fc794851a0c313d116a6"
meta-java            = "master-next:72d32b73861edeed08e9463ceb6e3995f1982be6"
workspace            = "<unknown>:<unknown>"
meta-gud             = "master:1aebe598b818440749d0f936689ffbc2e1e2e8e0"
meta-gnome           = "zeus:aad5b3d070cd8c58828b0975cf861d8ebc90f460"
meta-qt5-extra       = "master:8f4f76403d2216a1c32a1895861b6c50a53725a6"

Initialising tasks: 100% |####################################################| Time: 0:00:01
Sstate summary: Wanted 110 Found 105 Missed 5 Current 942 (95% match, 99% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
ERROR: kwindowsystem-5.63.0-r0 do_configure: Execution of '/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/temp/run.do_configure.17357' failed with exit code 1:
-- The C compiler identification is GNU 9.2.0                                                
-- The CXX compiler identification is GNU 9.2.0                                              
-- Check for working C compiler: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-gcc                                
-- Check for working C compiler: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-gcc -- works                       
-- Detecting C compiler ABI info                                                             
-- Detecting C compiler ABI info - done                                                      
-- Detecting C compile features                                                              
-- Detecting C compile features - done                                                       
-- Check for working CXX compiler: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-g++                              
-- Check for working CXX compiler: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-g++ -- works                     
-- Detecting CXX compiler ABI info                                                           
-- Detecting CXX compiler ABI info - done                                                    
-- Detecting CXX compile features                                                            
-- Detecting CXX compile features - done                                                     
--                                                                                           

Installing in /usr. Run /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/build/prefix.sh to set the environment for KWindowSystem.                                                                                           
-- Could not set up the appstream test. appstreamcli is missing.                             
-- Looking for __GLIBC__                                                                     
-- Looking for __GLIBC__ - found                                                             
-- Performing Test _OFFT_IS_64BIT                                                            
-- Performing Test _OFFT_IS_64BIT - Failed                                                   
-- Performing Test HAVE_DATE_TIME                                                            
-- Performing Test HAVE_DATE_TIME - Success                                                  
-- Found X11: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include                                       
-- Looking for XOpenDisplay in /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libX11.so;/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libXext.so                                                             
-- Looking for XOpenDisplay in /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libX11.so;/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libXext.so - found                                                     
-- Looking for gethostbyname                                                                 
-- Looking for gethostbyname - found                                                         
-- Looking for connect                                                                       
-- Looking for connect - found                                                               
-- Looking for remove                                                                        
-- Looking for remove - found                                                                
-- Looking for shmat                                                                         
-- Looking for shmat - found                                                                 
-- Looking for IceConnectionNumber in ICE                                                    
-- Looking for IceConnectionNumber in ICE - found                                            
-- Found PkgConfig: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/pkg-config (found version "0.29.2")                                                                                       
-- Found XCB_XCB: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb.so (found version "1.13.1")    
-- Found XCB_KEYSYMS: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb-keysyms.so (found version "0.4.0")                                                                                      
-- Found XCB_RES: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb-res.so (found version "1.13.1")                                                                                             
-- Found XCB: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb.so;/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb-keysyms.so;/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb-res.so (found version "1.13.1") found components:  XCB KEYSYMS RES                                                     
CMake Error at src/CMakeLists.txt:40 (message):                                              
  The XFixes library could not be found.  Please install the development                     
  package for it.                                                                            

-- Configuring incomplete, errors occurred!                                                  
See also "/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/build/CMakeFiles/CMakeOutput.log".                                   
See also "/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/build/CMakeFiles/CMakeError.log".                                    
WARNING: exit code 1 from a shell command.                                                   

ERROR: Logfile of failure stored in: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/temp/log.do_configure.17357
Log data follows:
| DEBUG: Executing shell function do_configure
| -- The C compiler identification is GNU 9.2.0
| -- The CXX compiler identification is GNU 9.2.0
| -- Check for working C compiler: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-gcc
| -- Check for working C compiler: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-gcc -- works
| -- Detecting C compiler ABI info
| -- Detecting C compiler ABI info - done
| -- Detecting C compile features
| -- Detecting C compile features - done
| -- Check for working CXX compiler: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-g++
| -- Check for working CXX compiler: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-g++ -- works
| -- Detecting CXX compiler ABI info
| -- Detecting CXX compiler ABI info - done
| -- Detecting CXX compile features
| -- Detecting CXX compile features - done
| --
| 
| Installing in /usr. Run /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/build/prefix.sh to set the environment for KWindowSystem.
| -- Could not set up the appstream test. appstreamcli is missing.
| -- Looking for __GLIBC__
| -- Looking for __GLIBC__ - found
| -- Performing Test _OFFT_IS_64BIT
| -- Performing Test _OFFT_IS_64BIT - Failed
| -- Performing Test HAVE_DATE_TIME
| -- Performing Test HAVE_DATE_TIME - Success
| -- Found X11: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include
| -- Looking for XOpenDisplay in /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libX11.so;/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libXext.so
| -- Looking for XOpenDisplay in /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libX11.so;/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libXext.so - found
| -- Looking for gethostbyname
| -- Looking for gethostbyname - found
| -- Looking for connect
| -- Looking for connect - found
| -- Looking for remove
| -- Looking for remove - found
| -- Looking for shmat
| -- Looking for shmat - found
| -- Looking for IceConnectionNumber in ICE
| -- Looking for IceConnectionNumber in ICE - found
| -- Found PkgConfig: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/pkg-config (found version "0.29.2")
| -- Found XCB_XCB: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb.so (found version "1.13.1")
| -- Found XCB_KEYSYMS: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb-keysyms.so (found version "0.4.0")
| -- Found XCB_RES: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb-res.so (found version "1.13.1")
| -- Found XCB: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb.so;/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb-keysyms.so;/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb-res.so (found version "1.13.1") found components:  XCB KEYSYMS RES
| CMake Error at src/CMakeLists.txt:40 (message):
|   The XFixes library could not be found.  Please install the development
|   package for it.
| 
| 
| -- Configuring incomplete, errors occurred!
| See also "/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/build/CMakeFiles/CMakeOutput.log".
| See also "/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/build/CMakeFiles/CMakeError.log".
| WARNING: exit code 1 from a shell command.
| ERROR: Execution of '/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/temp/run.do_configure.17357' failed with exit code 1:
| -- The C compiler identification is GNU 9.2.0
| -- The CXX compiler identification is GNU 9.2.0
| -- Check for working C compiler: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-gcc
| -- Check for working C compiler: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-gcc -- works
| -- Detecting C compiler ABI info
| -- Detecting C compiler ABI info - done
| -- Detecting C compile features
| -- Detecting C compile features - done
| -- Check for working CXX compiler: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-g++
| -- Check for working CXX compiler: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-g++ -- works
| -- Detecting CXX compiler ABI info
| -- Detecting CXX compiler ABI info - done
| -- Detecting CXX compile features
| -- Detecting CXX compile features - done
| --
| 
| Installing in /usr. Run /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/build/prefix.sh to set the environment for KWindowSystem.
| -- Could not set up the appstream test. appstreamcli is missing.
| -- Looking for __GLIBC__
| -- Looking for __GLIBC__ - found
| -- Performing Test _OFFT_IS_64BIT
| -- Performing Test _OFFT_IS_64BIT - Failed
| -- Performing Test HAVE_DATE_TIME
| -- Performing Test HAVE_DATE_TIME - Success
| -- Found X11: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include
| -- Looking for XOpenDisplay in /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libX11.so;/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libXext.so
| -- Looking for XOpenDisplay in /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libX11.so;/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libXext.so - found
| -- Looking for gethostbyname
| -- Looking for gethostbyname - found
| -- Looking for connect
| -- Looking for connect - found
| -- Looking for remove
| -- Looking for remove - found
| -- Looking for shmat
| -- Looking for shmat - found
| -- Looking for IceConnectionNumber in ICE
| -- Looking for IceConnectionNumber in ICE - found
| -- Found PkgConfig: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/pkg-config (found version "0.29.2")
| -- Found XCB_XCB: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb.so (found version "1.13.1")
| -- Found XCB_KEYSYMS: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb-keysyms.so (found version "0.4.0")
| -- Found XCB_RES: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb-res.so (found version "1.13.1")
| -- Found XCB: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb.so;/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb-keysyms.so;/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb-res.so (found version "1.13.1") found components:  XCB KEYSYMS RES
| CMake Error at src/CMakeLists.txt:40 (message):
|   The XFixes library could not be found.  Please install the development
|   package for it.
| 
| 
| -- Configuring incomplete, errors occurred!
| See also "/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/build/CMakeFiles/CMakeOutput.log".
| See also "/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/build/CMakeFiles/CMakeError.log".
| WARNING: exit code 1 from a shell command.
| 
ERROR: Task (/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/layers/openembedded-core/meta-qt5-extra/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb:do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2743 tasks of which 2737 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds

Summary: 1 task failed:
  /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/layers/openembedded-core/meta-qt5-extra/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb:do_configure
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Progdrasil commented 4 years ago

Also just having libxfixes-native gives me an error during do_compile step which is too long for my terminal history but i'll pas what i can here:

mb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7  --sysroot=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0=/usr/src/debug/kwindowsystem/5.63.0-r0                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0=/usr/src/debug/kwindowsystem/5.63.0-r0                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7  --sysroot=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot -std=c++0x -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -fdiagnostics-color=always -pedantic -Wzero-as-null-pointer-constant -fPIC -fvisibility=hidden -fvisibility-inlines-hidden   -fPIC -MD -MT src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kxutils.cpp.o -MF src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kxutils.cpp.o.d -o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kxutils.cpp.o -c /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxutils.cpp
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxutils.cpp:105:35: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
|   105 |         qCDebug(LOG_KKEYSERVER_X11) << "Byte order not supported";
|       |                                   ^
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxutils.cpp: In instantiation of 'T KXUtils::fromNative(xcb_pixmap_t, xcb_connection_t*) [with T = QPixmap; xcb_pixmap_t = unsigned int; xcb_connection_t = xcb_connection_t]':
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxutils.cpp:109:48:   required from here
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxutils.cpp:59:28: warning: cast from 'uint8_t*' {aka 'unsigned char*'} to 'uint32_t*' {aka 'unsigned int*'} increases required alignment of target type [-Wcast-align]
|    59 |         uint32_t *pixels = reinterpret_cast<uint32_t *>(xcb_get_image_data(xImage.data()));
|       |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxutils.cpp: In instantiation of 'T KXUtils::fromNative(xcb_pixmap_t, xcb_connection_t*) [with T = QBitmap; xcb_pixmap_t = unsigned int; xcb_connection_t = xcb_connection_t]':
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxutils.cpp:111:58:   required from here
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxutils.cpp:59:28: warning: cast from 'uint8_t*' {aka 'unsigned char*'} to 'uint32_t*' {aka 'unsigned int*'} increases required alignment of target type [-Wcast-align]
| [118/226] /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-g++  -DKF5WindowSystem_EXPORTS -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -Isrc -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src -Isrc/KF5WindowSystem_autogen/include -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtGui -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtCore -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/mkspecs/linux-oe-g++ -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtX11Extras -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtWidgets -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7  --sysroot=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0=/usr/src/debug/kwindowsystem/5.63.0-r0                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0=/usr/src/debug/kwindowsystem/5.63.0-r0                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7  --sysroot=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot -std=c++0x -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -fdiagnostics-color=always -pedantic -Wzero-as-null-pointer-constant -fPIC -fvisibility=hidden -fvisibility-inlines-hidden   -fPIC -MD -MT src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kkeyserver.cpp.o -MF src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kkeyserver.cpp.o.d -o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kkeyserver.cpp.o -c /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:470:38: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
|   470 |         qCCritical(LOG_KKEYSERVER_X11) << "QX11Info::display() returns 0.  I'm probably going to crash now." << endl;
|       |                                      ^
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:471:38: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
|   471 |         qCCritical(LOG_KKEYSERVER_X11) << "If this is a KApplication initialized without GUI stuff, change it to be "
|       |                                      ^
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:498:37: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
|   498 |         qCWarning(LOG_KKEYSERVER_X11) << "X11 implementation of KKeyServer accessed from non-X11 platform! This is an application bug.";
|       |                                     ^
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:617:37: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
|   617 |         qCWarning(LOG_KKEYSERVER_X11) << "Your keyboard setup doesn't provide a key to use for meta. See 'xmodmap -pm' or 'xkbcomp $DISPLAY'";
|       |                                     ^
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:694:37: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
|   694 |         qCWarning(LOG_KKEYSERVER_X11) << "X11 implementation of KKeyServer accessed from non-X11 platform! This is an application bug.";
|       |                                     ^
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:735:37: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
|   735 |         qCWarning(LOG_KKEYSERVER_X11) << "X11 implementation of KKeyServer accessed from non-X11 platform! This is an application bug.";
|       |                                     ^
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:879:37: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
|   879 |         qCWarning(LOG_KKEYSERVER_X11) << "X11 implementation of KKeyServer accessed from non-X11 platform! This is an application bug.";
|       |                                     ^
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp: In function 'bool KKeyServer::initializeMods()':
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:524:112: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated [-Wdeprecated-declarations]
|   524 |                 keySymX = XKeycodeToKeysym(QX11Info::display(), xmk->modifiermap[xmk->max_keypermod * i + j], k);
|       |                                                                                                                ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver_x11.h:25,
|                  from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:21:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/X11/Xlib.h:1687:15: note: declared here
|  1687 | extern KeySym XKeycodeToKeysym(
|       |               ^~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:524:112: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated [-Wdeprecated-declarations]
|   524 |                 keySymX = XKeycodeToKeysym(QX11Info::display(), xmk->modifiermap[xmk->max_keypermod * i + j], k);
|       |                                                                                                                ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver_x11.h:25,
|                  from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:21:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/X11/Xlib.h:1687:15: note: declared here
|  1687 | extern KeySym XKeycodeToKeysym(
|       |               ^~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp: In function 'uint KKeyServer::getModsRequired(uint)':
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:719:65: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated [-Wdeprecated-declarations]
|   719 |         if (sym == XKeycodeToKeysym(QX11Info::display(), code, 0))
|       |                                                                 ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver_x11.h:25,
|                  from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:21:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/X11/Xlib.h:1687:15: note: declared here
|  1687 | extern KeySym XKeycodeToKeysym(
|       |               ^~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:719:65: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated [-Wdeprecated-declarations]
|   719 |         if (sym == XKeycodeToKeysym(QX11Info::display(), code, 0))
|       |                                                                 ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver_x11.h:25,
|                  from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:21:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/X11/Xlib.h:1687:15: note: declared here
|  1687 | extern KeySym XKeycodeToKeysym(
|       |               ^~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:721:70: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated [-Wdeprecated-declarations]
|   721 |         else if (sym == XKeycodeToKeysym(QX11Info::display(), code, 1)) {
|       |                                                                      ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver_x11.h:25,
|                  from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:21:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/X11/Xlib.h:1687:15: note: declared here
|  1687 | extern KeySym XKeycodeToKeysym(
|       |               ^~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:721:70: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated [-Wdeprecated-declarations]
|   721 |         else if (sym == XKeycodeToKeysym(QX11Info::display(), code, 1)) {
|       |                                                                      ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver_x11.h:25,
|                  from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:21:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/X11/Xlib.h:1687:15: note: declared here
|  1687 | extern KeySym XKeycodeToKeysym(
|       |               ^~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:723:72: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated [-Wdeprecated-declarations]
|   723 |         } else if (sym == XKeycodeToKeysym(QX11Info::display(), code, 2)) {
|       |                                                                        ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver_x11.h:25,
|                  from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:21:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/X11/Xlib.h:1687:15: note: declared here
|  1687 | extern KeySym XKeycodeToKeysym(
|       |               ^~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:723:72: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated [-Wdeprecated-declarations]
|   723 |         } else if (sym == XKeycodeToKeysym(QX11Info::display(), code, 2)) {
|       |                                                                        ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver_x11.h:25,
|                  from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:21:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/X11/Xlib.h:1687:15: note: declared here
|  1687 | extern KeySym XKeycodeToKeysym(
|       |               ^~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:725:72: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated [-Wdeprecated-declarations]
|   725 |         } else if (sym == XKeycodeToKeysym(QX11Info::display(), code, 3)) {
|       |                                                                        ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver_x11.h:25,
|                  from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:21:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/X11/Xlib.h:1687:15: note: declared here
|  1687 | extern KeySym XKeycodeToKeysym(
|       |               ^~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:725:72: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated [-Wdeprecated-declarations]
|   725 |         } else if (sym == XKeycodeToKeysym(QX11Info::display(), code, 3)) {
|       |                                                                        ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver_x11.h:25,
|                  from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:21:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/X11/Xlib.h:1687:15: note: declared here
|  1687 | extern KeySym XKeycodeToKeysym(
|       |               ^~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp: In function 'bool KKeyServer::xEventToQt(XEvent*, int*)':
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:917:69: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated [-Wdeprecated-declarations]
|   917 |         uint sym = XKeycodeToKeysym(QX11Info::display(), keyCodeX, 0);
|       |                                                                     ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver_x11.h:25,
|                  from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:21:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/X11/Xlib.h:1687:15: note: declared here
|  1687 | extern KeySym XKeycodeToKeysym(
|       |               ^~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:917:69: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated [-Wdeprecated-declarations]
|   917 |         uint sym = XKeycodeToKeysym(QX11Info::display(), keyCodeX, 0);
|       |                                                                     ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver_x11.h:25,
|                  from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kkeyserver.cpp:21:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/X11/Xlib.h:1687:15: note: declared here
|  1687 | extern KeySym XKeycodeToKeysym(
|       |               ^~~~~~~~~~~~~~~~
| [119/226] /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-g++  -DKF5WindowSystem_EXPORTS -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -Isrc -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src -Isrc/KF5WindowSystem_autogen/include -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtGui -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtCore -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/mkspecs/linux-oe-g++ -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtX11Extras -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtWidgets -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7  --sysroot=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0=/usr/src/debug/kwindowsystem/5.63.0-r0                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0=/usr/src/debug/kwindowsystem/5.63.0-r0                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7  --sysroot=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot -std=c++0x -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -fdiagnostics-color=always -pedantic -Wzero-as-null-pointer-constant -fPIC -fvisibility=hidden -fvisibility-inlines-hidden   -fPIC -MD -MT src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kxmessages.cpp.o -MF src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kxmessages.cpp.o.d -o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kxmessages.cpp.o -c /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxmessages.cpp
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtCore/QMap:1,
|                  from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxmessages.h:30,
|                  from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxmessages.cpp:26:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtCore/qmap.h: In instantiation of 'QMapData<Key, T>::Node* QMapData<Key, T>::end() [with Key = QString; T = QVariant; QMapData<Key, T>::Node = QMapNode<QString, QVariant>]':
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtCore/qmap.h:803:11:   required from 'QMap<K, V>::iterator QMap<K, V>::insertMulti(const Key&, const T&) [with Key = QString; T = QVariant]'
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtCore/qvariant.h:828:66:   required from here
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtCore/qmap.h:215:26: warning: cast from 'QMapNodeBase*' to 'QMapData<QString, QVariant>::Node*' {aka 'QMapNode<QString, QVariant>*'} increases required alignment of target type [-Wcast-align]
|   215 |     Node *end() { return reinterpret_cast<Node *>(&header); }
|       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtCore/qmap.h: In instantiation of 'const QMapNode<Key, T>* QMapNode<Key, T>::nextNode() const [with Key = QString; T = QVariant]':
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtCore/qmap.h:494:15:   required from 'QMap<K, V>::const_iterator& QMap<K, V>::const_iterator::operator++() [with Key = QString; T = QVariant]'
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator_base_funcs.h:89:4:   required from 'typename std::iterator_traits<_Iterator>::difference_type std::__distance(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = QMap<QString, QVariant>::const_iterator; typename std::iterator_traits<_Iterator>::difference_type = int]'
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/c++/9.2.0/bits/stl_iterator_base_funcs.h:141:29:   required from 'typename std::iterator_traits<_Iterator>::difference_type std::distance(_InputIterator, _InputIterator) [with _InputIterator = QMap<QString, QVariant>::const_iterator; typename std::iterator_traits<_Iterator>::difference_type = int]'
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtCore/qmetatype.h:1200:31:   required from 'static int QtMetaTypePrivate::QAssociativeIterableImpl::sizeImpl(const void*) [with T = QMap<QString, QVariant>]'
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtCore/qmetatype.h:1245:68:   required from 'QtMetaTypePrivate::QAssociativeIterableImpl::QAssociativeIterableImpl(const T*) [with T = QMap<QString, QVariant>]'
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtCore/qvariant.h:776:140:   required from here
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtCore/qmap.h:118:54: warning: cast from 'const QMapNodeBase*' to 'const QMapNode<QString, QVariant>*' increases required alignment of target type [-Wcast-align]
|   118 |     inline const QMapNode *nextNode() const { return reinterpret_cast<const QMapNode *>(QMapNodeBase::nextNode()); }
|       |                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| [120/226] /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-g++  -DKF5WindowSystem_EXPORTS -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -Isrc -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src -Isrc/KF5WindowSystem_autogen/include -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtGui -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtCore -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/mkspecs/linux-oe-g++ -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtX11Extras -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtWidgets -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7  --sysroot=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0=/usr/src/debug/kwindowsystem/5.63.0-r0                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0=/usr/src/debug/kwindowsystem/5.63.0-r0                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7  --sysroot=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot -std=c++0x -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -fdiagnostics-color=always -pedantic -Wzero-as-null-pointer-constant -fPIC -fvisibility=hidden -fvisibility-inlines-hidden   -fPIC -MD -MT src/CMakeFiles/KF5WindowSystem.dir/kstartupinfo.cpp.o -MF src/CMakeFiles/KF5WindowSystem.dir/kstartupinfo.cpp.o.d -o src/CMakeFiles/KF5WindowSystem.dir/kstartupinfo.cpp.o -c /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:204:2: warning: #warning is a GCC extension
|   204 | #warning "systemTrayWindowAdded signal was remove from KWindowSystem class"
|       |  ^~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:204:2: warning: #warning "systemTrayWindowAdded signal was remove from KWindowSystem class" [-Wcpp]
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:848:30: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
|   848 |     qCDebug(LOG_KWINDOWSYSTEM) << "check_startup";
|       |                              ^
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:852:38: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
|   852 |             qCDebug(LOG_KWINDOWSYSTEM) << "ignore";
|       |                                      ^
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:859:34: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
|   859 |         qCDebug(LOG_KWINDOWSYSTEM) << "check_startup:cantdetect";
|       |                                  ^
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:896:30: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
|   896 |     qCDebug(LOG_KWINDOWSYSTEM) << "check_startup:cantdetect";
|       |                              ^
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp: In static member function 'static bool KStartupInfo::sendStartupX(Display*, const KStartupInfoId&, const KStartupInfoData&)':
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:495:70: warning: 'static bool KXMessages::broadcastMessageX(Display*, const char*, const QString&, int)' is deprecated [-Wdeprecated-declarations]
|   495 |     return KXMessages::broadcastMessageX(disp_P, NET_STARTUP_MSG, msg);
|       |                                                                      ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:73:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxmessages.h:97:42: note: declared here
|    97 |     KWINDOWSYSTEM_DEPRECATED static bool broadcastMessageX(Display *disp, const char *msg_type,
|       |                                          ^~~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:495:70: warning: 'static bool KXMessages::broadcastMessageX(Display*, const char*, const QString&, int)' is deprecated [-Wdeprecated-declarations]
|   495 |     return KXMessages::broadcastMessageX(disp_P, NET_STARTUP_MSG, msg);
|       |                                                                      ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:73:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxmessages.h:97:42: note: declared here
|    97 |     KWINDOWSYSTEM_DEPRECATED static bool broadcastMessageX(Display *disp, const char *msg_type,
|       |                                          ^~~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp: In static member function 'static bool KStartupInfo::sendChangeX(Display*, const KStartupInfoId&, const KStartupInfoData&)':
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:570:70: warning: 'static bool KXMessages::broadcastMessageX(Display*, const char*, const QString&, int)' is deprecated [-Wdeprecated-declarations]
|   570 |     return KXMessages::broadcastMessageX(disp_P, NET_STARTUP_MSG, msg);
|       |                                                                      ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:73:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxmessages.h:97:42: note: declared here
|    97 |     KWINDOWSYSTEM_DEPRECATED static bool broadcastMessageX(Display *disp, const char *msg_type,
|       |                                          ^~~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:570:70: warning: 'static bool KXMessages::broadcastMessageX(Display*, const char*, const QString&, int)' is deprecated [-Wdeprecated-declarations]
|   570 |     return KXMessages::broadcastMessageX(disp_P, NET_STARTUP_MSG, msg);
|       |                                                                      ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:73:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxmessages.h:97:42: note: declared here
|    97 |     KWINDOWSYSTEM_DEPRECATED static bool broadcastMessageX(Display *disp, const char *msg_type,
|       |                                          ^~~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp: In static member function 'static bool KStartupInfo::sendFinishX(Display*, const KStartupInfoId&)':
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:622:70: warning: 'static bool KXMessages::broadcastMessageX(Display*, const char*, const QString&, int)' is deprecated [-Wdeprecated-declarations]
|   622 |     return KXMessages::broadcastMessageX(disp_P, NET_STARTUP_MSG, msg);
|       |                                                                      ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:73:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxmessages.h:97:42: note: declared here
|    97 |     KWINDOWSYSTEM_DEPRECATED static bool broadcastMessageX(Display *disp, const char *msg_type,
|       |                                          ^~~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:622:70: warning: 'static bool KXMessages::broadcastMessageX(Display*, const char*, const QString&, int)' is deprecated [-Wdeprecated-declarations]
|   622 |     return KXMessages::broadcastMessageX(disp_P, NET_STARTUP_MSG, msg);
|       |                                                                      ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:73:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxmessages.h:97:42: note: declared here
|    97 |     KWINDOWSYSTEM_DEPRECATED static bool broadcastMessageX(Display *disp, const char *msg_type,
|       |                                          ^~~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp: In static member function 'static bool KStartupInfo::sendFinishX(Display*, const KStartupInfoId&, const KStartupInfoData&)':
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:673:70: warning: 'static bool KXMessages::broadcastMessageX(Display*, const char*, const QString&, int)' is deprecated [-Wdeprecated-declarations]
|   673 |     return KXMessages::broadcastMessageX(disp_P, NET_STARTUP_MSG, msg);
|       |                                                                      ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:73:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxmessages.h:97:42: note: declared here
|    97 |     KWINDOWSYSTEM_DEPRECATED static bool broadcastMessageX(Display *disp, const char *msg_type,
|       |                                          ^~~~~~~~~~~~~~~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:673:70: warning: 'static bool KXMessages::broadcastMessageX(Display*, const char*, const QString&, int)' is deprecated [-Wdeprecated-declarations]
|   673 |     return KXMessages::broadcastMessageX(disp_P, NET_STARTUP_MSG, msg);
|       |                                                                      ^
| In file included from /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/kstartupinfo.cpp:73:
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/kxmessages.h:97:42: note: declared here
|    97 |     KWINDOWSYSTEM_DEPRECATED static bool broadcastMessageX(Display *disp, const char *msg_type,
|       |                                          ^~~~~~~~~~~~~~~~~
| [121/226] /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-g++  -DKF5WindowSystem_EXPORTS -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -Isrc -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src -Isrc/KF5WindowSystem_autogen/include -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtGui -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtCore -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/mkspecs/linux-oe-g++ -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtX11Extras -I/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/include/QtWidgets -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7  --sysroot=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0=/usr/src/debug/kwindowsystem/5.63.0-r0                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0=/usr/src/debug/kwindowsystem/5.63.0-r0                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7  --sysroot=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot -std=c++0x -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -fdiagnostics-color=always -pedantic -Wzero-as-null-pointer-constant -fPIC -fvisibility=hidden -fvisibility-inlines-hidden   -fPIC -MD -MT src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/netwm.cpp.o -MF src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/netwm.cpp.o.d -o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/netwm.cpp.o -c /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/netwm.cpp
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/netwm.cpp: In member function 'void NETWinInfo::setIconInternal(NETRArray<NETIcon>&, int&, xcb_atom_t, NETIcon, bool)':
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/netwm.cpp:2776:47: warning: cast from 'unsigned char*' to 'uint32_t*' {aka 'unsigned int*'} increases required alignment of target type [-Wcast-align]
|  2776 |         uint32_t *d32 = (uint32_t *) icons[i].data;
|       |                                               ^~~~
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/netwm.cpp: In member function 'void NETWinInfo::event(xcb_generic_event_t*, NET::Properties*, NET::Properties2*)':
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/kwindowsystem-5.63.0/src/platforms/xcb/netwm.cpp:3714:41: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare]
|  3714 |             if (message->data.data32[0] == OnAllDesktops) {
|       |                 ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
| [122/226] : && /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-g++ -fPIC -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7  --sysroot=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0=/usr/src/debug/kwindowsystem/5.63.0-r0                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0=/usr/src/debug/kwindowsystem/5.63.0-r0                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7  --sysroot=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot -std=c++0x -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -fdiagnostics-color=always -pedantic -Wzero-as-null-pointer-constant  -Wl,--no-undefined -Wl,--enable-new-dtags -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -shared -Wl,-soname,libKF5WindowSystem.so.5 -o bin/libKF5WindowSystem.so.5.63.0 src/CMakeFiles/KF5WindowSystem.dir/KF5WindowSystem_autogen/mocs_compilation.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kkeyserver.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kstartupinfo.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kusertimestamp.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kwindoweffects.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kwindoweffects_dummy.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kwindowinfo.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kwindowsystem.cpp.o src/CMakeFiles/KF5WindowSystem.dir/platforms/wayland/kwindowsystem.cpp.o src/CMakeFiles/KF5WindowSystem.dir/pluginwrapper.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kwindowsystemplugininterface.cpp.o src/CMakeFiles/KF5WindowSystem.dir/ECMQmLoader-kwindowsystem5_qt.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kwindowsystem_debug.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kwindowsystem_xcb_debug.cpp.o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kselectionowner.cpp.o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kselectionwatcher.cpp.o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kxerrorhandler.cpp.o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kxutils.cpp.o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kkeyserver.cpp.o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kxmessages.cpp.o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/netwm.cpp.o  -Wl,-rpath,/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/lib: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libQt5X11Extras.so.5.13.0 /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libSM.so /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libICE.so /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libX11.so /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libXext.so /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/lib/libXfixes.so /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libXrender.so /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb.so /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb-keysyms.so /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libQt5Widgets.so.5.13.0 /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libQt5Gui.so.5.13.0 /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libQt5Core.so.5.13.0 && :
| FAILED: bin/libKF5WindowSystem.so.5.63.0
| : && /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/bin/arm-openstlinux_weston-linux-gnueabi/arm-openstlinux_weston-linux-gnueabi-g++ -fPIC -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7  --sysroot=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0=/usr/src/debug/kwindowsystem/5.63.0-r0                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0=/usr/src/debug/kwindowsystem/5.63.0-r0                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native=  -fvisibility-inlines-hidden  -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7  --sysroot=/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot -std=c++0x -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -fdiagnostics-color=always -pedantic -Wzero-as-null-pointer-constant  -Wl,--no-undefined -Wl,--enable-new-dtags -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -shared -Wl,-soname,libKF5WindowSystem.so.5 -o bin/libKF5WindowSystem.so.5.63.0 src/CMakeFiles/KF5WindowSystem.dir/KF5WindowSystem_autogen/mocs_compilation.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kkeyserver.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kstartupinfo.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kusertimestamp.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kwindoweffects.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kwindoweffects_dummy.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kwindowinfo.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kwindowsystem.cpp.o src/CMakeFiles/KF5WindowSystem.dir/platforms/wayland/kwindowsystem.cpp.o src/CMakeFiles/KF5WindowSystem.dir/pluginwrapper.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kwindowsystemplugininterface.cpp.o src/CMakeFiles/KF5WindowSystem.dir/ECMQmLoader-kwindowsystem5_qt.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kwindowsystem_debug.cpp.o src/CMakeFiles/KF5WindowSystem.dir/kwindowsystem_xcb_debug.cpp.o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kselectionowner.cpp.o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kselectionwatcher.cpp.o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kxerrorhandler.cpp.o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kxutils.cpp.o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kkeyserver.cpp.o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/kxmessages.cpp.o src/CMakeFiles/KF5WindowSystem.dir/platforms/xcb/netwm.cpp.o  -Wl,-rpath,/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/lib: /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libQt5X11Extras.so.5.13.0 /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libSM.so /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libICE.so /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libX11.so /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libXext.so /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/lib/libXfixes.so /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libXrender.so /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb.so /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libxcb-keysyms.so /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libQt5Widgets.so.5.13.0 /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libQt5Gui.so.5.13.0 /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot/usr/lib/libQt5Core.so.5.13.0 && :
| /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi/kwindowsystem/5.63.0-r0/recipe-sysroot-native/usr/lib/libXfixes.so: file not recognized: file format not recognized
| collect2: error: ld returned 1 exit status
| ninja: build stopped: subcommand failed.
| WARNING: exit code 1 from a shell command.
| 
ERROR: Task (/home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/layers/openembedded-core/meta-qt5-extra/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2755 tasks of which 2748 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds

Summary: 1 task failed:
  /home/ns/Documents/stm32/distribution-package/openstlinux-4.19-warrior/layers/openembedded-core/meta-qt5-extra/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb:do_compile
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
schnitzeltony commented 4 years ago

Still a bit strange but...