From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl0-f43.google.com (mail-pl0-f43.google.com [209.85.160.43]) by mail.openembedded.org (Postfix) with ESMTP id A71726FFA1 for ; Tue, 27 Mar 2018 21:16:14 +0000 (UTC) Received: by mail-pl0-f43.google.com with SMTP id 91-v6so207725pld.3 for ; Tue, 27 Mar 2018 14:16:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=tDbyGRH1gv/TyNMWMkkaDsjt7/mOKO5ZnuEX7L7lp7Y=; b=KOcnWG6KUDsxhvDzWvoQ2GsmlwZAydf4SorvZy9q6h38meRipXLtWlxSknqcLgO230 dMfRirWE+/s1tjxN0ZkVNHXjWDcfC30W/hU3eDucPFo2VyIgh/0XwW3XF8klixFJGflZ gQWQfIV/XKIcrCkkinsbajc84V1St7T0SLBMJ2w4T9C7MeGSuzkm4rM9hIcMS6VLIWyK S+vygISjUI5csIzO4LeHe92/SIqRWJ1/6svV/l1j9z1s0XorJGnzvBO3vn/2FLLJJSzR 9FpEJP8BGJoRI4ZPD5J1cC3d9gj5St+9GyW4sfKP47mAJ5RECQ+wYgW6xYOjPac++57C ky2A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=tDbyGRH1gv/TyNMWMkkaDsjt7/mOKO5ZnuEX7L7lp7Y=; b=Vd0kfqVudM7P1yw9JSMrvHJpQegkrM+xBIrAb5kw+GfuN+V3+RgHtIOp+K4CiqpGaT HZXZWi3rx+fKb/gJLPxtw51iowdUR0ZHXnyMPy0GRKotBzDCPfkYaKVLqhyXcbgZAysk 0GZp0WNw73h852pP9IQ7C4PWZOWsR/pIhMX56dV7UV0/9k9NsQXCPm6pYG4beB+JijMt 7T+0Dl6xEH8MEVi5CrsD++ZdWQKjly9cv9J4eYdkWtek+keaNBNni/6iSSqB++edMryN nO/Zvpg+1AHxPh4s49NnndZWffV0Ft0egWMQWddhrT965Ew0sCucIHFKF+ELa4FZy2mX rSFQ== X-Gm-Message-State: AElRT7FzV8dOOm+AO10TMveaZvOrW/kjYRUNcXfviNBOSWEe6eY+zP9o rosr2F42c4NqyYvv4FEWwIE1Z4bf X-Google-Smtp-Source: AIpwx4+BfkCYSPnTWXNk5KI2w34SvRD5HSmISZvxm6fdopE4ocryH5NgyvwB/MIhqDYubmh8BDIpCQ== X-Received: by 2002:a17:902:9a8f:: with SMTP id w15-v6mr894712plp.103.1522185375079; Tue, 27 Mar 2018 14:16:15 -0700 (PDT) Received: from saung2.mtv.corp.google.com ([2620:0:1000:1b12:c339:a1c5:5655:debf]) by smtp.gmail.com with ESMTPSA id c189sm5204385pfg.72.2018.03.27.14.16.14 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Mar 2018 14:16:14 -0700 (PDT) From: Soemoe Aung To: bitbake-devel@lists.openembedded.org Date: Tue, 27 Mar 2018 14:15:57 -0700 Message-Id: X-Mailer: git-send-email 2.17.0.rc1.321.gba9d0f2565-goog Subject: [PULL] *** Fix build issue with html5lib in bitbake 1.26/1.28 *** X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2018 21:16:14 -0000 When I was running yocto-poky on the fido and jethro branches, I was getting build errors caused by the included html5lib in bitbake. It seems like a class is being called incorrectly there. I noticed the issue is resolved in the krogoth branch and the html5lib is indeed different there. yocto-poky fido includes bitbake version 1.26 and jethro includes bitbake version 1.28. Looking at the bitbake source repo for these versions confirms that these files are the same. yocto-poky krogoth, which has the issue fixed, uses bitbake 1.30, which also has the issue fixed in the bitbake repo. I originally created this patch in the yocto-poky contrib repo and was directed to send it to bitbake instead. Can someone here take a look at this and accept the changes into the 1.26 and 1.28 branches? Can you also send these changes upstream to the yocto-poky fido and jethro branches? Let me know if you need any changes here, like creating this patch from the bitbake repo directly instead of indirectly through yocto-poky. The following changes since commit ea6d21066a7cce2fef08ad66287170c5995bb1e2: bitbake: bitbake-user-manual: Fixed porno hack for hello world example (2018-01-17 22:32:46 +0000) are available in the Git repository at: git://push.yoctoproject.org/poky-contrib saung/bitbake-html5lib Soemoe Aung (2): fix build error in included html5lib in bitbake fix html5lib fix to be the same as in the krogoth branch bitbake/lib/bs4/builder/_html5lib.py | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) -- 2.17.0.rc0.231.g781580f067-goog From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 87D48E00857; Mon, 26 Mar 2018 13:51:38 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [209.85.160.52 listed in list.dnswl.org] * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (soemoe.a[at]gmail.com) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-pl0-f52.google.com (mail-pl0-f52.google.com [209.85.160.52]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F2C06E00857 for ; Mon, 26 Mar 2018 13:51:37 -0700 (PDT) Received: by mail-pl0-f52.google.com with SMTP id g20-v6so1426332plo.9 for ; Mon, 26 Mar 2018 13:51:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=1zrbLUyLR+Iy4ap+teyQRq535Awmrqfywdw8RvPVL74=; b=cfKHQ5GHYNEeSDwLgbdpNzt3Uhiw45NLQx4Bmuk0M3em2xyh4finu8+Fag5j2Bep/k dd1hYcTzS3ZQq3Uhp4+IPEJo6Z5q0U6IOUoFPp+9yQJfrYo/m30xlTC8LUrAefSe0SAm e+64MFdsVnPHvH7XjsyNLf9TOG3TKbujJ9OwCxMBikebqcu0kJ3euSYXXDJbfb7x1+LT aVrOYdxVuKBvA6g+xXNBP9muqL44y5Y1rSrgy1Kq3Zgk05wPGMv846fTe8YK54dU1S4H A3N0VRL1nCwvo2QxzvuHTBQegyKtGuEec652iaQ6sR4Zqv/5/kS7+rQACgB1Ulef0c0Q sTJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=1zrbLUyLR+Iy4ap+teyQRq535Awmrqfywdw8RvPVL74=; b=kVA7FvIb8mhfpvJNtmcffZ3Yc7qPmlCLePqyTJqum8m9w+A2zs7IHAbKjjlRThlz65 RrbaLG807hEoi+nxOcWZM8PzhtA9Jl2DVJepG03p2+85QS15qDSeO/yI9wJjvIUm4q+F FcWNXLGfF0EkveCwHud+dxJtgZiLuTT3dxUTwIS4vUKCsXlIzrPuXNi6P5JReZwKM9Yy E5v3oGi3hX7qYCg0QHkVIn8JW4OFGzrYlMQPtTvhR1U/kgjVGMm0UbbALze27LQij2bn zef5Ml/zYnKG3E5oBIYYUJfQcC6efAb8zvBYHxDvF942IqCJy+iMCF1Ky5ajtkpPTrW0 6xPw== X-Gm-Message-State: AElRT7GcePhjTyQxH1EXA7p3dTQ/AlvLOzQVIT3SrTqdsk2qp/MWtFUJ G+5ijO/SO/97cRCbV8BYdID6Txwh X-Google-Smtp-Source: AIpwx48f9aou2cW6G0dKu6aRz8HStTSjNYWxGJjkf9HbYdTf1mklc631uFcDELbpor6Q6oAaCH1ZDg== X-Received: by 2002:a17:902:9a44:: with SMTP id x4-v6mr9919356plv.332.1522097496612; Mon, 26 Mar 2018 13:51:36 -0700 (PDT) Received: from saung2.mtv.corp.google.com ([2620:0:1000:1b12:c339:a1c5:5655:debf]) by smtp.gmail.com with ESMTPSA id 29sm35044958pfj.40.2018.03.26.13.51.35 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Mar 2018 13:51:35 -0700 (PDT) From: Soemoe Aung To: poky@yoctoproject.org Date: Mon, 26 Mar 2018 13:51:16 -0700 Message-Id: X-Mailer: git-send-email 2.17.0.rc0.231.g781580f067-goog Subject: [PULL] *** Fix build issue with html5lib in bitbake *** X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion & patch submission for meta-yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2018 20:51:38 -0000 This fixes a build issue where bitbake won't run because of an issue with one of the libraries it depends on. The following changes since commit ea6d21066a7cce2fef08ad66287170c5995bb1e2: bitbake: bitbake-user-manual: Fixed porno hack for hello world example (2018-01-17 22:32:46 +0000) are available in the Git repository at: git://push.yoctoproject.org/poky-contrib saung/bitbake-html5lib Soemoe Aung (2): fix build error in included html5lib in bitbake fix html5lib fix to be the same as in the krogoth branch bitbake/lib/bs4/builder/_html5lib.py | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) -- 2.17.0.rc0.231.g781580f067-goog