Package Details: mingw-w64-sqlite 3.45.3-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-sqlite.git (read-only, click to copy)
Package Base: mingw-w64-sqlite
Description: A C library that implements an SQL database engine (mingw-w64)
Upstream URL: https://www.sqlite.org/
Licenses: custom:public domain
Groups: mingw-w64
Submitter: felixonmars
Maintainer: jazztickets
Last Packager: jazztickets
Votes: 12
Popularity: 0.000000
First Submitted: 2014-06-07 14:17 (UTC)
Last Updated: 2024-04-16 20:11 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Schala commented on 2016-01-28 09:46 (UTC)

ah ok works now

Martchus commented on 2016-01-27 23:02 (UTC) (edited on 2016-01-28 00:52 (UTC) by Martchus)

Invoking the command which produces the error manually works and sqlite3.exe is built correctly. Some values in /etc/makepkg.conf might be the cause? EDIT: MAKEFLAGS="-j$(nproc)" in /etc/makepkg.conf which enables make to build concurrently caused the error. As this feature appears to be broken, you should call make with "make -j1" to force building one thing at a time. EDIT: You could alternatively add '!makeflags' to the options. The regular package does the same with the comment "json extensions breaks parallel build".

Martchus commented on 2016-01-27 14:28 (UTC) (edited on 2016-01-27 14:29 (UTC) by Martchus)

Schala: I can reproduce your error. I haven't had time to figure out what's going on but I will later. Xantares: Thanks for the log. Might be useful. Anyways, Wine is not the problem. I don't have it installed. (I'm building in clean chroot.)

xantares commented on 2016-01-27 07:40 (UTC)

@Shala No, I also have wine. Did you compare the output ?

Schala commented on 2016-01-26 23:14 (UTC)

I have wine installed, yes. Is that a problem?

xantares commented on 2016-01-26 19:40 (UTC)

@Schala, I cannot reproduce your issue here, did you install binfmt-wine by any chance ? wine ? Here's a log for you to compare: https://gist.github.com/xantares/9631f7b41a5b150daf69 xan.

Schala commented on 2016-01-25 23:13 (UTC)

/bin/sh ./libtool --tag=CC --mode=link i686-w64-mingw32-gcc -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -o sqlite3.exe sqlite3-shell.o sqlite3.o libtool: link: i686-w64-mingw32-gcc -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -o .libs/sqlite3.exe sqlite3-shell.o sqlite3.o sqlite3.o: file not recognized: File truncated collect2: error: ld returned 1 exit status Makefile:507: recipe for target 'sqlite3.exe' failed make: *** [sqlite3.exe] Error 1 make: *** Waiting for unfinished jobs.... mv -f .deps/sqlite3.Tpo .deps/sqlite3.Plo

yan12125 commented on 2015-06-24 15:01 (UTC)

Could you update to 3.8.10.2?

Schala commented on 2015-05-13 15:10 (UTC)

3.8.10.1 won't build for me. Says sqlite3.o is missing