On Sat, Sep 15, 2018 at 4:44 PM Jonathan Leroy jonathan@harrycow.fr wrote:
2018-07-01 19:42 GMT+02:00 Jonathan Leroy jonathan@harrycow.fr:
Thank you for your very detailed answer. I will look at that.
Michal,
I don't known if it's related to the use of the "make_sprm" build method (first time I use it with Copr), but I can't get to build my package using Copr. Every build fails with the following description: "Attempt to build SRPM have failed."
I don't see anything interesting in the builder-live.log, but the rsync log show this error:
rsync: link_stat "/var/lib/copr-rpmbuild/results/*" failed: No such file or directory (2) [...] rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1659) [Receiver=3.1.3] rsync: [Receiver] write error: Broken pipe (32)
Any idea?
Hello, the problem with make_srpm method is that useful information in the builder-live.log is usually somewhere in the middle. Here:
rc: 2 stdout: Selected user namespace base 280625152 and range 65536. rpmbuild --define "_topdir `pwd`" -bs SPECS/plexmediaplayer.spec error: Bad source: /mnt/tmp/tmp3kv4mkdu/plexmediaplayer-fedora/SOURCES/plexmediaplayer-2.18.0.tar.gz: No such file or directory make: *** [/mnt/tmp/tmp3kv4mkdu/plexmediaplayer-fedora/.copr/Makefile:2: srpm] Error 1 stderr: INFO: mock.py version 1.4.13 starting (python version = 3.6.5)...
rpmbuild is looking for /mnt/tmp/tmp3kv4mkdu/plexmediaplayer-fedora/SOURCES/plexmediaplayer-2.18.0.tar.gz
but can't find it.
Maybe the file has been generated somwhere else...
Thank you. M.
Thanks,
-- Jonathan Leroy _______________________________________________ copr-devel mailing list -- copr-devel@lists.fedorahosted.org To unsubscribe send an email to copr-devel-leave@lists.fedorahosted.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/copr-devel@lists.fedorahosted.o...