Project

General

Profile

Actions

Bug #13040

closed

Build failed pfsense source code

Added by Martin Filla over 3 years ago. Updated over 3 years ago.

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[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;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 #2

Updated by Jim Pingle over 3 years ago

  • Status changed from New to Rejected
  • Priority changed from High to Normal

Snapshots are building OK from that code, must be something in your environment.

Actions #3

Updated by Martin Filla over 3 years ago

Jim Pingle wrote in #note-2:

Snapshots are building OK from that code, must be something in your environment.

How is environment set your build ?

Actions

Also available in: Atom PDF