All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 8381] New: make manuconfig problem in opensuse 13.2
@ 2015-09-30  8:31 bugzilla at busybox.net
  2015-09-30 11:17 ` [Buildroot] [Bug 8381] " bugzilla at busybox.net
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2015-09-30  8:31 UTC (permalink / raw)
  To: buildroot

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

           Summary: make manuconfig problem in opensuse 13.2
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: ztutberidze at gmail.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


when I type make menuconfig I am getting error
 *** Unable to find the ncurses libraries or the
 *** required header files.
 *** 'make menuconfig' requires the ncurses libraries.
 *** 
 *** Install ncurses (ncurses-devel) and try again.
 *** 

even when ncurses with development packages are installed.

The solution is adding -ldl in file /usr/lib64/pkgconfig/ncursesw.pc section
Libs.

after that make menuconfig is working.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 8381] make manuconfig problem in opensuse 13.2
  2015-09-30  8:31 [Buildroot] [Bug 8381] New: make manuconfig problem in opensuse 13.2 bugzilla at busybox.net
@ 2015-09-30 11:17 ` bugzilla at busybox.net
  2015-09-30 11:20 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2015-09-30 11:17 UTC (permalink / raw)
  To: buildroot

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

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> 2015-09-30 11:17:38 UTC ---
(In reply to comment #0)

> even when ncurses with development packages are installed.
> 
> The solution is adding -ldl in file /usr/lib64/pkgconfig/ncursesw.pc section
> Libs.
> 
> after that make menuconfig is working.

That sounds like a bug in the ncursesw.pc file your distribution in using. 
Does menuconfig work for other packages (Linux kernel, busybox, barebox, ..)?

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 8381] make manuconfig problem in opensuse 13.2
  2015-09-30  8:31 [Buildroot] [Bug 8381] New: make manuconfig problem in opensuse 13.2 bugzilla at busybox.net
  2015-09-30 11:17 ` [Buildroot] [Bug 8381] " bugzilla at busybox.net
@ 2015-09-30 11:20 ` bugzilla at busybox.net
  2015-09-30 11:46 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2015-09-30 11:20 UTC (permalink / raw)
  To: buildroot

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

--- Comment #2 from Zurab Tutberidze <ztutberidze@gmail.com> 2015-09-30 11:20:55 UTC ---
(In reply to comment #1)
> (In reply to comment #0)
> 
> > even when ncurses with development packages are installed.
> > 
> > The solution is adding -ldl in file /usr/lib64/pkgconfig/ncursesw.pc section
> > Libs.
> > 
> > after that make menuconfig is working.
> 
> That sounds like a bug in the ncursesw.pc file your distribution in using. 
> Does menuconfig work for other packages (Linux kernel, busybox, barebox, ..)?

I think you are right.

Sorry for my mistake.

But I think this information will helpful for others who will use buildroot on
same system

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 8381] make manuconfig problem in opensuse 13.2
  2015-09-30  8:31 [Buildroot] [Bug 8381] New: make manuconfig problem in opensuse 13.2 bugzilla at busybox.net
  2015-09-30 11:17 ` [Buildroot] [Bug 8381] " bugzilla at busybox.net
  2015-09-30 11:20 ` bugzilla at busybox.net
@ 2015-09-30 11:46 ` bugzilla at busybox.net
  2015-09-30 13:36 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2015-09-30 11:46 UTC (permalink / raw)
  To: buildroot

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

--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> 2015-09-30 11:46:20 UTC ---
(In reply to comment #2)
> > That sounds like a bug in the ncursesw.pc file your distribution in using. 
> > Does menuconfig work for other packages (Linux kernel, busybox, barebox, ..)?
> 
> I think you are right.
> 
> Sorry for my mistake.
> 
> But I think this information will helpful for others who will use buildroot on
> same system

I agree. What distribution are you using? Do you have similar problems with
menuconfig in the Linux kernel or busybox?

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 8381] make manuconfig problem in opensuse 13.2
  2015-09-30  8:31 [Buildroot] [Bug 8381] New: make manuconfig problem in opensuse 13.2 bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2015-09-30 11:46 ` bugzilla at busybox.net
@ 2015-09-30 13:36 ` bugzilla at busybox.net
  2015-10-01 16:32 ` bugzilla at busybox.net
  2015-10-13  8:07 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2015-09-30 13:36 UTC (permalink / raw)
  To: buildroot

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

--- Comment #4 from Zurab Tutberidze <ztutberidze@gmail.com> 2015-09-30 13:36:14 UTC ---
(In reply to comment #3)
> (In reply to comment #2)
> > > That sounds like a bug in the ncursesw.pc file your distribution in using. 
> > > Does menuconfig work for other packages (Linux kernel, busybox, barebox, ..)?
> > 
> > I think you are right.
> > 
> > Sorry for my mistake.
> > 
> > But I think this information will helpful for others who will use buildroot on
> > same system
> 
> I agree. What distribution are you using? Do you have similar problems with
> menuconfig in the Linux kernel or busybox?

I am using opensuse 13.2.

yes the problem is in kernel and busybox.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 8381] make manuconfig problem in opensuse 13.2
  2015-09-30  8:31 [Buildroot] [Bug 8381] New: make manuconfig problem in opensuse 13.2 bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2015-09-30 13:36 ` bugzilla at busybox.net
@ 2015-10-01 16:32 ` bugzilla at busybox.net
  2015-10-13  8:07 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2015-10-01 16:32 UTC (permalink / raw)
  To: buildroot

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

--- Comment #5 from Vicente Olivert Riera <vincent.riera@imgtec.com> 2015-10-01 16:32:50 UTC ---
Hello Zurab,

I just installed OpenSUSE 13.2 on a virtualbox and I ran Buildroot's menuconfig
successfully:

---------------------------------------------
Last login: Thu Oct  1 12:17:26 2015
Have a lot of fun...
vriera at linux-oy96:~> cat /etc/SuSE-release 
openSUSE 13.2 (x86_64)
VERSION = 13.2
CODENAME = Harlequin
# /etc/SuSE-release is deprecated and will be removed in the future, use
/etc/os-release instead
vriera at linux-oy96:~> cd buildroot/
vriera at linux-oy96:~/buildroot> make menuconfig
configuration written to /home/vriera/buildroot/.config

*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.

vriera at linux-oy96:~/buildroot> grep Libs /usr/lib64/pkgconfig/ncursesw.pc 
Libs:  -lncursesw -ltinfo
Libs.private: 
vriera at linux-oy96:~/buildroot>
---------------------------------------------

These are the ncurses packages I have installed:

vriera at linux-oy96:~> rpm -qa | grep ncurses
ncurses-utils-5.9-52.2.3.x86_64
ncurses-devel-5.9-52.2.3.x86_64
libyui-ncurses-pkg6-2.46.1-2.1.9.x86_64
libncurses6-5.9-52.2.3.x86_64
libyui-ncurses6-2.46.6-2.1.9.x86_64
libncurses5-5.9-52.2.3.x86_64

Regards,

Vincent.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 8381] make manuconfig problem in opensuse 13.2
  2015-09-30  8:31 [Buildroot] [Bug 8381] New: make manuconfig problem in opensuse 13.2 bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2015-10-01 16:32 ` bugzilla at busybox.net
@ 2015-10-13  8:07 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2015-10-13  8:07 UTC (permalink / raw)
  To: buildroot

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

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #6 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2015-10-13 08:07:34 UTC ---
According to our tests, "make menuconfig" works fine on OpenSuse 13.2 (thanks
Vicente for doing the tests).

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-10-13  8:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-30  8:31 [Buildroot] [Bug 8381] New: make manuconfig problem in opensuse 13.2 bugzilla at busybox.net
2015-09-30 11:17 ` [Buildroot] [Bug 8381] " bugzilla at busybox.net
2015-09-30 11:20 ` bugzilla at busybox.net
2015-09-30 11:46 ` bugzilla at busybox.net
2015-09-30 13:36 ` bugzilla at busybox.net
2015-10-01 16:32 ` bugzilla at busybox.net
2015-10-13  8:07 ` bugzilla at busybox.net

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.