OpenBricks/openbricks

polkit fails to build

vitalogy opened this issue · 5 comments

moinsen,

i want to build openbricks with xbmc for my cubietruck on a gentoo linux
so i loaded the defconfig for cubieboard2 via
scripts/loadcfg geexbox-xbmc-a20-cubieboard2 and changed the target machine via make menuconfig from cubieboard2 to cubietruck

and this error occured ...

configure: loading site script /usr/share/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for armv7-openbricks-linux-gnueabihf-strip... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for armv7-openbricks-linux-gnueabihf-gcc... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc accepts -g... yes
checking for /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc option to accept ISO C89... none needed
checking dependency style of /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc... gcc3
checking for library containing strerror... none required
checking for armv7-openbricks-linux-gnueabihf-gcc... (cached) /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc accepts -g... (cached) yes
checking for /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc option to accept ISO C89... (cached) none needed
checking dependency style of /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc... (cached) gcc3
checking for armv7-openbricks-linux-gnueabihf-gcc... (cached) /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc accepts -g... (cached) yes
checking for /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc option to accept ISO C89... (cached) none needed
checking dependency style of /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc... (cached) gcc3
checking how to run the C preprocessor... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... armv7-openbricks-linux-gnueabihf
checking how to print strings... printf
checking for a sed that does not truncate output... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-ld.bfd
checking if the linker (/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-ld.bfd) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-nm
checking the name lister (/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to armv7-openbricks-linux-gnueabihf format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-ld.bfd option to reload object files... -r
checking for armv7-openbricks-linux-gnueabihf-objdump... armv7-openbricks-linux-gnueabihf-objdump
checking how to recognize dependent libraries... pass_all
checking for armv7-openbricks-linux-gnueabihf-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for armv7-openbricks-linux-gnueabihf-ar... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-ar
checking for archiver @file support... @
checking for armv7-openbricks-linux-gnueabihf-strip... (cached) /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-strip
checking for armv7-openbricks-linux-gnueabihf-ranlib... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-ranlib
checking command to parse /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-nm output from /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc object... ok
checking for sysroot... no
checking for armv7-openbricks-linux-gnueabihf-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc supports -fno-rtti -fno-exceptions... no
checking for /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc option to produce PIC... -fPIC -DPIC
checking if /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc PIC flag -fPIC -DPIC works... yes
checking if /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc static flag -static works... yes
checking if /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc supports -c -o file.o... yes
checking if /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc supports -c -o file.o... (cached) yes
checking whether the /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc linker (/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-ld.bfd) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc and cc understand -c and -o together... yes
checking for xsltproc... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/xsltproc
checking pkg-config is at least version 0.9.0... yes
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
checking for GLIB... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParserCreate in -lexpat... yes
checking for clearenv... yes
checking for SYSTEMD... no
checking security/pam_modutil.h usability... no
checking security/pam_modutil.h presence... no
checking for security/pam_modutil.h... no
checking security/pam_ext.h usability... no
checking security/pam_ext.h presence... no
checking for security/pam_ext.h... no
checking for pam_vsyslog in -lpam... no
checking for gobject-introspection... no (disabled, use --enable-introspection to enable)
checking whether NLS is requested... no
checking for intltool >= 0.40.0... 0.40.6 found
checking for intltool-update... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/intltool-update
checking for intltool-merge... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/intltool-merge
checking for intltool-extract... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/intltool-extract
checking for xgettext... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/xgettext
checking for msgmerge... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/msgmerge
checking for msgfmt... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for perl... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/perl
checking for perl >= 5.8.1... 5.14.2
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... yes
checking for ngettext in -lintl... yes
checking for dgettext in -lintl... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/gmsgfmt
checking for xgettext... (cached) /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/xgettext
configure: creating ./config.status
config.status: creating Makefile
config.status: creating actions/Makefile
config.status: creating data/Makefile
config.status: creating data/polkit-1
config.status: creating data/polkit-gobject-1.pc
config.status: creating data/polkit-backend-1.pc
config.status: creating data/polkit-agent-1.pc
config.status: creating src/Makefile
config.status: creating src/polkit/Makefile
config.status: creating src/polkitbackend/Makefile
config.status: creating src/polkitagent/Makefile
config.status: creating src/polkitd/Makefile
config.status: creating src/programs/Makefile
config.status: creating src/examples/Makefile
config.status: creating src/nullbackend/Makefile
config.status: creating docs/version.xml
config.status: creating docs/extensiondir.xml
config.status: creating docs/Makefile
config.status: creating docs/polkit/Makefile
config.status: creating docs/man/Makefile
config.status: creating po/Makefile.in
config.status: creating test/Makefile
config.status: creating test/polkit/Makefile
config.status: creating test/polkitbackend/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
=== configuring in test/mocklibc (/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test/mocklibc)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=armv7-openbricks-linux-gnueabihf' '--build=x86_64-unknown-linux-gnu' '--sysconfdir=/etc' '--localstatedir=/var' '--enable-shared' '--disable-static' '--disable-man-pages' '--disable-gtk-doc' '--disable-nls' '--disable-introspection' '--with-authfw=shadow' '--with-os-type=redhat' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=armv7-openbricks-linux-gnueabihf' 'CC=/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc' 'CFLAGS=-O2 -march=armv7-a -mtune=cortex-a7 -ffast-math -fPIC -fgraphite-identity -ftree-loop-distribution -floop-interchange -floop-strip-mine -floop-block -mfloat-abi=hard -mfpu=neon -Wall -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/include ' 'LDFLAGS= -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/lib -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/lib -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/lib ' 'CPPFLAGS= ' 'PKG_CONFIG=/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/pkg-config' 'PKG_CONFIG_PATH=/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/lib/pkgconfig:/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/share/pkgconfig' 'PKG_CONFIG_LIBDIR=' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/share/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for armv7-openbricks-linux-gnueabihf-strip... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for armv7-openbricks-linux-gnueabihf-gcc... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc accepts -g... yes
checking for /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... armv7-openbricks-linux-gnueabihf
checking how to print strings... printf
checking for a sed that does not truncate output... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-ld.bfd
checking if the linker (/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-ld.bfd) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-nm
checking the name lister (/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to armv7-openbricks-linux-gnueabihf format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-ld.bfd option to reload object files... -r
checking for armv7-openbricks-linux-gnueabihf-objdump... armv7-openbricks-linux-gnueabihf-objdump
checking how to recognize dependent libraries... pass_all
checking for armv7-openbricks-linux-gnueabihf-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for armv7-openbricks-linux-gnueabihf-ar... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-ar
checking for archiver @file support... @
checking for armv7-openbricks-linux-gnueabihf-strip... (cached) /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-strip
checking for armv7-openbricks-linux-gnueabihf-ranlib... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-ranlib
checking command to parse /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-nm output from /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc object... ok
checking for sysroot... no
checking for armv7-openbricks-linux-gnueabihf-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc supports -fno-rtti -fno-exceptions... no
checking for /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc option to produce PIC... -fPIC -DPIC
checking if /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc PIC flag -fPIC -DPIC works... yes
checking if /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc static flag -static works... yes
checking if /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc supports -c -o file.o... yes
checking if /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc supports -c -o file.o... (cached) yes
checking whether the /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc linker (/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-ld.bfd) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for uid_t in sys/types.h... yes
checking for size_t... yes
checking for ssize_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... no
checking for endgrent... yes
checking for endpwent... yes
checking for memset... yes
checking for regcomp... yes
checking for strdup... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating bin/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

              polkit 0.104
            =================

    prefix:                     /usr
    libdir:                     ${exec_prefix}/lib
    libexecdir:                 ${exec_prefix}/libexec
    bindir:                     ${exec_prefix}/bin
    sbindir:                    ${exec_prefix}/sbin
    datadir:                    ${datarootdir}
    sysconfdir:                 /etc
    localstatedir:              /var
    docdir:                     ${datarootdir}/doc/${PACKAGE_TARNAME}

    compiler:                   /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc
    cflags:                     -O2 -march=armv7-a -mtune=cortex-a7 -ffast-math -fPIC -fgraphite-identity -ftree-loop-distribution -floop-interchange -floop-strip-mine -floop-block -mfloat-abi=hard -mfpu=neon -Wall -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE  -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/include  -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wformat -Wformat-security
    cppflags:                    
    xsltproc:                   /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/xsltproc
introspection:          no (disabled, use --enable-introspection to enable)

    Distribution/OS:            redhat
    Authentication framework:   shadow
    Session tracking:           ConsoleKit
    PAM support:                no

    Maintainer mode:            no
    Building verbose mode:      no
    Building api docs:          no
    Building man pages:         no
    Building examples:          yes

NOTE: The directory /etc/polkit-1/localauthority must be owned
by root and have mode 700

NOTE: The directory /var/lib/polkit-1 must be owned
by root and have mode 700

NOTE: The file ${exec_prefix}/libexec/polkit-agent-helper-1 must be owned
by root and have mode 4755 (setuid root binary)

NOTE: The file ${exec_prefix}/bin/pkexec must be owned by root and
have mode 4755 (setuid root binary)

make[1]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104'
make all-recursive
make[2]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104'
Making all in actions
make[3]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/actions'
LC_ALL=C /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/intltool-merge -x -u -c ../po/.intltool-merge-cache ../po org.freedesktop.policykit.policy.in org.freedesktop.policykit.policy
Generating and caching the translation database
Merging translations into org.freedesktop.policykit.policy.
CREATED org.freedesktop.policykit.policy
make[3]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/actions'
Making all in data
make[3]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/data'
make[3]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/data'
Making all in src
make[3]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src'
Making all in polkit
make[4]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkit'
( top_builddir=cd ../.. && pwd;
cd . && glib-mkenums --template polkitenumtypes.c.template polkitcheckauthorizationflags.h polkiterror.h polkitimplicitauthorization.h polkitauthorityfeatures.h) >
polkitenumtypes.c.tmp && mv polkitenumtypes.c.tmp polkitenumtypes.c
( top_builddir=cd ../.. && pwd;
cd . && glib-mkenums --template polkitenumtypes.h.template polkitcheckauthorizationflags.h polkiterror.h polkitimplicitauthorization.h polkitauthorityfeatures.h) >
polkitenumtypes.h.tmp && mv polkitenumtypes.h.tmp polkitenumtypes.h
make all-am
make[5]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkit'
CC libpolkit_gobject_1_la-polkitactiondescription.lo
CC libpolkit_gobject_1_la-polkitenumtypes.lo
CC libpolkit_gobject_1_la-polkitauthorityfeatures.lo
CC libpolkit_gobject_1_la-polkitdetails.lo
CC libpolkit_gobject_1_la-polkitauthority.lo
CC libpolkit_gobject_1_la-polkiterror.lo
CC libpolkit_gobject_1_la-polkitsubject.lo
CC libpolkit_gobject_1_la-polkitunixprocess.lo
CC libpolkit_gobject_1_la-polkitsystembusname.lo
CC libpolkit_gobject_1_la-polkitidentity.lo
polkitunixprocess.c: In function 'polkit_unix_process_get_property':
polkitunixprocess.c:109:40: warning: cast increases required alignment of target type [-Wcast-align]
PolkitUnixProcess _unix_process = POLKIT_UNIX_PROCESS (object);
^
polkitunixprocess.c: In function 'polkit_unix_process_set_property':
polkitunixprocess.c:137:40: warning: cast increases required alignment of target type [-Wcast-align]
PolkitUnixProcess *unix_process = POLKIT_UNIX_PROCESS (object);
^
polkitunixprocess.c: In function 'polkit_unix_process_constructed':
polkitunixprocess.c:162:35: warning: cast increases required alignment of target type [-Wcast-align]
PolkitUnixProcess *process = POLKIT_UNIX_PROCESS (object);
^
polkitunixprocess.c: In function 'polkit_unix_process_hash':
polkitunixprocess.c:415:35: warning: cast increases required alignment of target type [-Wcast-align]
PolkitUnixProcess *process = POLKIT_UNIX_PROCESS (subject);
^
polkitunixprocess.c: In function 'polkit_unix_process_equal':
polkitunixprocess.c:427:18: warning: cast increases required alignment of target type [-Wcast-align]
process_a = POLKIT_UNIX_PROCESS (a);
^
polkitunixprocess.c:428:18: warning: cast increases required alignment of target type [-Wcast-align]
process_b = POLKIT_UNIX_PROCESS (b);
^
polkitunixprocess.c: In function 'polkit_unix_process_to_string':
polkitunixprocess.c:438:35: warning: cast increases required alignment of target type [-Wcast-align]
PolkitUnixProcess *process = POLKIT_UNIX_PROCESS (subject);
^
polkitunixprocess.c: In function 'polkit_unix_process_exists_sync':
polkitunixprocess.c:448:35: warning: cast increases required alignment of target type [-Wcast-align]
PolkitUnixProcess *process = POLKIT_UNIX_PROCESS (subject);
^
CC libpolkit_gobject_1_la-polkitunixuser.lo
CC libpolkit_gobject_1_la-polkitunixgroup.lo
CC libpolkit_gobject_1_la-polkitunixnetgroup.lo
CC libpolkit_gobject_1_la-polkitauthorizationresult.lo
CC libpolkit_gobject_1_la-polkitcheckauthorizationflags.lo
CC libpolkit_gobject_1_la-polkitimplicitauthorization.lo
CC libpolkit_gobject_1_la-polkittemporaryauthorization.lo
CC libpolkit_gobject_1_la-polkitpermission.lo
CC libpolkit_gobject_1_la-polkitunixsession.lo
polkittemporaryauthorization.c: In function 'polkit_temporary_authorization_finalize':
polkittemporaryauthorization.c:71:52: warning: cast increases required alignment of target type [-Wcast-align]
PolkitTemporaryAuthorization authorization = POLKIT_TEMPORARY_AUTHORIZATION (object);
^
polkittemporaryauthorization.c: In function 'polkit_temporary_authorization_new':
polkittemporaryauthorization.c:97:22: warning: cast increases required alignment of target type [-Wcast-align]
authorization = POLKIT_TEMPORARY_AUTHORIZATION (g_object_new (POLKIT_TYPE_TEMPORARY_AUTHORIZATION, NULL));
^
polkittemporaryauthorization.c: In function 'polkit_temporary_authorization_new_for_gvariant':
polkittemporaryauthorization.c:194:22: warning: cast increases required alignment of target type [-Wcast-align]
authorization = POLKIT_TEMPORARY_AUTHORIZATION (g_object_new (POLKIT_TYPE_TEMPORARY_AUTHORIZATION, NULL));
^
CCLD libpolkit-gobject-1.la
make[5]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkit'
make[4]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkit'
Making all in polkitbackend
make[4]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkitbackend'
CC libpolkit_backend_1_la-polkitbackendauthority.lo
CC libpolkit_backend_1_la-polkitbackendinteractiveauthority.lo
CC libpolkit_backend_1_la-polkitbackendlocalauthority.lo
CC libpolkit_backend_1_la-polkitbackendactionpool.lo
CC libpolkit_backend_1_la-polkitbackendconfigsource.lo
CC libpolkit_backend_1_la-polkitbackendactionlookup.lo
CC libpolkit_backend_1_la-polkitbackendlocalauthorizationstore.lo
CC libpolkit_backend_1_la-polkitbackendsessionmonitor.lo
CCLD libpolkit-backend-1.la
make[4]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkitbackend'
Making all in polkitagent
make[4]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkitagent'
glib-genmarshal --prefix=_polkit_agent_marshal ./polkitagentmarshal.list --header > polkitagentmarshal.h.tmp && mv polkitagentmarshal.h.tmp polkitagentmarshal.h
( top_builddir=cd ../.. && pwd;
cd . && glib-mkenums --template polkitagentenumtypes.c.template polkitagentlistener.h) >
polkitagentenumtypes.c.tmp && mv polkitagentenumtypes.c.tmp polkitagentenumtypes.c
( top_builddir=cd ../.. && pwd;
cd . && glib-mkenums --template polkitagentenumtypes.h.template polkitagentlistener.h) >
polkitagentenumtypes.h.tmp && mv polkitagentenumtypes.h.tmp polkitagentenumtypes.h
(echo "#include "polkitagentmarshal.h""; glib-genmarshal --prefix=polkit_agent_marshal ./polkitagentmarshal.list --body) > polkitagentmarshal.c.tmp && mv polkitagentmarshal.c.tmp polkitagentmarshal.c
touch marshal.stamp
make all-am
make[5]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkitagent'
CC libpolkit_agent_1_la-polkitagentsession.lo
CC libpolkit_agent_1_la-polkitagentmarshal.lo
CC libpolkit_agent_1_la-polkitagentlistener.lo
CC libpolkit_agent_1_la-polkitagentenumtypes.lo
polkitagentlistener.c: In function 'polkit_agent_listener_register':
polkitagentlistener.c:430:7: warning: 'g_thread_create' is deprecated (declared at /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include/glib-2.0/glib/deprecated/gthread.h:100): Use 'g_thread_new' instead [-Wdeprecated-declarations]
server->thread = g_thread_create (server_thread_func,
^
CC libpolkit_agent_1_la-polkitagenttextlistener.lo
CC polkit_agent_helper_1-polkitagenthelperprivate.o
polkitagenthelperprivate.c: In function 'send_dbus_message':
polkitagenthelperprivate.c:58:3: warning: 'g_type_init' is deprecated (declared at /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include/glib-2.0/gobject/gtype.h:667) [-Wdeprecated-declarations]
g_type_init ();
^
CC polkit_agent_helper_1-polkitagenthelper-shadow.o
CCLD polkit-agent-helper-1
CCLD libpolkit-agent-1.la
make[5]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkitagent'
make[4]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkitagent'
Making all in polkitd
make[4]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkitd'
CC polkitd-main.o
CC polkitd-gposixsignal.o
main.c: In function 'main':
main.c:116:3: warning: 'g_type_init' is deprecated (declared at /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include/glib-2.0/gobject/gtype.h:667) [-Wdeprecated-declarations]
g_type_init ();
^
CCLD polkitd
make[4]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkitd'
Making all in nullbackend
make[4]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/nullbackend'
CC libnullbackend_la-nullbackend.lo
CC libnullbackend_la-polkitbackendnullauthority.lo
CCLD libnullbackend.la
make[4]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/nullbackend'
Making all in programs
make[4]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/programs'
CC pkexec-pkexec.o
CC pkcheck-pkcheck.o
CC pkaction-pkaction.o
pkcheck.c: In function 'main':
pkcheck.c:356:3: warning: 'g_type_init' is deprecated (declared at /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include/glib-2.0/gobject/gtype.h:667) [-Wdeprecated-declarations]
g_type_init ();
^
pkaction.c: In function 'main':
pkaction.c:125:3: warning: 'g_type_init' is deprecated (declared at /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include/glib-2.0/gobject/gtype.h:667) [-Wdeprecated-declarations]
g_type_init ();
^
pkexec.c: In function 'main':
pkexec.c:612:3: warning: 'g_type_init' is deprecated (declared at /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include/glib-2.0/gobject/gtype.h:667) [-Wdeprecated-declarations]
g_type_init ();
^
CCLD pkcheck
CCLD pkexec
CCLD pkaction
make[4]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/programs'
Making all in examples
make[4]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/examples'
LC_ALL=C /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po org.freedesktop.policykit.examples.pkexec.policy.in org.freedesktop.policykit.examples.pkexec.policy
CC pk_example_frobnicate-frobnicate.o
CC cancel-cancel.o
CCLD pk-example-frobnicate
cancel.c: In function 'main':
cancel.c:104:3: warning: 'g_type_init' is deprecated (declared at /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include/glib-2.0/gobject/gtype.h:667) [-Wdeprecated-declarations]
g_type_init ();
^
CCLD cancel
Found cached translation database
Merging translations into org.freedesktop.policykit.examples.pkexec.policy.
CREATED org.freedesktop.policykit.examples.pkexec.policy
make[4]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/examples'
make[4]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src'
make[3]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src'
Making all in docs
make[3]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/docs'
Making all in man
make[4]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/docs/man'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/docs/man'
Making all in polkit
make[4]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/docs/polkit'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/docs/polkit'
make[4]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/docs'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/docs'
make[3]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/docs'
Making all in po
make[3]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/po'
file=echo da | sed 's,._/,,'.gmo
&& rm -f $file && /usr/bin/gmsgfmt -o $file da.po
make[3]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/po'
Making all in test
make[3]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test'
Making all in mocklibc
make[4]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test/mocklibc'
make all-recursive
make[5]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test/mocklibc'
Making all in src
make[6]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test/mocklibc/src'
/bin/sh ../libtool --tag=CC --mode=compile /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=armv7-a -mtune=cortex-a7 -ffast-math -fPIC -fgraphite-identity -ftree-loop-distribution -floop-interchange -floop-strip-mine -floop-block -mfloat-abi=hard -mfpu=neon -Wall -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/include -MT pwd.lo -MD -MP -MF .deps/pwd.Tpo -c -o pwd.lo pwd.c
/bin/sh ../libtool --tag=CC --mode=compile /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=armv7-a -mtune=cortex-a7 -ffast-math -fPIC -fgraphite-identity -ftree-loop-distribution -floop-interchange -floop-strip-mine -floop-block -mfloat-abi=hard -mfpu=neon -Wall -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/include -MT grp.lo -MD -MP -MF .deps/grp.Tpo -c -o grp.lo grp.c
/bin/sh ../libtool --tag=CC --mode=compile /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=armv7-a -mtune=cortex-a7 -ffast-math -fPIC -fgraphite-identity -ftree-loop-distribution -floop-interchange -floop-strip-mine -floop-block -mfloat-abi=hard -mfpu=neon -Wall -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/include -MT netdb.lo -MD -MP -MF .deps/netdb.Tpo -c -o netdb.lo netdb.c
/bin/sh ../libtool --tag=CC --mode=compile /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=armv7-a -mtune=cortex-a7 -ffast-math -fPIC -fgraphite-identity -ftree-loop-distribution -floop-interchange -floop-strip-mine -floop-block -mfloat-abi=hard -mfpu=neon -Wall -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/include -MT netgroup.lo -MD -MP -MF .deps/netgroup.Tpo -c -o netgroup.lo netgroup.c
libtool: compile: /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=armv7-a -mtune=cortex-a7 -ffast-math -fPIC -fgraphite-identity -ftree-loop-distribution -floop-interchange -floop-strip-mine -floop-block -mfloat-abi=hard -mfpu=neon -Wall -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/include -MT pwd.lo -MD -MP -MF .deps/pwd.Tpo -c pwd.c -fPIC -DPIC -o .libs/pwd.o
libtool: compile: /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=armv7-a -mtune=cortex-a7 -ffast-math -fPIC -fgraphite-identity -ftree-loop-distribution -floop-interchange -floop-strip-mine -floop-block -mfloat-abi=hard -mfpu=neon -Wall -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/include -MT netgroup.lo -MD -MP -MF .deps/netgroup.Tpo -c netgroup.c -fPIC -DPIC -o .libs/netgroup.o
libtool: compile: /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=armv7-a -mtune=cortex-a7 -ffast-math -fPIC -fgraphite-identity -ftree-loop-distribution -floop-interchange -floop-strip-mine -floop-block -mfloat-abi=hard -mfpu=neon -Wall -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/include -MT grp.lo -MD -MP -MF .deps/grp.Tpo -c grp.c -fPIC -DPIC -o .libs/grp.o
libtool: compile: /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=armv7-a -mtune=cortex-a7 -ffast-math -fPIC -fgraphite-identity -ftree-loop-distribution -floop-interchange -floop-strip-mine -floop-block -mfloat-abi=hard -mfpu=neon -Wall -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/include -MT netdb.lo -MD -MP -MF .deps/netdb.Tpo -c netdb.c -fPIC -DPIC -o .libs/netdb.o
mv -f .deps/netgroup.Tpo .deps/netgroup.Plo
mv -f .deps/pwd.Tpo .deps/pwd.Plo
/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=armv7-a -mtune=cortex-a7 -ffast-math -fPIC -fgraphite-identity -ftree-loop-distribution -floop-interchange -floop-strip-mine -floop-block -mfloat-abi=hard -mfpu=neon -Wall -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/include -MT netgroup-debug.o -MD -MP -MF .deps/netgroup-debug.Tpo -c -o netgroup-debug.o netgroup-debug.c
mv -f .deps/grp.Tpo .deps/grp.Plo
mv -f .deps/netdb.Tpo .deps/netdb.Plo
/bin/sh ../libtool --tag=CC --mode=link /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc -O2 -march=armv7-a -mtune=cortex-a7 -ffast-math -fPIC -fgraphite-identity -ftree-loop-distribution -floop-interchange -floop-strip-mine -floop-block -mfloat-abi=hard -mfpu=neon -Wall -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/include -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/lib -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/lib -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/lib -o libmocklibc.la -rpath /usr/lib pwd.lo grp.lo netdb.lo netgroup.lo
netgroup-debug.c: In function 'netgroup_debug_print_entry':
netgroup-debug.c:25:3: warning: implicit declaration of function 'print_indent' [-Wimplicit-function-declaration]
print_indent(stream, indent);
^
mv -f .deps/netgroup-debug.Tpo .deps/netgroup-debug.Po
libtool: link: /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc -shared -fPIC -DPIC .libs/pwd.o .libs/grp.o .libs/netdb.o .libs/netgroup.o -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/lib -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/lib -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/lib -O2 -march=armv7-a -mtune=cortex-a7 -mfloat-abi=hard -mfpu=neon -Wl,-soname -Wl,libmocklibc.so.0 -o .libs/libmocklibc.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libmocklibc.so.0" && ln -s "libmocklibc.so.0.0.0" "libmocklibc.so.0")
libtool: link: (cd ".libs" && rm -f "libmocklibc.so" && ln -s "libmocklibc.so.0.0.0" "libmocklibc.so")
libtool: link: ( cd ".libs" && rm -f "libmocklibc.la" && ln -s "../libmocklibc.la" "libmocklibc.la" )
/bin/sh ../libtool --tag=CC --mode=link /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc -O2 -march=armv7-a -mtune=cortex-a7 -ffast-math -fPIC -fgraphite-identity -ftree-loop-distribution -floop-interchange -floop-strip-mine -floop-block -mfloat-abi=hard -mfpu=neon -Wall -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/include -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/lib -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/lib -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/lib -o mocklibc-debug-netgroup netgroup-debug.o libmocklibc.la
libtool: link: /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc -O2 -march=armv7-a -mtune=cortex-a7 -ffast-math -fPIC -fgraphite-identity -ftree-loop-distribution -floop-interchange -floop-strip-mine -floop-block -mfloat-abi=hard -mfpu=neon -Wall -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/include -o .libs/mocklibc-debug-netgroup netgroup-debug.o -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/lib -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/lib -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/lib ./.libs/libmocklibc.so
make[6]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test/mocklibc/src'
Making all in bin
make[6]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test/mocklibc/bin'
sed -e 's|@libdir[@]|/usr/lib|g' -e 's|@libname[@]|libmocklibc.so|g' -e 's|@top_srcdir[@]|..|g' -e 's|@top_builddir[@]|..|g' ./mocklibc.in > mocklibc
chmod a+x mocklibc
make[6]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test/mocklibc/bin'
make[6]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test/mocklibc'
make[6]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test/mocklibc'
make[5]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test/mocklibc'
make[4]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test/mocklibc'
Making all in .
make[4]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test'
Making all in polkit
make[4]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test/polkit'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test/polkit'
Making all in polkitbackend
make[4]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test/polkitbackend'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test/polkitbackend'
make[3]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/test'
make[3]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104'
make[3]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104'
make[2]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104'
make[1]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104'
make[1]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104'
Making install in actions
make[2]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/actions'
make[3]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/actions'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/polkit-1/actions" || /bin/mkdir -p "/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/share/polkit-1/actions"
/usr/bin/install -c -m 644 org.freedesktop.policykit.policy '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/share/polkit-1/actions'
make[3]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/actions'
make[2]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/actions'
Making install in data
make[2]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/data'
make[3]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/data'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/etc/dbus-1/system.d" || /bin/mkdir -p "/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/etc/dbus-1/system.d"
test -z "" || /bin/mkdir -p "/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install"
test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/lib/pkgconfig"
test -z "/usr/share/dbus-1/system-services" || /bin/mkdir -p "/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/share/dbus-1/system-services"
/usr/bin/install -c -m 644 org.freedesktop.PolicyKit1.service '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/share/dbus-1/system-services'
/usr/bin/install -c -m 644 org.freedesktop.PolicyKit1.conf '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/etc/dbus-1/system.d'
/usr/bin/install -c -m 644 polkit-gobject-1.pc polkit-backend-1.pc polkit-agent-1.pc '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/lib/pkgconfig'
make[3]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/data'
make[2]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/data'
Making install in src
make[2]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src'
Making install in polkit
make[3]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkit'
make install-am
make[4]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkit'
make[5]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkit'
test -z "/usr/lib" || /bin/mkdir -p "/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/lib"
test -z "" || /bin/mkdir -p "/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install"
test -z "/usr/include/polkit-1/polkit" || /bin/mkdir -p "/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/include/polkit-1/polkit"
test -z "" || /bin/mkdir -p "/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install"
/usr/bin/install -c -m 644 polkit.h polkitprivate.h polkittypes.h polkitenumtypes.h polkitactiondescription.h polkitauthorityfeatures.h polkitdetails.h polkitauthority.h polkiterror.h polkitsubject.h polkitunixprocess.h polkitunixsession.h polkitsystembusname.h polkitidentity.h polkitunixuser.h polkitunixgroup.h polkitunixnetgroup.h polkitauthorizationresult.h polkitcheckauthorizationflags.h polkitimplicitauthorization.h polkittemporaryauthorization.h polkitpermission.h '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/include/polkit-1/polkit'
/bin/sh ../../libtool --mode=install /usr/bin/install -c libpolkit-gobject-1.la '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/lib'
libtool: install: /usr/bin/install -c .libs/libpolkit-gobject-1.so.0.0.0 /home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/lib/libpolkit-gobject-1.so.0.0.0
libtool: install: (cd /home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/lib && { ln -s -f libpolkit-gobject-1.so.0.0.0 libpolkit-gobject-1.so.0 || { rm -f libpolkit-gobject-1.so.0 && ln -s libpolkit-gobject-1.so.0.0.0 libpolkit-gobject-1.so.0; }; })
libtool: install: (cd /home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/lib && { ln -s -f libpolkit-gobject-1.so.0.0.0 libpolkit-gobject-1.so || { rm -f libpolkit-gobject-1.so && ln -s libpolkit-gobject-1.so.0.0.0 libpolkit-gobject-1.so; }; })
libtool: install: /usr/bin/install -c .libs/libpolkit-gobject-1.lai /home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/lib/libpolkit-gobject-1.la
libtool: install: warning: remember to runlibtool --finish /usr/lib' make[5]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkit' make[4]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkit' make[3]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkit' Making install in polkitbackend make[3]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkitbackend' make[4]: Entering directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkitbackend' test -z "/usr/lib" || /bin/mkdir -p "/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/lib" test -z "/usr/include/polkit-1/polkitbackend" || /bin/mkdir -p "/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/include/polkit-1/polkitbackend" test -z "/etc/polkit-1/localauthority.conf.d" || /bin/mkdir -p "/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/etc/polkit-1/localauthority.conf.d" /usr/bin/install -c -m 644 50-localauthority.conf '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/etc/polkit-1/localauthority.conf.d' /bin/sh ../../libtool --mode=install /usr/bin/install -c libpolkit-backend-1.la '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/lib' /usr/bin/install -c -m 644 polkitbackend.h polkitbackendtypes.h polkitbackendauthority.h polkitbackendinteractiveauthority.h polkitbackendlocalauthority.h polkitbackendactionlookup.h '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install/usr/include/polkit-1/polkitbackend' libtool: install: warning: relinking libpolkit-backend-1.la'
libtool: install: (cd /home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkitbackend; /bin/sh /home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/libtool --silent --tag CC --mode=relink /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/armv7-openbricks-linux-gnueabihf-gcc -D_POLKIT_COMPILATION -D_POLKIT_BACKEND_COMPILATION -pthread -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include/glib-2.0 -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/lib/glib-2.0/include -O2 -march=armv7-a -mtune=cortex-a7 -ffast-math -fPIC -fgraphite-identity -ftree-loop-distribution -floop-interchange -floop-strip-mine -floop-block -mfloat-abi=hard -mfpu=neon -Wall -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/include -I/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/include -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wformat -Wformat-security -export-symbols-regex "(^polkit
.
)" -Wl,--as-needed -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/lib -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/lib -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/lib -o libpolkit-backend-1.la -rpath /usr/lib libpolkit_backend_1_la-polkitbackendauthority.lo libpolkit_backend_1_la-polkitbackendinteractiveauthority.lo libpolkit_backend_1_la-polkitbackendlocalauthority.lo libpolkit_backend_1_la-polkitbackendactionpool.lo libpolkit_backend_1_la-polkitbackendconfigsource.lo libpolkit_backend_1_la-polkitbackendactionlookup.lo libpolkit_backend_1_la-polkitbackendlocalauthorizationstore.lo libpolkit_backend_1_la-polkitbackendsessionmonitor.lo -L/home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/armv7-openbricks-linux-gnueabihf/sysroot/usr/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl ../../src/polkit/libpolkit-gobject-1.la -lexpat -inst-prefix-dir /home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/.install)
/usr/lib/libpolkit-gobject-1.so: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
libtool: install: error: relink`libpolkit-backend-1.la' with the above command before installing it
Makefile:424: recipe for target 'install-libLTLIBRARIES' failed
make[4]: *** [install-libLTLIBRARIES] Error 1
make[4]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkitbackend'
Makefile:713: recipe for target 'install-am' failed
make[3]: *** [install-am] Error 2
make[3]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src/polkitbackend'
Makefile:320: recipe for target 'install-recursive' failed
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104/src'
Makefile:366: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/michael/build/openbricks/build/build.cubietruck.eglibc/polkit-0.104'
Makefile:51: recipe for target 'rootfs' failed
make: *** [rootfs] Error 2

Le 20/11/2014 00:58, Michael a écrit :

|/usr/lib/libpolkit-gobject-1.so: file not recognized: File format not
recognized|
I just checked this, and it works here, maybe because I have no
libpolkit-gobject-1.so file /usr/lib
....
Looking if we can do something

Looks like a problem with concurrent make processes. Try with MAKEFLAGS=-j1:

--- a/packages/system/polkit/build
+++ b/packages/system/polkit/build
@@ -11,5 +11,6 @@ do_configure --disable-man-pages \
              --with-authfw=shadow \
              --with-os-type=redhat \

+export MAKEFLAGS=-j1
 make
 make_install

MAKEFLAGS=-j1 did not do the trick

is polkit using libs form the system? (x86_64)

/usr/lib/libpolkit-gobject-1.so: file not recognized: File format not recognized

No it should not. Can you try do create 'packages/system/polkit/patches/' and put this file there.
It's a hack that might fail as well as we still have a bad -rlink option, but worth a try...

with your patch polkit has build ... thx
i will test the finale-image tomorrow