running package "libqt4-dev" returns error
Closed this issue · 1 comments
NullVoxPopuli commented
Originally, it complains about no version being specified (not sure why it wouldn't just try the latest):
Chef::Exceptions::Package: package[libqt4-dev] (libqt4::dev line 8) had an error: Chef::Exceptions::Package: No version specified, and no candidate version available for libqt4-dev
after I specified a version:
Chef::Exceptions::Exec: package[libqt4-dev] (libqt4::dev line 8) had an error: Chef::Exceptions::Exec: emerge -g --color n --nospinner --quiet =libqt4-dev-4 returned 1, expected 0
I don't know what version to specify, because I'm on EC2, and it looks like Amazon is using their own distro
Update: They (Amazon) use Gentoo
NullVoxPopuli commented
figured it out. Gentoo, requires installation of PyQt4 as the lib is just called qt4, rather than libqt4