Summary: | =sys-fs/udisks-2.6.4[-introspection]: udisks/Makefile.am:113: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | matoro <matoro_gentoo> |
Component: | Current packages | Assignee: | Freedesktop bugs <freedesktop-bugs> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | dsowen, matoro_gentoo, polynomial-c |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=676318 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | info.txt |
Hello, I have discovered that the same issue occurs when trying to upgrade to =sys-auth/polkit-0.113-r4. Should I create a separate bug report or just leave it as a comment since it is the exact same issue? I have the same failure while building 2.7.4. This might be related: https://github.com/storaged-project/udisks/issues/33 I fixed this long ago in December 2017 with commits 039e3df6877 and 33f978e06e7c9; and now pacho has added a comment to not forget about it if eautoreconf becomes necessary again later. ah, but stable is still broken :( Poly-C, can we stabilize 2.7.7 or 2.8.0 or apply the fixes on 2.7.4? Should be obsolete now that version 2.8.1 is being stabilized. |
Created attachment 471698 [details] info.txt I have introspection USE flag disabled globally, and it is causing problems with the latest testing upgrade to sys-fs/udisks-2.6.4:2. I'm new to Gentoo and this is my first bug report, so I'm happy to include any logs which might be necessary in addition to the info provided. The issue appears at the bottom of the automake log: ``` ***** automake ***** ***** PWD: /var/tmp/portage/sys-fs/udisks-2.6.4/work/udisks-udisks-2.6.4 ***** automake --add-missing --copy --foreign --force-missing configure.ac:30: installing 'build-aux/compile' configure.ac:24: installing 'build-aux/missing' gtk-doc.make:75: warning: all-local was already defined in condition TRUE, which includes condition ENABLE_GTK_DOC ... doc/Makefile.am:189: 'gtk-doc.make' included from here doc/Makefile.am:76: ... 'all-local' previously defined here modules/bcache/Makefile.am:57: warning: source file '$(top_srcdir)/modules/udisksmoduleobject.c' is in a subdirectory, modules/bcache/Makefile.am:57: but option 'subdir-objects' is disabled automake-1.15: warning: possible forward-incompatibility. automake-1.15: At least a source file is in a subdirectory, but the 'subdir-objects' automake-1.15: automake option hasn't been enabled. For now, the corresponding output automake-1.15: object file(s) will be placed in the top-level directory. However, automake-1.15: this behaviour will change in future Automake versions: they will automake-1.15: unconditionally cause object files to be placed in the same subdirectory automake-1.15: of the corresponding sources. automake-1.15: You are advised to start using 'subdir-objects' option throughout your automake-1.15: project, to avoid future incompatibilities. modules/bcache/Makefile.am: installing 'build-aux/depcomp' modules/btrfs/Makefile.am:57: warning: source file '$(top_srcdir)/modules/udisksmoduleobject.c' is in a subdirectory, modules/btrfs/Makefile.am:57: but option 'subdir-objects' is disabled modules/iscsi/Makefile.am:57: warning: source file '$(top_srcdir)/modules/udisksmoduleobject.c' is in a subdirectory, modules/iscsi/Makefile.am:57: but option 'subdir-objects' is disabled modules/lsm/Makefile.am:9: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') modules/lsm/Makefile.am:65: warning: source file '$(top_srcdir)/modules/udisksmoduleobject.c' is in a subdirectory, modules/lsm/Makefile.am:65: but option 'subdir-objects' is disabled modules/lvm2/Makefile.am:58: warning: source file '$(top_srcdir)/modules/udisksmoduleobject.c' is in a subdirectory, modules/lvm2/Makefile.am:58: but option 'subdir-objects' is disabled modules/zram/Makefile.am:62: warning: source file '$(top_srcdir)/modules/udisksmoduleobject.c' is in a subdirectory, modules/zram/Makefile.am:62: but option 'subdir-objects' is disabled src/Makefile.am:49: warning: source file '$(top_srcdir)/modules/udisksmoduleobject.c' is in a subdirectory, src/Makefile.am:49: but option 'subdir-objects' is disabled parallel-tests: installing 'build-aux/test-driver' udisks/Makefile.am:113: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL ```