log.world.qemuarm.20160510_053348.log//bitbake.log MACHINE = "qemuarm" log.world.qemux86.20160510_053238.log//bitbake.log MACHINE = "qemux86" log.world.qemux86-64.20160510_072418.log//bitbake.log MACHINE = "qemux86-64" ==================== REPORT START ================== == Tested changes (not included in master yet) - bitbake == a95acbb world-image: add extra target c5e4506 bb.{cooker, data}: only emit a var as python if 'func' is set 71bfd5b bb.utils: let loaded plugins provide a plugin object 09f838d bb.utils: use imp.get_suffixes for load_plugins 99db61b bb.utils: add load_plugins from scriptutils b492836 bb.data_smart: use iter() for __len__ a3e5d93 bb.event: handle __builtins__ as a module e90cfc6 bb.build: handle __builtins__ as a module f368f5a bitbake: fetch2: Safer check for BB_ORIGENV datastore f62d9a3 toaster: bin/toaster Fix noweb command ef3c88a toaster: bin/toaster Add ability to specify port and address to bind to 4c0b1b9 toaster: bin/toaster Add help text for unrecognised command e329a93 bitake: main: fix line-too-long pytling warnings 5bfc8c0 bitbake: main: fix bad-continuation warnings c397702 bitbake: main: fix bad-witespace pylint warnings 87040be bitbake: main: set defaults from env variables bf604ec bitbake: main: add 2 environment variables f08651a toaster: customrecipe Only show download icon or button if it's possible bc30d1b toaster: orm Add get_base_recipe_file to CustomImageRecipe 309f590 bitbake: Switch to post release version 20ad1ea fetch2: export DBUS_SESSION_BUS_ADDRESS to support authentication agents c07f65f toaster-tests: tests for build dashboard 8c2aea3 toaster: add modal to select custom image for editing 4c49ffd toaster: add build dashboard buttons to edit/create custom images cea3488 toaster-tests: make helper click on input before entering text 21c1f8f toaster-tests: add tests for new custom image page 6919a2b toaster: prevent exception when Project.release is null 9abbb46 toaster: only prevent duplicate custom image names within a project dbb4f02 toaster: disable/enable "Add layer" button according to input's content b99e101 toaster: fix sorting after hiding a column in build tables 820761e toaster: ensure ToasterTable headings are reset when order by changes 2705b5f main: fix processing of BBEVENTLOG e917472 lib/bb/utils: add docstring for contains() 4ca651d bitbake-user-manual: Updated the 'bitbake -h' output example. 4397a02 bitbake-user-manual: Updated "Conditional Metadata" section 3f29ebe bitbake-user-manual: Updated discussion about using "inherit" 62eb39d providers: Add PREFERRED_RPROVIDER support c3fa7e5 providers: We don't depend on previous build results 1af0cca cooker/knotty: Prefix parse logs with filename being parsed 98a2c37 cooker: pass exception to finishAsyncCommand 96fc889 runqueue: Improve 'mulitiple .bb files are due to be built' message 66b7c7e toaster: fixes for customimage package not found 14ed41a data_smart: Restrict expansion regexp to not include : characters ece3a4d tests/utils.py: test origvalue in a callback matches what is expected 14f05cb lib/bb/utils.py: Fix a bug in edit_metadata() that could corrupt vars 292bffc Update version to 1.30.0 540c0c8 bitbake: update LICENSE file with QUnit details 81ccbf2 tests: browser Add test to run the js unit tests a0c1432 toaster: views jsunittest Add MACHINE and an extra layer to test project 6288a3b toaster: tests Set MACHINE for the test projects fc5024e toaster: Add quint to project so that it can be used offline 2f978dc toaster: add rev dep column to image detail pages f50fff0 buildinfohelper: work around unicode exceptions d056cf4 toasterui: update build in internal state c39cc46 buildinfohelper: fix KeyError 6c9e337 toaster: get bitbake location from BBBASEDIR 429d473 toaster: export BBBASEDIR variable bd9f897 toaster: update projectconf.html for DL_DIR and SSTATE_DIR 9f672d7 toaster: update view to support DL_DIR and SSTATE_DIR b54ec2d toaster: use empty token c382f55 toaster: runbuilds Clean up runbuilds 23d0a7f toaster: runbuilds Make runbuilds aware of the build CANCELLED state c3c29fd toaster: models Exclude the CANCELLED builds from get_number_of_builds 6b82ffc toaster: mrb_section template Add build cancel button a724d6a toaster: tables BuildsTable exclude cancelled builds d94d129 buildinfohelper: Add handler for cancelling a build 449598c toaster: bldcontrol models Add a cancelling state the BuildRequest 404f406 toaster: models Add cancelled state to build outcome e151511 toaster: update BuildEnvironmentController and BitbakeController 61a21d9 toaster: libtoaster Update implementation of startABuild and cancelABuild 0d76084 toaster: xhr Update the implementation of the build cancellation request 29572f0 toaster: Move xhr calls for starting and stopping builds 89dc2ee toaster: bldcontrol Add forceShutDown function to BitbakeController 9cd60f9 toasterui: shutdown on BuildCompleted event e435260 toaster: use bash explicitly 79611d0 toaster: fix jethro build 1271cf4 toaster: update conf/local.conf 062c68e toaster: stop bitbake server after the build 89fae3c toaster: add new parameter to _shellcmd aba8e19 toaster: reimplement triggerBuild 198bf7e toaster: modified setLayers API 669bb3f toaster: add brbe parameter to triggerBuild ef9e126 toaster: remove release API a8f986d toaster: remove startBBServer API 5d7cce0 toasterui: fix brbe reporting f6dcb1c buildinfohelper: improve handling of providermap f356c15 uievent: improve BBUIEventQueue code a0c8e2b toasterui: add brbe parameter to buildinfohelper 9ad6393 toaster: set BITBAKE_UI environment variable 7506719 toaster: get rid of noui option 3fbd853 toaster: don't start bitbake server 6140d0c fetch2/git.py: remove .indirectiondir workaround 09623a0 persist_data: Return str instead of unicode for sqlite3 text queries da444c9 siggen: Ensure tainted stamps are accounted for with writing custom stamps f80ba20 siggen: Fix nostamp taint handling 0f50a18 siggen: Add checksum recalculation/checking code 046c1be siggen: Fix check calculation problem with file_checksums a896f26 siggen: Drop misleading duplicate method 77747de tests/fetch.py: Improve unit tests for trusted network check ff603df fetch2: BB_ALLOWED_NETWORKS should not care about port numbers a6add0e toaster: orm better detect requires during CustomImageRecipe generation 691419e toaster: Correct typo on build form help text 3deebd8 toaster: buildinfohelper Add additional metadata to the built layer 20ce1e1 toaster: tests Migrate landing page tests to Selenium 0e5f45d toaster: tests Migrate all projects page tests to Selenium 3120493 toaster: tests Migrate project builds page tests to Selenium 4fda6be toaster: tests Migrate all builds page and project page tests to Selenium b7a377a toaster: tests Migrate to Selenium for UI tests 5549748 bitbake: Don't limit traceback lengths to arbitrary values 2b1cb21 cookerdata.py: remove slash in the end 2f6be16 Bump version to 1.29.1 85cf22f build/utils: Allow python functions to execute with real exception handling 69ef6c8 fetch2: Ensure that incorrect checksumed files are always renamed 7ebea3e cooker: fix CookerParser.shutdown() 3f8febc cooker: Ensure bbappend order is deterministic 66dff37 checksum: In FileChecksumCache don't follow directory symlinks 148aa1f cookerdata: Improve handling of ParseError c760531 fetch2/wget.py: _check_latest_version_by_dir fix prefix detection e8ea15e fetch2/wget.py: _check_latest_version_by_dir use group names 913b6ce fetch2: Handle lockfiles for file:// urls redirected to mirrors 1185a5b toaster: get all dependents for pkg for removal 768e6bb toaster: new customise package-remove modal dlg f5cb59b toaster: show full list of dependents to remove dbafbe2 bitbake: fetch2/gitsm: Fix fetch when the repository contains nested submodules afc0dd5 bitbake: xmlrpc: set single use mode differently bdad45e bitbake-user-manual: include/require checks current directory 07f97f4 bitbake-user-manual: Updated the "inherit Directive" section. ea6d31a bitbake-user-manual: Updated the copyright year to 2016 1cc102f toasterui: remove ParseStarted from the event list a21dc13 toasterui: Remove the excessive exception logging 78335c1 cache: Make BB_DONT_CACHE variable external 238db2e toaster: orm generate CustomImageRecipe contents try secondary path 77f3728 toaster: localhostbecontroller put generated layer in the builddir 4d0e580 toaster: localhostbecontroller Allow file:/// uri type for git repo 2540969 toaster: orm Add a constant for the CustomImageRecipe's layer name 502148f toaster: localhostbecontroller Don't clear out toaster custom layer dir 5f06041 bb/tests/fetch: Update cups url 7c849be fetch2/npm: fix ud.registry so that alternative registries can be handled 4a7fe63 server/process: Try connecting 4 times before giving up de8baed toaster: models List only have the specified project's imported layers efa6f91 toaster: rework task buildstats storage and display b6141c4 toaster: use force_bytes to display non-ascii project names ba01147 fetch2: Make SRC_URI[md5sum] and SRC_URI[sha256sum] expand their values 0a60b09 xmlrpc: fix bug in setting XMLRPCServer.single_use 2fe1826 fetch2/npm: add missing URL argument to ParameterError 436d67f fetch2/npm: properly handle npm dependencies bea0246 fetch2/npm: fix errors with some version specifications 12f1fb8 toasterui: fix warning 'Unknown event' b11f9d6 toasterui: exit on final events d4b5796 toasterui: make toasterui to work in build mode 6e3f13f toasterui: check if setEventMask succeeded 8a47d30 command: make setEventMask readonly 16b14ec toasterui: update list of events 42a2d11 toasterui: reformat list of events 975081e toaster: remove sshbecontroller module 3ee06eb toaster: don't use sshbecontroller c243ab6 toaster: raise NotImplementedError b8044ce toaster: bring back the strict directive 09392f3 toaster: change 'revision' to 'Git revision' d3b5f3b toaster: views api Package info return both kinds of RDEPENDS 6b29d32 toaster: fixup dependency excludes for customimage b389751 fetch2/npm: ignore unknown headers in tarballs 7b7a65c fetch2/npm: handle alternative dependency syntax 66a9ee7 fetch2/npm: fix indentation 19507b8 bitbake-user-manual: Added expand() function to list. 4ebe55c bitbake-user-manual: Added note for Python variable ref expansion. 91cb52b bitbake-user-manual: Enhance environment variable discussion. 88fddbe toaster: cleanup of bin/toaster startup code 9fad1d1 ui: remove the puccho ui be2ccee hob: removal of hob ui and associated ui files b583a40 fetch2/npm: Add missing ParameterError import eb53b92 npm: in cases where shrinkwrap resolved a git URL, ignore it and grab dist.tarball b8113a1 fetch2: Fix unpack for absolute file urls e659a3b fetch2: fixes copying of file://dir; subdir=foo, bug 6128 and bug 6129 0270b5a fetch2/npm: Enable fetcher 7a6baf0 providers: Fix PREFERRED_VERSION lookup for '_' in PN 48e9037 fetch2: Skip lockfiles and donestamps for local files 8115807 fetch2/__init__.py: Error if lockfile path invalid 83203cd fetch2/__init__: Fix decodeurl to better handle urls without paths 20bc820 fetch2/wget: Set localfile for directories 3c5ac2d toaster: change 'delete layer' to 'remove layer' 865a201 toaster: rename 'run again' button da23300 toaster: fix banner after customimage package add 5545acf toaster: custom breadcrumb for the default project 004003d prserv: Add dump_db() 18a93b3 toaster: remove custom images from Image Recipes 8084dcd toaster: show suffix for image files and basename for artifact files a481af6 toaster: add missing link to image recipe details 7833fab toaster: adjust the search field width ccb9001 toaster: make 'configuration' the first tab 9910f3f toaster: link to configuration in all breadcrumbs e36001d toaster: reduce max height of modal dialogs 63705f6 toaster: disable add layer button on click df342e7 toaster: apply error class to name field 9df8021 toaster: fix custom image name form 3a8c6f7 toaster: comment out project release change bff46c6 fetch2/npm: Add mirroring support for npm fetcher dec75bb fetch2/npm: Add npm fetcher fd5d901 utils.py: Add sha1_file call 932a92b toaster: toastergui Fix invalid char test and implementation be7dca6 toaster: PackagesTable show only installed packages 8a653ad toaster: toastergui unit tests convert to use fixtures 1688608 toaster: SoftwareRecipesTable apply default order_by 19bd63f toaster: orm migrations Sort out migrations mess aa3faeb data_smart: Drop default expand=False to getVarFlag [API change] fab717d data_smart: Drop default expand=False to getVar [API change] a965b39 SignatureGeneratorBasic: make checksum cache file configurable 2602a31 MultiProcessCache: make cache filename configurable 4f60933 FileChecksumCache: add get_checksums() method 5ac9cbf bb/runqueue: save task file dependency cache onto disk ecdabd3 SignatureGenerator: add method for saving the file checksum cache 81bc1f2 bb/cache: drop some unused arguments cc4cfc2 Allow Hob to run images on a custom simulator, other than qemu 792b759 bb.ui.knotty: prefix task messages with recipe/task 7946927 Move bb.{debug,note,..} into their own logging domain e5dd50e knotty: Set exit failure code on runQueueTaskFailed events 90a4805 taskdata: Fix traceback issue with missing provider 3f507ff cooker: Improve cache handling da1107a Bump version post release to 1.29.0 f673079 cooker: gracefully shutdown parsers 4a6a8d0 buildinfohelper: unset brbe variable when build finishes fae1530 build: Improve python execution tracebacks 8bf33a8 build/data: Don't expand python functions before execution [API change] 3f5520b cooker: Don't expand python functions in variable dumps 765a248 data: Don't expand python functions for variable dependencies 5f10987 data_smart: Avoid expanding anonymous python functions 25c5319 toaster: models Remove manual transaction control from lsupdates 3b8747d toaster: build section Improve display of builds when > 1 targets 9cdbb54 toaster: templates make build data breadcrumb consistent 391aa4a BBHandler/ast: Merge handMethod and handleMethodFlags 918bec8 utils: Drop datastore function inspection during exception 86e78e0 cooker: extended dot styling 2e9c862 toaster: Enable Image Customisation feature 5c44609 toaster: xhr_customrecipe_packages Add dependencies to included packages 8c2e8a1 toaster: orm generate_recipe_content only exclude locale packages 4660aaf toaster: customrecipe page Add last successful build link and conditionals 8cf6e67 toaster: models Add update_package_list for CustomImageRecipe 4bd4e49 toaster: orm Add last_updated field to CustomImageRecipe 4dde3d8 toaster: models add get_last_successful_built_target method e69b005 toaster: pkg_dependencies_popover just show direct dependencies bd76c22 toaster: models add all_depends method for Package_DependencyManager a0b97ff toaster: buildinfohelper CustomImagePackage update dependency info eff66b5 toaster: newcustomimage_modal add frontend name validation f290d42 toaster: API CustomImageRecipe check the recipe name supplied is valid bbbd304 toaster: views CustomRecipe API add size information to the package lists c9d7b68 toaster: models Invalidate ToasterTables cache when a m2m field changes 119569d toaster: customrecipe Add dependency tracking to package selection 6b39423 toaster: tables move template logic into the pkg_add_rm_btn 9fd7b05 toaster: CustomImageRecipe generate overwrite IMAGE_FEATURES b2208e5 toaster: make locale packages uneditable in custom image page 38a753e toaster: include locale and packagegroup packages in custom image 72a4cb3 toaster: update custom image package table filters 5189252 toaster: move recent builds query to model df8185f toaster: update customimagerecipe migration a26bfd9 toaster: add merge migration to resolve conflict 26025e1 toaster: orm generate_recipe_file_contents Handler for require recipe ec467e4 toaster: project builds Poll the server to get latest progress for build e6a7cac toaster: localhostbectrl Update the dirpath of customrecipe's base layer 5ddb35c toaster: tables Check layer presence in project for customise_btn dfcbcf7 toaster: toastergui tests Add addtional data to the setUp for new tables ae3301a toaster: tables SelectPackagesTable rename recipe_id to custrecipeid daccb29 toaster: toastergui tests Update package test to use CustomImagePackage 418f550 toaster: customrecipe Add further front end features using new API c45791f toaster: xhr_customrecipe_packages add GET info for package response 4ebc818 toaster: xhr_customrecipe_id change to use CustomImagePackage 0fe2c72 toaster: API allow CustomImageRecipe to be updated after creation 4b4b7e2 toaster: tables Change SelectPackagesTable to use ProjectPackage 85891e5 toaster: tables add recipe download link to CustomImagesTable 74fa987 toaster: newcustomimage_modal use libtoaster method for new CustomRecipe 03e7949 toaster: libtoaster Add createCustomRecipe method 8b03bba toaster: orm Add convenience method to get all pkgs in a CustomImageRecipe 480f0d3 toaster: orm get_project_layer_versions to return layer_version objects 1e78d1c toaster: toastergui tests Add unit test for download custom recipe e958921 toaster: toastergui tests Update to reflect changes to CustomImageRecipe a1a6990 toaster: views xhr_customrecipe_packages clean up API 541ff2b toaster: toastertable remove title from Show all in table b602361 toaster: Add recipe details page c310bc6 toaster: newcustomimage Move modal dialog out of newcustomimage template a656756 toaster: Continue front end features to custom image recipe page. 336b1d8 toaster: tables Add table for Packages and update SelectPackagesTable 2101c85 toaster: views Add view to download custom recipe f332256 toaster: move CustomImageRecipe generation to API entry point 6863343 toaster: orm add CustomImageRecipe generate contents function f81bb65 toaster: buildinfohelper Add the concept of CustomImagePackage c7da71f toaster: orm: Add db migration for new CustomImagePackage table c1bd4f7 toaster: orm Add CustomImagePackage table 2831d74 toaster: orm: Add db migration for new CustomImageRecipe inheritance change bb8120b toaster: orm make CustomImageRecipe inherit from Recipe e4c86d2 toaster: orm Add sum of dependencies size function to PackageDependencyManager 6e42070 toaster: tablejs Add an event handler to manually trigger a data reload 16e4882 toaster: ToasterTables simplify filter function move common part to widget 1739b50 toaster: models fall back to a sensible string for no vcs reference 8056ec6 toaster: localhostbecontroller CustomRecipe now base_recipe is Recipe 85c5290 bb/fetch2: Move export_proxies function from wget to utils. 934b82b toaster: reinstate ID on edit columns button 3f67600 cooker: shutdown cooker parser on shutdown 4fb028b fetch2/osc: Clean up old variable syntax 2e25d09 fetch2/osc: Remove hardcoded url == Tested changes (not included in master yet) - openembedded-core == 1d2cd60 core-image-{minimal,testmaster}-initramfs: set COMPATIBLE_HOST 2a03d58 linux-yocto-rt, core-image-rt*: Explicitly skip when PREFERRED_PROVIDER_virtual/kernel isn't set to linux-yocto-rt a3b4556 metadata-revs: provide more information 362cadd buildhistory.bbclass: metadata-revs show repo parent 4de2d4f recipes: Replace "cp -a" with "cp -R --no-dereference --preserve=mode,links" 3658b1b sstate-sysroot-cruft.sh: Extend the whitelist 2159913 qemux86: Add identical qemux86copy variant for tests b1c3f0b report-error: Allow to upload reports automatically == Tested changes (not included in master yet) - meta-openembedded == f1db7ce nodejs: update to 4.4.4 3e56b0e upower: fix WARNING 6587d95 libwnck: fix WARNING 714d4bc netcf: fix mishandling of gnulib submodule causing build fail f2c1638 autotools-bootstrap: make bootstrap package specific. bd6ee53 graphviz: Add new package 5654984 python-dateutil: update to version 2.5.3 f007627 pypi: update the pypi class to support the updated URL scheme c7a9aef wireshark: Fix new QA Error 17c81af acpitests: Fix license issue d0663b4 efibootmgr: sync with upstream while efivar upgraded to 0.23 146c023 efivar: fix do_install failed 7447385 efibootmgr: update and unblacklist 648b21f efivar: update to 0.23 4f7b758 tracker: update run-time dependencies 18a9f5e tracker: add missing depends for intltool-native 36e307a tracker: add a patch to support giflib 5 8a3a889 libnice, farsight2: unblacklist as libnice's nice.pc issue fixed. 97f09a0 wvstreams: fixing segfault with new gcc optimizations 6e5d4fd llvm3.3: Disable auto -dbg packages 828274a packagegroup-tools-bluetooth: Selects the tools appropriate for the version of bluez being used. 9c915e9 openconnect: add dependency to fix Makefile.am 069e5b9 libsoc: update to 0.8.1 f589aeb curlpp: fix recipe be8aab2 lmbench: avoid gcc optimize-away multiplication 4d2af09 leptonica: add PACAKGECONFIG for openjpeg 31b6e72 leptonica: update to version 1.73 564aeb2 giflib: update to version 5.1.4 6010fcc android-tools: Fix, enhance and move from meta-shr == Tested changes (not included in master yet) - meta-qt5 == cbd9331 qt5: Allow disabling SHA validation for branch 05e05db qtbase: Reorder EGL libraries from pkgconfig and defaults: == Tested changes (not included in master yet) - meta-browser == 4bbeade chromium: Upgrade to version 48.0.2548.0 3318ba6 chromium: Create chromium-browser.inc to simplify upgrades c3e2993 chromium: Replace deprecated base_* wrapper calls 62c20f9 Merge pull request #8 from WarheadsSE/firefox-esr-38.7.1 fd0429c Upgrade Firefox ESR to 38.7.1 a67a346 firefox: Fix QA Issue: non debug package contains .debug directory 380d06e firefox: fix install issue and do_package_qa issues b9d4fff Merge pull request #7 from WarheadsSE/firefox-fix-install-paths 210b911 Firefox: update installation paths for ESR,l10n,addons f9c5cdb cef3: comment out gtests completely b5b147a cef3, chromium: fix build with gcc-5.3 == Tested changes (not included in master yet) - meta-webos-ports == f70496d phonesim: Fix build with Qt 5.7 a48644f luna-sysservice: Fix build with qt 5.7 91b7462 qtwebengine: temporary drop bbappend d1e3843 luna-next: Make compatible with Qt 5.7 979e119 qtwayland, qtwebengine: use webOS-ports/master-next branch compatible with 5.7 dd31642 qtbase: enable fontconfig 56f446b README: update to depend on master branches 906e70d pidgin: simplify bbappend == Tested changes (not included in master yet) - meta-smartphone == 62d8eb3 linux-gta04: include linux-dtb 2d312a0 shr: add wayland to DISTRO_FEATURES 56f69af linux-gta04: upgrade to 4.4 f68a25e om-gta04: drop u-boot from EXTRA_IMAGEDEPENDS 9086db3 defaulttunes.inc: switch to hf, because SGX SDK for SGX530 is available only for hf 46f572e linux-gta04: enable SGX530 81f156d linux-gta04: bump SRCREV to get fixes for build with gcc-5 9d5058a u-boot-mkimage: Backport fix from upstream to fix build with gcc-5 == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies !|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64 ||qemuarm||max||min ||qemux86||max||min || ||already-stripped ||libdir ||textrel ||build-deps ||file-rdeps ||version-going-backwards ||host-user-contaminated ||installed-vs-shipped ||unknown-configure-option ||symlink-to-sysroot ||invalid-pkgconfig ||pkgname || |- ||2016-05-10 ||3 ||3 ||2 ||17 these recipes: chkconfig-alternatives-native efivar enchant gtkmathview libdrm luna-next meta-world-pkgdata netmap proxy-libintl samba ||6 ||6 ||19 these recipes: chkconfig-alternatives-native efivar enchant gtkmathview jasper libdrm luna-next netmap perf proxy-libintl samba ||5 ||6 || ||0 ||0 ||0 ||0 ||0 ||0 ||0 ||0 ||0 ||0 ||0 ||0 || |} http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2016-05-10 == INFO: jenkins-job.sh-1.8.3 Complete log available at http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20160510_230324.log === common (2) === * /meta-openembedded/meta-oe/recipes-extended/efivar/efivar_0.23.bb, do_compile * /meta-webos-ports/meta-luneui/recipes-luneui/luna-next/luna-next.bb, do_compile === common-x86 (0) === === qemuarm (1) === * /meta-openembedded/meta-networking/recipes-kernel/netmap/netmap_git.bb, do_configure === qemux86 (0) === === qemux86_64 (0) === === Number of failed tasks (8) === {| class=wikitable |- || qemuarm || 3 || http://logs.nslu2-linux.org/buildlogs/oe/world//log.world.qemuarm.20160510_053348.log// || http://errors.yoctoproject.org:80/Errors/Build/15603/ |- || qemux86 || 3 || http://logs.nslu2-linux.org/buildlogs/oe/world//log.world.qemux86.20160510_053238.log// || http://errors.yoctoproject.org:80/Errors/Build/15602/ |- || qemux86_64 || 2 || http://logs.nslu2-linux.org/buildlogs/oe/world//log.world.qemux86-64.20160510_072418.log// || http://errors.yoctoproject.org:80/Errors/Build/15607/ |} === PNBLACKLISTs (92) === === QA issues (0) === {| class=wikitable !| Count ||Issue |- ||0 ||already-stripped |- ||0 ||build-deps |- ||0 ||file-rdeps |- ||0 ||host-user-contaminated |- ||0 ||installed-vs-shipped |- ||0 ||invalid-pkgconfig |- ||0 ||libdir |- ||0 ||pkgname |- ||0 ||symlink-to-sysroot |- ||0 ||textrel |- ||0 ||unknown-configure-option |- ||0 ||version-going-backwards |} PNBLACKLISTs: openembedded-core/: meta-browser: meta-openembedded: meta-efl/recipes-efl/e17/diskio_svn.bb:PNBLACKLIST[diskio] ?= "broken: switch to https://git.enlightenment.org/enlightenment/modules/diskio.git/ and fix 0.0.1+svnr82070-r0.0/E-MODULES-EXTRA/diskio/e-module-diskio.edc:58. invalid state name: 'off'. "default" state must always be first." meta-efl/recipes-efl/e17/elbow_git.bb:PNBLACKLIST[elbow] ?= "Depends on blacklisted webkit-efl" meta-efl/recipes-efl/e17/elmdentica_svn.bb:PNBLACKLIST[elmdentica] ?= "OLD and depends on broken azy" meta-efl/recipes-efl/e17/emprint_svn.bb:PNBLACKLIST[emprint] ?= "if you want to use these modules with E18, then you need to update it to git recipe fetching newer sources from http://git.enlightenment.org/apps/emprint.git/" meta-efl/recipes-efl/e17/news_svn.bb:PNBLACKLIST[news] ?= "if you want to use these modules with E18, then you need to update it to git recipe fetching newer sources from http://git.enlightenment.org/enlightenment/modules/news.git/" meta-efl/recipes-efl/e17/rage_svn.bb:PNBLACKLIST[rage] ?= "if you want to use these modules with E18, then you need to update it to git recipe fetching newer sources from http://git.enlightenment.org/apps/rage.git/" meta-efl/recipes-efl/e17/screenshot_svn.bb:PNBLACKLIST[screenshot] ?= "depends on blacklisted emprint" meta-efl/recipes-efl/efl/azy_svn.bb:PNBLACKLIST[azy] ?= "OLD and doesn't build with gcc-5" meta-efl/recipes-efl/efl/engrave_svn.bb:PNBLACKLIST[engrave] ?= "BROKEN: fails to build with latest oe-core" meta-efl/recipes-efl/efl/entrance_svn.bb:PNBLACKLIST[entrance] ?= "broken: switch to https://git.enlightenment.org/misc/entrance.git and fix 0.0.4+svnr82070-r7/entrance/data/themes/old/default.edc:678. invalid state name: 'defaault'. "default" state must always be first." meta-efl/recipes-efl/webkit/webkit-efl.inc:PNBLACKLIST[webkit-efl] ?= "Old and unmaintaned fork with many security issues" meta-efl/recipes-navigation/mcnavi/mcnavi_0.3.4.bb:PNBLACKLIST[mcnavi] ?= "BROKEN: latest version 0.3.4 is 3 years old and now broken with more strict ejde_cc from efl-1.13" meta-gnome/recipes-apps/epdfview/epdfview_0.1.8.bb:PNBLACKLIST[epdfview] ?= "BROKEN: images are not displayed anymore" meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb:PNBLACKLIST[gnome-mplayer] ?= "rdepends on blacklisted mplayer" meta-gnome/recipes-extended/gtk-theme-torturer/gtk-theme-torturer_git.bb:PNBLACKLIST[gtk-theme-torturer] ?= "BROKEN: gmacros.h:182:53: error: size of array '_GStaticAssertCompileTimeAssertion_2' is negative" meta-gnome/recipes-gnome/gcalctool/gcalctool_5.32.0.bb:PNBLACKLIST[gcalctool] ?= "broken at least since April 2013 http://permalink.gmane.org/gmane.comp.handhelds.openembedded/57920 and nobody complained, it's also replaced by gnome calculator" meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb:PNBLACKLIST[gnome-keyring] ?= "This version conflicts with gcr from oe-core" meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.10.1.bb:PNBLACKLIST[gnome-menus3] ?= "CONFLICT: 24 files are conflicting with gnome-menus" meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb:PNBLACKLIST[gnome-panel3] ?= "CONFLICT: depends on libgweather3 which conflicts with libgweather" meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb:PNBLACKLIST[gnome-power-manager] ?= "BROKEN: not compatible with current libnotify" meta-gnome/recipes-gnome/gweather/libgweather3_3.0.2.bb:PNBLACKLIST[libgweather3] ?= "CONFLICT: 876 files are conflicting with libgweather" meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb:PNBLACKLIST[nautilus3] ?= "BROKEN: fails to build, maybe missing dependency on gnome-desktop-utils.h provider" meta-gnome/recipes-gnome/system-tools/system-tools-backends_2.10.2.bb:PNBLACKLIST[system-tools-backends] ?= "does not build with distroless qemuarm as reported in 'State of bitbake world' thread, nobody volunteered to fix them" meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb:PNBLACKLIST[zenity] ?= "BROKEN: doesn't build with B!=S" meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb:PNBLACKLIST[xbmc] ?= "/usr/include/c++/ctime:70:11: error: '::gmtime' has not been declared" meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_git.bb:PNBLACKLIST[mkvtoolnix] ?= "BROKEN: Failx to build with gcc-5" meta-multimedia/recipes-multimedia/coriander/coriander_2.0.2.bb:PNBLACKLIST[coriander] ?= "BROKEN: fails to use SDL probably because libsdl-config was removed, error: unknown type name 'SDL_Overlay'" meta-multimedia/recipes-multimedia/dleyna/renderer-service-upnp_0.3.0.bb:PNBLACKLIST[renderer-service-upnp] ?= "BROKEN: doesn't build with B!=S (trying to install rendererconsole.py from ${B} instead of ${S})" meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-ffmpeg_0.10.13.bb:PNBLACKLIST[gst-ffmpeg] ?= "Not compatible with currently used ffmpeg 3" meta-multimedia/recipes-multimedia/gstreamer/gst123_0.3.1.bb:PNBLACKLIST[gst123] ?= "gst123 is still "sometimes" using wrong sysroot" meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb:PNBLACKLIST[snort] ?= "BROKEN: QA Issue: snort_preproc.pc, snort_output.pc, snort.pc" meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb:PNBLACKLIST[dnrd] ?= "BROKEN: dnrd-2.20.3-r0 do_package: QA Issue: dnrd: Files/directories were installed but not shipped in any package:" meta-networking/recipes-daemons/squid/squid_3.5.7.bb:PNBLACKLIST[squid] ?= "BROKEN: sysroots/qemuarm/usr/include/linux/in.h:28:16: error: redeclaration of 'IPPROTO_IP'" meta-networking/recipes-irc/znc/znc_git.bb:PNBLACKLIST[znc] ?= "BROKEN: QA Issue: znc.pc failed sanity test" meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.16.bb:PNBLACKLIST[lksctp-tools] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', "BROKEN: fails to link against sctp_connectx symbol", '', d)}" meta-networking/recipes-support/nis/yp-tools_3.3.bb:PNBLACKLIST[yp-tools] ?= "BROKEN: fails to build for qemuarm." meta-networking/recipes-support/nis/ypbind-mt_2.2.bb:PNBLACKLIST[ypbind-mt] ?= "BROKEN: Depends on broken yp-tools" meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.5.bb:PNBLACKLIST[bluez-hcidump] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb:PNBLACKLIST[bluez4] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" meta-oe/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb:PNBLACKLIST[gst-plugin-bluetooth] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" meta-oe/recipes-connectivity/obexftp/obexftp_0.23.bb:PNBLACKLIST[obexftp] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" meta-oe/recipes-connectivity/soft66/soft66_git.bb:PNBLACKLIST[soft66] ?= "BROKEN: depends on broken libftdi" meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb:PNBLACKLIST[zeroc-ice] ?= "BROKEN: not compatible with default db version" meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb:PNBLACKLIST[fakeroot] ?= "BROKEN: QA Issue: -dev package contains non-symlink .so" meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb:PNBLACKLIST[cloud9] ?= "Not comatible with current nodejs 0.12, but upstream is working on it for v3" meta-oe/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb:PNBLACKLIST[ltp-ddt] ?= "BROKEN: fails since last autotools.bbclass changes" meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb:PNBLACKLIST[mpich] ?= "BROKEN: QA Issue: libmpi.la failed sanity test (workdir), QA Issue: mpich.pc failed sanity test (tmpdir)" meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb:PNBLACKLIST[packagekit] ?= "BROKEN: depends on old deprecated libopkg which is currently disabled and will be removed soon" meta-oe/recipes-extended/subsurface/subsurface_git.bb:PNBLACKLIST[subsurface] ?= "Needs to be upgraded for compatibility with new libdivecomputer" meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb:PNBLACKLIST[gtkextra] ?= "BROKEN: Fails to build with gcc-5" meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb:PNBLACKLIST[clutter-box2d] ?= "BROKEN: doesn't build with B!=S" meta-oe/recipes-graphics/fim/fim_0.4-rc1.bb:PNBLACKLIST[fim] ?= "BROKEN: doesn't build with B!=S (flex: can't open lex.lex)" meta-oe/recipes-graphics/slim/slim_1.3.2.bb:PNBLACKLIST[slim] ?= "does not build with distroless qemuarm as reported in 'State of bitbake world' thread, nobody volunteered to fix them" meta-oe/recipes-graphics/tesseract/tesseract_3.02.02.bb:PNBLACKLIST[tesseract] ?= "BROKEN: QA Issue: tesseract.pc failed sanity test (tmpdir)" meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb:PNBLACKLIST[xf86-input-mtev] ?= "BROKEN: doesn't build with B!=S (Makefile without ${S} in sed call)" meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.16.bb:PNBLACKLIST[xf86-video-geode] ?= "BROKEN, fails to build" meta-oe/recipes-kernel/ktap/ktap-module_git.bb:PNBLACKLIST[ktap-module] ?= "Not compatible with 3.19 kernel" meta-oe/recipes-kernel/ktap/ktap_git.bb:PNBLACKLIST[ktap] ?= "Depends on blacklisted kernel-module-ktapvm" meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb:PNBLACKLIST[mplayer2] ?= "Not compatible with currently used ffmpeg 3" meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb:PNBLACKLIST[foxtrotgps] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb:PNBLACKLIST[gdal] ?= "BROKEN: fails to build with gcc-5" meta-oe/recipes-navigation/gypsy/gypsy.inc:PNBLACKLIST[gypsy] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" meta-oe/recipes-navigation/navit/navit.inc:PNBLACKLIST[navit] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb:PNBLACKLIST[claws-mail] ?= "depends on blacklisted libetpan" meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb:PNBLACKLIST[claws-plugin-gtkhtml2-viewer] ?= "depends on blacklisted claws-mail" meta-oe/recipes-sato/claws-mail/claws-plugin-mailmbox_1.15.bb:PNBLACKLIST[claws-plugin-mailmbox] ?= "depends on blacklisted claws-mail" meta-oe/recipes-sato/claws-mail/claws-plugin-rssyl_0.34.bb:PNBLACKLIST[claws-plugin-rssyl] ?= "depends on blacklisted claws-mail" meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb:PNBLACKLIST[apcupsd] ?= "BROKEN: doesn't build with B!=S" meta-oe/recipes-support/emacs/emacs_23.4.bb:PNBLACKLIST[emacs] ?= "qemu: uncaught target signal 11 (Segmentation fault) - core dumped" meta-oe/recipes-support/fftw/benchfft_3.1.bb:PNBLACKLIST[benchfft] ?= "does not build with distroless qemuarm as reported in 'State of bitbake world' thread, nobody volunteered to fix them" meta-oe/recipes-support/iksemel/iksemel_1.4.bb:PNBLACKLIST[iksemel] ?= "Not compatible with gnutls version 3.4 currently in oe-core" meta-oe/recipes-support/libdbi/libdbi-drivers_0.8.3-1.bb:PNBLACKLIST[libdbi-drivers] ?= "BROKEN: fails to build with gcc-5" meta-oe/recipes-support/libetpan/libetpan_0.57.bb:PNBLACKLIST[libetpan] ?= "Not compatible with gnutls version 3.4 currently in oe-core" meta-oe/recipes-support/opencv/opencv-samples_2.4.bb:PNBLACKLIST[opencv-samples] ?= "Depends on blacklisted opencv" meta-oe/recipes-support/opencv/opencv_2.4.bb:PNBLACKLIST[opencv] ?= "Not compatible with currently used ffmpeg 3" meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb:PNBLACKLIST[openmotif] ?= "BROKEN: doesn't build with B!=S" meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb:PNBLACKLIST[libsyncml] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb:PNBLACKLIST[pidgin-otr] ?= "depends on blacklisted pidgin" meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb:PNBLACKLIST[vala-terminal] ?= "BROKEN: Doesn't work with B!=S, touch: cannot touch `src/.stamp': No such file or directory" meta-qt5: meta-smartphone: meta-shr/recipes-shr/3rdparty/advancedcaching_git.bb:PNBLACKLIST[advancedcaching] ?= "RDEPENDS on python-pygtk was removed from oe-core" meta-shr/recipes-shr/3rdparty/emtooth2_svn.bb:PNBLACKLIST[emtooth2] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" meta-shr/recipes-shr/3rdparty/ffalarms_git.bb:PNBLACKLIST[ffalarms] = "Doesn't build after vala upgrade from 0.24.0 to 0.26.1" meta-shr/recipes-shr/3rdparty/gwaterpas_0.3.bb:PNBLACKLIST[gwaterpas] ?= "broken: depends on blacklisted fltk" meta-shr/recipes-shr/3rdparty/iliwi_git.bb:PNBLACKLIST[iliwi] = "Doesn't build after vala upgrade from 0.24.0 to 0.26.1" meta-shr/recipes-shr/3rdparty/intone_git.bb:PNBLACKLIST[intone] = "rdepends on blacklisted mplayer2" meta-shr/recipes-shr/3rdparty/jefliks_git.bb:PNBLACKLIST[jefliks] ?= "depends on blacklisted iksemel" meta-shr/recipes-shr/3rdparty/openmoko-gps_svn.bb:PNBLACKLIST[openmoko-gps] ?= "RDEPENDS on python-pygtk which was removed from oe-core" meta-shr/recipes-shr/3rdparty/pisi_0.5.3.bb:PNBLACKLIST[pisi] ?= "RDEPENDS on python-pygtk which was removed from oe-core" meta-shr/recipes-shr/3rdparty/podboy_svn.bb:PNBLACKLIST[podboy] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" meta-shr/recipes-shr/3rdparty/sensmon_git.bb:PNBLACKLIST[sensmon] = "Doesn't build after vala upgrade from 0.24.0 to 0.26.1" meta-shr/recipes-shr/3rdparty/valacompass_git.bb:PNBLACKLIST[valacompass] = "Doesn't build after vala upgrade from 0.24.0 to 0.26.1" meta-shr/recipes-shr/shr/shr-installer_git.bb:PNBLACKLIST[shr-installer] ?= "Depends on blacklisted packagekit" meta-webos-ports: PNBLACKLIST[android-system] = "depends on lxc from meta-virtualiazation which isn't included in my world builds" PNBLACKLIST[bigbuckbunny-1080p] = "big and doesn't really need to be tested so much" PNBLACKLIST[bigbuckbunny-480p] = "big and doesn't really need to be tested so much" PNBLACKLIST[bigbuckbunny-720p] = "big and doesn't really need to be tested so much" PNBLACKLIST[bigbuckbunny-720p] = "big and doesn't really need to be tested so much" PNBLACKLIST[tearsofsteel-1080p] = "big and doesn't really need to be tested so much" PNBLACKLIST[build-appliance-image] = "tries to include whole downloads directory in /home/builder/poky :/" PNBLACKLIST[linux-yocto-tiny-kexecboot] = "does weird sh!t breaking other kernels and modules - broken for years" PNBLACKLIST[linux-yocto-tiny] = "does weird sh!t breaking other kernels and modules - broken for years" QA issues by type: count: 0 issue: already-stripped count: 0 issue: libdir count: 0 issue: textrel count: 0 issue: build-deps count: 0 issue: file-rdeps count: 0 issue: version-going-backwards count: 0 issue: host-user-contaminated count: 0 issue: installed-vs-shipped count: 0 issue: unknown-configure-option count: 0 issue: symlink-to-sysroot count: 0 issue: invalid-pkgconfig count: 0 issue: pkgname === Failed dependencies for qemuarm (17 these recipes: chkconfig-alternatives-native efivar enchant gtkmathview libdrm luna-next meta-world-pkgdata netmap proxy-libintl samba) === Complete log: http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemuarm.20160510_072808.log/ Found differences: WARN: samba: samba rdepends on libpam, but it isn't a build dependency? WARN: libdrm: libdrm-tests rdepends on cunit, but it isn't a build dependency? WARN: libdrm: libdrm-tests rdepends on libdrm-amdgpu, but it isn't a build dependency? WARN: enchant: enchant rdepends on hunspell, but it isn't a build dependency? Found errors: ERROR: 17 issues were found in these recipes: chkconfig-alternatives-native efivar enchant gtkmathview libdrm luna-next meta-world-pkgdata netmap proxy-libintl samba === Recipes failing with maximal dependencies for qemuarm (6) === chkconfig-alternatives-native -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemuarm.20160510_072808.log//2_max/failed/chkconfig-alternatives-native.log efivar -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemuarm.20160510_072808.log//2_max/failed/efivar.log luna-next -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemuarm.20160510_072808.log//2_max/failed/luna-next.log meta-world-pkgdata -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemuarm.20160510_072808.log//2_max/failed/meta-world-pkgdata.log netmap -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemuarm.20160510_072808.log//2_max/failed/netmap.log proxy-libintl -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemuarm.20160510_072808.log//2_max/failed/proxy-libintl.log === Recipes failing with minimal dependencies for qemuarm (6) === efivar -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemuarm.20160510_072808.log//3_min/failed/efivar.log gtkmathview -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemuarm.20160510_072808.log//3_min/failed/gtkmathview.log luna-next -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemuarm.20160510_072808.log//3_min/failed/luna-next.log meta-world-pkgdata -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemuarm.20160510_072808.log//3_min/failed/meta-world-pkgdata.log netmap -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemuarm.20160510_072808.log//3_min/failed/netmap.log proxy-libintl -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemuarm.20160510_072808.log//3_min/failed/proxy-libintl.log === Failed dependencies for qemux86 (19 these recipes: chkconfig-alternatives-native efivar enchant gtkmathview jasper libdrm luna-next netmap perf proxy-libintl samba) === Complete log: http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemux86.20160510_091159.log/ Found differences: WARN: jasper: jasper-bin rdepends on libgl-mesa, but it isn't a build dependency? WARN: jasper: jasper-bin rdepends on libglu, but it isn't a build dependency? WARN: jasper: jasper-bin rdepends on mesa-glut, but it isn't a build dependency? WARN: samba: samba rdepends on libpam, but it isn't a build dependency? WARN: libdrm: libdrm-tests rdepends on cunit, but it isn't a build dependency? WARN: libdrm: libdrm-tests rdepends on libdrm-amdgpu, but it isn't a build dependency? WARN: enchant: enchant rdepends on hunspell, but it isn't a build dependency? Found errors: ERROR: 19 issues were found in these recipes: chkconfig-alternatives-native efivar enchant gtkmathview jasper libdrm luna-next netmap perf proxy-libintl samba === Recipes failing with maximal dependencies for qemux86 (5) === chkconfig-alternatives-native -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemux86.20160510_091159.log//2_max/failed/chkconfig-alternatives-native.log efivar -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemux86.20160510_091159.log//2_max/failed/efivar.log luna-next -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemux86.20160510_091159.log//2_max/failed/luna-next.log netmap -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemux86.20160510_091159.log//2_max/failed/netmap.log proxy-libintl -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemux86.20160510_091159.log//2_max/failed/proxy-libintl.log === Recipes failing with minimal dependencies for qemux86 (6) === efivar -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemux86.20160510_091159.log//3_min/failed/efivar.log gtkmathview -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemux86.20160510_091159.log//3_min/failed/gtkmathview.log luna-next -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemux86.20160510_091159.log//3_min/failed/luna-next.log netmap -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemux86.20160510_091159.log//3_min/failed/netmap.log perf -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemux86.20160510_091159.log//3_min/failed/perf.log proxy-libintl -- http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.qemux86.20160510_091159.log//3_min/failed/proxy-libintl.log === Incorrect PACKAGE_ARCH or sstate signatures () === Complete log: http://logs.nslu2-linux.org/buildlogs/oe/world/log.signatures.20160510_132547.log/ No issues detected ==================== REPORT STOP ==================