Date: Tue, 15 Aug 2023 01:06:04 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 273139] math/openblas: 0.3.20_1 CPU detected failed for Atom CPU Message-ID: <bug-273139-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273139 Bug ID: 273139 Summary: math/openblas: 0.3.20_1 CPU detected failed for Atom CPU Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: freebsd@yourp.ca CC: phd_kimberlite@yahoo.co.jp CC: phd_kimberlite@yahoo.co.jp Flags: maintainer-feedback?(phd_kimberlite@yahoo.co.jp) Hello everyone, Environment: FreeBSD 13.2-RELEASE-p2 and poudriere 3.3.7, running on an Atom cpu. This install isn't virtualized. sysctl -a | egrep -i 'hw.machine|hw.model|hw.ncpu' hw.machine: amd64 hw.model: Intel(R) Atom(TM) CPU C3758 @ 2.20GHz hw.ncpu: 8 hw.machine_arch: amd64 When I attempt to compile openblas in poudriere I am getting the following error: Makefile:160: *** OpenBLAS: Detecting CPU failed. Please set TARGET explici= tly, e.g. make TARGET=3Dyour_cpu_target. Please read README for the detail.. St= op. gmake[1]: Leaving directory '/wrkdirs/usr/ports/math/openblas/work/OpenBLAS-0.3.20' *** Error code 1 Stop. make: stopped in /usr/ports/math/openblas =3D>> Cleaning up wrkdir =3D=3D=3D> Cleaning for openblas-0.3.20_1,1 build of math/openblas | openblas-0.3.20_1,1 ended at Mon Aug 14 15:30:37 E= DT 2023 build time: 00:00:28 !!! build failure encountered !!! I followed the solution outlined in the Bug 263575, but it does not seem to= fix the compilation issues. Here's my make.conf file: WITH_PKGNG=3Dyes FTP_TIMEOUT=3D1 DEFAULT_VERSIONS=3Dpgsql=3D15 DEFAULT_VERSIONS=3Dpython=3D3.11 python3=3D3.11 WITHOUT_X11=3Dyes OPTIONS_UNSET+=3D DOCS X11 EXAMPLES DEBUG HELP ALLOW_UNSUPPORTED_SYSTEM=3Dyes .if ${.CURDIR:M*/math/openblas*} WITH_TARGET_CPU_ARCH=3DATOM BINARY=3D64 .endif I found Atom in the list of supported CPU types. Please advise what else I could try to resolve the issue. Thank you --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273139-7788>