Comment # 8 on bug 4619 from
(In reply to leigh scott from comment #7)
> (In reply to mgansser@online.de from comment #6)
> 
> > vidcutter-debuginfo.x86_64: E: debuginfo-without-sources
> > This debuginfo package appears to contain debug symbols but no source files.
> > This is often a sign of binaries being unexpectedly stripped too early during
> > the build, or being compiled without compiler debug flags (which again often
> > is a sign of distro's default compiler flags ignored which might have
> > security
> > consequences), or other compiler flags which result in rpmbuild's debuginfo
> > extraction not working as expected.  Verify that the binaries are not
> > unexpectedly stripped and that the intended compiler flags are used.
> 
> 
> Add
> 
> BuildArch:      noarch

if i add BuildArch: noarch, it get this error:
error: Arch dependent binaries in noarch package

because the package contains a this arch file:
rm -f
%{buildroot}%{python3_sitearch}/%{name}/libs/mpv.cpython-36m-x86_64-linux-gnu.so

removing this file, the rpm package was build. I do not know whether this file
is needed somewhere. What should i do ?


You are receiving this mail because: