google-code-export / lxpanelx

Automatically exported from code.google.com/p/lxpanelx
Other
1 stars 0 forks source link

Lxpanelx не собирается в Arch Linux #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Причина тому явное указание версии automake в 
autogen.sh:

if [ "$AM_INSTALLED_VERSION" != "1.10" \
    -a "$AM_INSTALLED_VERSION" != "1.11" ];then
    echo
    echo "You must have automake > 1.10 or 1.11 installed to compile lxpanel."
    echo "Install the appropriate package for your distribution,"
    echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/"
    exit 1
fi

На данный момент в Arch Linux  версия automake - 1.12:
$ pacman -Qi automake 
Название              : automake
Версия                : 1.12-1

Ну и естественно сборка прерывается:

You must have automake > 1.10 or 1.11 installed to compile lxpanel.
Install the appropriate package for your distribution,
or get the source tarball at http://ftp.gnu.org/gnu/automake/
==> ОШИБКА: Произошел сбой в build().
    Преждевременный выход...

Поправь, пожалуйста.

Original issue reported on code.google.com by sawb...@gmail.com on 28 May 2012 at 9:49

GoogleCodeExporter commented 9 years ago

Original comment by igeekl...@gmail.com on 12 Jul 2012 at 5:05