Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 216368 - sys-devel/gdb-6.8 fails to build with USE=multitarget
Summary: sys-devel/gdb-6.8 fails to build with USE=multitarget
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 299600
  Show dependency tree
 
Reported: 2008-04-05 18:14 UTC by crypt
Modified: 2010-01-05 02:36 UTC (History)
0 users

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


Attachments
build.log (build.log,410.58 KB, text/plain)
2008-04-05 18:15 UTC, crypt
Details
environment (environment,90.54 KB, text/plain)
2008-04-05 18:17 UTC, crypt
Details
emerge.info (emerge.info,4.40 KB, text/plain)
2008-04-05 18:22 UTC, crypt
Details
environment (environment,90.62 KB, text/plain)
2008-04-07 15:13 UTC, crypt
Details
build.log (build.log,390.38 KB, text/plain)
2008-04-07 15:15 UTC, crypt
Details

Note You need to log in before you can comment on or make changes to this bug.
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.