Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10521 - libnasl with DEBUG env set
Summary: libnasl with DEBUG env set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-10 07:46 UTC by Alastair Tse (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alastair Tse (RETIRED) gentoo-dev 2002-11-10 07:46:00 UTC
Hi,

I've been having problems merging libnasl-1.2.6 with DEBUG="yes" set in my
make.conf. I tracked it down to the file nasl.tmpl that gets included in the
make processes taking this environment variable and appending it to the cflags
file in nasl/cflags. (eg. inserting a "yes")

The quick solution is adding this in the ebuild:

DEBUG="" emake || die "emake failed"

Maybe the maintainer would like to put in this little hack, or figure out
something more elaborate to filter out the "yes" in the DEBUG environment.

Thanks,

Alastair
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2002-11-12 09:09:02 UTC
Fixed, thanks for finding this!