Hi, When using Mike Harris' rpmbuild-nonroot setup (except for the no archs hack) I have a problem building rpm. See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=124364 . rpmbuild -bp rpm.spec fails: error: File /data/rpmbuild-fc1/rpm-1.8.1/rpm-4.2.1.tar.gz: No such file or directory It looks like the last "Version:" (popt's) is being used in the path expansion for %setup. $ rpm --showrc | grep sourcedir RPM_SOURCE_DIR="%{u2p:%{_sourcedir}}" RPM_SOURCE_DIR="%{_sourcedir}" -14: _sourcedir %{_topdir}/%{name}-%{version} -14: _specdir %{_sourcedir} The latest "Version:" tag in the spec file is the one for popt. It looks as if this value is substituted for %{version}. How can this be fixed? Leonard. -- mount -t life -o ro /dev/dna /genetic/research