x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -march=native -Wall -W -D_REENTRANT -D_GNU_SOURCE -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/samba-4.0 -c -o stat_workaround.o stat_workaround.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -march=native -Wall -W -D_REENTRANT -D_GNU_SOURCE -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/samba-4.0 -c -o function.o function.c function.c:11: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_20180304-100250 ------------------------------------------------------------------- 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) [3] jython2.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 net-fs/smbnetfs [ebuild N ] net-fs/smbnetfs-0.6.1 USE="-gnome-keyring"
Created attachment 523118 [details] emerge-info.txt
Created attachment 523120 [details] emerge-history.txt
Created attachment 523122 [details] environment
Created attachment 523124 [details] etc.portage.tbz2
Created attachment 523126 [details] logs.tbz2
Created attachment 523128 [details] net-fs:smbnetfs-0.6.1:20180309-080001.log
Created attachment 523130 [details] temp.tbz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a1df6b287648024c2b8aa7d439a6f3644c2256 commit 70a1df6b287648024c2b8aa7d439a6f3644c2256 Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2018-03-09 23:36:29 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2018-03-09 23:37:44 +0000 net-fs/smbnetfs: fix attr/xattr.h inclusion, bug #650038 Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/650038 Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../files/smbnetfs-0.6.1-use-proper-xattr.patch | 25 ++++++++++++++++++++++ net-fs/smbnetfs/smbnetfs-0.6.1.ebuild | 2 ++ 2 files changed, 27 insertions(+)
Stole upstream patch as it: https://sourceforge.net/p/smbnetfs/git/ci/398e8169ea6d3d854af0173b1e66bf13c124f901/ Thank you!