New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error: linux-utils doesn't compile on Debian wheezy - missing syncfs function #1465

Closed
marmarek opened this Issue Nov 29, 2015 · 1 comment

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Nov 29, 2015

gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I. -g -O2 -Wall -Wextra -Werror -pie -fPIC `pkg-config --cflags vchan-xen` -DUSE_XENSTORE_H -D_FORTIFY_SOURCE=2  -c -o unpack.o unpack.c
unpack.c: In function 'do_unpack':
unpack.c:231:2: error: implicit declaration of function 'syncfs' [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
make[3]: *** [unpack.o] Error 1
make[3]: Leaving directory `/home/user/qubes-src/linux-utils/qrexec-lib'
@marmarek

This comment has been minimized.

Show comment
Hide comment

@marmarek marmarek closed this Dec 23, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment