* [Buildroot] [PATCH] libpwquality: select cracklib
@ 2017-07-03 16:58 Peter Korsgaard
2017-07-03 19:21 ` Arnout Vandecappelle
2017-07-03 20:01 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-07-03 16:58 UTC (permalink / raw)
To: buildroot
libpwquality adds cracklib to its _DEPENDENCIES, but forgot to select it in
Config.in, leading to build failures if cracklib isn't explicitly enabled:
Makefile:536: *** cracklib is in the dependency chain of libpwquality that
has added it to its _DEPENDENCIES variable without selecting it or depending
on it from Config.in. Stop.
No autobuilder references as this error happens before build-time.log is
written, causing the autobuilder to ignore the build result.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libpwquality/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libpwquality/Config.in b/package/libpwquality/Config.in
index 4e855254a6..23e15157d1 100644
--- a/package/libpwquality/Config.in
+++ b/package/libpwquality/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_LIBPWQUALITY
bool "libpwquality"
+ select BR2_PACKAGE_CRACKLIB
help
This is a library for password quality checks and generation
of random passwords that pass the checks. This library uses
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] libpwquality: select cracklib
2017-07-03 16:58 [Buildroot] [PATCH] libpwquality: select cracklib Peter Korsgaard
@ 2017-07-03 19:21 ` Arnout Vandecappelle
2017-07-03 20:01 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2017-07-03 19:21 UTC (permalink / raw)
To: buildroot
On 03-07-17 18:58, Peter Korsgaard wrote:
> libpwquality adds cracklib to its _DEPENDENCIES, but forgot to select it in
> Config.in, leading to build failures if cracklib isn't explicitly enabled:
>
> Makefile:536: *** cracklib is in the dependency chain of libpwquality that
> has added it to its _DEPENDENCIES variable without selecting it or depending
> on it from Config.in. Stop.
>
> No autobuilder references as this error happens before build-time.log is
> written, causing the autobuilder to ignore the build result.
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Regards,
Arnout
> ---
> package/libpwquality/Config.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/libpwquality/Config.in b/package/libpwquality/Config.in
> index 4e855254a6..23e15157d1 100644
> --- a/package/libpwquality/Config.in
> +++ b/package/libpwquality/Config.in
> @@ -1,5 +1,6 @@
> config BR2_PACKAGE_LIBPWQUALITY
> bool "libpwquality"
> + select BR2_PACKAGE_CRACKLIB
> help
> This is a library for password quality checks and generation
> of random passwords that pass the checks. This library uses
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] libpwquality: select cracklib
2017-07-03 16:58 [Buildroot] [PATCH] libpwquality: select cracklib Peter Korsgaard
2017-07-03 19:21 ` Arnout Vandecappelle
@ 2017-07-03 20:01 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-07-03 20:01 UTC (permalink / raw)
To: buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
> libpwquality adds cracklib to its _DEPENDENCIES, but forgot to select it in
> Config.in, leading to build failures if cracklib isn't explicitly enabled:
> Makefile:536: *** cracklib is in the dependency chain of libpwquality that
> has added it to its _DEPENDENCIES variable without selecting it or depending
> on it from Config.in. Stop.
> No autobuilder references as this error happens before build-time.log is
> written, causing the autobuilder to ignore the build result.
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-07-03 20:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-03 16:58 [Buildroot] [PATCH] libpwquality: select cracklib Peter Korsgaard
2017-07-03 19:21 ` Arnout Vandecappelle
2017-07-03 20:01 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox