Comment 4 for bug 70555

Revision history for this message
Aaron Whitehouse (aaron-whitehouse) wrote :

Okay, I followed the "Old Notes" exactly and, after all that, I get:

$ sudo debi gftp*.changes
Selecting previously deselected package gftp.
(Reading database ... 104310 files and directories currently installed.)
Unpacking gftp (from gftp_2.0.18-14ubuntu1_all.deb) ...
Preparing to replace gftp-gtk 2.0.18-14ubuntu1 (using gftp-gtk_2.0.18-14ubuntu1_i386.deb) ...
Unpacking replacement gftp-gtk ...
Selecting previously deselected package gftp-text.
Unpacking gftp-text (from gftp-text_2.0.18-14ubuntu1_i386.deb) ...
Preparing to replace gftp-common 2.0.18-14ubuntu1 (using gftp-common_2.0.18-14ubuntu1_i386.deb) ...
Unpacking replacement gftp-common ...
Setting up gftp-common (2.0.18-14ubuntu1) ...
Setting up gftp-gtk (2.0.18-14ubuntu1) ...

Setting up gftp-text (2.0.18-14ubuntu1) ...

Setting up gftp (2.0.18-14ubuntu1) ...
aaron@Zyanya:~$ gftp
aaron@Zyanya:~$ gdb gftp 2>&1 | tee gdb-gftp.txt
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"..."/usr/bin/gftp": not in executable format: File format not recognized

(gdb) handle SIG33 pass nostop noprint
Signal Stop Print Pass to program Description
SIG33 No No Yes Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program:
No executable file specified.
Use the "file" or "exec-file" command.
(gdb) run gftp
Starting program: gftp
No executable file specified.
Use the "file" or "exec-file" command.
(gdb) file gftp
"/usr/bin/gftp": not in executable format: File format not recognized