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

Bug 600026

Summary: dev-db/redis-3.2.0 (and dev-db/redis-3.0.4) - No package 'lua' found
Product: Gentoo Linux Reporter: Marcin Szamotulski <profunctor>
Component: Current packagesAssignee: Johan Bergström <bugs>
Status: RESOLVED INVALID    
Severity: normal CC: gentoo, proxy-maint, robbat2, ultrabug
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=582564
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log for dev-db/redis-3.2.0
emerge --info

Description Marcin Szamotulski 2016-11-16 18:01:44 UTC
When trying to emerge dev-db/redis it fails to compile.  I attach the build log for 3.2.0.  I am getting the same errors with 3.0.4

Reproducible: Always

Steps to Reproduce:
1. emerge dev-db/redis
Comment 1 Marcin Szamotulski 2016-11-16 18:02:30 UTC
Created attachment 453552 [details]
Build log for dev-db/redis-3.2.0
Comment 2 Marcin Szamotulski 2016-11-16 18:03:34 UTC
Created attachment 453554 [details]
emerge --info
Comment 3 Kobboi 2016-11-16 18:12:50 UTC
"Package lua was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lua' found"

Which lua version do you have installed? Does an emerge -1 lua fix your problem?
Comment 4 Marcin Szamotulski 2016-11-17 18:21:09 UTC
Yes, `emerge -1 lua` resolved the issue.