Thread (1 message) 1 message, 1 author, 2014-08-01

Kernelnewbies Digest, Vol 45, Issue 1

From: Vishwas Srivastava <hidden>
Date: 2014-08-01 16:59:49

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, [off-list ref]
wrote:
Send Kernelnewbies mailing list submissions to
        kernelnewbies at kernelnewbies.org

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 at kernelnewbies.org

You can reach the person managing the list at
        kernelnewbies-owner at kernelnewbies.org

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 <redacted>
Subject: apt-get is not working properly
To: kernelnewbies <redacted>,
        kernelnewbies at nl.linux.org
Message-ID:
        <CACZhsRgir3UAVmshhnK1hH1cJKG9ZfT8_rmh=+
WEgY_oTmfNBQ at mail.gmail.com>
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 at 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 at 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 <redacted>
Subject: Process simulator
To: kernelnewbies <redacted>
Message-ID:
        <
CACZhsRguoMBPYuzw691QwPwxnP8kupmAVhFDdt_YFVAPujqYWw at mail.gmail.com>
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 <redacted>
Subject: Re: Process simulator
To: kernelnewbies at kernelnewbies.org
Message-ID: [ref]
Content-Type: text/plain; charset="iso-8859-1"

On Friday 01 August 2014 11:16 AM, Niamathullah sharief wrote:
quoted
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 at kernelnewbies.org
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 <redacted>
Subject: Re: apt-get is not working properly
To: David kiarie <redacted>
Cc: kernelnewbies <redacted>
Message-ID:
        <CACZhsRgCmB1TGBoFJjHabdH2S8=1xLcqj1mAUReAWY=
HYP0EBg at mail.gmail.com>
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 at 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 at mamse-ThinkCentre-M80:~/linux-3.15.8$*


On Fri, Aug 1, 2014 at 11:19 AM, David kiarie [off-list ref]
wrote:
quoted
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
[off-list ref] wrote:
quoted
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
quoted
anyone help me

Code:

mamse at 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 at mamse-ThinkCentre-M80:~/linux-3.15.8$


_______________________________________________
Kernelnewbies mailing list
Kernelnewbies at kernelnewbies.org
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 <redacted>
Subject: Re: apt-get is not working properly
To: Niamathullah sharief <redacted>
Cc: David kiarie <redacted>,      kernelnewbies
        [off-list ref]
Message-ID:
        <
CAAXLKtThi6N4U2nBsH4CAcFGsg7JtMSt7bgmDQoUYS-paAEq2w at mail.gmail.com>
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" [off-list ref] wrote:
quoted
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 at 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 at mamse-ThinkCentre-M80:~/linux-3.15.8$*


On Fri, Aug 1, 2014 at 11:19 AM, David kiarie [off-list ref]
wrote:
quoted
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
[off-list ref] wrote:
quoted
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
quoted
anyone help me

Code:

mamse at 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 at mamse-ThinkCentre-M80:~/linux-3.15.8$


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

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies at kernelnewbies.org
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 <redacted>
Subject: Kernel Networking Ideas???
To: kernelnewbies at kernelnewbies.org, kernel-mentors at selenic.com
Message-ID:
        <CAKmk5dhnOf3M=PEmuesyU8YFSsBkaRf3EgWk+Mn0jSB=Vz0=
KA at mail.gmail.com>
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 at kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


End of Kernelnewbies Digest, Vol 45, Issue 1
********************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140801/9747378b/attachment-0001.html 
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help