Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 216368

Summary: sys-devel/gdb-6.8 fails to build with USE=multitarget
Product: Gentoo Linux Reporter: crypt <crypt>
Component: [OLD] DevelopmentAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 299600    
Attachments: build.log
environment
emerge.info
environment
build.log

Description crypt 2008-04-05 18:14:24 UTC
It's doesn't compiled neither with gcc 4.2.3, nor with gcc 3.4.6. I've attace some info files...


Reproducible: Always

Steps to Reproduce:
1.emerge gdb
2.
3.

Actual Results:  
I think it's system specific. emerge gdb.

Expected Results:  
failed to compile

CPU: core 2 duo.
Comment 1 crypt 2008-04-05 18:15:58 UTC
Created attachment 148762 [details]
build.log

/var/tmp/portage/sys-devel/gdb-6.8/temp/
Comment 2 crypt 2008-04-05 18:17:35 UTC
Created attachment 148763 [details]
environment

/var/tmp/portage/sys-devel/gdb-6.8/temp/environment
Comment 3 crypt 2008-04-05 18:22:25 UTC
Created attachment 148765 [details]
emerge.info

emerge.info
Comment 4 SpanKY gentoo-dev 2008-04-07 00:25:09 UTC
this is because gdb/Makefile contains no explicit -I path to the toplevel, and --with-system-readline disables the implicit -I path

i'll add a workaround to the tdep files

http://sources.gentoo.org/gentoo/src/patchsets/gdb/6.8/20_all_gdb-tdep-opcode-include-workaround.patch?rev=1.1
Comment 5 crypt 2008-04-07 15:13:17 UTC
 Thank you. Now it fails another way. Should i post here, or close this bug and stat new?
Comment 6 crypt 2008-04-07 15:13:59 UTC
Created attachment 148990 [details]
environment
Comment 7 crypt 2008-04-07 15:15:01 UTC
Created attachment 148992 [details]
build.log
Comment 8 SpanKY gentoo-dev 2008-04-08 03:24:44 UTC
unrelated issues get new bugs.  that bug however has been fixed by now.
Comment 9 crypt 2008-04-08 12:49:19 UTC
Thank you.