On Thu, 21 Feb 2008 17:10:16 -0500, Doug Chapman wrote: > We have a koji server set up for ia64 where I have been running rawhide > builds through. I am seeing something that I imagine is a regression in > rpmbuild???? that is likely to be seen on the main koji server as well. > > Take for example this failed build of openser-1.3.0-8.fc9.src.rpm: > > On our ia64 koji server it failed with: > > + mv '/var/tmp/openser-1.3.0-8.fc9-root-mockbuild//usr/lib/openser/perl/*' > /var/tmp/openser-1.3.0-8.fc9-root-mockbuild//usr/lib/perl5/vendor_perl/5.8.8/ > mv: cannot stat > `/var/tmp/openser-1.3.0-8.fc9-root-mockbuild//usr/lib/openser/perl/*': No > such file or directory > error: Bad exit status from /var/tmp/rpm-tmp.7626 (%install)
Does the mv really use the single quotes like that? Then it's clear why the * doesn't expand. > somehow it appears it took the * path as literal. > > Looking at the main koji server at a build of the same package it > expanded the * properly: > > + mv > /var/tmp/openser-1.3.0-8.fc9-root-mockbuild//usr/lib64/openser/perl/OpenSER > /var/tmp/openser-1.3.0-8.fc9-root-mockbuild//usr/lib64/openser/perl/OpenSER.pm > /var/tmp/openser-1.3.0-8.fc9-root-mockbuild//usr/lib/perl5/vendor_perl/5.8.8/ > -- Fedora-buildsys-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-buildsys-list
