On (15/08/10 23:25), Mike Westerhof wrote: > Frans Meulenbroeks wrote: > ... > > Anyway, if there are issues because of this action, or if you feel > > removal of a recipe was not in accordance with the TSC guidelines, let > > me know and I'll repair. > > Well, here's the first one, docbook-sgml-dtd-3.1-native, full log below:
heh I am running into same problem when building from scratch :) This is my temporary fix that I am building with now at least it goes thru parse stage. I havent looked the effects of bumping up this dependency version yet. May be its ok may be it is wrong. diff --git a/recipes/docbook-utils/docbook-utils-native_0.6.14.bb b/recipes/docbook-utils/docbook-utils-native_0.6.14.bb index 595aa50..52c2ebb 100644 --- a/recipes/docbook-utils/docbook-utils-native_0.6.14.bb +++ b/recipes/docbook-utils/docbook-utils-native_0.6.14.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" PR = "r2" -DEPENDS = "openjade-native sgmlspl-native docbook-dsssl-stylesheets-native docbook-sgml-dtd-3.1-native" +DEPENDS = "openjade-native sgmlspl-native docbook-dsssl-stylesheets-native docbook-sgml-dtd-4.4-native" SRC_URI = "ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-${PV}.tar.gz" S = "${WORKDIR}/docbook-utils-${PV}" > > . ./setup-env; exec bitbake -k "slugos-packages" > NOTE: Handling BitBake files: / (7840/7840) [100 %] > NOTE: Parsing finished. 7266 cached, 496 parsed, 78 skipped, 1 masked. > NOTE: Resolving any missing task queue dependencies > NOTE: multiple providers are available for u-boot (u-boot, > u-boot-omap3pandora); > NOTE: consider defining PREFERRED_PROVIDER_u-boot > ERROR: '[]' RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity > 'virtual/arm-linux-gnueabi-gcc-2.95' but it wasn't found in any PACKAGE or > RPROVIDES variables > NOTE: Runtime target 'virtual/arm-linux-gnueabi-gcc-2.95' is unbuildable, > removing... > Missing or unbuildable dependency chain was: > ['virtual/arm-linux-gnueabi-gcc-2.95'] > ERROR: '[]' RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity > 'virtual/arm-linux-gnueabi-depmod-' but it wasn't found in any PACKAGE or > RPROVIDES variables > NOTE: Runtime target 'virtual/arm-linux-gnueabi-depmod-' is unbuildable, > removing... > Missing or unbuildable dependency chain was: > ['virtual/arm-linux-gnueabi-depmod-'] > ERROR: '[]' RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity > 'virtual/arm-linux-gnueabi-depmod-1.0' but it wasn't found in any PACKAGE or > RPROVIDES variables > NOTE: Runtime target 'virtual/arm-linux-gnueabi-depmod-1.0' is unbuildable, > removing... > Missing or unbuildable dependency chain was: > ['virtual/arm-linux-gnueabi-depmod-1.0'] > NOTE: Runtime target 'iputils-arping' is unbuildable, removing... > Missing or unbuildable dependency chain was: ['iputils-arping', > 'docbook-utils-native', 'docbook-sgml-dtd-3.1-native'] > NOTE: Runtime target 'task-proper-tools' is unbuildable, removing... > Missing or unbuildable dependency chain was: ['task-proper-tools', > 'iputils-arping', 'docbook-utils-native', 'docbook-sgml-dtd-3.1-native'] > NOTE: Runtime target 'iputils-ping6' is unbuildable, removing... > Missing or unbuildable dependency chain was: ['iputils-ping6', > 'docbook-utils-native', 'docbook-sgml-dtd-3.1-native'] > NOTE: Runtime target 'iputils-ping' is unbuildable, removing... > Missing or unbuildable dependency chain was: ['iputils-ping', > 'docbook-utils-native', 'docbook-sgml-dtd-3.1-native'] > NOTE: Runtime target 'iputils' is unbuildable, removing... > Missing or unbuildable dependency chain was: ['iputils', > 'docbook-utils-native', 'docbook-sgml-dtd-3.1-native'] > ERROR: '[]' RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity > 'docbook-sgml-dtd-3.1-native' but it wasn't found in any PACKAGE or RPROVIDES > variables > NOTE: Runtime target 'docbook-sgml-dtd-3.1-native' is unbuildable, removing... > Missing or unbuildable dependency chain was: ['docbook-sgml-dtd-3.1-native'] > NOTE: Preparing runqueue > ERROR: All buildable tasks have been run but the build is incomplete > (--continue mode). Errors for the tasks that failed will have been printed > above. > > > -Mike (mwester) > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
