rpmbuild icon indicating copy to clipboard operation
rpmbuild copied to clipboard

Install step doesn't find files

Open suhancz opened this issue 4 years ago • 0 comments

I was happy seeing this project and tried to use it, though apparently when the pipeline gets to the .spec files' %install step, it can't find the source files. First I thought it's a mistake in my .spec, but trying on another I see the same result. Can you please address this issue. See examples:

+ install -D phockup.py /github/home/rpmbuild/BUILDROOT/phockup-1.5.11-2.el7.x86_64/usr/lib/phockup/phockup.py
install: cannot stat 'phockup.py': No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.AEDJ6b (%install)
   Bad exit status from /var/tmp/rpm-tmp.AEDJ6b (%install)
+ install -m 554 /github/home/rpmbuild/SOURCES/geth /github/home/rpmbuild/BUILDROOT/ethereum-go-1.9.25-1.x86_64/usr/local/bin/geth
install: cannot stat '/github/home/rpmbuild/SOURCES/geth': No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.BcQ9Az (%install)
   Bad exit status from /var/tmp/rpm-tmp.BcQ9Az (%install)

suhancz avatar Feb 21 '21 04:02 suhancz