Failed.

[EMAIL PROTECTED]:~$ gdb bzr 2>&1 | tee gdb-bzr.txt
GNU gdb 6.8-debian
Copyright (C) 2008 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 "i486-linux-gnu"...
"/usr/bin/bzr": not in executable format: File format not recognized
(gdb) handle SIG33 nostop noprint
Signal        Stop      Print   Pass to program Description
SIG33         No        No      Yes             Real-time event 33
(gdb) set pagination 0
(gdb) run get http://code.launchpad.net/~ubuntu-core-dev/metacity/ubuntu
Starting program:  get 
http://code.launchpad.net/~ubuntu-core-dev/metacity/ubuntu
No executable file specified.
Use the "file" or "exec-file" command.
(gdb) run bzr get http://code.launchpad.net/~ubuntu-core-dev/metacity/ubuntu
Starting program:  bzr get 
http://code.launchpad.net/~ubuntu-core-dev/metacity/ubuntu
No executable file specified.
Use the "file" or "exec-file" command.
(gdb) run file bzr get 
http://code.launchpad.net/~ubuntu-core-dev/metacity/ubuntu
Starting program:  file bzr get 
http://code.launchpad.net/~ubuntu-core-dev/metacity/ubuntu
No executable file specified.
Use the "file" or "exec-file" command.
(gdb) run exec-file bzr get 
http://code.launchpad.net/~ubuntu-core-dev/metacity/ubuntu
Starting program:  exec-file bzr get 
http://code.launchpad.net/~ubuntu-core-dev/metacity/ubuntu
No executable file specified.
Use the "file" or "exec-file" command.
(gdb) quit
[EMAIL PROTECTED]:~$

-- 
bzr get http://code.launchpad.net/~ubuntu-core-dev/metacity/ubuntu malfunction 
(dead link?)
https://bugs.launchpad.net/bugs/285623
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to