[Users] claws from git repo

kardan kardan at riseup.net
Sat Jul 13 21:03:16 CEST 2013


Hi,

Am Sat, 13 Jul 2013 01:33:25 +0200
schrieb Andrej Kacian <andrej at kacian.sk>:

> On Fri, 12 Jul 2013 21:31:38 +0100
> Sharon Kimble <boudiccas at talktalk.net> wrote:
> 
> > 
> > On a fresh git install it fails at installation for root, where its
> > trying to install to /usr/local/share. But surely it should install
> > to /usr/local/bin ?
> > 
> > Thanks
> > Sharon.
> 
> Hello Sharon,
> 
> perhaps it would be helpful if you included relevant output from "make
> install", or even from "./configure".
> 
> Regards,

src/claws# make install
Making install in m4
make[1]: Entering directory `/media/data/src/claws/m4'
make[2]: Entering directory `/media/data/src/claws/m4'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/media/data/src/claws/m4'
make[1]: Leaving directory `/media/data/src/claws/m4'
Making install in po
make[1]: Entering directory `/media/data/src/claws/po'
/usr/share
make[1]: execvp: /usr/share: Permission denied
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/media/data/src/claws/po'
make: *** [install-recursive] Error 1

To po/Makefile I added 
  MKDIR_P = /bin/mkdir -p
and it worked. Found the solution with 'make -n install' and saw the
folder was executed instead of being created.

It showed 
          dir=/usr/share/locale/$lang/LC_MESSAGES; \
           $dir; \
for po/Makefile:443 (install-data-yes: all)
          dir=$(localedir)/$$lang/LC_MESSAGES; \
          $(mkdir_p) $(DESTDIR)$$dir; \

HTH,
Kardan



More information about the Users mailing list