From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp102.mer-nm.internl.net (smtp102.mer-nm.internl.net [217.149.192.138]) by mail.openembedded.org (Postfix) with ESMTP id BFBC460EE8 for ; Wed, 20 Nov 2013 12:51:27 +0000 (UTC) Received: from amavisd-new (mailscanner04.wrt-nm.internl.net [217.149.192.127]) by smtp102.mer-nm.internl.net (Postfix) with ESMTP id D7D1C3F519 for ; Wed, 20 Nov 2013 13:51:28 +0100 (CET) X-Spam-scanned: scanned by InterNLnet Mail Scan System X-Spam-Flag: NO X-Spam-Score: -2.9 X-Spam-Level: X-Spam-Status: No, score=-2.9 tagged_above=-999 required=4.5 tests=[BAYES_00=-2.9] autolearn=no X-Spam-Languages: en Received: from smtp102.mer-nm.internl.net ([217.149.192.138]) by amavisd-new (mailscanner04.wrt-nm.internl.net [217.149.192.160]) (amavisd-new, port 10024) with ESMTP for ; Wed, 20 Nov 2013 13:51:28 +0100 (CET) Received: from TOP-EX01.TOPIC.LOCAL (mail.topic.nl [82.204.13.182]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp102.mer-nm.internl.net (Postfix) with ESMTPS for ; Wed, 20 Nov 2013 13:51:28 +0100 (CET) Received: from [192.168.80.45] (192.168.80.45) by TOP-EX01.TOPIC.LOCAL (192.168.10.102) with Microsoft SMTP Server (TLS) id 14.1.438.0; Wed, 20 Nov 2013 13:51:29 +0100 Message-ID: <528CB04F.6010904@topic.nl> Date: Wed, 20 Nov 2013 13:51:27 +0100 From: Mike Looijmans User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer X-Originating-IP: [192.168.80.45] X-EXCLAIMER-MD-CONFIG: 9833cda7-5b21-4d34-9a38-8d025ddc3664 X-EXCLAIMER-MD-BIFURCATION-INSTANCE: 0 Subject: Kernel fails to build in do_populate_sysroot after OE-core upgrade X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2013 12:51:28 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: quoted-printable =EF=BB=BFI expect this is related somehow to the recent change in the kerne= l to use=20 hardlinks, but I have no idea what's going wrong here. This is the recipe for the kernel, which has run fine so far. https://github.com/milosoftware/meta-zynq/blob/master/recipes-kernel/linux-= zynq/linux-milo.bb This is the output log: DEBUG: Executing python function sstate_task_prefunc DEBUG: Python function sstate_task_prefunc finished DEBUG: Executing python function do_populate_sysroot DEBUG: Executing python function sysroot_stage_all ERROR: Error executing a python function in=20 /home/mike/zynq-next/meta-zynq/recipes-kernel/linux-zynq/linux-milo.bb: The stack trace of python calls that resulted in this exception/failure was= : File: 'sysroot_stage_all', lineno: 6, function: 0002:def sysroot_stage_all(d): 0003:=20 oe.path.copyhardlinktree(d.expand("/home/mike/zynq-next/build/tmp-eglibc/wo= rk/zedboard-oe-linux-gnueabi/linux-milo/3.10+gitAUTOINC+dbebd8b890-r0/image= /usr/src/kernel"),=20 d.expand("/home/mike/zynq-next/build/tmp-eglibc/work/zedboard-oe-linux-gnue= abi/linux-milo/3.10+gitAUTOINC+dbebd8b890-r0/sysroot-destdir//usr/src/kerne= l")) 0004: 0005: *** 0006:sysroot_stage_all(d) 0007: File: 'sysroot_stage_all', lineno: 3, function: sysroot_stage_all 0001: 0002:def sysroot_stage_all(d): *** 0003:=20 oe.path.copyhardlinktree(d.expand("/home/mike/zynq-next/build/tmp-eglibc/wo= rk/zedboard-oe-linux-gnueabi/linux-milo/3.10+gitAUTOINC+dbebd8b890-r0/image= /usr/src/kernel"),=20 d.expand("/home/mike/zynq-next/build/tmp-eglibc/work/zedboard-oe-linux-gnue= abi/linux-milo/3.10+gitAUTOINC+dbebd8b890-r0/sysroot-destdir//usr/src/kerne= l")) 0004: 0005: 0006:sysroot_stage_all(d) 0007: File: '/home/mike/zynq-next/oe-core/meta/lib/oe/path.py', lineno: 93,=20 function: copyhardlinktree 0089: bb.utils.mkdirhier(dst) 0090: if os.path.isdir(src) and not len(os.listdir(src)): 0091: return 0092: *** 0093: if (os.stat(src).st_dev =3D=3D os.stat(dst).st_dev): 0094: # Need to copy directories only with tar first since cp= =20 will error if two 0095: # writers try and create a directory at the same time 0096: cmd =3D 'cd %s; find . -type d -print | tar -cf - -C %s = -p=20 --files-from - --no-recursion | tar -xf - -C %s' % (src, src, dst) 0097: check_output(cmd, shell=3DTrue, stderr=3Dsubprocess.STDO= UT) Exception: OSError: [Errno 2] No such file or directory:=20 '/home/mike/zynq-next/build/tmp-eglibc/work/zedboard-oe-linux-gnueabi/linux= -milo/3.10+gitAUTOINC+dbebd8b890-r0/image/usr/src/kernel' DEBUG: Python function sysroot_stage_all finished DEBUG: Python function do_populate_sysroot finished ERROR: Function failed: sysroot_stage_all --=20 Mike Looijmans - TOPIC Automation Met vriendelijke groet / kind regards, Mike Looijmans TOPIC Embedded Systems Eindhovenseweg 32-C, NL-5683 KH Best Postbus 440, NL-5680 AK Best Telefoon: (+31) =E2=80=93 (0)499 - 33.69.79 Telefax: (+31) - (0)499 - 33.69.70 E-mail: mike.looijmans@topic.nl Website: www.topic.nl Dit e-mail bericht en de eventueel daarbij behorende bijlagen zijn uitsluit= end bestemd voor de geadresseerde, zoals die blijkt uit het e-mail bericht = en/of de bijlagen. Er kunnen gegevens met betrekking tot een derde instaan.= Indien u als niet-geadresseerde dit bericht en de bijlagen ontvangt, terwi= jl u niet bevoegd of gemachtigd bent om dit bericht namens de geadresseerde= te ontvangen, wordt u verzocht de afzender hierover direct te informeren e= n het e-mail bericht met de bijlagen te vernietigen. Ieder gebruik van de i= nhoud van het e-mail bericht, waaronder de daarbij behorende bijlagen, door= een ander dan de geadresseerde is onrechtmatig jegens ons dan wel de event= ueel in het e-mail bericht of de bijlagen voorkomende andere personen. TOPI= C Embedded Systems is niet aansprakelijk voor enigerlei schade voortvloeien= d uit het gebruik en/of acceptatie van dit e-mail bericht of de daarbij beh= orende bijlagen. The contents of this message, as well as any enclosures, are addressed pers= onally to, and thus solely intended for the addressee. They may contain inf= ormation regarding a third party. A recipient who is neither the addressee,= nor empowered to receive this message on behalf of the addressee, is kindl= y requested to immediately inform the sender of receipt, and to destroy the= message and the enclosures. Any use of the contents of this message and/or= the enclosures by any other person than the addressee or person who is emp= owered to receive this message, is illegal towards the sender and/or the af= orementioned third party. TOPIC Embedded Systems is not liable for any dam= age as a result of the use and/or acceptance of this message and as well as= any enclosures.