On Thu, 2 Oct 2003, Sven Niese wrote:
Hi,
I tried to build QT 3.2.1 out of the source package. Make exits with an error in the install-section.
My system: SuSE 8.1 with several SuSE-updates.
The error occurres with qt3-3.2.1-23.src.rpm as well as with qt3-3.2.1-35.src.rpm.
-- snip --
make[1]: Entering directory `/usr/src/packages/BUILD/qt-x11-free-3.2.1/tutorial/t14' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/usr/src/packages/BUILD/qt-x11-free-3.2.1/tutorial/t14' + cd - + post_install /tmp/qt3/usr/lib/qt3/ + find /tmp/qt3/usr/lib/qt3/ -name '*.la' + read i + sed -e 's,/usr/lib[^/]*/libfreetype2.la,-lfreetype2,' -e [...] + mv /tmp/qt3/usr/lib/qt3/lib/libqt-mt.la.new /tmp/qt3/usr/lib/qt3/lib/libqt-mt.la + read i + %suse_update_desktop_file -i -u qtconfig Qt Settings /var/tmp/rpm-tmp.19235: line 33: fg: no job control Bad exit status from /var/tmp/rpm-tmp.19235 (%install)
Try commenting out the part "%suse_update_desktop_file ... " in the spec-file, I think that's some new feature for future SuSE-distros, the build runs fine without it. Correct me if I'm wrong... Maybe someone else knows what that part really does? mischa