Re: Cannot create regular file under /usr/share/man/man1

2013-11-11 Thread Russ Allbery
T o n g writes: > On Mon, 11 Nov 2013 21:14:48 +0100, Dominik George wrote: >> Tadaa ... it is ${DESTDIR}. Which leads us to the conclusion that, as >> stated in my initial reply, that the lack thereof is the culprit > So how to fix it then? Upstream has been dead for several years. I have > fi

Re: Cannot create regular file under /usr/share/man/man1

2013-11-11 Thread T o n g
On Mon, 11 Nov 2013 21:14:48 +0100, Dominik George wrote: >> I took a look at the good build, which is glimpse-4.18.5, and I see: >> >> for d in glimpse.1 glimpseindex.1 glimpseserver.1 ; do \ >> /usr/bin/install -c -m 444 $d >> /export/build/glimpse/bld/ >> glimps

Re: Cannot create regular file under /usr/share/man/man1

2013-11-11 Thread Dominik George
> I took a look at the good build, which is glimpse-4.18.5, and I see: > > for d in glimpse.1 glimpseindex.1 glimpseserver.1 ; do \ > /usr/bin/install -c -m 444 $d /export/build/glimpse/bld/ > glimpse-4.18.5/debian/tmp/usr/share/man/man1 ; \ > done Do you know what /export

Re: Cannot create regular file under /usr/share/man/man1

2013-11-11 Thread Russ Allbery
T o n g writes: > Hmm... I don't know if that is accurate, because it is at the end of > binary package *building*, not the binary package *installation*. Upstream doesn't appear to support DESTDIR in their build system and is just trying to install things directly under prefix. You can possi

Re: Cannot create regular file under /usr/share/man/man1

2013-11-11 Thread T o n g
On Mon, 11 Nov 2013 23:40:46 +0600, Andrey Rahmatullin wrote: >> >> for d in glimpse.1 glimpseindex.1 glimpseserver.1 ; do \ >> >> /usr/bin/install -c -m 444 $d /usr/share/man/man1 ; \ >> >> done >> > >> > Obviously, that should be ${DESTDIR}/usr/share/man/man1 . Hmm... I don't know

Re: Cannot create regular file under /usr/share/man/man1

2013-11-11 Thread Andrey Rahmatullin
On Mon, Nov 11, 2013 at 05:28:33PM +, T o n g wrote: > >> for d in glimpse.1 glimpseindex.1 glimpseserver.1 ; do \ > >>/usr/bin/install -c -m 444 $d /usr/share/man/man1 ; \ > >>done > > > > Obviously, that should be ${DESTDIR}/usr/share/man/man1 . > > So given the rules file p

Re: Cannot create regular file under /usr/share/man/man1

2013-11-11 Thread T o n g
On Mon, 11 Nov 2013 17:21:11 +0100, Dominik George wrote: >> for d in glimpse.1 glimpseindex.1 glimpseserver.1 ; do \ >> /usr/bin/install -c -m 444 $d /usr/share/man/man1 ; \ >> done > > Obviously, that should be ${DESTDIR}/usr/share/man/man1 . So given the rules file posted in

Re: Cannot create regular file under /usr/share/man/man1

2013-11-11 Thread Dominik George
Hi, > for d in glimpse.1 glimpseindex.1 glimpseserver.1 ; do \ > /usr/bin/install -c -m 444 $d /usr/share/man/man1 ; \ > done Obviously, that should be ${DESTDIR}/usr/share/man/man1 . Cheers, Nik -- * concerning Mozilla code leaking assertion failures to tty without D-BUS *

Cannot create regular file under /usr/share/man/man1

2013-11-11 Thread T o n g
Hi, The package that I'm planning to maintain gives me the following error at the end of the build: for d in glimpse.1 glimpseindex.1 glimpseserver.1 ; do \ /usr/bin/install -c -m 444 $d /usr/share/man/man1 ; \ done /usr/bin/install: cannot create regular file '/usr/shar