Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Jan 2025 21:21:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 283777] math/openblas: failed build in poudriere openblas-0.3.27,2
Message-ID:  <bug-283777-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283777

            Bug ID: 283777
           Summary: math/openblas: failed build in poudriere
                    openblas-0.3.27,2
           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@sysctl.cz
                CC: phd_kimberlite@yahoo.co.jp
                CC: phd_kimberlite@yahoo.co.jp
             Flags: maintainer-feedback?(phd_kimberlite@yahoo.co.jp)

Hi,
i tested the port and Openblas failed in poudriere.

      |                                   ^
getarch_2nd.c:32:35: error: use of undeclared identifier
'ZGEMM_DEFAULT_UNROLL_N'
   32 |     printf("ZGEMM_UNROLL_N=3D%d\n", ZGEMM_DEFAULT_UNROLL_N);
      |                                   ^
getarch_2nd.c:39:37: error: use of undeclared identifier
'SGEMM_DEFAULT_UNROLL_M'
   39 |     printf("CGEMM3M_UNROLL_M=3D%d\n", SGEMM_DEFAULT_UNROLL_M);
      |                                     ^
getarch_2nd.c:45:37: error: use of undeclared identifier
'SGEMM_DEFAULT_UNROLL_N'
   45 |     printf("CGEMM3M_UNROLL_N=3D%d\n", SGEMM_DEFAULT_UNROLL_N);
      |                                     ^
getarch_2nd.c:51:37: error: use of undeclared identifier
'DGEMM_DEFAULT_UNROLL_M'
   51 |     printf("ZGEMM3M_UNROLL_M=3D%d\n", DGEMM_DEFAULT_UNROLL_M);
      |                                     ^
getarch_2nd.c:57:37: error: use of undeclared identifier
'DGEMM_DEFAULT_UNROLL_N'
   57 |     printf("ZGEMM3M_UNROLL_N=3D%d\n", DGEMM_DEFAULT_UNROLL_N);
      |                                     ^
getarch_2nd.c:79:50: error: use of undeclared identifier 'SGEMM_DEFAULT_Q'
   79 |     printf("#define SLOCAL_BUFFER_SIZE\t%ld\n", (SGEMM_DEFAULT_Q *
SGEMM_DEFAULT_UNROLL_N * 4 * 1 *  sizeof(float)));
      |                                                  ^
getarch_2nd.c:79:68: error: use of undeclared identifier
'SGEMM_DEFAULT_UNROLL_N'
   79 |     printf("#define SLOCAL_BUFFER_SIZE\t%ld\n", (SGEMM_DEFAULT_Q *
SGEMM_DEFAULT_UNROLL_N * 4 * 1 *  sizeof(float)));
      |                                                                    ^
getarch_2nd.c:80:50: error: use of undeclared identifier 'DGEMM_DEFAULT_Q'
   80 |     printf("#define DLOCAL_BUFFER_SIZE\t%ld\n", (DGEMM_DEFAULT_Q *
DGEMM_DEFAULT_UNROLL_N * 2 * 1 *  sizeof(double)));
      |                                                  ^
getarch_2nd.c:80:68: error: use of undeclared identifier
'DGEMM_DEFAULT_UNROLL_N'
   80 |     printf("#define DLOCAL_BUFFER_SIZE\t%ld\n", (DGEMM_DEFAULT_Q *
DGEMM_DEFAULT_UNROLL_N * 2 * 1 *  sizeof(double)));
      |                                                                    ^
getarch_2nd.c:81:50: error: use of undeclared identifier 'CGEMM_DEFAULT_Q'
   81 |     printf("#define CLOCAL_BUFFER_SIZE\t%ld\n", (CGEMM_DEFAULT_Q *
CGEMM_DEFAULT_UNROLL_N * 4 * 2 *  sizeof(float)));
      |                                                  ^
getarch_2nd.c:81:68: error: use of undeclared identifier
'CGEMM_DEFAULT_UNROLL_N'
   81 |     printf("#define CLOCAL_BUFFER_SIZE\t%ld\n", (CGEMM_DEFAULT_Q *
CGEMM_DEFAULT_UNROLL_N * 4 * 2 *  sizeof(float)));
      |                                                                    ^
getarch_2nd.c:82:50: error: use of undeclared identifier 'ZGEMM_DEFAULT_Q'
   82 |     printf("#define ZLOCAL_BUFFER_SIZE\t%ld\n", (ZGEMM_DEFAULT_Q *
ZGEMM_DEFAULT_UNROLL_N * 2 * 2 *  sizeof(double)));
      |                                                  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=3D]
20 errors generated.
gmake[1]: *** [Makefile.prebuild:106: getarch_2nd] Error 1
Makefile:185: *** OpenBLAS: Detecting CPU failed. Please set TARGET explici=
tly,
e.g. make TARGET=3Dyour_cpu_target. Please read README for the detail..  St=
op.

--=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-283777-7788>