automake is listed as a BuildDep, but autoconf is missing as a BuildDep. As those are in the base development group, either automake should be removed, or autoconf should be added. While compiling: /usr/bin/ld: cannot find -lart_lgpl_2 and /usr/bin/ld: cannot find -lpng So it's missing a BuildDep on libart_lgpl-devel and libpng-devel. configure: WARNING: libjpeg not found. disable JPEG support. Missing BuildDep on libjpeg-devel
automake has a requires on autoconf and therefore autoconf is not needed to be in BuildDep. it's now fixed in kdebase-3.1.3-5.6 and rhel4-Beta2. if someone wants it in RHEL3 update, please reopen it again.