Re: Kernelnewbies Digest, Vol 45, Issue 1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



To run menuconfig programme you need "ncurses" package, which is not installed on your system
That is the reason of your first problem.
Now, your ubuntu version, looks like obsolete (i believe you installed it long time before)and is no longer supported anymore.

If you update your ubuntu version, i guess you would be able to install ncurses and would be able to build (make menuconfig wont fail).

Hope it would help.


On Fri, Aug 1, 2014 at 9:30 PM, <kernelnewbies-request@xxxxxxxxxxxxxxxxx> wrote:
Send Kernelnewbies mailing list submissions to
        kernelnewbies@xxxxxxxxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
or, via email, send a message with subject or body 'help' to
        kernelnewbies-request@xxxxxxxxxxxxxxxxx

You can reach the person managing the list at
        kernelnewbies-owner@xxxxxxxxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Kernelnewbies digest..."


Today's Topics:

   1. apt-get is not working properly (Niamathullah sharief)
   2. Process simulator (Niamathullah sharief)
   3. Re: Process simulator (Raghavendra)
   4. Re: apt-get is not working properly (Niamathullah sharief)
   5. Re: apt-get is not working properly (Kristofer Hallin)
   6. Kernel Networking Ideas??? (Aniket Shinde)


----------------------------------------------------------------------

Message: 1
Date: Fri, 1 Aug 2014 11:14:05 +0530
From: Niamathullah sharief <newbiesha@xxxxxxxxx>
Subject: apt-get is not working properly
To: kernelnewbies <Kernelnewbies@xxxxxxxxxxxxxxxxx>,
        kernelnewbies@xxxxxxxxxxxx
Message-ID:
        <CACZhsRgir3UAVmshhnK1hH1cJKG9ZfT8_rmh=+WEgY_oTmfNBQ@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

Dear Friends

I am trying to install my ncurses package in my Ubuntu Distro.

I am getting the following error. But i dont know what is the problem. Can
anyone help me

 Code:

mamse@mamse-ThinkCentre-M80:~/linux-3.15.8$ sudo apt-get install
ncurses-develReading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ncurses-devel
mamse@mamse-ThinkCentre-M80:~/linux-3.15.8$
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140801/98a28001/attachment-0001.html

------------------------------

Message: 2
Date: Fri, 1 Aug 2014 11:16:39 +0530
From: Niamathullah sharief <newbiesha@xxxxxxxxx>
Subject: Process simulator
To: kernelnewbies <Kernelnewbies@xxxxxxxxxxxxxxxxx>
Message-ID:
        <CACZhsRguoMBPYuzw691QwPwxnP8kupmAVhFDdt_YFVAPujqYWw@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

Dear Friends,

Can anyone tell me how to find the process execution time in linux?

I mean how much time it is taking to execute any process in our
conventional processor.

Please help me
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140801/1d8620cc/attachment-0001.html

------------------------------

Message: 3
Date: Fri, 01 Aug 2014 11:14:48 +0530
From: Raghavendra <arrao@xxxxxxx>
Subject: Re: Process simulator
To: kernelnewbies@xxxxxxxxxxxxxxxxx
Message-ID: <53DB2950.8040300@xxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"

On Friday 01 August 2014 11:16 AM, Niamathullah sharief wrote:
> Dear Friends,
>
> Can anyone tell me how to find the process execution time in linux?
>
> I mean how much time it is taking to execute any process in our
> conventional processor.
>
> Please help me
>
>
>
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies@xxxxxxxxxxxxxxxxx
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Explore 'perf'.

-------------------------------------------------------------------------------------------------------------------------------
[ C-DAC is on Social-Media too. Kindly follow us at:
Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies and the original message. Any unauthorized review, use,
disclosure, dissemination, forwarding, printing or copying of this email
is strictly prohibited and appropriate legal action will be taken.
-------------------------------------------------------------------------------------------------------------------------------

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140801/7771898a/attachment-0001.html

------------------------------

Message: 4
Date: Fri, 1 Aug 2014 11:25:33 +0530
From: Niamathullah sharief <newbiesha@xxxxxxxxx>
Subject: Re: apt-get is not working properly
To: David kiarie <davidkiarie4@xxxxxxxxx>
Cc: kernelnewbies <Kernelnewbies@xxxxxxxxxxxxxxxxx>
Message-ID:
        <CACZhsRgCmB1TGBoFJjHabdH2S8=1xLcqj1mAUReAWY=HYP0EBg@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

Actually it is not only my distro problem.

I am trying to compile kernel in Ubuntu.

I am getting the following error and i am unable to rectify it.










*mamse@mamse-ThinkCentre-M80:~/linux-3.15.8$ make menuconfig *** Unable to
find the ncurses libraries or the *** required header files. *** 'make
menuconfig' requires the ncurses libraries. ***  *** Install ncurses
(ncurses-devel) and try again. *** make[1]: ***
[scripts/kconfig/dochecklxdialog] Error 1make: *** [menuconfig] Error
2mamse@mamse-ThinkCentre-M80:~/linux-3.15.8$*


On Fri, Aug 1, 2014 at 11:19 AM, David kiarie <davidkiarie4@xxxxxxxxx>
wrote:

> In future, ask this distro related questions on the ubuntu forums, or
> even try google :-)
>
> Looking at your problem it seems that ncurses-devel is not the package
> name for what you are looking for.
>
> You could try, "apt-cache search ncurses",  from the list, get the
> name of the package you are looking for.
>
> On Fri, Aug 1, 2014 at 8:44 AM, Niamathullah sharief
> <newbiesha@xxxxxxxxx> wrote:
> > Dear Friends
> >
> > I am trying to install my ncurses package in my Ubuntu Distro.
> >
> > I am getting the following error. But i dont know what is the problem.
> Can
> > anyone help me
> >
> > Code:
> >
> > mamse@mamse-ThinkCentre-M80:~/linux-3.15.8$ sudo apt-get install
> > ncurses-develReading package lists... Done
> > Building dependency tree
> > Reading state information... Done
> > E: Unable to locate package ncurses-devel
> > mamse@mamse-ThinkCentre-M80:~/linux-3.15.8$
> >
> >
> > _______________________________________________
> > Kernelnewbies mailing list
> > Kernelnewbies@xxxxxxxxxxxxxxxxx
> > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140801/204dba8c/attachment-0001.html

