Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88908 - openssh debug use flag is ignored
Summary: openssh debug use flag is ignored
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-12 16:03 UTC by Amos Waterland
Modified: 2005-05-02 14:54 UTC (History)
1 user (show)

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


Attachments
Make openssh build honor USE=debug (2005-04-12-openssh-debug.diff,591 bytes, patch)
2005-04-12 16:04 UTC, Amos Waterland
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Amos Waterland 2005-04-12 16:03:44 UTC
This does not result in a debug build of openssh:

 USE=debug FEATURES="nostrip" emerge openssh

Reproducible: Always
Steps to Reproduce:
1. USE=debug FEATURES="nostrip" emerge openssh
2. file /usr/sbin/sshd
Actual Results:  
The file is stripped.  Look at the build log and observe that -g was not passed
to the compiler invocations.

Expected Results:  
/usr/sbin/sshd should not be stripped and should have debugging symbols.
Comment 1 Amos Waterland 2005-04-12 16:04:38 UTC
Created attachment 56131 [details, diff]
Make openssh build honor USE=debug

This patch works for me.
Comment 2 SpanKY gentoo-dev 2005-05-02 14:54:21 UTC
fixed in cvs