PVR Addons build problem : Automake ?
#1
Hello,

I try to compile PVR Addons but I got some troubles with - I think - Automake I don't find how to solve this install.sh error, but let me see you :


xbmc@xbmc ~ $ rm -fr xbmc-pvr-addons

xbmc@xbmc ~ $ git clone https://github.com/opdenkamp/xbmc-pvr-addons.git
Cloning into 'xbmc-pvr-addons'...
remote: Counting objects: 8560, done.
remote: Compressing objects: 100% (2667/2667), done.
remote: Total 8560 (delta 4980), reused 7797 (delta 4356)
Receiving objects: 100% (8560/8560), 5.11 MiB | 1.14 MiB/s, done.
Resolving deltas: 100% (4980/4980), done.

xbmc@xbmc ~ $ cd xbmc-pvr-addons/

xbmc@xbmc ~/xbmc-pvr-addons $ ./bootstrap
autoreconf-2.69: Entering directory `.'
autoreconf-2.69: configure.ac: not using Gettext
autoreconf-2.69: running: aclocal --force
autoreconf-2.69: configure.ac: tracing
autoreconf-2.69: running: libtoolize --copy --force
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf-2.69: running: /usr/bin/autoconf-2.69 --force
autoreconf-2.69: configure.ac: not using Autoheader
autoreconf-2.69: running: automake --add-missing --copy --force-missing
configure.ac:6: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
configure.ac:6: http://www.gnu.org/software/automake/man...invocation
BUG.am: error: 'install.sh' is an anachronism; use 'install-sh' instead
Makefile.am: installing './INSTALL'
addons/pvr.argustv/../Makefile.include.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
addons/pvr.argustv/Makefile.am:15: 'addons/pvr.argustv/../Makefile.include.am' included from here
addons/pvr.demo/../Makefile.include.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
addons/pvr.demo/Makefile.am:15: 'addons/pvr.demo/../Makefile.include.am' included from here
addons/pvr.dvbviewer/../Makefile.include.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
addons/pvr.dvbviewer/Makefile.am:13: 'addons/pvr.dvbviewer/../Makefile.include.am' included from here
addons/pvr.hts/../Makefile.include.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
addons/pvr.hts/Makefile.am:15: 'addons/pvr.hts/../Makefile.include.am' included from here
addons/pvr.iptvsimple/../Makefile.include.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
addons/pvr.iptvsimple/Makefile.am:13: 'addons/pvr.iptvsimple/../Makefile.include.am' included from here
addons/pvr.mediaportal.tvserver/../Makefile.include.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
addons/pvr.mediaportal.tvserver/Makefile.am:15: 'addons/pvr.mediaportal.tvserver/../Makefile.include.am' included from here
addons/pvr.mythtv.cmyth/../Makefile.include.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
addons/pvr.mythtv.cmyth/Makefile.am:17: 'addons/pvr.mythtv.cmyth/../Makefile.include.am' included from here
addons/pvr.nextpvr/../Makefile.include.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
addons/pvr.nextpvr/Makefile.am:15: 'addons/pvr.nextpvr/../Makefile.include.am' included from here
addons/pvr.njoy/../Makefile.include.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
addons/pvr.njoy/Makefile.am:15: 'addons/pvr.njoy/../Makefile.include.am' included from here
addons/pvr.vdr.vnsi/../Makefile.include.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
addons/pvr.vdr.vnsi/Makefile.am:13: 'addons/pvr.vdr.vnsi/../Makefile.include.am' included from here
addons/pvr.vuplus/../Makefile.include.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
addons/pvr.vuplus/Makefile.am:15: 'addons/pvr.vuplus/../Makefile.include.am' included from here
lib/cmyth/libcmyth/Makefile.am:28: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
lib/cmyth/librefmem/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
lib/jsoncpp/Makefile.am:7: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
autoreconf-2.69: automake failed with exit status: 1

xbmc@xbmc ~/xbmc-pvr-addons $ autoreconf --version
autoreconf (GNU Autoconf) 2.69

xbmc@xbmc ~/xbmc-pvr-addons $ aclocal --version
aclocal (GNU automake) 1.13.2

xbmc@xbmc ~/xbmc-pvr-addons $ libtoolize --version
libtoolize (GNU libtool) 2.4.2

xbmc@xbmc ~/xbmc-pvr-addons $ autoconf --version
autoconf (GNU Autoconf) 2.69

xbmc@xbmc ~/xbmc-pvr-addons $ automake --version
automake (GNU automake) 1.13.2


the most interessting thing is I don't have anywhere install*sh file :
xbmc@xbmc ~/xbmc-pvr-addons $ find . -name '*install*sh*'
xbmc@xbmc ~/xbmc-pvr-addons $

I've no idea how to solve it Confused

Thank you in advance for your help


JujuBickoille
Reply
#2
I think it's my automake version non working correcty, I've try on an other computer, and compile well
Reply
#3
looks like we need to update some deprecated things. let's hope that this doesn't break for the os using the weird versions of things Smile
opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
Reply
#4
I will try to make a patch, but I dunno what it can do on "older" version of autotools
Reply

Logout Mark Read Team Forum Stats Members Help
PVR Addons build problem : Automake ?0