[Clfs-support] Unfixed issue at dropbear make install

Angel Ivan Castell Rovira al004140 at gmail.com
Tue Apr 12 03:18:43 PDT 2011


That's a very easy to fix issue, but I report it because it is still
unfixed:

    clfs at devnull:~/sources/dropbear-0.52$ make MULTI=1 PROGRAMS="dropbear
dbclient dropbearkey dropbearconvert scp" install DESTDIR=${CLFS}/usr
    install -d -m 755 /home/clfs/usr/usr/bin
    install -m 755 dropbearmulti /home/clfs/usr/usr/bin
    chown root /home/clfs/usr/usr/bin/dropbearmulti
    chown: changing ownership of `/home/clfs/usr/usr/bin/dropbearmulti':
Operation not permitted
    make: [inst_dropbearmulti] Error 1 (ignored)
    chgrp 0 /home/clfs/usr/usr/bin/dropbearmulti
    chgrp: changing group of `/home/clfs/usr/usr/bin/dropbearmulti':
Operation not permitted
    make: [inst_dropbearmulti] Error 1 (ignored)

'clfs' user is not allowed to change ownership/group of the binaries
instaled as 'root', so Makefile can't execute fine lines like:

    chown root $(DESTDIR)$(bindir)/dropbearmulti$(EXEEXT)
    chown root $(DESTDIR)$(sbindir)/dropbear$(EXEEXT)

Fix this as you prefer to take a best profit of the CLFS book.

Best regards,
  -- Ivan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clfs.org/pipermail/clfs-support-clfs.org/attachments/20110412/535a414b/attachment.html>


More information about the Clfs-support mailing list