Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648454 - dev-python/pypax-0.9.2 : paxmodule.c:48:11: fatal error: attr/xattr.h: No such file or directory
Summary: dev-python/pypax-0.9.2 : paxmodule.c:48:11: fatal error: attr/xattr.h: No suc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: attr/xattr.h
  Show dependency tree
 
Reported: 2018-02-21 22:55 UTC by Toralf Förster
Modified: 2018-11-28 21:51 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.44 KB, text/plain)
2018-02-21 22:55 UTC, Toralf Förster
Details
dev-python:pypax-0.9.2:20180221-204140.log (dev-python:pypax-0.9.2:20180221-204140.log,3.28 KB, text/plain)
2018-02-21 22:55 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,115.99 KB, text/plain)
2018-02-21 22:55 UTC, Toralf Förster
Details
environment (environment,104.29 KB, text/plain)
2018-02-21 22:55 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.51 KB, application/x-bzip)
2018-02-21 22:55 UTC, Toralf Förster
Details
0001-attr-xattr.h-is-deprecated.-Use-sys-xattr.h-instead.patch (0001-attr-xattr.h-is-deprecated.-Use-sys-xattr.h-instead.patch,1.49 KB, patch)
2018-05-15 07:41 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-21 22:55:39 UTC
creating /var/tmp/portage/dev-python/pypax-0.9.2/work/elfix-0.9.2-python2_7/temp.linux-x86_64-2.7
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -DPTPAX=1 -DXTPAX=1 -DNEED_PAX_DECLS=1 -I/usr/include/python2.7 -c paxmodule.c -o /var/tmp/portage/dev-python/pypax-0.9.2/work/elfix-0.9.2-python2_7/temp.linux-x86_64-2.7/paxmodule.o
paxmodule.c:48:11: 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-desktop-gnome_20180218-103801

  -------------------------------------------------------------------

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) *



emerge -qpv dev-python/pypax
[ebuild  N    ] dev-python/pypax-0.9.2  USE="ptpax xtpax" PYTHON_TARGETS="python2_7 python3_5 -pypy -python3_4 -python3_6"
Comment 1 Toralf Förster gentoo-dev 2018-02-21 22:55:42 UTC
Created attachment 520496 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-02-21 22:55:45 UTC
Created attachment 520498 [details]
dev-python:pypax-0.9.2:20180221-204140.log
Comment 3 Toralf Förster gentoo-dev 2018-02-21 22:55:48 UTC
Created attachment 520500 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-02-21 22:55:51 UTC
Created attachment 520502 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-02-21 22:55:54 UTC
Created attachment 520504 [details]
etc.portage.tbz2
Comment 6 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-05-15 07:41:38 UTC
Created attachment 531470 [details, diff]
0001-attr-xattr.h-is-deprecated.-Use-sys-xattr.h-instead.patch

Possible fix.
Comment 7 Larry the Git Cow gentoo-dev 2018-11-28 21:51:30 UTC
The bug has been closed via the following commit(s):

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

commit 1697ca70221fc3e4e7a6d021e2ff727477c92fa0
Author:     Anthony G. Basile <blueness@gentoo.org>
AuthorDate: 2018-11-28 21:51:06 +0000
Commit:     Anthony G. Basile <blueness@gentoo.org>
CommitDate: 2018-11-28 21:51:06 +0000

    sys-apps/elfix: version bump to 0.9.3, fixes bug #648454
    
    Closes: https://bugs.gentoo.org/648454
    Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-apps/elfix/Manifest           |  1 +
 sys-apps/elfix/elfix-0.9.3.ebuild | 48 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

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

commit 2b3e01eb2245b331d74081dad921553dc6e4ab5a
Author:     Anthony G. Basile <blueness@gentoo.org>
AuthorDate: 2018-11-28 21:48:40 +0000
Commit:     Anthony G. Basile <blueness@gentoo.org>
CommitDate: 2018-11-28 21:48:40 +0000

    dev-python/pypax: version bump to 0.9.3, fixes bug #648454
    
    Closes: https://bugs.gentoo.org/648454
    Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/pypax/Manifest           |  1 +
 dev-python/pypax/pypax-0.9.3.ebuild | 48 +++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)