RobertCNelson / linux-dev

MIT License
150 stars 96 forks source link

Added libncruses5-dev to debuian arch64 #11

Open aferre opened 11 years ago

aferre commented 11 years ago

menu compilation failed with Ubuntu 12.4.2 LTS 64 bits

RobertCNelson commented 11 years ago

Hi Adrien,

This should be taken care of by default: https://github.com/RobertCNelson/stable-kernel/blob/master/tools/host_det.sh#L134

Although it may have not made it's way back to all the branches, what is your git-sha that your building?

Regards,

aferre commented 11 years ago

I guess this is a problem with the check_dpkg method and the grep call inside it. I had the libncurses5-dev:i386 installed but not the 64 bits version and the grep call doesn't seem to return the excat matches. Maybe you should use the ^${db8_pkg}$ (with the $ at the end).

git repo: linux-dev

sha: 57f60cae676a3baf6dc9c7930acecb1970d7f733

2013/8/19 adrien ferré ferre.adrien@gmail.com

I guess this is a problem with the check_dpkg method and the grep call inside it. I had the libncurses5-dev:i386 installed but not the 64 bits version.

Le 19 août 2013 à 03:53, Robert Nelson a écrit :

Hi Adrien,

This should be taken care of by default:

https://github.com/RobertCNelson/stable-kernel/blob/master/tools/host_det.sh#L134

Although it may have not made it's way back to all the branches, what is your git-sha that your building?

Regards,

— Reply to this email directly or view it on GitHubhttps://github.com/RobertCNelson/linux-dev/pull/11#issuecomment-22847177 .

Bien cordialement,

Ferré Adrien

RobertCNelson commented 11 years ago

Thanks Adrien, the $ at the end helps ensure we get the correct package..

The dpkg --list check for jessie/sid gets even more interesting, as the host arch gets added at the end.. pkg:amd64

https://github.com/RobertCNelson/stable-kernel/commit/47aa5fa52c75ee3353c68af6da99d3446afdfc4f#L0L189

Regards,

RobertCNelson commented 11 years ago

This seems to work in all my vm's.. https://github.com/RobertCNelson/stable-kernel/commit/255b012620bb0109d78499a779dd7549a18ebb8e

Regards,