Re: Different behavior in the chroot and build services
Hello,
I am trying to port Openblas / Gotoblas to Kfreebsd.
It is building fine with asdfasdf & io (chroot unstable) but it fails
with the build services:
https://buildd.debian.org/status/package.php?p=openblas&suite=experimental
Any hints ?
Some time-skew ?
I guess that "getarch_2nd.c" should not be compiled during "make clean".
dh_testroot
dh_clean
make clean
getarch_2nd.c: In function 'main':
getarch_2nd.c:12:35: error: 'SGEMM_DEFAULT_UNROLL_M' undeclared (first use
in this function)
getarch_2nd.c:12:35: note: each undeclared identifier is reported only
once for each function it appears in
getarch_2nd.c:13:35: error: 'SGEMM_DEFAULT_UNROLL_N' undeclared (first use
in this function)
getarch_2nd.c:14:35: error: 'DGEMM_DEFAULT_UNROLL_M' undeclared (first use
in this function)
getarch_2nd.c:15:35: error: 'DGEMM_DEFAULT_UNROLL_N' undeclared (first use
in this function)
getarch_2nd.c:19:35: error: 'CGEMM_DEFAULT_UNROLL_M' undeclared (first use
in this function)
getarch_2nd.c:20:35: error: 'CGEMM_DEFAULT_UNROLL_N' undeclared (first use
in this function)
getarch_2nd.c:21:35: error: 'ZGEMM_DEFAULT_UNROLL_M' undeclared (first use
in this function)
getarch_2nd.c:22:35: error: 'ZGEMM_DEFAULT_UNROLL_N' undeclared (first use
in this function)
getarch_2nd.c:29:50: error: 'SGEMM_DEFAULT_Q' undeclared (first use in
this function)
getarch_2nd.c:30:50: error: 'DGEMM_DEFAULT_Q' undeclared (first use in
this function)
getarch_2nd.c:31:50: error: 'CGEMM_DEFAULT_Q' undeclared (first use in
this function)
getarch_2nd.c:32:50: error: 'ZGEMM_DEFAULT_Q' undeclared (first use in
this function)
make[1]: *** [getarch_2nd] Error 1
Reply to: