Hi,

When building Iproute2 in LFS Chapter 6 during "make install" I get 3
errors:

make[1]: Entering directory '/usr/src/lfs/build/iproute2-4.12.0/tipc'
install -m 0755  /sbin
install: missing destination file operand after '/sbin'
Try 'install --help' for more information.
make[1]: *** [Makefile:25: install] Error 1
make[1]: Leaving directory '/usr/src/lfs/build/iproute2-4.12.0/tipc'
make[1]: Entering directory '/usr/src/lfs/build/iproute2-4.12.0/devlink'
install -m 0755  /sbin
install: missing destination file operand after '/sbin'
Try 'install --help' for more information.
make[1]: *** [Makefile:18: install] Error 1
make[1]: Leaving directory '/usr/src/lfs/build/iproute2-4.12.0/devlink'
make[1]: Entering directory '/usr/src/lfs/build/iproute2-4.12.0/rdma'
install -m 0755  /sbin
install: missing destination file operand after '/sbin'
Try 'install --help' for more information.
make[1]: *** [Makefile:19: install] Error 1
make[1]: Leaving directory '/usr/src/lfs/build/iproute2-4.12.0/rdma'

It seems doesn't make big harm and most of the programs are installed.
Final LFS looks working well.
But it would be good to know the source of the problem.
Compilation with make ends without error, but binaries in those directories
are not compiled, maybe that causes trouble for "make install".

Thanks,
stacev
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to