Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648670 - sys-fs/mhddfs-0.1.39 : src/tools.c:35:10: fatal error: attr/xattr.h: No such file or directory
Summary: sys-fs/mhddfs-0.1.39 : src/tools.c:35: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 (vote)
Assignee: Sergey Popov
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: attr/xattr.h
  Show dependency tree
 
Reported: 2018-02-24 08:11 UTC by Toralf Förster
Modified: 2019-04-25 12:45 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.87 KB, text/plain)
2018-02-24 08:11 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,244.75 KB, text/plain)
2018-02-24 08:11 UTC, Toralf Förster
Details
environment (environment,75.64 KB, text/plain)
2018-02-24 08:11 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.30 KB, application/x-bzip)
2018-02-24 08:12 UTC, Toralf Förster
Details
sys-fs:mhddfs-0.1.39:20180224-065801.log (sys-fs:mhddfs-0.1.39:20180224-065801.log,2.18 KB, text/plain)
2018-02-24 08:12 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,19.03 KB, application/x-bzip)
2018-02-24 08:12 UTC, Toralf Förster
Details
mhddfs-0.1.39-xattr.patch (mhddfs-0.1.39-xattr.patch,411 bytes, patch)
2018-05-15 11:14 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-02-24 08:11:49 UTC
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=26 -MMD -c src/usage.c -o obj/usage.o
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=26 -MMD -c src/tools.c -o obj/tools.o
src/tools.c:35: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]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
  [5]   pypy (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 sys-fs/mhddfs
[ebuild  N    ] sys-fs/mhddfs-0.1.39  USE="-suid" L10N="-ru"
Comment 1 Toralf Förster gentoo-dev 2018-02-24 08:11:53 UTC
Created attachment 520854 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-02-24 08:11:56 UTC
Created attachment 520856 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-02-24 08:11:59 UTC
Created attachment 520858 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-02-24 08:12:02 UTC
Created attachment 520860 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-02-24 08:12:05 UTC
Created attachment 520862 [details]
sys-fs:mhddfs-0.1.39:20180224-065801.log
Comment 6 Toralf Förster gentoo-dev 2018-02-24 08:12:08 UTC
Created attachment 520864 [details]
temp.tbz2
Comment 7 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-05-15 11:14:45 UTC
Created attachment 531482 [details, diff]
mhddfs-0.1.39-xattr.patch

Possible fix.
Comment 8 Larry the Git Cow gentoo-dev 2019-04-25 12:45:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4f62cb40ad550728668716d708780ba5cf60b6

commit dd4f62cb40ad550728668716d708780ba5cf60b6
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-04-25 12:45:10 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-04-25 12:45:44 +0000

    sys-fs/mhddfs: Fixed build against >=sys-apps/attr-2.4.48
    
    Permission kindly granted by Pinkbyte
    
    Closes: https://bugs.gentoo.org/648670
    Package-Manager: Portage-2.3.64, Repoman-2.3.12
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 sys-fs/mhddfs/files/mhddfs-0.1.39-xattr.patch | 26 ++++++++++++++++++++++++++
 sys-fs/mhddfs/mhddfs-0.1.39-r1.ebuild         |  3 ++-
 2 files changed, 28 insertions(+), 1 deletion(-)