-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
Description
Upd.: This bug should be associated with another project instead this:
dotnet/installer#15010
Hello. I'm build dotnet6 rpm for Rocky Linux 8.6. Source rpm is: dotnet6.0-6.0.110-1.el8_6.src.rpm. For building I'm use mock config rocky+epel-8-x86_64.cfg. In build log I see error:
/builddir/build/BUILD/dotnet-v6.0.110/repos/Directory.Build.targets(420,5): error MSB3073
What's happened?
Reproduction Steps
Rocky Linux 8.6 with installed mock (chroot with rpmbuild).
Mock config is /etc/mock/rocky+epel-8-x86_64.cfg.
Source RPM is: https://repo.almalinux.org/vault/8/AppStream/Source/Packages/dotnet6.0-6.0.110-1.el8_6.src.rpm.
All dependencies are located in repos in mock config.
Mock command for build:
mock -r /etc/mock/rocky+epel-8-x86_64.cfg --rebuild dotnet6.0-6.0.110-1.el8_6.src.rpm
Expected behavior
Succecfully builded rpms
Actual behavior
Build failed
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response