Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 802084

Summary: app-admin/lnav: uses bundled dev-libs/libfmt
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Randy Barlow <randy>
Status: CONFIRMED ---    
Severity: normal CC: esigra, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/tstack/lnav/issues/889
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 251464    

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-07-14 01:27:46 UTC
Noticed during compilation:
>x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"' -I./fmtlib -Wall    -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -D_GNU_SOURCE  -O2 -pthread -c -o default-formats.o default-formats.c

Seems to be dev-libs/libfmt from looking at the upstream repo?
Comment 1 Randy Barlow 2021-07-21 02:50:50 UTC
Hi Sam!

Thanks for the report. I've reported it upstream as well to see if the project can tell me more about the bundled lnav, and if perhaps they would be willing to add a way to build against the system provided one:

https://github.com/tstack/lnav/issues/889
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-07-21 03:21:41 UTC
(In reply to Randy Barlow from comment #1)
> Hi Sam!
> 
> Thanks for the report. I've reported it upstream as well to see if the
> project can tell me more about the bundled lnav, and if perhaps they would
> be willing to add a way to build against the system provided one:
> 
> https://github.com/tstack/lnav/issues/889

Thank you!