Source: zycore-c
Version: 1.0.0-2
Severity: serious

Hi,

The issue that seemed to be addressed by a patch included in the latest 
revision was not fixed;
the package still FTBFS at least on mips64el:

/usr/bin/cc -DZYCORE_EXPORTS -DZycore_EXPORTS -D_CRT_SECURE_NO_WARNINGS -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/obj-mips64el-linux-gnuabi64 -I/<<PKGBUILDDIR>>/src -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=c99 -MD -MT CMakeFiles/Zycore.dir/src/Format.c.o -MF CMakeFiles/Zycore.dir/src/Format.c.o.d -o CMakeFiles/Zycore.dir/src/Format.c.o -c /<<PKGBUILDDIR>>/src/Format.c
In file included from /<<PKGBUILDDIR>>/include/Zycore/Types.h:35,
                 from /<<PKGBUILDDIR>>/include/Zycore/ArgParse.h:35,
                 from /<<PKGBUILDDIR>>/src/ArgParse.c:27:
/<<PKGBUILDDIR>>/include/Zycore/Defines.h:137:5: error: #error "Unsupported 
architecture detected"
  137 | #   error "Unsupported architecture detected"
      |     ^~~~~
In file included from /<<PKGBUILDDIR>>/include/Zycore/Types.h:35,
                 from /<<PKGBUILDDIR>>/include/Zycore/Status.h:39,
                 from /<<PKGBUILDDIR>>/include/Zycore/Allocator.h:36,
                 from /<<PKGBUILDDIR>>/src/Allocator.c:27:
/<<PKGBUILDDIR>>/include/Zycore/Defines.h:137:5: error: #error "Unsupported 
architecture detected"
  137 | #   error "Unsupported architecture detected"
      |     ^~~~~
In file included from /<<PKGBUILDDIR>>/include/Zycore/Types.h:35,
                 from /<<PKGBUILDDIR>>/include/Zycore/Status.h:39,
                 from /<<PKGBUILDDIR>>/include/Zycore/Format.h:36,
                 from /<<PKGBUILDDIR>>/src/Format.c:27:
/<<PKGBUILDDIR>>/include/Zycore/Defines.h:137:5: error: #error "Unsupported 
architecture detected"
  137 | #   error "Unsupported architecture detected"
      |     ^~~~~
In file included from /<<PKGBUILDDIR>>/include/Zycore/Types.h:35,
                 from /<<PKGBUILDDIR>>/include/Zycore/Status.h:39,
                 from /<<PKGBUILDDIR>>/include/Zycore/Allocator.h:36,
                 from /<<PKGBUILDDIR>>/include/Zycore/Bitset.h:36,
                 from /<<PKGBUILDDIR>>/src/Bitset.c:27:
/<<PKGBUILDDIR>>/include/Zycore/Defines.h:137:5: error: #error "Unsupported 
architecture detected"
  137 | #   error "Unsupported architecture detected"
      |     ^~~~~
make[3]: *** [CMakeFiles/Zycore.dir/build.make:79: 
CMakeFiles/Zycore.dir/src/Allocator.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
/<<PKGBUILDDIR>>/src/Format.c: In function ‘ZyanStringAppendDecU’:
/<<PKGBUILDDIR>>/src/Format.c:434:12: warning: implicit declaration of function ‘ZyanStringAppendDecU32’; did you mean ‘ZyanStringAppendDecU64’? [-Wimplicit-function-declaration]
  434 |     return ZyanStringAppendDecU32(string, (ZyanU32)value, 
padding_length);
      |            ^~~~~~~~~~~~~~~~~~~~~~
      |            ZyanStringAppendDecU64
/<<PKGBUILDDIR>>/src/Format.c: In function ‘ZyanStringAppendHexU’:
/<<PKGBUILDDIR>>/src/Format.c:475:12: warning: implicit declaration of function ‘ZyanStringAppendHexU32’; did you mean ‘ZyanStringAppendHexU64’? [-Wimplicit-function-declaration]
  475 |     return ZyanStringAppendHexU32(string, (ZyanU32)value, 
padding_length, uppercase);
      |            ^~~~~~~~~~~~~~~~~~~~~~
      |            ZyanStringAppendHexU64
make[3]: *** [CMakeFiles/Zycore.dir/build.make:93: 
CMakeFiles/Zycore.dir/src/ArgParse.c.o] Error 1

Reply via email to