[Qemu-devel] [Bug 1371915] Re: Make Uninstall Rule Requested

2019-03-10 Thread Deepika Choudhary
Can ubuntu 14.04 support the "checkinstall" program? If yes, then can we use the checkinstall program to fix this issue?? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1371915 Title: Make Uninstall

Re: [Qemu-devel] [Bug 1817345] Re: configure script breaks when $source_path contains white spaces

2019-03-09 Thread Deepika Choudhary
Oh~ Okay! On Sun, Mar 10, 2019, 02:30 Peter Maydell wrote: > Deepika: the tricky part is the makefiles, not the configure script... > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1817345 > > Title: > configure scrip

[Qemu-devel] [Bug 1817345] Re: configure script breaks when $source_path contains white spaces

2019-03-09 Thread Deepika Choudhary
If calling from any Unix shell, and the parameter has spaces, then we need to quote it.we can also use single quotes, these are more powerful. They stop the shell from interpreting anything ($, !, \, *, ", etc, except '). can't we use this approach here?? -- You received this bug notification b