<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [iMX93-EVK] Yocto python3-twisted is not installable on Scarthgap in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX93-EVK-Yocto-python3-twisted-is-not-installable-on-Scarthgap/m-p/1951275#M228272</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/234166"&gt;@kimf&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I solved the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have to update the contents of the .bb and apply the patches described in the meta open embedded&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb?h=scarthgap" target="_blank"&gt;https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb?h=scarthgap&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671-0001.patch?h=scarthgap" target="_blank"&gt;https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671-0001.patch?h=scarthgap&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671-0002.patch?h=scarthgap" target="_blank"&gt;https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671-0002.patch?h=scarthgap&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After that the compilation and installation finished succesfuly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
    <pubDate>Tue, 10 Sep 2024 16:35:23 GMT</pubDate>
    <dc:creator>Chavira</dc:creator>
    <dc:date>2024-09-10T16:35:23Z</dc:date>
    <item>
      <title>[iMX93-EVK] Yocto python3-twisted is not installable on Scarthgap</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX93-EVK-Yocto-python3-twisted-is-not-installable-on-Scarthgap/m-p/1948494#M228111</link>
      <description>&lt;P&gt;Hi there,&lt;BR /&gt;&lt;BR /&gt;i'm trying to compile and install this package : python3-twisted&lt;BR /&gt;&lt;BR /&gt;here the error :&lt;/P&gt;&lt;P&gt;Some packages could not be installed. This may mean that you have&lt;BR /&gt;requested an impossible situation or if you are using the unstable&lt;BR /&gt;distribution that some required packages have not yet been created&lt;BR /&gt;or been moved out of Incoming.&lt;BR /&gt;The following information may help to resolve the situation:&lt;/P&gt;&lt;P&gt;The following packages have unmet dependencies:&lt;BR /&gt;packagegroup-imx-core-tools : Depends: python3-twisted-core but it is not installable&lt;BR /&gt;E: Unable to correct problems, you have held broken packages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't find in forums and someone that did have this error with twisted. So i come here if you have any idea about it.&lt;BR /&gt;&lt;BR /&gt;here the manifest that we are using :&amp;nbsp;imx-6.6.23-2.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks you in advance.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 19:23:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX93-EVK-Yocto-python3-twisted-is-not-installable-on-Scarthgap/m-p/1948494#M228111</guid>
      <dc:creator>kimf</dc:creator>
      <dc:date>2024-09-05T19:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: [iMX93-EVK] Yocto python3-twisted is not installable on Scarthgap</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX93-EVK-Yocto-python3-twisted-is-not-installable-on-Scarthgap/m-p/1949222#M228150</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/234166"&gt;@kimf&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try adding the next line to your local.conf file :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CORE_IMAGE_EXTRA_INSTALL += "python3-twisted"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I added&amp;nbsp; the line and I don't have any problem after the bitbake command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 17:29:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX93-EVK-Yocto-python3-twisted-is-not-installable-on-Scarthgap/m-p/1949222#M228150</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-09-06T17:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: [iMX93-EVK] Yocto python3-twisted is not installable on Scarthgap</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX93-EVK-Yocto-python3-twisted-is-not-installable-on-Scarthgap/m-p/1949325#M228155</link>
      <description>Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;WIth this command i still have the same issue when doing the rootFS:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The following packages have unmet dependencies:&lt;BR /&gt;python3-twisted : Depends: python3-twisted-conch but it is not installable&lt;BR /&gt;Depends: python3-twisted-core but it is not installable&lt;BR /&gt;Depends: python3-twisted-mail but it is not installable&lt;BR /&gt;Depends: python3-twisted-names but it is not installable&lt;BR /&gt;Depends: python3-twisted-pair but it is not installable&lt;BR /&gt;Depends: python3-twisted-protocols but it is not installable&lt;BR /&gt;Depends: python3-twisted-runner but it is not installable&lt;BR /&gt;Depends: python3-twisted-web but it is not installable&lt;BR /&gt;Depends: python3-twisted-words but it is not installable&lt;BR /&gt;Depends: python3-twisted-zsh but it is not installable&lt;BR /&gt;E: Unable to correct problems, you have held broken packages.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;when i build the package using : bitbake python3-twisted it goes whitout error.&lt;BR /&gt;&lt;BR /&gt;It's like i don't want to install it on the file system</description>
      <pubDate>Fri, 06 Sep 2024 20:54:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX93-EVK-Yocto-python3-twisted-is-not-installable-on-Scarthgap/m-p/1949325#M228155</guid>
      <dc:creator>kimf</dc:creator>
      <dc:date>2024-09-06T20:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: [iMX93-EVK] Yocto python3-twisted is not installable on Scarthgap</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX93-EVK-Yocto-python3-twisted-is-not-installable-on-Scarthgap/m-p/1951275#M228272</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/234166"&gt;@kimf&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I solved the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have to update the contents of the .bb and apply the patches described in the meta open embedded&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb?h=scarthgap" target="_blank"&gt;https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb?h=scarthgap&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671-0001.patch?h=scarthgap" target="_blank"&gt;https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671-0001.patch?h=scarthgap&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671-0002.patch?h=scarthgap" target="_blank"&gt;https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twisted/CVE-2024-41671-0002.patch?h=scarthgap&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After that the compilation and installation finished succesfuly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 16:35:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX93-EVK-Yocto-python3-twisted-is-not-installable-on-Scarthgap/m-p/1951275#M228272</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-09-10T16:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: [iMX93-EVK] Yocto python3-twisted is not installable on Scarthgap</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX93-EVK-Yocto-python3-twisted-is-not-installable-on-Scarthgap/m-p/1954340#M228436</link>
      <description>&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;That have fixed the issue !&lt;BR /&gt;thank you very much for your help&lt;BR /&gt;&lt;BR /&gt;Kim</description>
      <pubDate>Fri, 13 Sep 2024 14:19:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX93-EVK-Yocto-python3-twisted-is-not-installable-on-Scarthgap/m-p/1954340#M228436</guid>
      <dc:creator>kimf</dc:creator>
      <dc:date>2024-09-13T14:19:52Z</dc:date>
    </item>
  </channel>
</rss>

