<?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: Error Fetching glslang from GitHub: Connection Timed Out in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Error-Fetching-glslang-from-GitHub-Connection-Timed-Out/m-p/1986733#M230412</link>
    <description>&lt;P&gt;The problem seems like the git port is restricted on your side.&lt;/P&gt;
&lt;P&gt;Have you tried this with&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;git config --global url."https://".insteadOf git://&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;By the way, just try a test to build bitbake glslang with the latest BSP on my host and without fetch failure issue.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;</description>
    <pubDate>Mon, 04 Nov 2024 05:46:15 GMT</pubDate>
    <dc:creator>Harvey021</dc:creator>
    <dc:date>2024-11-04T05:46:15Z</dc:date>
    <item>
      <title>Error Fetching glslang from GitHub: Connection Timed Out</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-Fetching-glslang-from-GitHub-Connection-Timed-Out/m-p/1986163#M230370</link>
      <description>&lt;P&gt;I am encountering an issue while trying to fetch the glslang package in my Yocto build for the i.MX platform. The fetch command fails with a timeout error when attempting to connect to GitHub. Here are the details of the error message:&lt;/P&gt;&lt;P&gt;ERROR: glslang-git-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; ...; LANG=C git -c core.fsyncobjectfiles=0 clone --bare --mirror git://github.com/KhronosGroup/glslang /home/arun/Brinto/yocto--imx8/OS/downloads//git2/github.com.KhronosGroup.glslang --progress failed with exit code 128, output: fatal: unable to connect to github.com: github.com[0: 20.207.73.82]: errno=Connection timed out&lt;/P&gt;&lt;P&gt;I have verified my internet connection and can access GitHub via a web browser, so I am not sure why this is happening.&lt;/P&gt;&lt;P&gt;Is there a known issue with accessing the glslang repository, or are there any recommended solutions to bypass this problem? Any assistance would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2024 09:22:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-Fetching-glslang-from-GitHub-Connection-Timed-Out/m-p/1986163#M230370</guid>
      <dc:creator>BrintoJames</dc:creator>
      <dc:date>2024-11-01T09:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error Fetching glslang from GitHub: Connection Timed Out</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-Fetching-glslang-from-GitHub-Connection-Timed-Out/m-p/1986733#M230412</link>
      <description>&lt;P&gt;The problem seems like the git port is restricted on your side.&lt;/P&gt;
&lt;P&gt;Have you tried this with&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;git config --global url."https://".insteadOf git://&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;By the way, just try a test to build bitbake glslang with the latest BSP on my host and without fetch failure issue.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 05:46:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-Fetching-glslang-from-GitHub-Connection-Timed-Out/m-p/1986733#M230412</guid>
      <dc:creator>Harvey021</dc:creator>
      <dc:date>2024-11-04T05:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error Fetching glslang from GitHub: Connection Timed Out</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-Fetching-glslang-from-GitHub-Connection-Timed-Out/m-p/1986880#M230428</link>
      <description>Hi Harvey,&lt;BR /&gt;&lt;BR /&gt;Thank you for your suggestion to use the HTTPS protocol for fetching the repository. I ran the command:&lt;BR /&gt;&lt;BR /&gt;git config --global url."https://".insteadOf git://&lt;BR /&gt;&lt;BR /&gt;However, I'm now encountering a new error when trying to fetch the glslang package:&lt;BR /&gt;&lt;BR /&gt;ERROR: glslang-git-r0 do_fetch: Fetcher failure: Unable to find revision d509a5eec6f5a65b3ffdfa0a19096f338d2582be in branch master even from upstream&lt;BR /&gt;ERROR: glslang-git-r0 do_fetch: Fetcher failure for URL: 'git://github.com/KhronosGroup/glslang'. Unable to fetch URL from any source.&lt;BR /&gt;&lt;BR /&gt;It seems that the specified revision cannot be found in the master branch. Could you please provide some advice on how to resolve this issue?&lt;BR /&gt;&lt;BR /&gt;I appreciate your help!</description>
      <pubDate>Mon, 04 Nov 2024 08:27:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-Fetching-glslang-from-GitHub-Connection-Timed-Out/m-p/1986880#M230428</guid>
      <dc:creator>BrintoJames</dc:creator>
      <dc:date>2024-11-04T08:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error Fetching glslang from GitHub: Connection Timed Out</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-Fetching-glslang-from-GitHub-Connection-Timed-Out/m-p/1986896#M230430</link>
      <description>&lt;P&gt;For revision, go check bb file and then having a try to change the branch to main (if not), or a workaround like nobranch=1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 08:48:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-Fetching-glslang-from-GitHub-Connection-Timed-Out/m-p/1986896#M230430</guid>
      <dc:creator>Harvey021</dc:creator>
      <dc:date>2024-11-04T08:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error Fetching glslang from GitHub: Connection Timed Out</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-Fetching-glslang-from-GitHub-Connection-Timed-Out/m-p/1986919#M230431</link>
      <description>Thank you for your guidance!&lt;BR /&gt;It worked fine....&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Nov 2024 09:17:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-Fetching-glslang-from-GitHub-Connection-Timed-Out/m-p/1986919#M230431</guid>
      <dc:creator>BrintoJames</dc:creator>
      <dc:date>2024-11-04T09:17:25Z</dc:date>
    </item>
  </channel>
</rss>

