This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ make \ | |
| > --debug=v \ | |
| > -j"$(nproc)" | |
| GNU Make 4.4.1 | |
| Built for aarch64-unknown-linux-gnu | |
| Copyright (C) 1988-2023 Free Software Foundation, Inc. | |
| License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html> | |
| This is free software: you are free to change and redistribute it. | |
| There is NO WARRANTY, to the extent permitted by law. | |
| Reading makefiles... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ make \ | |
| > -j"$(nproc)" | |
| [ 0%] Building CXX object CMakeFiles/gtest.dir/extra/googletest/googletest-1.14.0/googletest/src/gtest-all.cc.o | |
| [ 0%] Building CXX object CMakeFiles/gmock.dir/extra/googletest/googletest-1.14.0/googlemock/src/gmock-all.cc.o | |
| [ 0%] Linking CXX static library libgmock.a | |
| [ 0%] Built target gmock | |
| [ 0%] Building CXX object CMakeFiles/gmock_main.dir/extra/googletest/googletest-1.14.0/googlemock/src/gmock_main.cc.o | |
| [ 0%] Linking CXX static library libgmock_main.a | |
| [ 0%] Built target gmock_main | |
| [ 0%] Building CXX object CMakeFiles/gtest_main.dir/extra/googletest/googletest-1.14.0/googletest/src/gtest_main.cc.o |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ cmake .. \ | |
| > --install-prefix=/opt/percona/mysql/"$percona_mysql_server_version_minor" | |
| -- Running cmake version 3.31.6 | |
| -- Found Git: /usr/bin/git (found version "2.47.3") | |
| -- CMAKE_MODULE_PATH is /home/pete/perconaservermysql84/perconaservermysql84-source/percona-server-8.4.6-6/cmake | |
| -- MySQL 8.4.6-6 | |
| -- The C compiler identification is GNU 14.2.0 | |
| -- The CXX compiler identification is GNU 14.2.0 | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: | |
| Change Dir: /home/pete/percona-server-mysql-source/percona-server-Percona-Server-8.0.32-24/src-build/CMakeFiles/CMakeTmp | |
| Run Build Command(s):/usr/bin/gmake cmTC_de984/fast && /usr/bin/gmake -f CMakeFiles/cmTC_de984.dir/build.make CMakeFiles/cmTC_de984.dir/build | |
| gmake[1]: Entering directory '/home/pete/percona-server-mysql-source/percona-server-Percona-Server-8.0.32-24/src-build/CMakeFiles/CMakeTmp' | |
| Building C object CMakeFiles/cmTC_de984.dir/src.c.o | |
| /usr/bin/cc -fno-omit-frame-pointer -ffp-contract=off -ftls-model=initial-exec -moutline-atomics -DCMAKE_HAVE_LIBC_PTHREAD -fPIE -o CMakeFiles/cmTC_de984.dir/src.c.o -c /home/pete/percona-server-mysql-source/percona-server-Percona-Server-8.0.32-24/src-build/CMakeFiles/CMakeTmp/src.c | |
| Linking C executable cmTC_de984 | |
| /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_de984.dir/link.txt --verbose=1 | |
| /usr/bin/cc -fno-omit-frame-pointer -ffp-contract=off -ftls-model=initial-exe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/bin/plutil -convert xml1 -o - ~/Library/Safari/Bookmarks.plist | grep -E -o '<string>http[s]{0,1}://.*</string>' | grep -v icloud | sort | sed -E 's/<\/{0,1}string>//g' > ~/Documents/safari-readinglist.txt | uniq -d ~/Documents/safari-readinglist.txt && wc -l ~/Documents/safari-readinglist.txt |