From: Kirn Gill <segin2005@gmail.com>
To: linux-8086@vger.kernel.org
Subject: 'make menuconfig' fails on Ubuntu 14.10
Date: Tue, 03 Mar 2015 06:17:17 -0600 [thread overview]
Message-ID: <54F5A64D.6010905@gmail.com> (raw)
And it's because of multiarch, I think. The 'find' call used to check
for the presence of libncurses.so or libncurses.a looks directly in
/usr/lib and no deeper, whilst Ubuntu uses /usr/lib/gnu-build-tuple to
place libncurses.*, e.g. /usr/lib/x86_64-linux-gnu
This was solved by setting -maxdepth 2.
I've submitted a pull request:
https://github.com/jbruchon/elks/pull/4
--
Kirn Gill II
Mobile: +1 417-763-8638
VoIP: +1 813-704-0420
BBM: 7B963E04
Email: >segin2005@gmail.com <mailto:segin2005@gmail.com>
LinkedIn: http://www.linkedin.com/pub/kirn-gill/32/49a/9a6
reply other threads:[~2015-03-03 12:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=54F5A64D.6010905@gmail.com \
--to=segin2005@gmail.com \
--cc=linux-8086@vger.kernel.org \
/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.