Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 650038 - net-fs/smbnetfs-0.6.1 : function.c:11:10: fatal error: attr/xattr.h: No such file or directory
Summary: net-fs/smbnetfs-0.6.1 : function.c:11:10: fatal error: attr/xattr.h: No such ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sergei Trofimovich (RETIRED)
URL: https://sourceforge.net/p/smbnetfs/gi...
Whiteboard:
Keywords:
Depends on:
Blocks: attr/xattr.h
  Show dependency tree
 
Reported: 2018-03-09 18:06 UTC by Toralf Förster
Modified: 2018-03-09 23:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.73 KB, text/plain)
2018-03-09 18:06 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,247.44 KB, text/plain)
2018-03-09 18:06 UTC, Toralf Förster
Details
environment (environment,77.76 KB, text/plain)
2018-03-09 18:06 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.20 KB, application/x-bzip)
2018-03-09 18:06 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,4.28 KB, application/x-bzip)
2018-03-09 18:06 UTC, Toralf Förster
Details
net-fs:smbnetfs-0.6.1:20180309-080001.log (net-fs:smbnetfs-0.6.1:20180309-080001.log,7.89 KB, text/plain)
2018-03-09 18:06 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,20.72 KB, application/x-bzip)
2018-03-09 18:06 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-03-09 18:06:28 UTC
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"
Comment 1 Toralf Förster gentoo-dev 2018-03-09 18:06:31 UTC
Created attachment 523118 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-03-09 18:06:34 UTC
Created attachment 523120 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-03-09 18:06:37 UTC
Created attachment 523122 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-03-09 18:06:40 UTC
Created attachment 523124 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-03-09 18:06:43 UTC
Created attachment 523126 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-03-09 18:06:47 UTC
Created attachment 523128 [details]
net-fs:smbnetfs-0.6.1:20180309-080001.log
Comment 7 Toralf Förster gentoo-dev 2018-03-09 18:06:50 UTC
Created attachment 523130 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2018-03-09 23:37:50 UTC
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(+)
Comment 9 Sergei Trofimovich (RETIRED) gentoo-dev 2018-03-09 23:38:30 UTC
Stole upstream patch as it: https://sourceforge.net/p/smbnetfs/git/ci/398e8169ea6d3d854af0173b1e66bf13c124f901/

Thank you!