Created attachment 1474814 [details] Patch for f27 branch Description of problem: Please add support for sqlite3 into global. This is required to use gogtags tool which produces tags in sqlite format https://github.com/juntaki/gogtags Version-Release number of selected component (if applicable): Attached patch is for version global-6.5.7 which is included in Fedora 27. How reproducible: When global is built without sqlite3 support it produces error message about corrupted file. Steps to Reproduce: 1. Install Go gtags tool like this "go get github.com/juntaki/gogtags" 2. Run "gogtags -v" in any Go source tree to generate GTAGS file 3. Actual results: global -x dump global: /home/vagrant/go/src/github.com/intel-go/nff-go/GTAGS seems corrupted. Expected results: global -x dump dump 110 examples/gtpu.go func dump(currentPacket *packet.Packet, context flow.UserContext) { Additional info:
Thank you for your report. sqlite support added to rawhide if you need one in stable branch feel free to rebuild src.rpm in COPR.