Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 792441 - net-misc/proxychains-4.14: Unknown debugging section when FEATURES="installsources"
Summary: net-misc/proxychains-4.14: Unknown debugging section when FEATURES="installso...
Status: RESOLVED DUPLICATE of bug 768444
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-27 09:09 UTC by yongxiang
Modified: 2021-05-27 09:26 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,7.13 KB, application/octet-stream)
2021-05-27 09:13 UTC, yongxiang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yongxiang 2021-05-27 09:09:31 UTC
When I use this FEATURES="installsources",  there are some error:

/usr/bin/debugedit: /tmp/portage/net-misc/proxychains-4.14/image/usr/bin/proxychains: Unknown debugging section .debug_line_str
/usr/bin/debugedit: /tmp/portage/net-misc/proxychains-4.14/image/usr/bin/proxychains: Unknown debugging section .debug_loclists
/usr/bin/debugedit: /tmp/portage/net-misc/proxychains-4.14/image/usr/bin/proxychains: Unknown debugging section .debug_rnglists
/usr/bin/debugedit: /tmp/portage/net-misc/proxychains-4.14/image/usr/bin/proxychains: DWARF version 5 unhandled
/usr/bin/debugedit: /tmp/portage/net-misc/proxychains-4.14/image/usr/lib64/libproxychains.so.4.14: Unknown debugging section .debug_line_str
/usr/bin/debugedit: /tmp/portage/net-misc/proxychains-4.14/image/usr/lib64/libproxychains.so.4.14: Unknown debugging section .debug_loclists
/usr/bin/debugedit: /tmp/portage/net-misc/proxychains-4.14/image/usr/lib64/libproxychains.so.4.14: Unknown debugging section .debug_rnglists
/usr/bin/debugedit: /tmp/portage/net-misc/proxychains-4.14/image/usr/lib64/libproxychains.so.4.14: DWARF version 5 unhandled

Reproducible: Always
Comment 1 yongxiang 2021-05-27 09:10:54 UTC
I tested the proxychains-4.12-r1 and the same problem
Comment 2 yongxiang 2021-05-27 09:13:38 UTC
Created attachment 711633 [details]
build.log
Comment 3 Matthew Smith gentoo-dev 2021-05-27 09:26:56 UTC
Thanks for the bug report.  I think this issue is caused with debugedit's incompatibility with dwarf 5 (the default now in GCC 11) and not because of a fault with proxychains.

You should be able to resolve this by adding -gdwarf4 to your CFLAGS.

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