Control: tags -1 +confirmed On Wed, Mar 27, 2019 at 10:03 PM Yuriy M. Kaminskiy <[email protected]> wrote: > If csv.so will be installed, sqlite3 will FTCBFS, as cvs.so is > compiled with "build" compiler instead of "host"/"target" compiler. This is correct. Compilation of csv.so is more like an experiment than real use at the moment. You know, as far as I've experienced sqlite3 looks for it's extensions / modules in the current working directory. There's no exact plugin directory, but I need to investigate it further.
> (It would trigger failure at dh_strip; and, of course, in anything that > would try to use this miscompiled csv.so; but currently it is only > compiled, but never used, so mistake never noticed). I think dh_strip works in normal library paths only (/usr/lib and /usr/lib/[multiarch] directories) and I don't think it would be wise to install sqlite3 modules into these paths. But still, you are right on compiler usage and thanks for the patch. > P.S. FTR, as of now (sqlite3 3.25.3 or 3.26.0+fossil), the bug on > single-column csv files that was mentioned at > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900277#17 > seems fixed. Thanks for testing it - I'll see if I install csv.so or not and close that bugreport accordingly. Regards, Laszlo/GCS

