All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] sudo: fix install
Date: Thu, 21 Jun 2012 22:11:44 +0200	[thread overview]
Message-ID: <4FE38000.4000107@mind.be> (raw)
In-Reply-To: <1340268304-26103-1-git-send-email-spdawson@gmail.com>

On 06/21/12 10:45, spdawson at gmail.com wrote:
> From: Simon Dawson<spdawson@gmail.com>
>
> Running sudo on the target fails with the following errors.
>
>    sudo: /usr/libexec/sudoers.so: No such file or directory
>    sudo: fatal error, unable to load plugins
>
> The problem is that the installation of the sudo package is broken. This patch
> replaces the hand-crafted install rule with the default AUTOTARGETS install.
>
> Unfortunately, the default install fails because it includes a step that
> invokes the cross-compiled visudo binary. A patch is provided here to disable
> this visudo invocation, which is for sanity checking only. This local patch is
> a backport of upstream commit 8209:0c4e3f68b2f5; the real fix will be in the
> 1.8.6 release of sudo.
>
> Signed-off-by: Simon Dawson<spdawson@gmail.com>

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

  Nice work, Simon!  I especially like the very extensive comment in the
patch header.

  It's a pity that upstream decided to add the cross_compiling assignment to
all these Makefile.in where it isn't actually used, but that's their choice...


  Regards,
  Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
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:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

  reply	other threads:[~2012-06-21 20:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-21  8:45 [Buildroot] [PATCH] sudo: fix install spdawson at gmail.com
2012-06-21 20:11 ` Arnout Vandecappelle [this message]
2012-06-21 21:53   ` Thomas Petazzoni
2012-06-22  6:48     ` Simon Dawson
2012-06-23  7:36 ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2012-06-19 10:35 spdawson at gmail.com
2012-06-19 10:51 ` Thomas Petazzoni
2012-06-19 11:19   ` Simon Dawson
2012-06-21  8:44     ` Simon Dawson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FE38000.4000107@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.