tinkershack / fluffy

Fluffy watches, reports Linux on-disk filesystem events faithfully. Comes with a CLI framework/tool for convenience. The library, libfluffy, can be independently used in other projects.
http://tinkershack.in
The Unlicense
32 stars 9 forks source link

mq_open: No such file or directory #15

Open dfelicia opened 1 year ago

dfelicia commented 1 year ago

sudo fluffyctl -w ./ mq_open: No such file or directory

cat /etc/oracle-release Oracle Linux Server release 7.9

uname -a Linux phoenix122420 5.4.17-2136.315.3.el7uek.x86_64 #2 SMP Thu Dec 8 14:46:08 PST 2022 x86_64 x86_64 x86_64 GNU/Linux

make make -C ./libfluffy/ make[1]: Entering directory 'scratch/dfelicia/fluffy-master/libfluffy' gcc -g -I./ -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o fluffy.o fluffy.c fluffy.c: In function ‘fluffy_remove_watch_path’: fluffy.c:2273:2: warning: passing argument 2 of ‘fluffy_handle_removal’ discards ‘const’ qualifier from pointer target type [enabled by default] reterr = fluffy_handle_removal(fluffy_handle, pathtoremove); ^ fluffy.c:1494:1: note: expected ‘char ’ but argument is of type ‘const char ’ fluffy_handle_removal(int fluffy_handle, char *removethis) ^ ar crs libfluffy.a fluffy.o make[1]: Leaving directory `/scratch/dfelicia/fluffy-master/libfluffy' mkdir -p ./bin gcc -g -I./ -I./libfluffy -L./libfluffy -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o src/fluffy_impl.o src/fluffy_impl.c gcc -g -I./ -I./libfluffy -L./libfluffy -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o src/fluffy_run.o src/fluffy_run.c gcc -g -I./ -I./libfluffy -L./libfluffy -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include src/fluffy_impl.o src/fluffy_run.o -lrt -lfluffy -lglib-2.0 -o bin/fluffy gcc -g -I./ -I./libfluffy -L./libfluffy -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o src/fluffy_ctl.o src/fluffy_ctl.c gcc -g -I./ -I./libfluffy -L./libfluffy -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include src/fluffy_impl.o src/fluffy_ctl.o -lrt -lfluffy -lglib-2.0 -o bin/fluffyctl