Skip to content

Instantly share code, notes, and snippets.

View yurikoles's full-sized avatar
🏠
Working from home

Yurii Kolesnykov yurikoles

🏠
Working from home
View GitHub Profile
[ 3%] Built target cmocka
[ 6%] Built target threads_bundled
Scanning dependencies of target waffle-1
[ 7%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/api_priv.c.o
[ 9%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_attrib_list.c.o
[ 10%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_config.c.o
[ 12%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_context.c.o
[ 13%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_display.c.o
[ 15%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_dl.c.o
[ 16%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_enum.c.o
-- Configuring done
CMake Warning (dev) in src/waffle/CMakeLists.txt:
Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
interface. Run "cmake --help-policy CMP0022" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Target "waffle-1" has an INTERFACE_LINK_LIBRARIES property which differs
from its LINK_INTERFACE_LIBRARIES properties.
INTERFACE_LINK_LIBRARIES:
[ 3%] Built target threads_bundled
[ 43%] Built target waffle-1
[ 46%] Built target cmocka
[ 50%] Built target gl_basic_test
[==========] Running 62 test(s).
[ RUN ] test_gl_basic_gl_rgb
[ OK ] test_gl_basic_gl_rgb
[ RUN ] test_gl_basic_gl_rgba
[ OK ] test_gl_basic_gl_rgba
[ RUN ] test_gl_basic_gl_fwdcompat
[ 3%] Built target threads_bundled
Scanning dependencies of target waffle-1
[ 4%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/api_priv.c.o
[ 6%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_attrib_list.c.o
[ 7%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_config.c.o
[ 9%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_context.c.o
[ 10%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_display.c.o
[ 12%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_dl.c.o
[ 13%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_enum.c.o
[ 15%] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_error.c.o
@yurikoles
yurikoles / CMakeError.log
Created April 21, 2020 16:29
waffle tests master
Determining if the include file io.h exists failed with the following output:
Change Dir: /Users/yurikoles/work/waffle/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/gmake cmTC_7b1ab/fast && /usr/local/bin/gmake -f CMakeFiles/cmTC_7b1ab.dir/build.make CMakeFiles/cmTC_7b1ab.dir/build
gmake[1]: Entering directory '/Users/yurikoles/work/waffle/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7b1ab.dir/CheckIncludeFile.c.o
/usr/local/opt/ccache/libexec/cc --std=c99 -Wall -Werror=implicit-function-declaration -fvisibility=hidden -Werror=incompatible-pointer-types -Werror=int-conversion -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -o CMakeFiles/cmTC_7b1ab.dir/CheckIncludeFile.c.o -c /Users/yurikoles/work/waffle/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/Users/yurikoles/work/waffle/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'io.h' file not found
#include <io.h>
^~~~~~
@yurikoles
yurikoles / CMakeError.log
Created April 21, 2020 16:28
waffle test-fixes
Determining if the include file io.h exists failed with the following output:
Change Dir: /Users/yurikoles/work/waffle/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/local/bin/gmake cmTC_3d5f7/fast && /usr/local/bin/gmake -f CMakeFiles/cmTC_3d5f7.dir/build.make CMakeFiles/cmTC_3d5f7.dir/build
gmake[1]: Entering directory '/Users/yurikoles/work/waffle/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3d5f7.dir/CheckIncludeFile.c.o
/usr/local/opt/ccache/libexec/cc --std=c99 -Wall -Werror=implicit-function-declaration -fvisibility=hidden -Werror=incompatible-pointer-types -Werror=int-conversion -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -o CMakeFiles/cmTC_3d5f7.dir/CheckIncludeFile.c.o -c /Users/yurikoles/work/waffle/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/Users/yurikoles/work/waffle/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'io.h' file not found
#include <io.h>
^~~~~~
@yurikoles
yurikoles / # waffle - 2020-04-02_16-38-13.txt
Created April 2, 2020 13:46
waffle on macOS 10.15.5 - Homebrew build logs
Homebrew build logs for waffle on macOS 10.15.5
Build date: 2020-04-02 16:38:13
--- a/src/lowntfs-3g.c
+++ b/src/lowntfs-3g.c
@@ -1989,15 +1989,41 @@
if (to_set & FUSE_SET_ATTR_ATIME_NOW)
mask |= NTFS_UPDATE_ATIME;
else
- if (to_set & FUSE_SET_ATTR_ATIME)
+ if (to_set & FUSE_SET_ATTR_ATIME) {
+#ifdef HAVE_STRUCT_STAT_ST_ATIMESPEC
+ ni->last_access_time
@yurikoles
yurikoles / # konsole - 2020-02-09_14-12-58.txt
Created February 9, 2020 12:13
konsole (kde-mac/kde/konsole) on macOS 10.15.4 - Homebrew build logs
Homebrew build logs for kde-mac/kde/konsole on macOS 10.15.4
Build date: 2020-02-09 14:12:58
[ 4277.194] (--) Log file renamed from "/var/log/Xorg.pid-969273.log" to "/var/log/Xorg.0.log"
[ 4277.194]
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[ 4277.194]