Re: Rebuilding Debian package from source

2016-09-19 Thread Joshua Schaeffer
> > > I doubt it's possible to make build paths containing spaces work correctly > in the general case, even if the original poster does manage to hack > it up this one time. My advice would be to stop attempting to use a > directory with a space in its name as part of a build setup. It's

Re: Rebuilding Debian package from source

2016-09-19 Thread Greg Wooledge
On Mon, Sep 19, 2016 at 11:57:13AM -0400, The Wanderer wrote: > Based on the error, it looks as if the build process is attempting to > run a command that uses the full path of the build directory, but does > not quote that path; as a result, the space gets treated as a token > separator.

Re: Rebuilding Debian package from source

2016-09-19 Thread The Wanderer
On 2016-09-19 at 11:22, Joshua Schaeffer wrote: > Test... > > "Build Test" is the directory I downloaded everything into (a.k.a. it > was the directory I was in when I ran apt-get source nginx-extras) Based on the error, it looks as if the build process is attempting to run a command that uses

Re: Rebuilding Debian package from source

2016-09-19 Thread Joshua Schaeffer
Test... "Build Test" is the directory I downloaded everything into (a.k.a. it was the directory I was in when I ran apt-get source nginx-extras) jschaeffer@mutalisk:~/Build Test$ pwd /home/jschaeffer/Build Test jschaeffer@mutalisk:~/Build Test$ ls -l total 2004 drwxr-xr-x 1 jschaeffer

Re: Rebuilding Debian package from source

2016-09-19 Thread Zoltán Hermann
Hello, "cp: cannot stat ‘Test/nginx-1.6.2-5+deb8u2/auto’: No such file or directory" Test or Build Test ? Greetings Zoltán Joshua Schaeffer ezt írta (2016. szeptember 19., hétfő): > I'm trying to rebuild the nginx-extras package from Jessie and I'm running into an

Rebuilding Debian package from source

2016-09-18 Thread Joshua Schaeffer
I'm trying to rebuild the nginx-extras package from Jessie and I'm running into an error when I run debuild. I want to add a module to Nginx. I've just been following this to rebuild the package: https://raphaelhertzog.com/2010/12/15/howto-to-rebuild-debian-packages/ Here is what I've done: