This is the typical behavior I have observed when using checkinstall to install Qt-based or KDE-based applications. There are two workarounds I'm aware of for this:
1) Run make install then run checkinstall to create the package. This will get past the error messages. 2) Run make install DESTDIR=/some/directory/from/which/you/will/package/the/program, then use your distro's packaging tools to create the package. HTH, John On 1/27/06, Sjoerd Hiemstra <shiems146 at kpnplanet.nl> wrote: > > Hi, > > I took the tar.bz2 to install 1.3.2 on SUSE 10.0. > './configure' and 'make' both seemed to run fine. > I used checkinstall instead of 'make install'. > These installation results are taken from the output of checkinstall. > Any opinions? > > ======================== Installation results========================== > Makefile:845: warning: overriding commands for target `clean-bcheck' > Makefile:811: warning: ignoring old commands for target `clean-bcheck' > Makefile:850: warning: overriding commands for target `bcheck-am' > Makefile:816: warning: ignoring old commands for target `bcheck-am' > Making install in scribus > make[1]: Entering directory `/home/sh/scribus-1.3.2/scribus' > Making install in libart > make[2]: Entering directory `/home/sh/scribus-1.3.2/scribus/libart' > make[3]: Entering directory `/home/sh/scribus-1.3.2/scribus/libart' > make[3]: Nothing to be done for `install-exec-am'. > make[3]: Nothing to be done for `install-data-am'. > make[3]: Leaving directory `/home/sh/scribus-1.3.2/scribus/libart' > make[2]: Leaving directory `/home/sh/scribus-1.3.2/scribus/libart' > Making install in pixbuf > make[2]: Entering directory `/home/sh/scribus-1.3.2/scribus/pixbuf' > make[3]: Entering directory `/home/sh/scribus-1.3.2/scribus/pixbuf' > make[3]: Nothing to be done for `install-exec-am'. > make[3]: Nothing to be done for `install-data-am'. > make[3]: Leaving directory `/home/sh/scribus-1.3.2/scribus/pixbuf' > make[2]: Leaving directory `/home/sh/scribus-1.3.2/scribus/pixbuf' > Making install in dicts > make[2]: Entering directory `/home/sh/scribus-1.3.2/scribus/dicts' > make[3]: Entering directory `/home/sh/scribus-1.3.2/scribus/dicts' > make[3]: Nothing to be done for `install-exec-am'. > /bin/sh ../../admin/mkinstalldirs /usr/local/lib/scribus/dicts/ > mkdir -p -- /usr/local/lib/scribus/dicts/ > /usr/bin/install -c -p -m 644 ./hyph_af.dic > /usr/local/lib/scribus/dicts/hyph_af.dic > /usr/bin/install: preserving times for > `/usr/local/lib/scribus/dicts/hyph_af.dic': No such file or directory > /usr/bin/install: cannot set time stamps for > `/usr/local/lib/scribus/dicts/hyph_af.dic': No such file or directory > make[3]: *** [install-data-local] Error 1 > make[3]: Leaving directory `/home/sh/scribus-1.3.2/scribus/dicts' > make[2]: *** [install-am] Error 2 > make[2]: Leaving directory `/home/sh/scribus-1.3.2/scribus/dicts' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/home/sh/scribus-1.3.2/scribus' > make: *** [install-recursive] Error 1 > > **** Installation failed. Aborting package creation. > > Cleaning up...OK > > Bye. > _______________________________________________ > Scribus mailing list > Scribus at nashi.altmuehlnet.de > http://nashi.altmuehlnet.de/mailman/listinfo/scribus > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://nashi.altmuehlnet.de/pipermail/scribus/attachments/20060127/d6d0a9ca/attachment.html
