On Mon, Jan 27, 2020 at 5:54 PM Andrey Zhizhikin <[email protected]> wrote: > > On Mon, Jan 27, 2020 at 4:24 PM Khem Raj <[email protected]> wrote: > > > > Awesome, thanks for the help! > > No probs! > > I've actually looked into the list and would have couple of > components, which are sort-of "python2-only": > - dnssec-conf: did not receive any update since 9(!) years, written > totally in python2. Should this be bumped up of bumped out of > [oe-core]? > - mozjs: this one pulls the most of dependencies and produces the most > of errors. It's version is also quite old (60.9.0esr), and there is a > lot of python2-only code inside. Should this one be bumped out? Latest > ESR version available upstream is > 68.4.2esr [1], dated 01/20/2020 Problem with mozjs are
* some packages ask for certain versions of mozjs. That's why distros have multiple versions. * if I am not mistaken version 68 of mozjs asks for rust/cargo which is (not yet) in a common layer Am working on python3 port. Current situation: Configure is almost done but after | updating cache ./config.cache I see no progress in log file / 100% on one CPU / memory is eaten up. Had a similar situation in earlier stages but fixed that by endless debug sessions and removing parts suggested in [1] Long story short: Haven't lost hope to come up with a working python3 port but I cannot promise if I get there and when. [1] https://code.foxkit.us/adelie/packages/blob/f2b5773da19ab397fbe64fd32dacc383cfe4cd77/user/mozjs/python3.patch Andreas > > For some other recipes I would send out the patch series later today. > > [1]: https://archive.mozilla.org/pub/firefox/releases/68.4.2esr/source/ > > > > > On Mon, Jan 27, 2020 at 2:51 AM Andrey Zhizhikin <[email protected]> wrote: > > > > > > Hello Raj, > > > > > > On Fri, Jan 24, 2020 at 8:27 PM Khem Raj <[email protected]> wrote: > > > > > > > > On 1/20/20 8:51 AM, Andrey Zhizhikin wrote: > > > > > On Mon, Jan 20, 2020 at 4:52 PM Khem Raj <[email protected]> wrote: > > > > >> > > > > >> Hi all > > > > >> > > > > >> Recently py2 is removed from oe-core, So I did quick patches to get a > > > > >> world build going. And > > > > >> here are initial failures, please help out with recipes your can or > > > > >> care for. Eventually, the remaining > > > > >> ones we can blacklist for 3.1 release. > > > > >> > > > > >> http://errors.yoctoproject.org/Errors/Build/97185/ > > > > >> > > > > >> I will post more arches as they become available. If you want to try > > > > >> the same for machines/distros you can try yoe/mut for meta-oe > > > > > > > > > > I've actually asked Ross about similar failures, specifically in > > > > > [meta-openembeeded/meta-python] where there is a good mix of Pytho2 > > > > > and Python3 still present. I've started to remove those yesterday, and > > > > > would continue with that layer further. > > > > > > > > > >> > > > > >> https://git.openembedded.org/meta-openembedded-contrib/log/?h=yoe/mut > > > > >> > > > > > > > > All these changes are now in master and its again buildable, with or > > > > without meta-python2, with meta-python2, its back to where it was with > > > > everything building however, without py2 layer we have some work to do > > > > so if you are interested in this here [1] is initial list of failures > > > > I will keep posting more as we go along. > > > > > > > > > > Thanks a lot for the update! I've actually saw this in the master > > > before this mail and went ahead with pulling the latest - my builds > > > for i.MX8M series went fine. > > > > > > I'd also have a look at remaining things and try to fix some of those > > > as I'll progress. > > > > > > > [1] > > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/220/steps/8/logs/errors > > > > > > -- > > > Regards, > > > Andrey. > > > > -- > Regards, > Andrey. > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
