Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 628628 - dev-libs/libexplain-1.4-r1 : libexplain/.../file_inode_flags.c:47:27: error: FS_ECOMPR_FL undeclared (first use in this function)
Summary: dev-libs/libexplain-1.4-r1 : libexplain/.../file_inode_flags.c:47:27: error: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-22 17:28 UTC by Toralf Förster
Modified: 2018-03-22 13:06 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,14.81 KB, text/plain)
2017-08-22 17:28 UTC, Toralf Förster
Details
dev-libs:libexplain-1.4-r1:20170822-052917.log (dev-libs:libexplain-1.4-r1:20170822-052917.log,297.50 KB, text/plain)
2017-08-22 17:29 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,93.24 KB, text/plain)
2017-08-22 17:29 UTC, Toralf Förster
Details
environment (environment,55.19 KB, text/plain)
2017-08-22 17:29 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.44 KB, application/x-bzip)
2017-08-22 17:29 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,23.02 KB, application/x-bzip)
2017-08-22 17:29 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,30.80 KB, application/x-bzip)
2017-08-22 17:29 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 2017-08-22 17:28:54 UTC
libtool: compile:  x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -Wall -Wextra -Wl,--as-needed -I. -c libexplain/buffer/file_inode_flags.c  -fPIC -DPIC -o libexplain/buffer/.libs/file_inode_flags.o
libexplain/buffer/file_inode_flags.c: In function ‘explain_buffer_file_inode_flags’:
libexplain/buffer/file_inode_flags.c:47:27: error: ‘FS_ECOMPR_FL’ undeclared (first use in this function)
         { "FS_ECOMPR_FL", FS_ECOMPR_FL },
                           ^~~~~~~~~~~~
libexplain/buffer/file_inode_flags.c:47:27: note: each undeclared identifier is reported only once for each function it appears in

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_20170820-120130

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems) *



emerge -qpv dev-libs/libexplain
[ebuild  N    ] dev-libs/libexplain-1.4-r1  USE="-static-libs"
Comment 1 Toralf Förster gentoo-dev 2017-08-22 17:28:58 UTC
Created attachment 490112 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-08-22 17:29:01 UTC
Created attachment 490114 [details]
dev-libs:libexplain-1.4-r1:20170822-052917.log
Comment 3 Toralf Förster gentoo-dev 2017-08-22 17:29:04 UTC
Created attachment 490116 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-08-22 17:29:07 UTC
Created attachment 490118 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-08-22 17:29:10 UTC
Created attachment 490120 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-08-22 17:29:14 UTC
Created attachment 490122 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-08-22 17:29:17 UTC
Created attachment 490124 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2018-03-22 13:06:30 UTC
The bug has been closed via the following commit(s):

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

commit 0df3941d411137477e48943898d3cbb486b5229c
Author:     Andreas Zuber <a.zuber@gmx.ch>
AuthorDate: 2018-03-19 16:09:40 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2018-03-22 13:06:06 +0000

    dev-libs/libexplain: add missing defines.
    
    These defines have been removed from the Linux headers and have
    to be added with a patch to make the library compile again.
    
    The patch comes from the Debian bug:
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828853
    
    Package-Manager: Portage-2.3.24, Repoman-2.3.6
    Closes: https://bugs.gentoo.org/628628
    Closes: https://github.com/gentoo/gentoo/pull/7509

 .../files/libexplain-missing-defines.patch         | 18 ++++++++
 dev-libs/libexplain/libexplain-1.4-r2.ebuild       | 53 ++++++++++++++++++++++
 2 files changed, 71 insertions(+)