x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -I/usr/include/python2.7 -c src/llfuse.c -o /var/tmp/portage/dev-python/llfuse-1.3.2/work/llfuse-1.3.2-python2_7/temp.linux-x86_64-2.7/src/llfuse.o -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion -Wsign-compare -DLLFUSE_VERSION="1.3.2" -Wno-unused-function -Wno-implicit-fallthrough -Wno-unused-parameter -fno-strict-aliasing In file included from src/llfuse.c:450:0: src/xattr.h:28:10: fatal error: attr/xattr.h: No such file or directory #include <attr/xattr.h> ^~~~~~~~~~~~~~ compilation terminated. ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0-hardened_20180218-104445 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-7.3.0 * Available Python interpreters, in order of preference: [1] python3.5 [2] python2.7 (fallback) Available Ruby profiles: [1] ruby22 (with Rubygems) [2] ruby23 (with Rubygems) * java-config: The following VMs are available for generation-2: *) IcedTea JDK 3.6.0 [icedtea-bin-8] Available Java Virtual Machines: [1] icedtea-bin-8 system-vm emerge -qpv dev-python/llfuse [ebuild N ] dev-python/llfuse-1.3.2 USE="-doc -examples {-test}" PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6"
Created attachment 520340 [details] emerge-info.txt
Created attachment 520342 [details] dev-python:llfuse-1.3.2:20180220-185210.log
Created attachment 520344 [details] emerge-history.txt
Created attachment 520346 [details] environment
Created attachment 520348 [details] etc.portage.tbz2
Created attachment 520350 [details] temp.tbz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1064503eaafce7bdede47a1f1d98f9a8266033 commit 1d1064503eaafce7bdede47a1f1d98f9a8266033 Author: Tim Harder <radhermit@gentoo.org> AuthorDate: 2018-02-20 21:42:55 +0000 Commit: Tim Harder <radhermit@gentoo.org> CommitDate: 2018-03-01 19:34:45 +0000 dev-python/llfuse: add missing attr build dep Closes: https://bugs.gentoo.org/648326 dev-python/llfuse/llfuse-1.3.2.ebuild | 1 + 1 file changed, 1 insertion(+)
got at the unstable amd64 chroot image 17.0_20180304-100250 this : src/xattr.h:28:10: fatal error: attr/xattr.h: No such file or directory
Created attachment 522718 [details] emerge-info.txt
Created attachment 522720 [details] dev-python:llfuse-1.3.2:20180306-223835.log
Created attachment 522722 [details] emerge-history.txt
Created attachment 522724 [details] environment
Created attachment 522726 [details] etc.portage.tbz2
Created attachment 522728 [details] temp.tbz2
Created attachment 522880 [details, diff] llfuse-1.3.2-xattr.patch Untested patch. Please test and submit to upstream.
Comment on attachment 522880 [details, diff] llfuse-1.3.2-xattr.patch Okay, fix was broken. I gonna do PR to the upstream repository with a better patch.
Upstream source code repository moved from bitbucket (mercurial) to GitHub. There's a new release (1.3.6) which contains the xattr.h fix: https://github.com/python-llfuse/python-llfuse/releases/tag/release-1.3.6
Nevermind, the 1.3.5 release which is in portage already also contains the fix.