* Re: [oe-commits] org.oe.dev conf/distro/include/angstrom-2007-preferred-versions.inc: add file for locking down almost every package [not found] <E1Iinn8-0004il-BP@linuxtogo.org> @ 2007-10-19 10:09 ` pHilipp Zabel 2007-10-19 12:21 ` Koen Kooi 0 siblings, 1 reply; 4+ messages in thread From: pHilipp Zabel @ 2007-10-19 10:09 UTC (permalink / raw) To: openembedded-devel On 10/19/07, koen commit <openembedded-commits@lists.openembedded.org> wrote: > conf/distro/include/angstrom-2007-preferred-versions.inc: add file for locking down almost every package > > ** THIS WILL BE INCLUDED SOON -- REVIEW IT!!! ** [...] > +PREFERRED_VERSION_bochs ?="2.1" > +PREFERRED_VERSION_bogofilter ?="0.96.0" > +PREFERRED_VERSION_bonnie ?="" bonnie++ ? [...] > +PREFERRED_VERSION_dbus ?="1.0.2" > +PREFERRED_VERSION_dbus-c ?="" > +PREFERRED_VERSION_dbus-c ?="" dbus-c++ ? regards Philipp ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe-commits] org.oe.dev conf/distro/include/angstrom-2007-preferred-versions.inc: add file for locking down almost every package 2007-10-19 10:09 ` [oe-commits] org.oe.dev conf/distro/include/angstrom-2007-preferred-versions.inc: add file for locking down almost every package pHilipp Zabel @ 2007-10-19 12:21 ` Koen Kooi 2007-10-19 13:32 ` Koen Kooi 2007-10-21 23:22 ` [oe-commits] org.oe.dev conf/distro/include/angstrom-2007-preferred-versions.inc: add Richard Purdie 0 siblings, 2 replies; 4+ messages in thread From: Koen Kooi @ 2007-10-19 12:21 UTC (permalink / raw) To: openembedded-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 pHilipp Zabel schreef: > On 10/19/07, koen commit <openembedded-commits@lists.openembedded.org> wrote: >> conf/distro/include/angstrom-2007-preferred-versions.inc: add file for locking down almost every package >> >> ** THIS WILL BE INCLUDED SOON -- REVIEW IT!!! ** > [...] >> +PREFERRED_VERSION_bochs ?="2.1" >> +PREFERRED_VERSION_bogofilter ?="0.96.0" >> +PREFERRED_VERSION_bonnie ?="" > > bonnie++ ? > > [...] >> +PREFERRED_VERSION_dbus ?="1.0.2" >> +PREFERRED_VERSION_dbus-c ?="" >> +PREFERRED_VERSION_dbus-c ?="" > > dbus-c++ ? yeah, it breaks on any PV with a '+' in it :( Incidentally, it also uncovers a bitbake bug: Traceback (most recent call last): File "/data/build/oe/bitbake/bin/bitbake", line 134, in <module> main() File "/data/build/oe/bitbake/bin/bitbake", line 131, in main cooker.cook() File "/data/build/oe/bitbake/lib/bb/cooker.py", line 565, in cook return self.buildTargets(pkgs_to_build) File "/data/build/oe/bitbake/lib/bb/cooker.py", line 470, in buildTargets taskdata.add_unresolved(localdata, self.status) File "/data/build/oe/bitbake/lib/bb/taskdata.py", line 509, in add_unresolved self.add_provider_internal(cfgData, dataCache, target) File "/data/build/oe/bitbake/lib/bb/taskdata.py", line 360, in add_provider_internal eligible, foundUnique = bb.providers.filterProviders(all_p, item, cfgData, dataCache) File "/data/build/oe/bitbake/lib/bb/providers.py", line 254, in filterProviders eligible = _filterProviders(providers, item, cfgData, dataCache) File "/data/build/oe/bitbake/lib/bb/providers.py", line 231, in _filterProviders newver = "%s-%s" % (newvers[1], newvers[2]) IndexError: string index out of range for thing like wirelesstool ('28') and jpeg '6b', it seems to access teh nevers[] array out of bounds. regards, Koen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFHGKFHMkyGM64RGpERAk0hAKC3MfD/V0ZRBdHwocdY+fKteQzkuACgux/w 09gGusFRO78mVxdWGFtvc3s= =q2Dj -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe-commits] org.oe.dev conf/distro/include/angstrom-2007-preferred-versions.inc: add file for locking down almost every package 2007-10-19 12:21 ` Koen Kooi @ 2007-10-19 13:32 ` Koen Kooi 2007-10-21 23:22 ` [oe-commits] org.oe.dev conf/distro/include/angstrom-2007-preferred-versions.inc: add Richard Purdie 1 sibling, 0 replies; 4+ messages in thread From: Koen Kooi @ 2007-10-19 13:32 UTC (permalink / raw) To: openembedded-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Koen Kooi schreef: > pHilipp Zabel schreef: >> On 10/19/07, koen commit <openembedded-commits@lists.openembedded.org> wrote: >>> conf/distro/include/angstrom-2007-preferred-versions.inc: add file for locking down almost every package >>> >>> ** THIS WILL BE INCLUDED SOON -- REVIEW IT!!! ** >> [...] >>> +PREFERRED_VERSION_bochs ?="2.1" >>> +PREFERRED_VERSION_bogofilter ?="0.96.0" >>> +PREFERRED_VERSION_bonnie ?="" >> bonnie++ ? > >> [...] >>> +PREFERRED_VERSION_dbus ?="1.0.2" >>> +PREFERRED_VERSION_dbus-c ?="" >>> +PREFERRED_VERSION_dbus-c ?="" >> dbus-c++ ? > > yeah, it breaks on any PV with a '+' in it :( PN that is /me gets some more coffee -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFHGLHjMkyGM64RGpERAkWgAKCc+y3nDH6mN9Fggir421CBFEwWNACgh30G tGSGKxsXsAviiY0HSeT/f0w= =xiw9 -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe-commits] org.oe.dev conf/distro/include/angstrom-2007-preferred-versions.inc: add 2007-10-19 12:21 ` Koen Kooi 2007-10-19 13:32 ` Koen Kooi @ 2007-10-21 23:22 ` Richard Purdie 1 sibling, 0 replies; 4+ messages in thread From: Richard Purdie @ 2007-10-21 23:22 UTC (permalink / raw) To: openembedded-devel On Fri, 2007-10-19 at 14:21 +0200, Koen Kooi wrote: > > [...] > >> +PREFERRED_VERSION_dbus ?="1.0.2" > >> +PREFERRED_VERSION_dbus-c ?="" > >> +PREFERRED_VERSION_dbus-c ?="" > > > > dbus-c++ ? > > yeah, it breaks on any PV with a '+' in it :( Can you give an example? I can't seem to break that here... > Incidentally, it also uncovers a bitbake bug: > > Traceback (most recent call last): > File "/data/build/oe/bitbake/bin/bitbake", line 134, in <module> > main() > File "/data/build/oe/bitbake/bin/bitbake", line 131, in main > cooker.cook() > File "/data/build/oe/bitbake/lib/bb/cooker.py", line 565, in cook > return self.buildTargets(pkgs_to_build) > File "/data/build/oe/bitbake/lib/bb/cooker.py", line 470, in buildTargets > taskdata.add_unresolved(localdata, self.status) > File "/data/build/oe/bitbake/lib/bb/taskdata.py", line 509, in > add_unresolved > self.add_provider_internal(cfgData, dataCache, target) > File "/data/build/oe/bitbake/lib/bb/taskdata.py", line 360, in > add_provider_internal > eligible, foundUnique = bb.providers.filterProviders(all_p, item, > cfgData, dataCache) > File "/data/build/oe/bitbake/lib/bb/providers.py", line 254, in > filterProviders > eligible = _filterProviders(providers, item, cfgData, dataCache) > File "/data/build/oe/bitbake/lib/bb/providers.py", line 231, in > _filterProviders > newver = "%s-%s" % (newvers[1], newvers[2]) > IndexError: string index out of range > > > for thing like wirelesstool ('28') and jpeg '6b', it seems to access teh > nevers[] array out of bounds. Hopefully this and a raft of other bugs (like the weird bitbake -s output) should be fixed now. Cheers, Richard ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-10-21 23:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1Iinn8-0004il-BP@linuxtogo.org>
2007-10-19 10:09 ` [oe-commits] org.oe.dev conf/distro/include/angstrom-2007-preferred-versions.inc: add file for locking down almost every package pHilipp Zabel
2007-10-19 12:21 ` Koen Kooi
2007-10-19 13:32 ` Koen Kooi
2007-10-21 23:22 ` [oe-commits] org.oe.dev conf/distro/include/angstrom-2007-preferred-versions.inc: add Richard Purdie
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.