Bug 1614536

Summary: Add support for sqlite3 into global
Product: [Fedora] Fedora Reporter: Gregory Shimansky <gshimansky>
Component: globalAssignee: Pavel Zhukov <pzhukov>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 27CC: gemi, pzhukov, robinlee.sysu
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-08-13 08:06:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch for f27 branch none

Description Gregory Shimansky 2018-08-09 20:30:41 UTC
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:

Comment 1 Pavel Zhukov 2018-08-13 08:06:13 UTC
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.