diff options
author | P. J. McDermott <pjm@nac.net> | 2014-01-28 10:56:46 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-01-28 10:56:46 (EST) |
commit | 6add59120c7e67c5081976728e7e0406094f592f (patch) | |
tree | 5e0d20d52d2cfe68e5d1589c34ae149f61d219ea | |
parent | eebd208d098ba3a39680c39e7021830583629ccb (diff) |
bootstrap-pkgs-git.txt: Remove gdb.
ProteanOS's GDB doesn't yet work:
/ # gdb /bin/busybox
GNU gdb (GDB) 7.6.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /bin/busybox...(no debugging symbols found)...done.
(gdb) run
Starting program: /bin/busybox
Cannot exec /bin/busybox -c exec /bin/busybox .
Error: No such file or directory
During startup program exited with code 127.
GDB may or may not make it into ProteanOS 1.0. We'll debug this later.
-rw-r--r-- | bootstrap-pkgs-git.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap-pkgs-git.txt b/bootstrap-pkgs-git.txt index 13dbb1e..c75bf7e 100644 --- a/bootstrap-pkgs-git.txt +++ b/bootstrap-pkgs-git.txt @@ -9,7 +9,6 @@ expect fakeroot file gawk -gdb gettext gmake gmp |