Actions
action #104149
closedopenqa_bugfetcher fails to build size:S
Description
Observation¶
[ 39s] find: '//home/abuild/rpmbuild/BUILDROOT/openqa_bugfetcher-0.5.0-lp153.3.3.x86_64/usr/share/polkit-1/actions/': No such file or directory
[ 39s] find: '//home/abuild/rpmbuild/BUILDROOT/openqa_bugfetcher-0.5.0-lp153.3.3.x86_64/usr/share/mime/': No such file or directory
[ 39s] find: '//home/abuild/rpmbuild/BUILDROOT/openqa_bugfetcher-0.5.0-lp153.3.3.x86_64/usr/share/metainfo/': No such file or directory
[ 39s] find: '//home/abuild/rpmbuild/BUILDROOT/openqa_bugfetcher-0.5.0-lp153.3.3.x86_64/usr/share/appdata/': No such file or directory
[...]
[ 39s] RPM build errors:
[ 39s] File must begin with "/": %{python3_sitelib}/openqa_bugfetcher/
[ 39s] File must begin with "/": %{python3_sitelib}/openqa_bugfetcher-*
Suggestions¶
- Works on 15.2 but not on 15.3
- Confirm if the macro still exists/ works the same
Updated by livdywan almost 3 years ago
- Subject changed from openqa_bugfetcher fails to build to openqa_bugfetcher fails to build size:S
- Description updated (diff)
- Status changed from New to Workable
Updated by tinita almost 3 years ago
- Status changed from Workable to In Progress
- Assignee set to tinita
Updated by tinita almost 3 years ago
- Status changed from In Progress to Feedback
Apparently all what's needed is: BuildRequires: python-rpm-macros
See https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/HV2RZMMNL6EPIBRAS7QCMEDWF7K7DO5G/ "Missing definition for %{python3_sitelib} in SLE15-SP2"
SR: https://build.opensuse.org/request/show/941832
The find: '//home/abuild/...': No such file or directory
messages still appear but the build succeeds.
Updated by tinita almost 3 years ago
- Status changed from Feedback to Resolved
SR was accepted, all green again: https://build.opensuse.org/package/show/devel:openQA/openqa_bugfetcher
Actions