Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 683220 - FEATURES="compressdebug" is broken
Summary: FEATURES="compressdebug" is broken
Status: RESOLVED DUPLICATE of bug 679564
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-13 06:58 UTC by tt_1
Modified: 2019-04-17 09:36 UTC (History)
0 users

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


Attachments
emerge --info (emerge-info,7.85 KB, text/plain)
2019-04-13 07:06 UTC, tt_1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tt_1 2019-04-13 06:58:22 UTC
$ gdb poedit
GNU gdb (Gentoo 8.1 p1) 8.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://bugs.gentoo.org/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from poedit...BFD: /usr/lib64/debug/usr/bin/poedit.debug: unable to initialize decompress status for section .debug_aranges
BFD: /usr/lib64/debug/usr/bin/poedit.debug: unable to initialize decompress status for section .debug_aranges
`/usr/lib64/debug/usr/bin/poedit.debug': can't read symbols: File format not recognized.


these are my settings: 

CFLAGS="${CFLAGS} -Og -ggdb"
CXXFLAGS="${CFLAGS}"

FEATURES="compressdebug splitdebug"

I'm using them on a per package base via /etc/portage/env/
Comment 1 tt_1 2019-04-13 07:04:40 UTC
file /usr/lib64/debug/usr/bin/poedit.debug

/usr/lib64/debug/usr/bin/poedit.debug: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter *empty*, for GNU/Linux 3.2.0, with debug_info, not stripped


the file is 16 mb and already compressed, where may I upload it to for providing more evidence?
Comment 2 tt_1 2019-04-13 07:05:43 UTC
another example: 

$ gdb deadbeef
GNU gdb (Gentoo 8.1 p1) 8.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://bugs.gentoo.org/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from deadbeef...BFD: /usr/lib64/debug/usr/bin/deadbeef.debug: unable to initialize decompress status for section .debug_aranges
BFD: /usr/lib64/debug/usr/bin/deadbeef.debug: unable to initialize decompress status for section .debug_aranges
`/usr/lib64/debug/usr/bin/deadbeef.debug': can't read symbols: File format not recognized.
Comment 3 tt_1 2019-04-13 07:06:47 UTC
Created attachment 572644 [details]
emerge --info

gdb is 8.1-r2, binutils is 2.31.1-r5
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2019-04-17 09:36:18 UTC

*** This bug has been marked as a duplicate of bug 679564 ***