SerenityOS / serenity

The Serenity Operating System 🐞
https://serenityos.org
BSD 2-Clause "Simplified" License
29.87k stars 3.15k forks source link

Toolchain: Stripping gcc may cause build errors #6063

Closed Hendiadyoin1 closed 3 years ago

Hendiadyoin1 commented 3 years ago

When building the Toolchain we strip it after the build to reduce its size, sadly this also strips away alot of parts we actually need, leeding to obscure build errors.

the build log (serenity): ``` [0/2] Re-checking globbed directories... [479/3243] Linking CXX executable Kernel/Kernel FAILED: Kernel/Kernel : && /mnt/c/Users/leon2/Documents/serenity/Toolchain/Local/i686/bin/i686-pc-serenity-g++ -static -Wno-unknown-warning-option -Wvla -pie -fPIE -fno-rtti -ffreestanding -fbuiltin -mno-80387 -mno-mmx -mno-sse -mno-sse2 -fno-asynchronous-unwind-tables -fstack-protector-strong -nostdlib -nostdinc -nostdinc++ -fsanitize=undefined -Wl,--hash-style=gnu,-z,relro,-z,now,-z,noexecstack --sysroot /mnt/c/Users/leon2/Documents/serenity/Build/i686/Root -Wl,-T /mnt/c/Users/leon2/Documents/serenity/Build/i686/Kernel/linker.ld -nostdlib Kernel/CMakeFiles/Kernel.dir/ACPI/DynamicParser.cpp.o Kernel/CMakeFiles/Kernel.dir/ACPI/Initialize.cpp.o Kernel/CMakeFiles/Kernel.dir/ACPI/MultiProcessorParser.cpp.o Kernel/CMakeFiles/Kernel.dir/ACPI/Parser.cpp.o Kernel/CMakeFiles/Kernel.dir/AddressSanitizer.cpp.o Kernel/CMakeFiles/Kernel.dir/Arch/PC/BIOS.cpp.o Kernel/CMakeFiles/Kernel.dir/CMOS.cpp.o Kernel/CMakeFiles/Kernel.dir/CommandLine.cpp.o Kernel/CMakeFiles/Kernel.dir/Console.cpp.o Kernel/CMakeFiles/Kernel.dir/CoreDump.cpp.o Kernel/CMakeFiles/Kernel.dir/DMI.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/AsyncDeviceRequest.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/BXVGADevice.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/BlockDevice.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/CharacterDevice.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/Device.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/FullDevice.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/I8042Controller.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/KeyboardDevice.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/MBVGADevice.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/MemoryDevice.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/NullDevice.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/PCSpeaker.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/PS2MouseDevice.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/RandomDevice.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/SB16.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/SerialDevice.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/USB/UHCIController.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/VMWareBackdoor.cpp.o Kernel/CMakeFiles/Kernel.dir/Devices/ZeroDevice.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/Partition/DiskPartition.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/Partition/DiskPartitionMetadata.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/Partition/EBRPartitionTable.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/Partition/GUIDPartitionTable.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/Partition/MBRPartitionTable.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/Partition/PartitionTable.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/StorageDevice.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/AHCIController.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/AHCIPort.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/AHCIPortHandler.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/SATADiskDevice.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/BMIDEChannel.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/IDEController.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/IDEChannel.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/PATADiskDevice.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/RamdiskController.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/RamdiskDevice.cpp.o Kernel/CMakeFiles/Kernel.dir/Storage/StorageManagement.cpp.o Kernel/CMakeFiles/Kernel.dir/DoubleBuffer.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/AnonymousFile.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/BlockBasedFileSystem.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/Custody.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/DevFS.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/DevPtsFS.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/Ext2FileSystem.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/FIFO.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/File.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/FileBackedFileSystem.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/FileDescription.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/FileSystem.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/Inode.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/InodeFile.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/InodeWatcher.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/Plan9FileSystem.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/ProcFS.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/TmpFS.cpp.o Kernel/CMakeFiles/Kernel.dir/FileSystem/VirtualFileSystem.cpp.o Kernel/CMakeFiles/Kernel.dir/FutexQueue.cpp.o Kernel/CMakeFiles/Kernel.dir/Interrupts/APIC.cpp.o Kernel/CMakeFiles/Kernel.dir/Interrupts/GenericInterruptHandler.cpp.o Kernel/CMakeFiles/Kernel.dir/Interrupts/IOAPIC.cpp.o Kernel/CMakeFiles/Kernel.dir/Interrupts/IRQHandler.cpp.o Kernel/CMakeFiles/Kernel.dir/Interrupts/InterruptManagement.cpp.o Kernel/CMakeFiles/Kernel.dir/Interrupts/PIC.cpp.o Kernel/CMakeFiles/Kernel.dir/Interrupts/SharedIRQHandler.cpp.o Kernel/CMakeFiles/Kernel.dir/Interrupts/SpuriousInterruptHandler.cpp.o Kernel/CMakeFiles/Kernel.dir/Interrupts/UnhandledInterruptHandler.cpp.o Kernel/CMakeFiles/Kernel.dir/KBufferBuilder.cpp.o Kernel/CMakeFiles/Kernel.dir/KSyms.cpp.o Kernel/CMakeFiles/Kernel.dir/Lock.cpp.o Kernel/CMakeFiles/Kernel.dir/Net/E1000NetworkAdapter.cpp.o Kernel/CMakeFiles/Kernel.dir/Net/IPv4Socket.cpp.o Kernel/CMakeFiles/Kernel.dir/Net/LocalSocket.cpp.o Kernel/CMakeFiles/Kernel.dir/Net/LoopbackAdapter.cpp.o Kernel/CMakeFiles/Kernel.dir/Net/NE2000NetworkAdapter.cpp.o Kernel/CMakeFiles/Kernel.dir/Net/NetworkAdapter.cpp.o Kernel/CMakeFiles/Kernel.dir/Net/NetworkTask.cpp.o Kernel/CMakeFiles/Kernel.dir/Net/RTL8139NetworkAdapter.cpp.o Kernel/CMakeFiles/Kernel.dir/Net/Routing.cpp.o Kernel/CMakeFiles/Kernel.dir/Net/Socket.cpp.o Kernel/CMakeFiles/Kernel.dir/Net/TCPSocket.cpp.o Kernel/CMakeFiles/Kernel.dir/Net/UDPSocket.cpp.o Kernel/CMakeFiles/Kernel.dir/PCI/Access.cpp.o Kernel/CMakeFiles/Kernel.dir/PCI/Device.cpp.o Kernel/CMakeFiles/Kernel.dir/PCI/DeviceController.cpp.o Kernel/CMakeFiles/Kernel.dir/PCI/IOAccess.cpp.o Kernel/CMakeFiles/Kernel.dir/PCI/Initializer.cpp.o Kernel/CMakeFiles/Kernel.dir/PCI/MMIOAccess.cpp.o Kernel/CMakeFiles/Kernel.dir/Panic.cpp.o Kernel/CMakeFiles/Kernel.dir/PerformanceEventBuffer.cpp.o Kernel/CMakeFiles/Kernel.dir/Process.cpp.o Kernel/CMakeFiles/Kernel.dir/ProcessGroup.cpp.o Kernel/CMakeFiles/Kernel.dir/RTC.cpp.o Kernel/CMakeFiles/Kernel.dir/Random.cpp.o Kernel/CMakeFiles/Kernel.dir/Scheduler.cpp.o Kernel/CMakeFiles/Kernel.dir/StdLib.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscall.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/anon_create.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/abort.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/access.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/alarm.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/beep.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/chdir.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/chmod.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/chown.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/chroot.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/clock.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/debug.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/disown.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/dup2.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/emuctl.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/execve.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/exit.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/fcntl.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/fork.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/ftruncate.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/futex.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/get_dir_entries.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/get_stack_bounds.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/getrandom.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/getuid.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/hostname.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/ioctl.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/keymap.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/kill.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/link.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/lseek.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/mkdir.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/mknod.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/mmap.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/module.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/mount.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/open.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/perf_event.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/pipe.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/pledge.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/prctl.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/process.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/profiling.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/ptrace.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/purge.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/read.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/readlink.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/realpath.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/rename.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/rmdir.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/sched.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/select.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/sendfd.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/setpgid.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/setuid.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/shutdown.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/sigaction.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/socket.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/stat.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/sync.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/sysconf.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/thread.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/times.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/ttyname.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/umask.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/uname.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/unlink.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/unveil.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/utime.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/waitid.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/watch_file.cpp.o Kernel/CMakeFiles/Kernel.dir/Syscalls/write.cpp.o Kernel/CMakeFiles/Kernel.dir/TTY/MasterPTY.cpp.o Kernel/CMakeFiles/Kernel.dir/TTY/PTYMultiplexer.cpp.o Kernel/CMakeFiles/Kernel.dir/TTY/SlavePTY.cpp.o Kernel/CMakeFiles/Kernel.dir/TTY/TTY.cpp.o Kernel/CMakeFiles/Kernel.dir/TTY/VirtualConsole.cpp.o Kernel/CMakeFiles/Kernel.dir/Tasks/FinalizerTask.cpp.o Kernel/CMakeFiles/Kernel.dir/Tasks/SyncTask.cpp.o Kernel/CMakeFiles/Kernel.dir/Thread.cpp.o Kernel/CMakeFiles/Kernel.dir/ThreadBlockers.cpp.o Kernel/CMakeFiles/Kernel.dir/ThreadTracer.cpp.o Kernel/CMakeFiles/Kernel.dir/Time/APICTimer.cpp.o Kernel/CMakeFiles/Kernel.dir/Time/HPET.cpp.o Kernel/CMakeFiles/Kernel.dir/Time/HPETComparator.cpp.o Kernel/CMakeFiles/Kernel.dir/Time/PIT.cpp.o Kernel/CMakeFiles/Kernel.dir/Time/RTC.cpp.o Kernel/CMakeFiles/Kernel.dir/Time/TimeManagement.cpp.o Kernel/CMakeFiles/Kernel.dir/TimerQueue.cpp.o Kernel/CMakeFiles/Kernel.dir/UBSanitizer.cpp.o Kernel/CMakeFiles/Kernel.dir/UserOrKernelBuffer.cpp.o Kernel/CMakeFiles/Kernel.dir/VM/AnonymousVMObject.cpp.o Kernel/CMakeFiles/Kernel.dir/VM/ContiguousVMObject.cpp.o Kernel/CMakeFiles/Kernel.dir/VM/InodeVMObject.cpp.o Kernel/CMakeFiles/Kernel.dir/VM/MemoryManager.cpp.o Kernel/CMakeFiles/Kernel.dir/VM/PageDirectory.cpp.o Kernel/CMakeFiles/Kernel.dir/VM/PhysicalPage.cpp.o Kernel/CMakeFiles/Kernel.dir/VM/PhysicalRegion.cpp.o Kernel/CMakeFiles/Kernel.dir/VM/PrivateInodeVMObject.cpp.o Kernel/CMakeFiles/Kernel.dir/VM/ProcessPagingScope.cpp.o Kernel/CMakeFiles/Kernel.dir/VM/PurgeablePageRanges.cpp.o Kernel/CMakeFiles/Kernel.dir/VM/Range.cpp.o Kernel/CMakeFiles/Kernel.dir/VM/RangeAllocator.cpp.o Kernel/CMakeFiles/Kernel.dir/VM/Region.cpp.o Kernel/CMakeFiles/Kernel.dir/VM/SharedInodeVMObject.cpp.o Kernel/CMakeFiles/Kernel.dir/VM/Space.cpp.o Kernel/CMakeFiles/Kernel.dir/VM/VMObject.cpp.o Kernel/CMakeFiles/Kernel.dir/WaitQueue.cpp.o Kernel/CMakeFiles/Kernel.dir/WorkQueue.cpp.o Kernel/CMakeFiles/Kernel.dir/init.cpp.o Kernel/CMakeFiles/Kernel.dir/kprintf.cpp.o Kernel/CMakeFiles/Kernel.dir/Arch/i386/CPU.cpp.o Kernel/CMakeFiles/Kernel.dir/Arch/i386/InterruptEntry.cpp.o Kernel/CMakeFiles/Kernel.dir/Arch/i386/ProcessorInfo.cpp.o Kernel/CMakeFiles/Kernel.dir/Arch/i386/SafeMem.cpp.o Kernel/CMakeFiles/Kernel.dir/__/AK/ByteBuffer.cpp.o Kernel/CMakeFiles/Kernel.dir/__/AK/FlyString.cpp.o Kernel/CMakeFiles/Kernel.dir/__/AK/GenericLexer.cpp.o Kernel/CMakeFiles/Kernel.dir/__/AK/Hex.cpp.o Kernel/CMakeFiles/Kernel.dir/__/AK/JsonParser.cpp.o Kernel/CMakeFiles/Kernel.dir/__/AK/JsonValue.cpp.o Kernel/CMakeFiles/Kernel.dir/__/AK/LexicalPath.cpp.o Kernel/CMakeFiles/Kernel.dir/__/AK/String.cpp.o Kernel/CMakeFiles/Kernel.dir/__/AK/StringBuilder.cpp.o Kernel/CMakeFiles/Kernel.dir/__/AK/StringImpl.cpp.o Kernel/CMakeFiles/Kernel.dir/__/AK/StringUtils.cpp.o Kernel/CMakeFiles/Kernel.dir/__/AK/StringView.cpp.o Kernel/CMakeFiles/Kernel.dir/__/AK/Time.cpp.o Kernel/CMakeFiles/Kernel.dir/__/AK/Format.cpp.o Kernel/CMakeFiles/Kernel.dir/__/AK/UUID.cpp.o Kernel/CMakeFiles/Kernel.dir/__/Userland/Libraries/LibELF/Image.cpp.o Kernel/CMakeFiles/Kernel.dir/__/Userland/Libraries/LibELF/Validation.cpp.o Kernel/CMakeFiles/Kernel.dir/__/Userland/Libraries/LibVT/Terminal.cpp.o Kernel/CMakeFiles/Kernel.dir/__/Userland/Libraries/LibVT/Line.cpp.o Kernel/CMakeFiles/Kernel.dir/__/Userland/Libraries/LibKeyboard/CharacterMap.cpp.o Kernel/CMakeFiles/Kernel.dir/__/Userland/Libraries/LibCrypto/Cipher/AES.cpp.o Kernel/CMakeFiles/Kernel.dir/__/Userland/Libraries/LibCrypto/Hash/SHA2.cpp.o Kernel/CMakeFiles/Kernel.dir/__/Userland/Libraries/LibC/ctype.cpp.o -o Kernel/Kernel Kernel/libkernel_heap.a -lgcc -lstdc++ && cd /mnt/c/Users/leon2/Documents/serenity/Build/i686/Kernel && sh /mnt/c/Users/leon2/Documents/serenity/Kernel/mkmap.sh /mnt/c/Users/leon2/Documents/serenity/Toolchain/Local/i686/lib/gcc/i686-pc-serenity/10.2.0/../../../../i686-pc-serenity/bin/ld: /mnt/c/Users/leon2/Documents/serenity/Toolchain/Local/i686/lib/gcc/i686-pc-serenity/10.2.0/libgcc.a: error adding symbols: archive has no index; run ranlib to add one collect2: error: ld returned 1 exit status [496/3243] Building CXX object Userland/Libraries/LibC/CMakeFiles/LibCStaticWithoutDeps.dir/__/LibELF/DynamicLinker.cpp.o ninja: build stopped: subcommand failed. ```
Strip log ``` Stripping executables ... Before: 1.2G Local strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/algorithm: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/any: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/array: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/atomic: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/backward/auto_ptr.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/backward/backward_warning.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/backward/binders.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/backward/hashtable.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/backward/hash_fun.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/backward/hash_map: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/backward/hash_set: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/backward/strstream: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bit: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/algorithmfwd.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/allocated_ptr.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/allocator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/alloc_traits.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/atomic_base.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/atomic_futex.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/atomic_lockfree_defines.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/basic_ios.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/basic_ios.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/basic_string.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/basic_string.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/boost_concept_check.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/c++0x_warning.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/charconv.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/char_traits.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/codecvt.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/concept_check.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/cpp_type_traits.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/cxxabi_forced.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/cxxabi_init_exception.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/deque.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/enable_special_members.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/erase_if.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/exception.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/exception_defines.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/exception_ptr.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/forward_list.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/forward_list.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/fstream.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/fs_dir.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/fs_fwd.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/fs_ops.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/fs_path.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/functexcept.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/functional_hash.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/gslice.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/gslice_array.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/hashtable.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/hashtable_policy.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/hash_bytes.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/indirect_array.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/int_limits.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/invoke.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/ios_base.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/istream.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/iterator_concepts.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/list.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/localefwd.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/locale_classes.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/locale_classes.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/locale_conv.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/locale_facets.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/locale_facets.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/locale_facets_nonio.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/locale_facets_nonio.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/mask_array.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/memoryfwd.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/move.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/nested_exception.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/node_handle.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/ostream.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/ostream_insert.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/parse_numbers.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/postypes.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/predefined_ops.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/ptr_traits.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/quoted_string.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/random.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/random.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/ranges_algo.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/ranges_algobase.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/ranges_uninitialized.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/range_access.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/range_cmp.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/refwrap.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/regex.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/regex.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/regex_automaton.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/regex_automaton.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/regex_compiler.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/regex_compiler.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/regex_constants.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/regex_error.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/regex_executor.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/regex_executor.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/regex_scanner.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/regex_scanner.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/shared_ptr.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/shared_ptr_atomic.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/shared_ptr_base.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/slice_array.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/specfun.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/sstream.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/std_abs.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/std_function.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/std_mutex.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_algo.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_algobase.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_bvector.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_construct.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_deque.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_function.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_heap.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_iterator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_iterator_base_funcs.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_iterator_base_types.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_list.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_map.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_multimap.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_multiset.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_numeric.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_pair.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_queue.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_raw_storage_iter.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_relops.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_set.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_stack.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_tempbuf.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_tree.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_uninitialized.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stl_vector.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/streambuf.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/streambuf_iterator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stream_iterator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/stringfwd.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/string_view.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/uniform_int_dist.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/unique_lock.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/unique_ptr.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/unordered_map.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/unordered_set.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/uses_allocator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/valarray_after.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/valarray_array.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/valarray_array.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/valarray_before.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bits/vector.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/bitset: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cassert: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ccomplex: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cctype: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cerrno: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cfenv: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cfloat: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/charconv: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/chrono: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cinttypes: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ciso646: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/climits: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/clocale: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cmath: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/codecvt: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/compare: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/complex: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/complex.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/concepts: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/condition_variable: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/coroutine: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/csetjmp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/csignal: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cstdalign: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cstdarg: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cstdbool: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cstddef: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cstdint: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cstdio: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cstdlib: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cstring: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ctgmath: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ctime: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cuchar: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cwchar: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cwctype: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/cxxabi.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/array: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/assertions.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/bitset: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/debug.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/deque: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/formatter.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/forward_list: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/functions.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/helper_functions.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/list: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/macros.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/map: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/map.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/multimap.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/multiset.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/safe_base.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/safe_container.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/safe_iterator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/safe_iterator.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/safe_local_iterator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/safe_local_iterator.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/safe_sequence.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/safe_sequence.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/safe_unordered_base.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/safe_unordered_container.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/safe_unordered_container.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/set: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/set.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/stl_iterator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/string: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/unordered_map: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/unordered_set: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/debug/vector: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/decimal/decimal: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/decimal/decimal.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/deque: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/exception: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/execution: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/algorithm: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/any: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/array: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/bits/lfts_config.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/bits/net.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/bits/shared_ptr.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/bits/string_view.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/buffer: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/chrono: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/deque: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/executor: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/forward_list: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/functional: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/internet: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/io_context: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/iterator: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/list: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/map: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/memory: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/memory_resource: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/net: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/netfwd: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/numeric: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/optional: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/propagate_const: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/random: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/ratio: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/regex: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/set: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/socket: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/source_location: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/string: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/string_view: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/system_error: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/timer: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/tuple: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/type_traits: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/unordered_map: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/unordered_set: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/utility: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/experimental/vector: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/algorithm: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/aligned_buffer.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/alloc_traits.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/atomicity.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/bitmap_allocator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/cast.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/cmath: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/codecvt_specializations.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/concurrence.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/debug_allocator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/enc_filebuf.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/extptr_allocator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/functional: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/hash_map: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/hash_set: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/iterator: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/malloc_allocator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/memory: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/mt_allocator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/new_allocator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/numeric: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/numeric_traits.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/assoc_container.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binary_heap_/const_iterator.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binary_heap_/entry_pred.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binary_heap_/resize_policy.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/bin_search_tree_/traits.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/branch_policy/branch_policy.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/branch_policy/traits.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/cond_dealtor.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/container_base_dispatch.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/debug_map_base.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/eq_fn/eq_by_less.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/ov_tree_map_/traits.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pat_trie_/traits.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/priority_queue_base_dispatch.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rb_tree_map_/node.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rb_tree_map_/traits.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/splay_tree_/node.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/splay_tree_/traits.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/standard_policies.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/tree_trace_base.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/types_traits.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/type_utils.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/unordered_iterator/iterator.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/exception.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/hash_policy.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/list_update_policy.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/priority_queue.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/tag_and_trait.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/tree_policy.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pb_ds/trie_policy.hpp: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pod_char_traits.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pointer.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/pool_allocator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/random: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/random.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/rb_tree: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/rc_string_base.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/rope: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/ropeimpl.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/slist: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/sso_string_base.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/stdio_filebuf.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/stdio_sync_filebuf.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/string_conversions.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/throw_allocator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/typelist.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/type_traits.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/vstring.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/vstring.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/vstring_fwd.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ext/vstring_util.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/fenv.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/filesystem: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/forward_list: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/fstream: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/functional: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/future: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/atomic_word.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/basic_file.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/c++allocator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/c++config.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/c++io.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/c++locale.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/cpu_defines.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/ctype_base.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/ctype_inline.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/cxxabi_tweaks.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/error_constants.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/extc++.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/gthr-default.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/gthr-posix.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/gthr-single.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/gthr.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/messages_members.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/opt_random.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/os_defines.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/stdc++.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/stdtr1c++.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/bits/time_members.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/i686-pc-serenity/ext/opt_random.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/initializer_list: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/iomanip: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ios: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/iosfwd: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/iostream: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/istream: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/iterator: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/limits: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/list: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/locale: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/map: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/math.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/memory: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/memory_resource: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/mutex: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/new: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/numbers: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/numeric: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/optional: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ostream: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/algo.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/algobase.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/algorithm: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/algorithmfwd.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/balanced_quicksort.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/base.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/basic_iterator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/checkers.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/compatibility.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/compiletime_settings.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/equally_split.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/features.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/find.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/find_selectors.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/for_each.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/for_each_selectors.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/iterator.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/list_partition.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/losertree.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/merge.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/multiseq_selection.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/multiway_merge.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/multiway_mergesort.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/numeric: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/numericfwd.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/omp_loop.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/omp_loop_static.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/parallel.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/partial_sum.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/partition.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/par_loop.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/queue.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/quicksort.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/random_number.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/random_shuffle.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/search.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/settings.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/set_operations.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/sort.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/tags.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/types.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/unique_copy.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/parallel/workstealing.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/algorithm_fwd.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/algorithm_impl.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/execution_defs.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/execution_impl.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/glue_algorithm_defs.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/glue_algorithm_impl.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/glue_execution_defs.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/glue_memory_defs.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/glue_memory_impl.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/glue_numeric_defs.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/glue_numeric_impl.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/memory_impl.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/numeric_fwd.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/numeric_impl.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/parallel_backend.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/parallel_backend_serial.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/parallel_backend_tbb.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/parallel_backend_utils.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/parallel_impl.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/pstl_config.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/unseq_backend_simd.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/pstl/utils.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/queue: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/random: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ranges: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/ratio: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/regex: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/scoped_allocator: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/set: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/shared_mutex: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/span: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/sstream: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/stack: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/stdexcept: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/stdlib.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/stop_token: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/streambuf: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/string: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/string_view: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/system_error: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tgmath.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/thread: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/array: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/bessel_function.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/beta_function.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/ccomplex: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/cctype: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/cfenv: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/cfloat: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/cinttypes: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/climits: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/cmath: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/complex: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/complex.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/cstdarg: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/cstdbool: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/cstdint: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/cstdio: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/cstdlib: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/ctgmath: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/ctime: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/ctype.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/cwchar: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/cwctype: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/ell_integral.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/exp_integral.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/fenv.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/float.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/functional: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/functional_hash.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/gamma.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/hashtable.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/hashtable_policy.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/hypergeometric.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/inttypes.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/legendre_function.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/limits.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/math.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/memory: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/modified_bessel_func.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/poly_hermite.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/poly_laguerre.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/random: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/random.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/random.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/regex: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/riemann_zeta.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/shared_ptr.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/special_function_util.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/stdarg.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/stdbool.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/stdint.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/stdio.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/stdlib.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/tgmath.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/tuple: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/type_traits: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/unordered_map: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/unordered_map.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/unordered_set: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/unordered_set.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/utility: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/wchar.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr1/wctype.h: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr2/bool_set: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr2/bool_set.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr2/dynamic_bitset: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr2/dynamic_bitset.tcc: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr2/ratio: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tr2/type_traits: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/tuple: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/typeindex: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/typeinfo: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/type_traits: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/unordered_map: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/unordered_set: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/utility: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/valarray: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/variant: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/vector: file format not recognized strip: Local/i686/i686-pc-serenity/include/c++/10.2.0/version: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.x: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xbn: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xc: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xce: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xd: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xdc: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xdce: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xde: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xdw: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xdwe: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xe: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xn: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xr: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xs: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xsc: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xsce: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xse: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xsw: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xswe: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xu: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xw: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386.xwe: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.x: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xbn: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xc: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xce: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xd: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xdc: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xdce: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xde: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xdw: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xdwe: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xe: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xn: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xr: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xs: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xsc: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xsce: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xse: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xsw: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xswe: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xu: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xw: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_i386_serenity.xwe: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.x: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xbn: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xc: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xce: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xd: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xdc: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xdce: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xde: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xdw: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xdwe: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xe: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xn: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xr: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xs: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xsc: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xsce: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xse: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xsw: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xswe: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xu: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xw: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64.xwe: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.x: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xbn: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xc: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xce: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xd: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xdc: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xdce: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xde: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xdw: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xdwe: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xe: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xn: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xr: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xs: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xsc: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xsce: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xse: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xsw: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xswe: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xu: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xw: file format not recognized strip: Local/i686/i686-pc-serenity/lib/ldscripts/elf_x86_64_serenity.xwe: file format not recognized strip: Local/i686/i686-pc-serenity/lib/libstdc++.a-gdb.py: file format not recognized strip: Local/i686/include/ctf-api.h: file format not recognized strip: Local/i686/include/ctf.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/adxintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/ammintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx2intrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx5124fmapsintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx5124vnniwintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512bf16intrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512bf16vlintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512bitalgintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512bwintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512cdintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512dqintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512erintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512fintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512ifmaintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512ifmavlintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512pfintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512vbmi2intrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512vbmi2vlintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512vbmiintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512vbmivlintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512vlbwintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512vldqintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512vlintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512vnniintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512vnnivlintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512vp2intersectintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512vp2intersectvlintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512vpopcntdqintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avx512vpopcntdqvlintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/avxintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/bmi2intrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/bmiintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/bmmintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/cet.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/cetintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/cldemoteintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/clflushoptintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/clwbintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/clzerointrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/cpuid.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/cross-stdarg.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/emmintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/enqcmdintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/f16cintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/float.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/fma4intrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/fmaintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/fxsrintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/gcov.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/gfniintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/ia32intrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/immintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/iso646.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/lwpintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/lzcntintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/mm3dnow.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/mmintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/mm_malloc.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/movdirintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/mwaitxintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/nmmintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/pconfigintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/pkuintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/pmmintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/popcntintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/prfchwintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/rdseedintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/rtmintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/sgxintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/shaintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/smmintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/stdalign.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/stdarg.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/stdatomic.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/stdbool.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/stddef.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/stdfix.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/stdnoreturn.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/tbmintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/tgmath.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/tmmintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/unwind.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/vaesintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/varargs.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/vpclmulqdqintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/waitpkgintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/wbnoinvdintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/wmmintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/x86intrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/xmmintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/xopintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/xsavecintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/xsaveintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/xsaveoptintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/xsavesintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include/xtestintrin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include-fixed/limits.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include-fixed/README: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/include-fixed/syslimits.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/install-tools/fixinc_list: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/install-tools/gsyslimits.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/install-tools/include/limits.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/install-tools/include/README: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/install-tools/macro_list: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/gtype.state: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ada/gcc-interface/ada-tree.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/addresses.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/alias.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/align.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/all-tree.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/alloc-pool.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ansidecl.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/array-traits.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/asan.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/attribs.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/auto-host.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/auto-profile.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/b-header-vars: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/backend.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/basic-block.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/bb-reorder.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/bitmap.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/brig-builtins.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/builtin-attrs.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/builtin-types.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/builtins.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/builtins.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/bversion.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/c-family/c-common.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/c-family/c-common.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/c-family/c-objc.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/c-family/c-pragma.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/c-family/c-pretty-print.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/c-tree.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/calls.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ccmp.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cfg-flags.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cfg.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cfganal.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cfgbuild.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cfgcleanup.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cfgexpand.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cfghooks.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cfgloop.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cfgloopmanip.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cfgrtl.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cgraph.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cif-code.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/collect-utils.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/collect2-aix.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/collect2.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/color-macros.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/conditions.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/config/dbxelf.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/config/elfos.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/config/glibc-stdint.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/config/i386/att.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/config/i386/i386-opts.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/config/i386/i386-protos.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/config/i386/i386.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/config/i386/i386elf.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/config/i386/stringop.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/config/i386/unix.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/config/i386/x86-tune.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/config/initfini-array.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/config/serenity.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/config/vxworks-dummy.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/config.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/configargs.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/context.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/convert.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/coretypes.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/coroutine-builtins.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/coverage.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cp/cp-tree.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cp/cp-tree.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cp/cxx-pretty-print.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cp/name-lookup.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cp/operators.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cp/type-utils.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cppbuiltin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cppdefault.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cpplib.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/cselib.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/d/d-tree.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/data-streamer.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/dbgcnt.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/dbgcnt.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/dbxout.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/dce.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ddg.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/debug.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/defaults.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/df.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/dfp.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/diagnostic-color.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/diagnostic-core.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/diagnostic-event-id.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/diagnostic-metadata.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/diagnostic-path.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/diagnostic-url.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/diagnostic.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/diagnostic.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/digraph.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/dojump.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/dominance.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/domwalk.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/double-int.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/dump-context.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/dumpfile.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/dwarf2asm.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/dwarf2out.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/edit-context.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/emit-rtl.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/errors.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/escaped_string.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/et-forest.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/except.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/explow.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/expmed.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/expr.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/fibonacci_heap.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/file-find.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/file-prefix-map.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/filenames.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/fixed-value.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/flag-types.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/flags.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/fold-const-call.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/fold-const.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/function-abi.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/function.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gcc-plugin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gcc-rich-location.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gcc-symtab.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gcc.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gcov-counter.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gcov-io.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gcse-common.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gcse.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/generic-match.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gengtype.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/genrtl.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gensupport.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ggc-internal.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ggc.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gimple-builder.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gimple-expr.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gimple-fold.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gimple-iterator.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gimple-low.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gimple-match.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gimple-predict.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gimple-pretty-print.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gimple-ssa-evrp-analyze.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gimple-ssa-warn-restrict.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gimple-ssa.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gimple-streamer.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gimple-walk.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gimple.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gimple.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gimplify-me.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gimplify.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/glimits.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/graph.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/graphds.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/graphite.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/graphviz.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gsstruct.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gstab.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gsyms.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gsyslimits.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gtm-builtins.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/gtype-desc.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/hard-reg-set.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/hash-map-traits.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/hash-map.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/hash-set.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/hash-table.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/hash-traits.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/hashtab.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/highlev-plugin-common.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/hooks.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/hosthooks-def.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/hosthooks.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/hsa-brig-format.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/hsa-builtins.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/hsa-common.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/hw-doloop.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/hwint.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ifcvt.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/inchash.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/incpath.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/input.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/insn-addr.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/insn-attr-common.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/insn-attr.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/insn-codes.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/insn-constants.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/insn-flags.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/insn-modes-inline.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/insn-modes.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/insn-notes.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/int-vector-builder.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/internal-fn.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/internal-fn.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/intl.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ipa-fnsummary.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ipa-icf-gimple.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ipa-icf.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ipa-inline.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ipa-param-manipulation.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ipa-predicate.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ipa-prop.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ipa-ref.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ipa-reference.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ipa-utils.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ira-int.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ira.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/is-a.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/json.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/langhooks-def.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/langhooks.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/lcm.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/libfuncs.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/libiberty.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/limitx.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/limity.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/line-map.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/loop-unroll.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/lower-subreg.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/lra-int.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/lra.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/lto-compress.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/lto-section-names.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/lto-streamer.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/machmode.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/machmode.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/md5.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/mem-stats-traits.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/mem-stats.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/memmodel.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/memory-block.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/mode-classes.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/objc/objc-tree.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/obstack.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/omp-builtins.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/omp-expand.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/omp-general.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/omp-grid.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/omp-low.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/omp-offload.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/omp-simd-clone.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/opt-problem.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/opt-suggestions.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/optabs-libfuncs.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/optabs-query.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/optabs-tree.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/optabs.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/optabs.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/optinfo-emit-json.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/optinfo.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/options.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/opts-diagnostic.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/opts.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ordered-hash-map.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/output.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/pass-instances.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/passes.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/pass_manager.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/plugin-api.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/plugin-version.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/plugin.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/plugin.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/poly-int-types.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/poly-int.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/predict.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/predict.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/prefix.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/pretty-print.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/print-rtl.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/print-tree.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/profile-count.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/profile.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/range-op.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/range.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/read-md.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/read-rtl-function.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/real.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/realmpfr.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/recog.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/reg-notes.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/regcprop.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/regrename.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/regs.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/regset.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/reload.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/resource.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/rtl-error.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/rtl-iter.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/rtl.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/rtl.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/rtlhash.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/rtlhooks-def.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/rtx-vector-builder.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/run-rtl-passes.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/safe-ctype.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/sanitizer.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/sbitmap.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/sched-int.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/sel-sched-dump.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/sel-sched-ir.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/sel-sched.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/selftest-diagnostic.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/selftest-rtl.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/selftest.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/sese.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/shortest-paths.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/shrink-wrap.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/signop.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/sparseset.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/spellcheck-tree.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/spellcheck.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/splay-tree.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/sreal.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ssa-iterators.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ssa.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/stab.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/statistics.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/stmt.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/stor-layout.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/streamer-hooks.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/stringpool.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/substring-locations.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/symbol-summary.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/symtab.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/sync-builtins.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/system.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/target-def.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/target-globals.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/target-hooks-macros.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/target-insns.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/target.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/target.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/targhooks.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/timevar.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/timevar.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tm-preds.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tm.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tm_p.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/toplev.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tracer.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/trans-mem.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-affine.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-cfg.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-cfgcleanup.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-check.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-chrec.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-core.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-data-ref.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-dfa.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-diagnostic.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-dump.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-eh.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-hash-traits.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-hasher.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-if-conv.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-inline.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-into-ssa.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-iterator.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-nested.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-object-size.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-outof-ssa.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-parloops.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-pass.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-phinodes.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-pretty-print.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-scalar-evolution.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-sra.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-address.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-alias.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-ccp.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-coalesce.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-dce.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-dom.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-dse.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-live.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-loop-ivopts.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-loop-manip.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-loop-niter.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-loop.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-operands.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-propagate.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-sccvn.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-scopedtables.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-strlen.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-ter.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-threadedge.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa-threadupdate.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssa.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-ssanames.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-stdarg.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-streamer.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-switch-conversion.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-vector-builder.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-vectorizer.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree-vrp.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tree.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/treestruct.def: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tristate.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tsan.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/tsystem.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/typeclass.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/typed-splay-tree.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/ubsan.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/valtrack.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/value-prof.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/value-range.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/varasm.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/vec-perm-indices.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/vec.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/vector-builder.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/version.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/vmsdbg.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/vr-values.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/vtable-verify.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/wide-int-bitmask.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/wide-int-print.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/wide-int.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/xcoff.h: file format not recognized strip: Local/i686/lib/gcc/i686-pc-serenity/10.2.0/plugin/include/xcoffout.h: file format not recognized strip: Local/i686/share/gcc-10.2.0/python/libstdcxx/v6/printers.py: file format not recognized strip: Local/i686/share/gcc-10.2.0/python/libstdcxx/v6/xmethods.py: file format not recognized strip: Local/i686/share/gcc-10.2.0/python/libstdcxx/v6/__init__.py: file format not recognized strip: Local/i686/share/gcc-10.2.0/python/libstdcxx/__init__.py: file format not recognized strip: Local/i686/share/info/as.info: file format not recognized strip: Local/i686/share/info/bfd.info: file format not recognized strip: Local/i686/share/info/binutils.info: file format not recognized strip: Local/i686/share/info/dir: file format not recognized strip: Local/i686/share/info/gprof.info: file format not recognized strip: Local/i686/share/info/ld.info: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-addr2line.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-ar.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-as.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-c++filt.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-cpp.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-dlltool.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-elfedit.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-g++.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-gcc.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-gcov-dump.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-gcov-tool.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-gcov.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-gprof.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-ld.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-lto-dump.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-nm.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-objcopy.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-objdump.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-ranlib.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-readelf.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-size.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-strings.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-strip.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-windmc.1: file format not recognized strip: Local/i686/share/man/man1/i686-pc-serenity-windres.1: file format not recognized strip: Local/i686/share/man/man7/fsf-funding.7: file format not recognized strip: Local/i686/share/man/man7/gfdl.7: file format not recognized strip: Local/i686/share/man/man7/gpl.7: file format not recognized strip: Local/i686/x86_64-pc-linux-gnu/i686-pc-serenity/include/ansidecl.h: file format not recognized strip: Local/i686/x86_64-pc-linux-gnu/i686-pc-serenity/include/bfd.h: file format not recognized strip: Local/i686/x86_64-pc-linux-gnu/i686-pc-serenity/include/bfdlink.h: file format not recognized strip: Local/i686/x86_64-pc-linux-gnu/i686-pc-serenity/include/bfd_stdint.h: file format not recognized strip: Local/i686/x86_64-pc-linux-gnu/i686-pc-serenity/include/diagnostics.h: file format not recognized strip: Local/i686/x86_64-pc-linux-gnu/i686-pc-serenity/include/dis-asm.h: file format not recognized strip: Local/i686/x86_64-pc-linux-gnu/i686-pc-serenity/include/plugin-api.h: file format not recognized strip: Local/i686/x86_64-pc-linux-gnu/i686-pc-serenity/include/symcat.h: file format not recognized ```

Thank you @tlmrgvf for figuring out what broke

xackus commented 3 years ago

Do you still encounter build errors with #6424 merged?

gil0mendes commented 3 years ago

This patch solved one of the errors that I had, but now I have another one. https://d.pr/i/4e5bEh

Hendiadyoin1 commented 3 years ago

Fixed it on my end, too

Will close this issue now.