dongjoon-hyun commented on code in PR #37243:
URL: https://github.com/apache/spark/pull/37243#discussion_r926970539


##########
.github/workflows/build_and_test.yml:
##########
@@ -552,7 +552,9 @@ jobs:
         python3.9 -m pip install 'pandas-stubs==1.2.0.53'
     - name: Install R linter dependencies and SparkR
       run: |
-        apt-get install -y libcurl4-openssl-dev libgit2-dev libssl-dev 
libxml2-dev
+        apt-get install -y libcurl4-openssl-dev libgit2-dev libssl-dev 
libxml2-dev \
+          libfontconfig1-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev 
libpng-dev \

Review Comment:
   Unfortunately, it seems that we are hitting another issue.
   ```
   Get:47 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgit2-dev 
amd64 0.28.4+dfsg.1-2 [691 kB]
   
[98](https://github.com/apache/spark/runs/7455057445?check_suite_focus=true#step:10:99)
   E: Failed to fetch 
http://security.ubuntu.com/ubuntu/pool/main/f/freetype/libfreetype-dev_2.10.1-2ubuntu0.1_amd64.deb
  404  Not Found [IP: 185.125.190.36 80]
   
[99](https://github.com/apache/spark/runs/7455057445?check_suite_focus=true#step:10:100)
   E: Failed to fetch 
http://security.ubuntu.com/ubuntu/pool/main/f/freetype/libfreetype6-dev_2.10.1-2ubuntu0.1_amd64.deb
  404  Not Found [IP: 185.125.190.36 80]
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to