Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 628818 - dev-db/kyotocabinet build fail with debug use flag
Summary: dev-db/kyotocabinet build fail with debug use flag
Status: IN_PROGRESS
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-24 15:24 UTC by Benoit Gschwind
Modified: 2019-09-15 19:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge--info.txt,4.99 KB, text/plain)
2017-08-24 15:24 UTC, Benoit Gschwind
Details
build.log (build.log.xz,2.38 KB, application/x-xz)
2017-08-24 15:26 UTC, Benoit Gschwind
Details
emerge --info dev-db/kyotocabinet (emerge-info-kyotocabinet.txt,5.39 KB, text/plain)
2017-08-24 15:27 UTC, Benoit Gschwind
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benoit Gschwind 2017-08-24 15:24:42 UTC
Created attachment 490394 [details]
emerge --info

Hello,

adding debug use flag to dev-db/kyotocabinet break the compilation.

Best regards
Comment 1 Benoit Gschwind 2017-08-24 15:26:34 UTC
Created attachment 490396 [details]
build.log
Comment 2 Benoit Gschwind 2017-08-24 15:27:17 UTC
Created attachment 490398 [details]
emerge --info dev-db/kyotocabinet
Comment 3 Patrick Lauer gentoo-dev 2017-09-25 13:31:11 UTC
It's not the debug useflag, I can reproduce without.

Problem originates in Makefile.in:
RUNENV = @MYLDLIBPATHENV@=@MYLDLIBPATH@
which ends up empty for some reason.