- cp -pr src/compat/isyncrc.sample /home/sjain/rpmbuild/BUILDROOT/isync-1.4.0-1.x86_64/usr/share/doc/isync
cp: cannot stat 'src/compat/isyncrc.sample': No such file or directory
- :
- exit 0
error: File not found: /home/sjain/rpmbuild/BUILDROOT/isync-1.4.0-1.x86_64/usr/share/doc/isync/isyncrc.sample
RPM build errors:
File not found: /home/sjain/rpmbuild/BUILDROOT/isync-1.4.0-1.x86_64/usr/share/doc/isync/isyncrc.sample
I was build the RPM package from the master branch and hit the above issue.
How I ended in this:
After that I put the tar ball in rpmbuild/SOURCE and isync.spec in rpmbuild/SPEC.
Now when started building rpm package I hit the above issue.
- rpmbuild -ba ~/rpmbuild/SPEC/isync.spec
I am not sure whether I did something wrong while generating the tar ball or there is a real issue.
Last edit: Sourabh Jain 2019-08-27
that's because i forgot to update the packaging recipes when i deleted the compat wrapper in master.