Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498008 - sys-devel/gdb-9999 should not build and install binutils
Summary: sys-devel/gdb-9999 should not build and install binutils
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-13 15:03 UTC by octoploid
Modified: 2014-01-14 15:18 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description octoploid 2014-01-13 15:03:44 UTC
Currently gdb-9999 uses the combined binutils-gdb git tree,
but doesn't disable the linker, gas, etc. during configuration.
Therefore all of these components are build and installed.

I would suggest to add a line like:
  --disable-{binutils,gold,gas,ld,readline,sim}
to the ebuild.

Thanks.

Reproducible: Always
Comment 1 SpanKY gentoo-dev 2014-01-14 14:28:58 UTC
disabling readline/sim makes no sense as those are both used by gdb
Comment 2 octoploid 2014-01-14 14:32:26 UTC
(In reply to SpanKY from comment #1)
> disabling readline/sim makes no sense as those are both used by gdb

sim yes. But gdb finds and uses the external readline lib just fine.
Comment 3 SpanKY gentoo-dev 2014-01-14 14:49:10 UTC
should be all set now in the tree; thanks for the report!

Commit message: Disable binutils subdirs due to combined git tree
http://sources.gentoo.org/sys-devel/gdb/gdb-9999.ebuild?r1=1.16&r2=1.17
Comment 4 SpanKY gentoo-dev 2014-01-14 15:16:46 UTC
(In reply to octoploid from comment #2)

ok, but that's unrelated to the binutils tree merge
Comment 5 SpanKY gentoo-dev 2014-01-14 15:18:54 UTC
Commit message: Disable readline explicitly since we use the system one
http://sources.gentoo.org/sys-devel/gdb/gdb-9999.ebuild?r1=1.18&r2=1.19