[oe] [poky]: libusb1_1.0.18.bb: configure: error: "udev support requested but libudev not installed"

2014-05-17 Thread Elvis Dowson
Hi,

The following commit in poky/oe-core master branch, causes a build error due to 
libusb1_1.0.18.bb: 

configure: error: "udev support requested but libudev not installed”

commit: 
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=67448158c7ef03119a5065bc62cf90e886f5c564

Reverting this commit allows the build to proceed.

Here is the full log:

Build Configuration:
BB_VERSION= "1.23.1"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-12.10"
TARGET_SYS= "arm-poky-linux-gnueabi"
MACHINE   = "zc706-zynq7"
DISTRO= "poky"
DISTRO_VERSION= "1.6+snapshot-20140517"
TUNE_FEATURES = " arm armv7a vfp neon zynq"
TARGET_FPU= "vfp-neon"
meta  
meta-yocto
meta-yocto-bsp= "master:874d81a5ebb6395b0d65d0082471287e522d0c47"
meta-xilinx   = "master:869cba51d3db7909077ad0f066b784ebfd3b092d"
meta-xilinx-community = "master:b93b7ccfa7bddbe7f5fb280e24b7ddccd78c09ff"

NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Function failed: do_configure (log file is located at 
/tool/yocto/build/zc706/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/libusb1/1.0.18-r0/temp/log.do_configure.13881)
ERROR: Logfile of failure stored in: 
/tool/yocto/build/zc706/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/libusb1/1.0.18-r0/temp/log.do_configure.13881
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 
'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
| DEBUG: Executing shell function autotools_preconfigure
| DEBUG: Shell function autotools_preconfigure finished
| DEBUG: Executing python function autotools_copy_aclocals
| DEBUG: Python function autotools_copy_aclocals finished
| DEBUG: Executing shell function do_configure
| automake (GNU automake) 1.14.1
| Copyright (C) 2013 Free Software Foundation, Inc.
| License GPLv2+: GNU GPL version 2 or later 

| This is free software: you are free to change and redistribute it.
| There is NO WARRANTY, to the extent permitted by law.
| 
| Written by Tom Tromey 
|and Alexandre Duret-Lutz .
| AUTOV is 1.14
| NOTE: Executing ACLOCAL="aclocal 
--system-acdir=/tool/yocto/build/zc706/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/libusb1/1.0.18-r0/build/aclocal-copy/
 
--automake-acdir=/tool/yocto/build/zc706/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.14"
 autoreconf --verbose --install --force --exclude=autopoint
| autoreconf: Entering directory `.'
| autoreconf: configure.ac: not using Gettext
| autoreconf: running: aclocal 
--system-acdir=/tool/yocto/build/zc706/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/libusb1/1.0.18-r0/build/aclocal-copy/
 
--automake-acdir=/tool/yocto/build/zc706/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.14
 --force -I m4
| autoreconf: configure.ac: tracing
| autoreconf: running: libtoolize --copy --force
| libtoolize: putting auxiliary files in `.'.
| libtoolize: copying file `./ltmain.sh'
| libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
| libtoolize: copying file `m4/libtool.m4'
| libtoolize: copying file `m4/ltoptions.m4'
| libtoolize: copying file `m4/ltsugar.m4'
| libtoolize: copying file `m4/ltversion.m4'
| libtoolize: copying file `m4/lt~obsolete.m4'
| autoreconf: running: 
/tool/yocto/build/zc706/tmp/sysroots/x86_64-linux/usr/bin/autoconf --force
| autoreconf: running: 
/tool/yocto/build/zc706/tmp/sysroots/x86_64-linux/usr/bin/autoheader --force
| autoreconf: running: automake --foreign --add-missing --copy --force-missing
| autoreconf: running: gnu-configize
| autoreconf: Leaving directory `.'
| NOTE: Running 
/tool/yocto/build/zc706/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/libusb1/1.0.18-r0/libusb-1.0.18/configure
  --build=x86_64-linux   --host=arm-poky-linux-gnueabi  
 --target=arm-poky-linux-gnueabi --prefix=/usr  
 --exec_prefix=/usr  --bindir=/usr/bin   
--sbindir=/usr/sbin --libexecdir=/usr/lib/libusb1   
--datadir=/usr/share--sysconfdir=/etc   
--sharedstatedir=/com   --localstatedir=/var
--libdir=/usr/lib   --includedir=/usr/include   
--oldincludedir=/usr/include--infodir=/usr/share/info   
--mandir=/usr/share/man --disable-silent-rules  
--disable-dependency-tracking   
--with-libtool-sysroot=/tool/yocto/build/zc706/tmp/sysroots/zc706-zynq7 
--libdir=/lib
| configure: loading site script /tool/yocto/poky/meta/site/endian-little
| configure: loading site script /tool/yocto/poky/meta/site/arm-common
| configure: loading site script /tool/yocto/poky/meta/site/common-linux
| configure: loading site script /tool/yocto/poky/meta/site/common-glibc
| configure

Re: [oe] [poky]: libusb1_1.0.18.bb: configure: error: "udev support requested but libudev not installed"

2014-05-20 Thread Lewis, Nick
>configure: error: "udev support requested but libudev not installed"

We are seeing the same problem.
This may be because the patch "libusb1: disable floating dependency on udev" 
has not been committed.
May I please request this is done soon as our autobuilder has been broken for 4 
nights now

--
Nick






The details of this company are as follows:
G4S Technology Limited, Registered Office: Challenge House, International 
Drive, Tewkesbury, Gloucestershire GL20 8UQ, Registered in England No. 2382338.

This communication may contain information which is confidential, personal 
and/or privileged.

It is for the exclusive use of the intended recipient(s).
If you are not the intended recipient(s), please note that any distribution, 
forwarding, copying or use of this communication or the information in it is 
strictly prohibited.

Any personal views expressed in this e-mail are those of the individual sender 
and the company does not endorse or accept responsibility for them.

Prior to taking any action based upon this e-mail message, you should seek 
appropriate confirmation of its authenticity.

This e-mail has been scanned for all viruses by MessageLabs.
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [poky]: libusb1_1.0.18.bb: configure: error: "udev support requested but libudev not installed"

2014-05-21 Thread Paul Eggleton
Hi Nick,

On Tuesday 20 May 2014 11:09:00 Lewis, Nick wrote:
> >configure: error: "udev support requested but libudev not installed"
> 
> We are seeing the same problem.
> This may be because the patch "libusb1: disable floating dependency on udev"
> has not been committed. May I please request this is done soon as our
> autobuilder has been broken for 4 nights now

FYI the fix for this issue is now merged as of yesterday.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [poky]: libusb1_1.0.18.bb: configure: error: "udev support requested but libudev not installed"

2014-05-21 Thread Lewis, Nick
> FYI the fix for this issue is now merged as of yesterday.
Thx - our autobuilder worked fine last night
--
Nick

The details of this company are as follows:
G4S Technology Limited, Registered Office: Challenge House, International 
Drive, Tewkesbury, Gloucestershire GL20 8UQ, Registered in England No. 2382338.

This communication may contain information which is confidential, personal 
and/or privileged.

It is for the exclusive use of the intended recipient(s).
If you are not the intended recipient(s), please note that any distribution, 
forwarding, copying or use of this communication or the information in it is 
strictly prohibited.

Any personal views expressed in this e-mail are those of the individual sender 
and the company does not endorse or accept responsibility for them.

Prior to taking any action based upon this e-mail message, you should seek 
appropriate confirmation of its authenticity.

This e-mail has been scanned for all viruses by MessageLabs.
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel