packit / dist-git-to-source-git

Converting dist-git to source-git
MIT License
4 stars 9 forks source link

accountsservice can't be created #61

Open TomasTomecek opened 4 years ago

TomasTomecek commented 4 years ago
ERROR    dist2src.core:core.py:277 b'+ autoreconf -f -i'
ERROR    dist2src.core:core.py:277 b"configure.ac:14: installing './compile'"
ERROR    dist2src.core:core.py:277 b"configure.ac:2: installing './missing'"
ERROR    dist2src.core:core.py:277 b'gtk-doc.make:25: error: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL'
ERROR    dist2src.core:core.py:277 b"doc/libaccountsservice/Makefile.am:29:   'gtk-doc.make' included from here"
ERROR    dist2src.core:core.py:277 b'gtk-doc.make:78: error: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL'
ERROR    dist2src.core:core.py:277 b"doc/libaccountsservice/Makefile.am:29:   'gtk-doc.make' included from here"
ERROR    dist2src.core:core.py:277 b'gtk-doc.make:83: error: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL'
ERROR    dist2src.core:core.py:277 b"doc/libaccountsservice/Makefile.am:29:   'gtk-doc.make' included from here"
ERROR    dist2src.core:core.py:277 b'gtk-doc.make:301: error: HAVE_GTK_DOC does not appear in AM_CONDITIONAL'
ERROR    dist2src.core:core.py:277 b"doc/libaccountsservice/Makefile.am:29:   'gtk-doc.make' included from here"
ERROR    dist2src.core:core.py:277 b"src/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')"
ERROR    dist2src.core:core.py:277 b"src/Makefile.am: installing './depcomp'"
ERROR    dist2src.core:core.py:277 b'src/libaccountsservice/Makefile.am:115: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL'
ERROR    dist2src.core:core.py:277 b'autoreconf: automake failed with exit status: 1'
ERROR    dist2src.core:core.py:277 b'D: \twaitpid(939613) rc 939613 status 100'
ERROR    dist2src.core:core.py:277 b'D: /bin/sh failed: 100'
ERROR    dist2src.core:core.py:277 b'error: Bad exit status from /var/tmp/rpm-tmp.2sXgfL (%prep)'
ERROR    dist2src.core:core.py:277 b'    Bad exit status from /var/tmp/rpm-tmp.2sXgfL (%prep)'
ERROR    dist2src.core:core.py:277 b'ufdio:       1 reads,    17654 total bytes in 0.000008 secs'
ERROR    dist2src.core:core.py:277 b'ufdio:       1 reads,     5557 total bytes in 0.000003 secs'
ERROR    dist2src.core:core.py:277 b'ufdio:       1 reads,    17654 total bytes in 0.000003 secs'

gtk-doc is installed, not sure what the problem is actually

The package has this BR:

BuildRequires:  gobject-introspection-devel

but that package is not available in CRB nor Buildroot (first public, second internal repo) so I have no idea where and how to get it