<p dir="ltr"><br>
On Sep 2, 2014 2:33 PM, "Mats Bertil Tegner" <<a href="mailto:mats.bertil.tegner@gmail.com">mats.bertil.tegner@gmail.com</a>> wrote:<br>
><br>
> On 2014-09-02 20:59, Yavor Atanasov wrote:<br>
>><br>
>><br>
>>     Hello,<br>
>>     Just try to upgrade my transmission package with sboupgrade and<br>
>>     everything go fine until start compiling - then i get and error for<br>
>>     missing aclocal and make error 127... Using Slackware 14.1. I<br>
>>     posting here the error...<br>
>>     -------------------------------------------------------------------------------------------<br>
>>     configure: creating ./config.status<br>
>>     config.status: creating Makefile<br>
>>     config.status: creating transmission-gtk.spec<br>
>>     config.status: creating cli/Makefile<br>
>>     config.status: creating daemon/Makefile<br>
>>     config.status: creating extras/Makefile<br>
>>     config.status: creating libtransmission/Makefile<br>
>>     config.status: creating utils/Makefile<br>
>>     config.status: creating third-party/Makefile<br>
>>     config.status: creating third-party/dht/Makefile<br>
>>     config.status: creating third-party/libutp/Makefile<br>
>>     config.status: creating third-party/libnatpmp/Makefile<br>
>>     config.status: creating third-party/miniupnp/Makefile<br>
>>     config.status: creating macosx/Makefile<br>
>>     config.status: creating gtk/Makefile<br>
>>     config.status: creating gtk/icons/Makefile<br>
>>     config.status: creating qt/config.pri<br>
>>     config.status: creating web/Makefile<br>
>>     config.status: creating web/images/Makefile<br>
>>     config.status: creating web/style/Makefile<br>
>>     config.status: creating web/style/jqueryui/Makefile<br>
>>     config.status: creating web/style/jqueryui/images/Makefile<br>
>>     config.status: creating web/style/transmission/Makefile<br>
>>     config.status: creating web/style/transmission/images/Makefile<br>
>>     config.status: creating web/style/transmission/images/buttons/Makefile<br>
>>     config.status: creating web/javascript/Makefile<br>
>>     config.status: creating web/javascript/jquery/Makefile<br>
>>     config.status: creating po/Makefile.in<br>
>>     config.status: executing depfiles commands<br>
>>     config.status: executing libtool commands<br>
>>     config.status: executing default-1 commands<br>
>>     config.status: executing po/stamp-it commands<br>
>><br>
>>     Configuration:<br>
>><br>
>>         Source code location:                              .<br>
>>         Compiler:<br>
>>     i486-slackware-linux-g++<br>
>><br>
>>         Build libtransmission:                             yes<br>
>>            * optimized for low-resource systems:           no<br>
>>            * ÂµTP enabled:                                  yes<br>
>><br>
>>         Build Command-Line client:                         yes<br>
>><br>
>>         Build GTK+ client:                                 yes<br>
>>            * libappindicator for an Ubuntu-style tray:     no<br>
>><br>
>>         Build Daemon:                                      yes<br>
>><br>
>>         Build Mac client:                                  no<br>
>><br>
>><br>
>>     CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh<br>
>>     /tmp/SBo/transmission-2.84/missing aclocal-1.14 -I m4<br>
>>     /tmp/SBo/transmission-2.84/missing: line 81: aclocal-1.14: command<br>
>>     not found<br>
>>     WARNING: 'aclocal-1.14' is missing on your system.<br>
>>               You should only need it if you modified 'acinclude.m4' or<br>
>>               '<a href="http://configure.ac">configure.ac</a>' or m4 files included by '<a href="http://configure.ac">configure.ac</a>'.<br>
>>               The 'aclocal' program is part of the GNU Automake package:<br>
>>               <<a href="http://www.gnu.org/software/automake">http://www.gnu.org/software/automake</a>><br>
>>               It also requires GNU Autoconf, GNU m4 and Perl in order to<br>
>>     run:<br>
>>               <<a href="http://www.gnu.org/software/autoconf">http://www.gnu.org/software/autoconf</a>><br>
>>               <<a href="http://www.gnu.org/software/m4/">http://www.gnu.org/software/m4/</a>><br>
>>               <<a href="http://www.perl.org/">http://www.perl.org/</a>><br>
>>     make: *** [aclocal.m4] Error 127<br>
>>     Failures:<br>
>>        transmission: transmission.SlackBuild return non-zero<br>
>>     --------------------------------------------------------------------------------------------------<br>
>>     Any help will be appreciated guys... :-)<br>
><br>
><br>
> Hello,<br>
> You'll need to upgrade to automake 1.14.1 in order to build transmission 2.84. The following line also needs to be added to the SlackBuild otherwise building the Qt-client will fail with Qt4:<br>
><br>
> sed -i '/^CONFIG/aQMAKE_CXXFLAGS += -std=c++11' qt/<a href="http://qtr.pro">qtr.pro</a><br>
><br>
> Mats<br>
><br>
> </p>
<p dir="ltr">If it doesn't build on a stock 14.1 Slackware, why is it on SBo?</p>
<p dir="ltr">--JK</p>