pragha-music-player / pragha

Pragha is a Lightweight Music Player for GNU/Linux.
GNU General Public License v3.0
173 stars 35 forks source link

[Ubuntu 16.10] Fails to build Makefile.am:6: error: HAVE_LIBPEAS does not appear in AM_CONDITIONAL and others #112

Closed ckorn closed 7 years ago

ckorn commented 7 years ago

Pragha 1.3.3 fails to build on Ubuntu 16.10:

libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:61: installing './compile'
configure.ac:20: installing './missing'
Makefile.am:6: error: HAVE_LIBPEAS does not appear in AM_CONDITIONAL
plugins/acoustid/Makefile.am:40: error: HAVE_GSTREAMER_AUDIO does not appear in AM_CONDITIONAL
plugins/acoustid/Makefile.am:45: error: HAVE_LIBXFCE4UI does not appear in AM_CONDITIONAL
plugins/acoustid/Makefile.am: installing './depcomp'
plugins/cdrom/Makefile.am:44: error: HAVE_GSTREAMER_AUDIO does not appear in AM_CONDITIONAL
plugins/cdrom/Makefile.am:49: error: HAVE_LIBXFCE4UI does not appear in AM_CONDITIONAL
plugins/devices/Makefile.am:66: error: HAVE_GSTREAMER_AUDIO does not appear in AM_CONDITIONAL
plugins/devices/Makefile.am:71: error: HAVE_LIBXFCE4UI does not appear in AM_CONDITIONAL
plugins/dlna-renderer/Makefile.am:41: error: HAVE_GSTREAMER_AUDIO does not appear in AM_CONDITIONAL
plugins/dlna-renderer/Makefile.am:46: error: HAVE_LIBXFCE4UI does not appear in AM_CONDITIONAL
plugins/dlna/Makefile.am:41: error: HAVE_GSTREAMER_AUDIO does not appear in AM_CONDITIONAL
plugins/dlna/Makefile.am:46: error: HAVE_LIBXFCE4UI does not appear in AM_CONDITIONAL
plugins/keybinder/Makefile.am:41: error: HAVE_GSTREAMER_AUDIO does not appear in AM_CONDITIONAL
plugins/keybinder/Makefile.am:46: error: HAVE_LIBXFCE4UI does not appear in AM_CONDITIONAL
plugins/lastfm/Makefile.am:40: error: HAVE_GSTREAMER_AUDIO does not appear in AM_CONDITIONAL
plugins/lastfm/Makefile.am:45: error: HAVE_LIBXFCE4UI does not appear in AM_CONDITIONAL
plugins/mpris2/Makefile.am:39: error: HAVE_GSTREAMER_AUDIO does not appear in AM_CONDITIONAL
plugins/mpris2/Makefile.am:44: error: HAVE_LIBXFCE4UI does not appear in AM_CONDITIONAL
plugins/mtp/Makefile.am:45: error: HAVE_GSTREAMER_AUDIO does not appear in AM_CONDITIONAL
plugins/mtp/Makefile.am:50: error: HAVE_LIBXFCE4UI does not appear in AM_CONDITIONAL
plugins/notify/Makefile.am:42: error: HAVE_GSTREAMER_AUDIO does not appear in AM_CONDITIONAL
plugins/notify/Makefile.am:47: error: HAVE_LIBXFCE4UI does not appear in AM_CONDITIONAL
plugins/removable-media/Makefile.am:41: error: HAVE_GSTREAMER_AUDIO does not appear in AM_CONDITIONAL
plugins/removable-media/Makefile.am:46: error: HAVE_LIBXFCE4UI does not appear in AM_CONDITIONAL
plugins/song-info/Makefile.am:51: error: HAVE_GSTREAMER_AUDIO does not appear in AM_CONDITIONAL
plugins/song-info/Makefile.am:56: error: HAVE_LIBXFCE4UI does not appear in AM_CONDITIONAL
plugins/tunein/Makefile.am:40: error: HAVE_GSTREAMER_AUDIO does not appear in AM_CONDITIONAL
plugins/tunein/Makefile.am:45: error: HAVE_LIBXFCE4UI does not appear in AM_CONDITIONAL
src/Makefile.am:110: error: HAVE_GSTREAMER_AUDIO does not appear in AM_CONDITIONAL
src/Makefile.am:115: error: HAVE_LIBXFCE4UI does not appear in AM_CONDITIONAL
src/Makefile.am:120: error: HAVE_PLPARSER does not appear in AM_CONDITIONAL
src/Makefile.am:125: error: HAVE_LIBPEAS does not appear in AM_CONDITIONAL
src/Makefile.am:138: warning: source file '$(top_srcdir)/win32/win32dep.c' is in a subdirectory,
src/Makefile.am:138: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.

This is the entire build log: http://zulu309.server4you.de/build/logs/pragha_1.3.3-1~getdeb2~yakkety-i386-20161023-2114

// For my reference: https://paste.ubuntuusers.de/423213/

matiasdelellis commented 7 years ago

Hi, Any news? You change someting on debien folder? format?

Try pass --enable-libpeas-1.0 do configure..

ckorn commented 7 years ago

Works, thanks.