From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-f66.google.com (mail-ee0-f66.google.com [74.125.83.66]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 482DCE01307 for ; Mon, 26 Aug 2013 08:02:26 -0700 (PDT) Received: by mail-ee0-f66.google.com with SMTP id b15so1015898eek.5 for ; Mon, 26 Aug 2013 08:02:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:thread-index:content-language:importance; bh=vuSTb6ifTQVrA/RxBcPel526JpQvYwfncKKjNTL4d6g=; b=yvLhCN0HC1cZChF85p429z38rRfSmJmXbEpaeyjUb4Xyq9uTMzX9wmBoIaUG8GrkJo 1wNt9+kgXh39mQSS1gGe5PE5U8BIsuZT97u4XpPCMLu8bQL9wLGbyz5LP2TlYafCL16G nV+/BmWwbAlqjw9VBpvRYDW0UBQTa1Olrcpp8oNg/DSgDkJF8rfhHOByqRsqEo9tbQCp wUkpipML5SPQtOu1ERqriUQ5h3hnjWqff0sd+3xOcjrve2AKVB12iwjTEqSPdleqp28L Z4y78tFwsU1MgZOiHRXDQElr+aSzyUaaHaE8noP+nEFKAnJIff8Vm5znkMIcunYSvpIS wT9Q== X-Received: by 10.14.89.72 with SMTP id b48mr5820024eef.43.1377529345629; Mon, 26 Aug 2013 08:02:25 -0700 (PDT) Received: from SIMONENB (88-149-150-170.v4.ngi.it. [88.149.150.170]) by mx.google.com with ESMTPSA id a1sm22041064eem.1.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 26 Aug 2013 08:02:24 -0700 (PDT) From: "Simone" To: Date: Mon, 26 Aug 2013 17:02:21 +0200 Message-ID: <00c901cea26d$45b507f0$d11f17d0$@gmail.com> MIME-Version: 1.0 X-Priority: 1 (Highest) X-MSMail-Priority: High X-Mailer: Microsoft Outlook 15.0 Thread-Index: Ac6ibUHMKc7UG25lRJ2n9e2JDLGH/Q== Importance: High Subject: ERROR: QA Issue --> compiling meta-toolchain-qte X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Aug 2013 15:02:28 -0000 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Language: it Today I was trying to compile the "meta-toolchain-qte" for Qt4.8.5. But bitbake told me this error, and I don't know how to fix: ---------------------------------------------------------------------------- --------------------------------------- ERROR: QA Issue: nativesdk-dbus: Files/directories were installed but not shipped /run /run/dbus ERROR: QA run found fatal errors. Please consider fixing them. ERROR: Function failed: do_package_qa ERROR: Logfile of failure stored in: /home/cx/fsl-bsp/build/tmp/work/i686-nativesdk-pokysdk-linux/nativesdk-dbus/ 1.6.10-r6.0/temp/log.do_package.13585 ERROR: Task 1546 (virtual:nativesdk:/home/cx/fsl-bsp/sources/poky/meta/recipes-core/dbus/dbus _1.6.10.bb, do_package) failed with exit code '1' ---------------------------------------------------------------------------- --------------------------------------- Someone already faced this problem? Thanks