View previous topic :: View next topic |
Author |
Message |
AKF_SDS n00b
Joined: 03 Apr 2013 Posts: 22
|
Posted: Thu Apr 25, 2013 12:06 am Post subject: How to install gdb on gentoo-prefix for Interix |
|
|
I'm trying to install gdb on gentoo-prefix for Interix v3.5 on Windows XP SP3.
I've run emerge --sync but I'm still getting errors when trying to emerge sys-devel/gdb
output is below:
root@computer# emerge sys-devel/gdb
[33;01m * IMPORTANT:[39;49;00m 3 news items need reading for repository 'gentoo_prefix'.
[33;01m *[39;49;00m Use [32;01meselect news[39;49;00m to read news items.
Calculating dependencies... done!
[[32mebuild[39;49;00m [32;01mN[39;49;00m [31;01m*[39;49;00m] [32msys-devel/gdb-9999[39;49;00m USE="[31;01mclient[39;49;00m [31;01mpython[39;49;00m [31;01mserver[39;49;00m [31;01mzlib[39;49;00m [34;01m-expat[39;49;00m ([34;01m-multitarget[39;49;00m) [34;01m-nls[39;49;00m [34;01m-test[39;49;00m [34;01m-vanilla[39;49;00m"
The following [31;01mkeyword changes[39;49;00m are necessary to proceed:
#required by sys-devel/gdb (argument)
>=sys-devel/gdb-9999 **
[32mNOTE: This --autounmask behavior can be disabled by setting[39;49;00m
[32m EMERGE_DEFAULT_OPTS="--autounmask=n" in make.conf.[39;49;00m
Use --autounmask-write to write changes to config files (honoring CONFIG_PROTECT).
[33;01m * IMPORTANT:[39;49;00m 3 news items need reading for repository 'gentoo_prefix'.
[33;01m *[39;49;00m Use [32;01meselect news[39;49;00m to read news items. |
|
Back to top |
|
|
WilliamKF n00b
Joined: 26 Apr 2013 Posts: 6
|
Posted: Fri Apr 26, 2013 10:47 pm Post subject: |
|
|
I would think using GDB in Gentoo on Interix is a common need. Has nobody ever done this before? |
|
Back to top |
|
|
WilliamKF n00b
Joined: 26 Apr 2013 Posts: 6
|
Posted: Fri Apr 26, 2013 11:01 pm Post subject: |
|
|
Running emerge to bring in gdb gives the following output:
Quote: |
root@xp-pro-sp3 Install # emerge --color n sys-devel/gdb
* IMPORTANT: 3 news items need reading for repository 'gentoo_prefix'.
* Use eselect news to read news items.
Calculating dependencies... done!
[ebuild N *] sys-devel/gdb-9999 USE="client python server zlib -expat (-multitarget) -nls -test -vanilla"
The following keyword changes are necessary to proceed:
#required by sys-devel/gdb (argument)
>=sys-devel/gdb-9999 **
NOTE: This --autounmask behavior can be disabled by setting
EMERGE_DEFAULT_OPTS="--autounmask=n" in make.conf.
Use --autounmask-write to write changes to config files (honoring CONFIG_PROTECT).
* IMPORTANT: 3 news items need reading for repository 'gentoo_prefix'.
* Use eselect news to read news items.
|
Can someone translate what the issue is into plain English? What is a 'keyword change' and what 'keyword change' is required (I can't tell from the message)? |
|
Back to top |
|
|
WilliamKF n00b
Joined: 26 Apr 2013 Posts: 6
|
Posted: Sat Apr 27, 2013 1:42 pm Post subject: |
|
|
I found a solution, gdb is already installed:
Quote: |
> export LD_LIBRARY_PATH=/usr/X11R6/lib/:$LD_LIBRARY_PATH
> /opt/gcc.3.3/bin/gdb
|
We will see if I can get it do do anything useful now... |
|
Back to top |
|
|
|