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

Bug 652934

Summary: net-misc/dropbear-2018.76 should save_config localoptions.h instead of options.h
Product: Gentoo Linux Reporter: Conrad Kostecki <conikost>
Component: Current packagesAssignee: Embedded Gentoo Team <embedded>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/7931
Whiteboard:
Package list:
Runtime testing required: ---

Description Conrad Kostecki gentoo-dev 2018-04-10 18:08:09 UTC
It seems, that USE="savedconfig" changed in net-misc/dropbear-2018.76.

Looking into /etc/portage/savedconfig/net-misc/dropbear-2018.76, I get this:

#ifndef DROPBEAR_OPTIONS_H
#define DROPBEAR_OPTIONS_H

/*
            > > > Don't edit this file any more! < < <

Local compile-time configuration should be defined in localoptions.h
See default_options.h.in for a description of the available options.
*/

/* Some configuration options or checks depend on system config */
#include "config.h"

#ifdef LOCALOPTIONS_H_EXISTS
#include "localoptions.h"
#endif

/* default_options.h is processed to add #ifndef guards */
#include "default_options_guard.h"

/* Some other defines that mostly should be left alone are defined
 * in sysoptions.h */
#include "sysoptions.h"

#endif /* DROPBEAR_OPTIONS_H */

So it should be updated.
Comment 1 Larry the Git Cow gentoo-dev 2018-06-09 00:27:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf3dddb4afcf2022d35e9f88f03003bdc6a2469

commit cdf3dddb4afcf2022d35e9f88f03003bdc6a2469
Author:     Mike Frysinger <vapier@gentoo.org>
AuthorDate: 2018-06-09 00:26:21 +0000
Commit:     Mike Frysinger <vapier@gentoo.org>
CommitDate: 2018-06-09 00:26:41 +0000

    net-misc/dropbear: update config header #652934
    
    Closes: https://bugs.gentoo.org/652934

 net-misc/dropbear/dropbear-2018.76.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
Comment 2 SpanKY gentoo-dev 2018-06-09 00:28:45 UTC
thanks, nice catch