https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397

mario felicioni <marietto2...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marietto2...@gmail.com

--- Comment #16 from mario felicioni <marietto2...@gmail.com> ---
On FreeBSD 14p6 :

[root@marietto /usr/ports/www/chromium]==> MAKE_JOBS_UNSAFE=yes make

 -m64 -msse3 -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes
-ftrivial-auto-var-init=pattern -O2 -fdata-sections -ffunction-sections
-fno-unique-section-names -fno-math-errno -fno-omit-frame-pointer -g0
-fprofile-use=../../chrome/build/pgo_profiles/chrome-linux-6422-1715686914-39d3c200676449e33ad84989ea45ad3474fab6e2-013ab7d1275249b95c27d77aaaa0d257ac6d2359.profdata
-Wno-profile-instr-unprofiled -Wno-profile-instr-out-of-date
-Wno-backend-plugin -mllvm -enable-ext-tsp-block-placement=1
-fvisibility=hidden -Wheader-hygiene -Wstring-conversion
-Wtautological-overlap-compare -Wall -Wno-unused-variable -Wno-c++11-narrowing
-Wno-missing-field-initializers -Wno-unused-parameter -Wno-psabi
-Wloop-analysis -Wno-unneeded-internal-declaration -Wno-cast-function-type
-Wno-ignored-pragma-optimize -Wno-deprecated-builtins
-Wno-bitfield-constant-conversion -Wno-deprecated-this-capture
-Wno-invalid-offsetof -Wno-vla-extension -Wno-shadow -Wno-unused-function
-isystem/usr/local/include -isystem/usr/local/include -std=c11 -c
./../third_party/sqlite/sqlite3_shim.c -o
obj/third_party/sqlite/chromium_sqlite3/sqlite3_shim.o
In file included from ../../third_party/sqlite/sqlite3_shim.c:16:
./../third_party/sqlite/src/amalgamation/sqlite3.c:53619:21: error: call to
undeclared function 'alloca'; ISO C99 and later do not support implicit
function declarations [-Wimplicit-function-declaration]
 53619 |     u32 *aiValues = sqlite3StackAllocRaw(0, sizeof(p->u.aHash));
       |                     ^
./../third_party/sqlite/src/amalgamation/sqlite3.c:20536:38: note: expanded
from macro 'sqlite3StackAllocRaw'
 20536 | # define sqlite3StackAllocRaw(D,N)   alloca(N)
       |                                      ^
./../third_party/sqlite/src/amalgamation/sqlite3.c:53619:10: error:
incompatible integer to pointer conversion initializing 'u32 *' (aka 'unsigned
int *') with an expression of type 'int' [-Wint-conversion]
 53619 |     u32 *aiValues = sqlite3StackAllocRaw(0, sizeof(p->u.aHash));
       |          ^          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../third_party/sqlite/src/amalgamation/sqlite3.c:78371:14: error: call to
undeclared function 'alloca'; ISO C99 and later do not support implicit
function declarations [-Wimplicit-function-declaration]
 78371 |   b.apCell = sqlite3StackAllocRaw(0, szScratch );
       |              ^
./../third_party/sqlite/src/amalgamation/sqlite3.c:20536:38: note: expanded
from macro 'sqlite3StackAllocRaw'
 20536 | # define sqlite3StackAllocRaw(D,N)   alloca(N)
       |                                      ^
./../third_party/sqlite/src/amalgamation/sqlite3.c:78371:12: error:
incompatible integer to pointer conversion assigning to 'u8 **' (aka 'unsigned
char **') from 'int' [-Wint-conversion]
 78371 |   b.apCell = sqlite3StackAllocRaw(0, szScratch );
       |            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../third_party/sqlite/src/amalgamation/sqlite3.c:166054:12: error: call to
undeclared function 'alloca'; ISO C99 and later do not support implicit
function declarations [-Wimplicit-function-declaration]
 166054 |   pSpace = sqlite3StackAllocRawNN(pParse->db, nSpace);
        |            ^
./../third_party/sqlite/src/amalgamation/sqlite3.c:20537:38: note: expanded
from macro 'sqlite3StackAllocRawNN'
 20537 | # define sqlite3StackAllocRawNN(D,N) alloca(N)
       |                                      ^
./../third_party/sqlite/src/amalgamation/sqlite3.c:166054:10: error:
incompatible integer to pointer conversion assigning to 'char *' from 'int'
[-Wint-conversion]
 166054 |   pSpace = sqlite3StackAllocRawNN(pParse->db, nSpace);
        |          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6 errors generated.
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/www/chromium
*** Error code 1

Stop.
make: stopped in /usr/ports/www/chromium

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to