2013年9月5日

rst2man not found. (mplayer2)

===
sudo aptitude install python python3-all
===

ってやってたのに、

===
cd ~/app
git clone git://git.mplayer2.org/mplayer2-build.git
cd mplayer2-build/
sudo aptitude build-dep mplayer
./init --shallow
make
sudo paco -D make install
===

ってしたら、エラーで

===
make -C mplayer install
make[1]: ディレクトリ `/home/clothoid/app/mplayer2-build/mplayer' に入ります
./version.sh
if test ! -d /usr/local/bin ; then install -d /usr/local/bin ; fi
if test ! -d /usr/local/etc/mplayer ; then install -d /usr/local/etc/mplayer ; fi
if test ! -d /usr/local/lib ; then install -d /usr/local/lib ; fi
install -m 755 -s mplayer /usr/local/bin

rst2man not found. You need the Docutils system to generate the manpages (preferably version >= 0.9; 0.8 and older are known to corrupt the arguments shown in some option descriptions). Alternatively you can use 'install-no-man' rule.

make[1]: ディレクトリ `/home/clothoid/app/mplayer2-build/mplayer' から出ます
===

と言われたから、

===
sudo aptitude install python-docutils
===

ってしたでござる。

0 件のコメント:

コメントを投稿