All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla at busybox.net <bugzilla@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [Bug 8836] New: Can't select Vim in menuconfig
Date: Wed, 30 Mar 2016 15:30:33 +0000	[thread overview]
Message-ID: <bug-8836-163@https.bugs.busybox.net/> (raw)

https://bugs.busybox.net/show_bug.cgi?id=8836

            Bug ID: 8836
           Summary: Can't select Vim in menuconfig
           Product: buildroot
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: skywal_l at hotmail.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

Created attachment 6416
  --> https://bugs.busybox.net/attachment.cgi?id=6416&action=edit
.config generated by make menuconfig

Please find below the system I am using:
L at 1489e99611ac:~/buildroot$ uname -a
Linux 1489e99611ac 3.19.0-31-generic #36-Ubuntu SMP Wed Oct 7 15:04:02 UTC 2015
x86_64 x86_64 x86_64 GNU/Linux

The version of build root:
L at 1489e99611ac:~/buildroot$ head CHANGES -n 1
2016.02, Released March 1st, 2016

I cleaned buildroot. Anyway, I am starting from a clean clone from github:
L at 1489e99611ac:~/buildroot$ make clean     
rm -rf /home/jedi/buildroot/output/target /home/jedi/buildroot/output/images
/home/jedi/buildroot/output/host \
                /home/jedi/buildroot/output/build
/home/jedi/buildroot/output/staging \
                /home/jedi/buildroot/output/legal-info
/home/jedi/buildroot/output/graphs

The last ~100 lines of my build log for menuconfig:
L at 1489e99611ac:~/buildroot$ make menuconfig
mkdir -p /home/jedi/buildroot/output/build/buildroot-config/lxdialog
PKG_CONFIG_PATH="" make CC="/usr/bin/gcc" HOSTCC="/usr/bin/gcc" \
            obj=/home/jedi/buildroot/output/build/buildroot-config -C
support/kconfig -f Makefile.br mconf
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE 
-I/home/jedi/buildroot/output/build/buildroot-config -DCONFIG_=\"\"  -MM *.c >
/home/jedi/buildroot/output/build/buildroot-config/.depend 2>/dev/null || :
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE 
-I/home/jedi/buildroot/output/build/buildroot-config -DCONFIG_=\"\"   -c conf.c
-o /home/jedi/buildroot/output/build/buildroot-config/conf.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE 
-I/home/jedi/buildroot/output/build/buildroot-config -DCONFIG_=\"\"   -c
lxdialog/checklist.c -o
/home/jedi/buildroot/output/build/buildroot-config/lxdialog/checklist.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE 
-I/home/jedi/buildroot/output/build/buildroot-config -DCONFIG_=\"\"   -c
lxdialog/inputbox.c -o
/home/jedi/buildroot/output/build/buildroot-config/lxdialog/inputbox.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE 
-I/home/jedi/buildroot/output/build/buildroot-config -DCONFIG_=\"\"   -c
lxdialog/menubox.c -o
/home/jedi/buildroot/output/build/buildroot-config/lxdialog/menubox.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE 
-I/home/jedi/buildroot/output/build/buildroot-config -DCONFIG_=\"\"   -c
lxdialog/textbox.c -o
/home/jedi/buildroot/output/build/buildroot-config/lxdialog/textbox.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE 
-I/home/jedi/buildroot/output/build/buildroot-config -DCONFIG_=\"\"   -c
lxdialog/util.c -o
/home/jedi/buildroot/output/build/buildroot-config/lxdialog/util.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE 
-I/home/jedi/buildroot/output/build/buildroot-config -DCONFIG_=\"\"   -c
lxdialog/yesno.c -o
/home/jedi/buildroot/output/build/buildroot-config/lxdialog/yesno.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE 
-I/home/jedi/buildroot/output/build/buildroot-config -DCONFIG_=\"\"   -c
mconf.c -o /home/jedi/buildroot/output/build/buildroot-config/mconf.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE 
-I/home/jedi/buildroot/output/build/buildroot-config -DCONFIG_=\"\"  -I. -c
/home/jedi/buildroot/output/build/buildroot-config/zconf.tab.c -o
/home/jedi/buildroot/output/build/buildroot-config/zconf.tab.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE 
-I/home/jedi/buildroot/output/build/buildroot-config -DCONFIG_=\"\"  
/home/jedi/buildroot/output/build/buildroot-config/mconf.o
/home/jedi/buildroot/output/build/buildroot-config/zconf.tab.o
/home/jedi/buildroot/output/build/buildroot-config/lxdialog/checklist.o
/home/jedi/buildroot/output/build/buildroot-config/lxdialog/util.o
/home/jedi/buildroot/output/build/buildroot-config/lxdialog/inputbox.o
/home/jedi/buildroot/output/build/buildroot-config/lxdialog/textbox.o
/home/jedi/buildroot/output/build/buildroot-config/lxdialog/yesno.o
/home/jedi/buildroot/output/build/buildroot-config/lxdialog/menubox.o -lncurses
-o /home/jedi/buildroot/output/build/buildroot-config/mconf
rm /home/jedi/buildroot/output/build/buildroot-config/zconf.tab.c


My problem:
I go to Toolchain -> Enable WCHAR support
I check that Toolchain -> Enable MMU Support is selected
I go to Target packages -> Text editors and viewers. I press `z` to see hidden
package.

I have:
- - vim
- -   install runtime
*** vim needs a toolchain w/ wchar ***

My .config attached.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

             reply	other threads:[~2016-03-30 15:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-30 15:30 bugzilla at busybox.net [this message]
2016-03-30 15:44 ` [Buildroot] [Bug 8836] Can't select Vim in menuconfig bugzilla at busybox.net
2016-03-30 17:16 ` bugzilla at busybox.net

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=bug-8836-163@https.bugs.busybox.net/ \
    --to=bugzilla@busybox.net \
    --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.