------------------------------

Message: 5
Date: Fri, 1 Aug 2014 08:06:06 +0200
From: Kristofer Hallin <kristofer.hallin@xxxxxxxxx>
Subject: Re: apt-get is not working properly
To: Niamathullah sharief <newbiesha@xxxxxxxxx>
Cc: David kiarie <davidkiarie4@xxxxxxxxx>,      kernelnewbies
        <kernelnewbies@xxxxxxxxxxxxxxxxx>
Message-ID:
        <CAAXLKtThi6N4U2nBsH4CAcFGsg7JtMSt7bgmDQoUYS-paAEq2w@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

IIRC the package name is libncurses5-dev. It will be quite hard for you to
do any kernel  development if you can't solve this by yourself.
On 1 Aug 2014 08:01, "Niamathullah sharief" <newbiesha@xxxxxxxxx> wrote:

> Actually it is not only my distro problem.
>
> I am trying to compile kernel in Ubuntu.
>
> I am getting the following error and i am unable to rectify it.
>
>
>
>
>
>
>
>
>
>
> *mamse@mamse-ThinkCentre-M80:~/linux-3.15.8$ make menuconfig  *** Unable
> to find the ncurses libraries or the *** required header files. *** 'make
> menuconfig' requires the ncurses libraries. ***  *** Install ncurses
> (ncurses-devel) and try again. *** make[1]: ***
> [scripts/kconfig/dochecklxdialog] Error 1make: *** [menuconfig] Error
> 2mamse@mamse-ThinkCentre-M80:~/linux-3.15.8$*
>
>
> On Fri, Aug 1, 2014 at 11:19 AM, David kiarie <davidkiarie4@xxxxxxxxx>
> wrote:
>
>> In future, ask this distro related questions on the ubuntu forums, or
>> even try google :-)
>>
>> Looking at your problem it seems that ncurses-devel is not the package
>> name for what you are looking for.
>>
>> You could try, "apt-cache search ncurses",  from the list, get the
>> name of the package you are looking for.
>>
>> On Fri, Aug 1, 2014 at 8:44 AM, Niamathullah sharief
>> <newbiesha@xxxxxxxxx> wrote:
>> > Dear Friends
>> >
>> > I am trying to install my ncurses package in my Ubuntu Distro.
>> >
>> > I am getting the following error. But i dont know what is the problem.
>> Can
>> > anyone help me
>> >
>> > Code:
>> >
>> > mamse@mamse-ThinkCentre-M80:~/linux-3.15.8$ sudo apt-get install
>> > ncurses-develReading package lists... Done
>> > Building dependency tree
>> > Reading state information... Done
>> > E: Unable to locate package ncurses-devel
>> > mamse@mamse-ThinkCentre-M80:~/linux-3.15.8$
>> >
>> >
>> > _______________________________________________
>> > Kernelnewbies mailing list
>> > Kernelnewbies@xxxxxxxxxxxxxxxxx
>> > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>> >
>>
>
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies@xxxxxxxxxxxxxxxxx
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140801/5c6221d7/attachment-0001.html

------------------------------

Message: 6
Date: Fri, 1 Aug 2014 15:51:46 +0530
From: Aniket Shinde <universalvirus.ani@xxxxxxxxx>
Subject: Kernel Networking Ideas???
To: kernelnewbies@xxxxxxxxxxxxxxxxx, kernel-mentors@xxxxxxxxxxx
Message-ID:
        <CAKmk5dhnOf3M=PEmuesyU8YFSsBkaRf3EgWk+Mn0jSB=Vz0=KA@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

Hey,
     Any project available in Networking under Kernel???

*ANI*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140801/fc7a51b6/attachment-0001.html

------------------------------

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@xxxxxxxxxxxxxxxxx
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


End of Kernelnewbies Digest, Vol 45, Issue 1
********************************************

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@xxxxxxxxxxxxxxxxx
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux