All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe] bitbake udev fails at parse ( util-linux-blkid missing )
@ 2011-10-10 22:48 Andreas Müller
  2011-10-11  5:54 ` Khem Raj
  2011-10-11 19:26 ` Koen Kooi
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Müller @ 2011-10-10 22:48 UTC (permalink / raw)
  To: openembedded-devel

Hi

with latest pulls I get after pseudo pre run:

OE Build Configuration:
BB_VERSION        = "1.13.3"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "overo"
DISTRO            = "angstrom"
DISTRO_VERSION    = "v2011.10-core"
TUNE_FEATURES     = "armv7a vfp neon cortexa8"
TARGET_FPU        = "vfp-neon"
meta-angstrom     = "master:4f06c3f0376e0704210a2e61005748f168369d07"
meta-oe           
meta-efl          
meta-gpe          
meta-gnome        
meta-xfce         = "master:9278fe715d5eebd16af1a2d20a92255744913dbb"
meta-texasinstruments = "master:7a45605f91536519a53e6f18dedee5f1f62d88e0"
meta-efikamx      = "master:2ef47fdd4e8232d766c0c63d9427253ee56e31d0"
meta-nslu2        = "master:9080394ae0a040dd7b05ac49f9480e4d71631b55"
meta-htc          
meta-nokia        
meta-openmoko     
meta-palm         = "master:7d12d5c09a5303952c2ffa22aa2f0274025f9fc2"
meta-sugarbay     
meta-crownbay     
meta-emenlow      
meta-fishriver    
meta-jasperforest 
meta-n450         = "master:e0e52850cf5f84fb4ee1bfa15571aaf61e068450"
meta              = "master:4732222c46652951e66aae377631f4a361179d8f"
meta-freescale    = "master:8716233e1c13e8c49096c4606f836275ee22009a"
meta-gumstix      = "master:d721d7815c7f4706401f4cef9c1f0a535e056d08"

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'util-linux-blkid' (but /home/Superandy/data/oe-core/sources/meta-openembedded/meta-oe/recipes-core/udev/udev_173.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'util-linux-blkid' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['util-linux-blkid']
ERROR: Required build target 'udev' has no buildable providers.
Missing or unbuildable dependency chain was: ['udev', 'util-linux-blkid']

Could somebody take care please?

Andreas



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-oe] bitbake udev fails at parse ( util-linux-blkid missing )
  2011-10-10 22:48 [meta-oe] bitbake udev fails at parse ( util-linux-blkid missing ) Andreas Müller
@ 2011-10-11  5:54 ` Khem Raj
  2011-10-11 19:26 ` Koen Kooi
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2011-10-11  5:54 UTC (permalink / raw)
  To: openembedded-devel

On 10/10/2011 3:48 PM, Andreas Müller wrote:
> Hi
>
> with latest pulls I get after pseudo pre run:
>
> OE Build Configuration:
> BB_VERSION        = "1.13.3"
> TARGET_ARCH       = "arm"
> TARGET_OS         = "linux-gnueabi"
> MACHINE           = "overo"
> DISTRO            = "angstrom"
> DISTRO_VERSION    = "v2011.10-core"
> TUNE_FEATURES     = "armv7a vfp neon cortexa8"
> TARGET_FPU        = "vfp-neon"
> meta-angstrom     = "master:4f06c3f0376e0704210a2e61005748f168369d07"
> meta-oe
> meta-efl
> meta-gpe
> meta-gnome
> meta-xfce         = "master:9278fe715d5eebd16af1a2d20a92255744913dbb"
> meta-texasinstruments = "master:7a45605f91536519a53e6f18dedee5f1f62d88e0"
> meta-efikamx      = "master:2ef47fdd4e8232d766c0c63d9427253ee56e31d0"
> meta-nslu2        = "master:9080394ae0a040dd7b05ac49f9480e4d71631b55"
> meta-htc
> meta-nokia
> meta-openmoko
> meta-palm         = "master:7d12d5c09a5303952c2ffa22aa2f0274025f9fc2"
> meta-sugarbay
> meta-crownbay
> meta-emenlow
> meta-fishriver
> meta-jasperforest
> meta-n450         = "master:e0e52850cf5f84fb4ee1bfa15571aaf61e068450"
> meta              = "master:4732222c46652951e66aae377631f4a361179d8f"
> meta-freescale    = "master:8716233e1c13e8c49096c4606f836275ee22009a"
> meta-gumstix      = "master:d721d7815c7f4706401f4cef9c1f0a535e056d08"
>
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing RPROVIDES 'util-linux-blkid' (but /home/Superandy/data/oe-core/sources/meta-openembedded/meta-oe/recipes-core/udev/udev_173.bb RDEPENDS on or otherwise requires it)
> NOTE: Runtime target 'util-linux-blkid' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['util-linux-blkid']
> ERROR: Required build target 'udev' has no buildable providers.
> Missing or unbuildable dependency chain was: ['udev', 'util-linux-blkid']
>
> Could somebody take care please?

It should be fixed when

http://patches.openembedded.org/patch/12969/

is applied to oe-core. Until then cherry-pick it
if you have the pw-am.sh script from oe.dev then

pw-am.sh 12969





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-oe] bitbake udev fails at parse ( util-linux-blkid missing )
  2011-10-10 22:48 [meta-oe] bitbake udev fails at parse ( util-linux-blkid missing ) Andreas Müller
  2011-10-11  5:54 ` Khem Raj
@ 2011-10-11 19:26 ` Koen Kooi
  1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2011-10-11 19:26 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 11-10-11 00:48, Andreas Müller schreef:
> Hi
> 
> with latest pulls I get after pseudo pre run:
> 
> OE Build Configuration: BB_VERSION        = "1.13.3" TARGET_ARCH       =
> "arm" TARGET_OS         = "linux-gnueabi" MACHINE           = "overo" 
> DISTRO            = "angstrom" DISTRO_VERSION    = "v2011.10-core" 
> TUNE_FEATURES     = "armv7a vfp neon cortexa8" TARGET_FPU        =
> "vfp-neon" meta-angstrom     =
> "master:4f06c3f0376e0704210a2e61005748f168369d07" meta-oe meta-efl
>  meta-gpe meta-gnome meta-xfce         =
> "master:9278fe715d5eebd16af1a2d20a92255744913dbb" meta-texasinstruments =
> "master:7a45605f91536519a53e6f18dedee5f1f62d88e0" meta-efikamx      =
> "master:2ef47fdd4e8232d766c0c63d9427253ee56e31d0" meta-nslu2        =
> "master:9080394ae0a040dd7b05ac49f9480e4d71631b55" meta-htc meta-nokia
>  meta-openmoko meta-palm         =
> "master:7d12d5c09a5303952c2ffa22aa2f0274025f9fc2" meta-sugarbay 
> meta-crownbay meta-emenlow meta-fishriver meta-jasperforest meta-n450
> = "master:e0e52850cf5f84fb4ee1bfa15571aaf61e068450" meta              =
> "master:4732222c46652951e66aae377631f4a361179d8f" meta-freescale    =
> "master:8716233e1c13e8c49096c4606f836275ee22009a" meta-gumstix      =
> "master:d721d7815c7f4706401f4cef9c1f0a535e056d08"
> 
> NOTE: Resolving any missing task queue dependencies ERROR: Nothing
> RPROVIDES 'util-linux-blkid' (but
> /home/Superandy/data/oe-core/sources/meta-openembedded/meta-oe/recipes-core/udev/udev_173.bb
> RDEPENDS on or otherwise requires it) NOTE: Runtime target
> 'util-linux-blkid' is unbuildable, removing... Missing or unbuildable
> dependency chain was: ['util-linux-blkid'] ERROR: Required build target
> 'udev' has no buildable providers. Missing or unbuildable dependency
> chain was: ['udev', 'util-linux-blkid']
> 
> Could somebody take care please?

RP expedited the oe-core patch after I explained how I screwed up by pushing
the dependant patch to meta-oe first.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFOlJhKMkyGM64RGpERAkugAJ4iBJdGwysd5ifU0KBkfmAkqgn4mACglKkH
hEwk9hwHHB+7xQY5KQssee8=
=3CRP
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-11 19:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10 22:48 [meta-oe] bitbake udev fails at parse ( util-linux-blkid missing ) Andreas Müller
2011-10-11  5:54 ` Khem Raj
2011-10-11 19:26 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.