On SUSE 9.1, checkinstall 1.6.0beta3. Using checkinstall I get an error message (see below). It seems that checkinstall cannot execute mkdir correctly when building the rpm. subsequently it does not recognise that the directory exists and aborts with error. Anyone knows why this happens? I assumed this was one of the central things checkinstall should be able to do? Kostas ----- /bin/sh ../../admin/mkinstalldirs /opt/kde3/share/doc/HTML/en/bpconf mkdir -p -- /opt/kde3/share/doc/HTML/en/bpconf /usr/bin/install -c -p -m 644 index.docbook /opt/kde3/share/doc/HTML/en/bpconf/index.docbook /usr/bin/install: preserving times for `/opt/kde3/share/doc/HTML/en/bpconf/index.docbook': No such file or directory /usr/bin/install: cannot set time stamps for `/opt/kde3/share/doc/HTML/en/bpconf/index.docbook': No such file or directory /usr/bin/install -c -p -m 644 bpconf.png /opt/kde3/share/doc/HTML/en/bpconf/bpconf.png /usr/bin/install: preserving times for `/opt/kde3/share/doc/HTML/en/bpconf/bpconf.png': No such file or directory /usr/bin/install: cannot set time stamps for `/opt/kde3/share/doc/HTML/en/bpconf/bpconf.png': No such file or directory /usr/bin/install -c -p -m 644 bpconf-feed.png /opt/kde3/share/doc/HTML/en/bpconf/bpconf-feed.png /usr/bin/install: preserving times for `/opt/kde3/share/doc/HTML/en/bpconf/bpconf-feed.png': No such file or directory /usr/bin/install: cannot set time stamps for `/opt/kde3/share/doc/HTML/en/bpconf/bpconf-feed.png': No such file or directory make[3]: *** [install-nls] Error 1 make[3]: Leaving directory `/home/kongeo/Programs/bashpodder/bpconf-0.5/doc/en' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/home/kongeo/Programs/bashpodder/bpconf-0.5/doc/en' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/kongeo/Programs/bashpodder/bpconf-0.5/doc' make: *** [install-recursive] Error 1 **** Installation failed. Aborting package creation. Cleaning up...OK Bye.