Hello, everyone.
I have Banana Pi and I'd like to use the usbipd functionality.
The package in ubuntu is heavily outdated.
I downloaded the linux-sunxi sources and tried to compile the userspace 
programs.
Did simple
./autogen.sh
resulting in
+ autoreconf -i -f -v
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
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: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:16: installing './compile'
configure.ac:16: installing './config.guess'
configure.ac:16: installing './config.sub'
configure.ac:15: installing './install-sh'
configure.ac:15: installing './missing'
libsrc/Makefile.am: installing './depcomp'
autoreconf: Leaving directory `.'
Which seems about right.
But, when trying to do
sudo ./configure --prefix=/usr --sysconfdir=/etc
I end up with error message
./configure: line 13033: syntax error near unexpected token `PACKAGE,'
./configure: line 13033: `PKG_CHECK_MODULES(PACKAGE, glib-2.0 >= 
$GLIB2_REQUIRED)'
I did my fair share of googling, I even browsed the main kernel tree (the 
package has been moved from staging to direct tree already and the 
userspace is removed there).
But I cannot find anyone with similar problem or any advice on resolution.
Can, perhaps, someone share their experience with building usbip 
functionality?

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to