FS#48462 - [sqlite] Parallel builds seem to work again

Attached to Project: Arch Linux
Opened by Marius (Martchus) - Saturday, 05 March 2016, 00:47 GMT
Last edited by Andreas Radke (AndyRTR) - Saturday, 05 March 2016, 09:20 GMT
Task Type General Gripe
Category Packages: Core
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
This is not really a bug, but it seems like parallel builds are no longer broken so you can remove '!makeflags'. It has already been working again since the 3.11.0 release.
At least I've been able to build mingw-w64-sqlite concurrently since 3.11.0.

The same applies to lib32-sqlite.
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Saturday, 05 March 2016, 09:20 GMT
Reason for closing:  Deferred
Comment by Andreas Radke (AndyRTR) - Saturday, 05 March 2016, 09:20 GMT
still broken here:

config.status: creating config.h
config.status: executing libtool commands
libtool: compile: gcc -D_FORTIFY_SOURCE=2 -DSQLITE_SECURE_DELETE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DSQLITE_OS_UNIX=1 -I. -I/build/sqlite/src/sqlite-src-3110100/src -I/build/sqlite/src/sqlite-src-3110100/ext/rtree -I/build/sqlite/src/sqlite-src-3110100/ext/fts3 -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -I/usr/include -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_ENABLE_DBSTAT_VTAB=1 -DSQLITE_ENABLE_FTS3_TOKENIZER=1 -DSQLITE_CORE -c /build/sqlite/src/sqlite-src-3110100/ext/misc/json1.c -fPIC -DPIC -o .libs/json1.o
In file included from /build/sqlite/src/sqlite-src-3110100/src/sqlite3ext.h:20:0,
from /build/sqlite/src/sqlite-src-3110100/ext/misc/json1.c:26:
./sqlite3.h:759:1: error: unterminated comment
/*
^
In file included from /build/sqlite/src/sqlite-src-3110100/src/sqlite3ext.h:20:0,
from /build/sqlite/src/sqlite-src-3110100/ext/misc/json1.c:26:
./sqlite3.h:33:0: error: unterminated #ifndef
#ifndef _SQLITE3_H_
^
In file included from /build/sqlite/src/sqlite-src-3110100/ext/misc/json1.c:26:0:
/build/sqlite/src/sqlite-src-3110100/src/sqlite3ext.h:35:31: error: unknown type name 'sqlite3_context'
void * (*aggregate_context)(sqlite3_context*,int nBytes);
^
/build/sqlite/src/sqlite-src-3110100/src/sqlite3ext.h:36:27: error: unknown type name 'sqlite3_context'
int (*aggregate_count)(sqlite3_context*);
^

Loading...