unable to build gdb from source

2007-08-15 Thread Kamaraju S Kusumanchi
Can some one tell me what I am doing wrong here? I am unable to build gdb from source on a machine running sid. I did $apt-get source gdb $cd gdb-6.6.dfsg/ $ dpkg-buildpackage -us -uc -rfakeroot The build log is attached in this email. What puzzles me is that, according to http

Re: unable to build gdb from source

2007-08-15 Thread Darren Salt
I demand that Kamaraju S Kusumanchi may or may not have written... Can some one tell me what I am doing wrong here? I am unable to build gdb from source on a machine running sid. I did $apt-get source gdb $cd gdb-6.6.dfsg/ $ dpkg-buildpackage -us -uc -rfakeroot The build log is attached

Re: unable to build gdb from source

2007-08-15 Thread Raphael Geissert
On 15/08/07, Kamaraju S Kusumanchi [EMAIL PROTECTED] wrote: Can some one tell me what I am doing wrong here? I am unable to build gdb from source on a machine running sid. I did $apt-get source gdb $cd gdb-6.6.dfsg/ $ dpkg-buildpackage -us -uc -rfakeroot The build log is attached

Re: unable to build gdb from source

2007-08-15 Thread Justin Pryzby
On Wed, Aug 15, 2007 at 10:46:29AM -0400, Kamaraju S Kusumanchi wrote: Can some one tell me what I am doing wrong here? I am unable to build gdb from source on a machine running sid. I did $apt-get source gdb $cd gdb-6.6.dfsg/ $ dpkg-buildpackage -us -uc -rfakeroot The build log

Re: unable to build gdb from source

2007-08-15 Thread Kamaraju S Kusumanchi
Raphael Geissert wrote: You should fill a bug against the cdbs package; and if you can't wait for the maintainer to patch it then build it from a directory which doesn't have spaces in its name. I filed it as http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=438141 raju -- Kamaraju S

Re: unable to build gdb from source

2007-08-15 Thread Russ Allbery
Justin Pryzby [EMAIL PROTECTED] writes: You're apparently trying to build in downloaded packages source/. It contains a space which the make build system didn't handle. IMHO it's a bug, but I suspect many package have similar problems. I supose somebody wants to rebuild the archive and