Actions
Bug #13040
closedBuild failed pfsense source code
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Developer Tools
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Affected Version:
Affected Architecture:
Description
Hi,
i take pfsense devel branch devel-12 and build with this result
ESC[0mESC[1m/usr/home/maxfx/Documents/pfsense/tmp/FreeBSD-src/tools/tools/crypto/cryptotest.c:448:32: ESC[0mESC[0;1;35mwarning: ESC[0mESC[1mdeclaration of 'struct cryptotstat' will not be visible outside of this function [-Wvisibility]ESC[0m
printt(const char* tag, struct cryptotstat ts)
ESC[0;1;32m ^
ESC[0mESC[1m/usr/home/maxfx/Documents/pfsense/tmp/FreeBSD-src/tools/tools/crypto/cryptotest.c:452:8: ESC[0mESC[0;1;31merror: ESC[0mESC[1mincomplete definition of type 'struct cryptotstat'ESC[0m
if (ts->count == 0)
ESC[0;1;32m ~
ESC[0mESC[1m/usr/home/maxfx/Documents/pfsense/tmp/FreeBSD-src/tools/tools/crypto/cryptotest.c:448:32: ESC[0mESC[0;1;30mnote: ESC[0mforward declaration of 'struct cryptotstat'ESC[0m
printt(const char tag, struct cryptotstat ts)
ESC[0;1;32m
ESC[0mESC[1m/usr/home/maxfx/Documents/pfsense/tmp/FreeBSD-src/tools/tools/crypto/cryptotest.c:454:24: ESC[0mESC[0;1;31merror: ESC[0mESC[1mincomplete definition of type 'struct cryptotstat'ESC[0m
avg = (1000000000LL*ts->acc.tv_sec + ts->acc.tv_nsec) / ts->count;
ESC[0;1;32m ~
ESC[0mESC[1m/usr/home/maxfx/Documents/pfsense/tmp/FreeBSD-src/tools/tools/crypto/cryptotest.c:448:32: ESC[0mESC[0;1;30mnote: ESC[0mforward declaration of 'struct cryptotstat'ESC[0m
printt(const char tag, struct cryptotstat ts)
ESC[0;1;32m
ESC[0mESC[1m/usr/home/maxfx/Documents/pfsense/tmp/FreeBSD-src/tools/tools/crypto/cryptotest.c:454:41: ESC[0mESC[0;1;31merror: ESC[0mESC[1mincomplete definition of type 'struct cryptotstat'ESC[0m
avg = (1000000000LL*ts->acc.tv_sec + ts->acc.tv_nsec) / ts->count;
ESC[0;1;32m ~
ESC[0mESC[1m/usr/home/maxfx/Documents/pfsense/tmp/FreeBSD-src/tools/tools/crypto/cryptotest.c:448:32: ESC[0mESC[0;1;30mnote: ESC[0mforward declaration of 'struct cryptotstat'ESC[0m
printt(const char tag, struct cryptotstat ts)
ESC[0;1;32m
ESC[0mESC[1m/usr/home/maxfx/Documents/pfsense/tmp/FreeBSD-src/tools/tools/crypto/cryptotest.c:454:60: ESC[0mESC[0;1;31merror: ESC[0mESC[1mincomplete definition of type 'struct cryptotstat'ESC[0m
avg = (1000000000LL*ts->acc.tv_sec + ts->acc.tv_nsec) / ts->count;
ESC[0;1;32m ~
ESC[0mESC[1m/usr/home/maxfx/Documents/pfsense/tmp/FreeBSD-src/tools/tools/crypto/cryptotest.c:448:32: ESC[0mESC[0;1;30mnote: ESC[0mforward declaration of 'struct cryptotstat'ESC[0m
printt(const char tag, struct cryptotstat ts)
ESC[0;1;32m
ESC[0mESC[1m/usr/home/maxfx/Documents/pfsense/tmp/FreeBSD-src/tools/tools/crypto/cryptotest.c:455:23: ESC[0mESC[0;1;31merror: ESC[0mESC[1mincomplete definition of type 'struct cryptotstat'ESC[0m
min = 1000000000LL*ts->min.tv_sec + ts->min.tv_nsec;
ESC[0;1;32m ~
ESC[0mESC[1m/usr/home/maxfx/Documents/pfsense/tmp/FreeBSD-src/tools/tools/crypto/cryptotest.c:448:32: ESC[0mESC[0;1;30mnote: ESC[0mforward declaration of 'struct cryptotstat'ESC[0m
printt(const char tag, struct cryptotstat ts)
ESC[0;1;32m
ESC[0mESC[1m/usr/home/maxfx/Documents/pfsense/tmp/FreeBSD-src/tools/tools/crypto/cryptotest.c:455:40: ESC[0mESC[0;1;31merror: ESC[0mESC[1mincomplete definition of type 'struct cryptotstat'ESC[0m
min = 1000000000LL*ts->min.tv_sec + ts->min.tv_nsec;
ESC[0;1;32m ~
ESC[0mESC[1m/usr/home/maxfx/Documents/pfsense/tmp/FreeBSD-src/tools/tools/crypto/cryptotest.c:448:32: ESC[0mESC[0;1;30mnote: ESC[0mforward declaration of 'struct cryptotstat'ESC[0m
printt(const char tag, struct cryptotstat ts)
ESC[0;1;32m
ESC[0mESC[1m/usr/home/maxfx/Documents/pfsense/tmp/FreeBSD-src/tools/tools/crypto/cryptotest.c:456:23: ESC[0mESC[0;1;31merror: ESC[0mESC[1mincomplete definition of type 'struct cryptotstat'ESC[0m
max = 1000000000LL*ts->max.tv_sec + ts->max.tv_nsec;
ESC[0;1;32m ~~
ESC[0mESC[1m/usr/home/maxfx/Documents/pfsense/tmp/FreeBSD-src/tools/tools/crypto/cryptotest.c:448:32: ESC[0mESC[0;1;30mnote: ESC[0mforward declaration of 'struct cryptotstat'ESC[0m
printt(const char tag, struct cryptotstat *ts)
ESC[0;1;32m ^
ESC[0mESC[0;1;31mfatal error: ESC[0mESC[1mtoo many errors emitted, stopping now [-ferror-limit=]ESC[0m
1 warning and 20 errors generated.
- Error code 1
Actions