LaTeX font problem

I’m following an article on http://www.howtotex.com/general/a-guide-to-building-a-plain-and-simple-latex-cv which describes preparing a good looking CV in LaTeX but when I download the example and try to generate pdf with lualatex it fails with some font metric errors like that:

$ lualatex cv-plaincv-howtotex.tex
.....
(/usr/share/texlive/texmf-dist/tex/latex/psnfss/ot1phv.fd)
! Font \OT1/phv/b/n/24.88=phvb7t at 24.88pt not loadable: metric data not found
 or bad.

Is there a problem for TeX installation? I’m using Debian Wheezy and texlive-luatex package version 20120611.

You need some additional packages for fonts in Debian. Most probably you need texlive-fonts-recommended package but it is also good to install texlive-latex-extra package too.

$ sudo apt-get install texlive-fonts-recommended texlive-latex-extra