Bug 1181083 - openblas fails to build on 1-core VMs
Summary: openblas fails to build on 1-core VMs
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other All
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Dmitry Roshchin
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-19 06:14 UTC by Bernhard Wiedemann
Modified: 2021-01-19 06:14 UTC (History)
1 user (show)

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Wiedemann 2021-01-19 06:14:47 UTC
While working on reproducible builds for openSUSE, I found that
our openblas package fails to build on 1-core VMs

Steps to Reproduce:
osc co openSUSE:Factory/openblas && cd $_
osc build --noservice --clean --vm-type=kvm -j1 -M openmp standard x86_64


Actual Results:
[ 9199s] make -j 1 -f Makefile.install install
[ 9199s] make[1]: Entering directory '/home/abuild/rpmbuild/BUILD/OpenBLAS-0.3.13'
[ 9199s] Generating openblas_config.h in /home/abuild/rpmbuild/BUILDROOT/openblas_openmp-0.3.13-0.0.x86_64/usr/include/openblas
[ 9199s] Generating f77blas.h in /home/abuild/rpmbuild/BUILDROOT/openblas_openmp-0.3.13-0.0.x86_64/usr/include/openblas
[ 9199s] Generating cblas.h in /home/abuild/rpmbuild/BUILDROOT/openblas_openmp-0.3.13-0.0.x86_64/usr/include/openblas
[ 9199s] Copying LAPACKE header files to /home/abuild/rpmbuild/BUILDROOT/openblas_openmp-0.3.13-0.0.x86_64/usr/include/openblas
[ 9199s] Copying the static library to /home/abuild/rpmbuild/BUILDROOT/openblas_openmp-0.3.13-0.0.x86_64/usr/lib64
[ 9199s] install: cannot stat 'libopenblas_openmp-r0.3.13.a': No such file or directory
[ 9199s] make[1]: *** [Makefile.install:61: install] Error 1