Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added libncruses5-dev to debuian arch64 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aferre
Copy link

@aferre aferre commented Aug 18, 2013

menu compilation failed with Ubuntu 12.4.2 LTS 64 bits

menu compilation failed with Ubuntu 12.4.2 LTS 64 bits
@RobertCNelson
Copy link
Owner

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
Copy link
Author

aferre commented Aug 19, 2013

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: 57f60ca

2013/8/19 adrien ferré [email protected]

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//pull/11#issuecomment-22847177
.

Bien cordialement,

Ferré Adrien

@RobertCNelson
Copy link
Owner

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

RobertCNelson/stable-kernel@47aa5fa#L0L189

Regards,

@RobertCNelson
Copy link
Owner

This seems to work in all my vm's..
RobertCNelson/stable-kernel@255b012

Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants