Bug 1614536 - Add support for sqlite3 into global
Summary: Add support for sqlite3 into global
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: global
Version: 27
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Pavel Zhukov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-08-09 20:30 UTC by Gregory Shimansky
Modified: 2018-08-13 08:06 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-08-13 08:06:13 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Patch for f27 branch (1.64 KB, application/mbox)
2018-08-09 20:30 UTC, Gregory Shimansky
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.