short version: When rebuilding dhpd-xxx-1.2.1 on Solaris 9, "make
install" expects /usr/ucb/install" which is not there. I this a bug or
am I not meeting the minimum requirements?

Strangely enough, other "rpm --rebuilds" of updated packages were
fine.

Thanks,
Ingo

---- long version ----

When I try to rebuild the updated dhcpd on Solaris 9, I get

------

+ /cw/bin/make --no-print-directory install
DESTDIR=/cw/RPM/TMP/dhcpd-3.0.1rc11-root
Installing in common
for dir in /cw/man/man5; do \
  foo=""; \
  for bar in `echo /cw/RPM/TMP/dhcpd-3.0.1rc11-root${dir} |tr / ' '`;
do \
    foo=${foo}/$bar; \
    if [ ! -d $foo ]; then \
      mkdir $foo; \
      chmod 755 $foo; \
    fi; \
  done; \
done
/usr/ucb/install  dhcp-options.man5  \

/cw/RPM/TMP/dhcpd-3.0.1rc11-root/cw/man/man5/dhcp-options.5
make[2]: /usr/ucb/install: Command not found
make[2]: *** [install] Error 127
make[1]: *** [install] Error 1
make: *** [install] Error 2
error: Bad exit status from /cw/RPM/TMP/rpm-tmp.886 (%install)

-----

Since all my systems are rather minimal solaris installs,
/usr/ucb/install from SUNWscpu is not there. Should I add that to my
private "minimum install for OpenPKG" or is this a bug?

Thanks,
Ingo

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      [EMAIL PROTECTED]

Reply via email to