iproute2 fails to install

Jaime Buffery nestu at espresso.foo-projects.org
Fri Mar 4 08:38:30 UTC 2005


On Thu, Mar 03, 2005 at 10:57:07PM -0700, Richard Pyne wrote:
> make[1]: Leaving directory `/usr/src/iproute2-2.6.9-050209/doc'
> install -m 0644 etc/iproute2/rt_protos etc/iproute2/rt_scopes 
> etc/iproute2/rt_dsfield etc/iproute2/rt_realms 
> etc/iproute2/rt_tables /etc/iproute2
> install -m 0755 -d /usr/share/man/man8
> install -m 0644  /usr/share/man/man8
> install: too few arguments
> Try `install --help' for more information.
> make: *** [install] Error 1
> Creating /var/log/lunar/compile/iproute2-2.6.10-050209.bz2
> ! Problem detected during BUILD
I have relinned it several times on different installs all fine. The bugging
line in your compile seems comes from the top of the tree Makefile:

install -m 0644 $(shell find man/man8 -maxdepth 1 -type f) $(DESTDIR)$(MANDIR)/man8

Unless that find fails, I don't see the problem... On my box:

/usr/src/iproute2-2.6.9-050209 # find man/man8 -maxdepth 1 -type f
man/man8/tc-pbfifo.8
man/man8/tc-pfifo_fast.8
man/man8/tc-cbq-details.8
man/man8/tc-cbq.8
man/man8/ip.8
man/man8/tc-tbf.8
man/man8/tc.8
man/man8/tc-sfq.8
man/man8/tc-htb.8
man/man8/tc-red.8
man/man8/tc-prio.8

Maybe you need to relin findutils?

HTH,
nestu.



More information about the Lunar mailing list