[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: patch src. for 3.0 fails again....



> ---> libocurses/PSD.doc
> install -c -o root -g bin -m 444 Makefile Master appen.A appen.B appenC
> c_macros doc.I doc II docIII doc.IV ex1.c ex2.c fns.doc intro.0 intro.1
> intro.2 intro.3 intro.4 intro.5 intro.6 life.c macros twinkle1.c
> twinkle2.c win_st.c /usr/share/doc/psd/19curses
> install: Target: /usr/share/doc/psd/19.curses: No such file or directory
> ***Error code 71

If I remember correctly the above error will occur because the directory
/usr/share/doc/psd/19.curses does not exist if you don't install
misc30.tgz. The easiest way to solve this problem is to install
misc30.tgz. Creating this directory won't help, because your build
process will fail a few steps further down the road while trying to
install other psd files.

Mark