pitrou opened a new issue, #16440:
URL: https://github.com/apache/arrow/issues/16440

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The ARM and s390x C++ jobs on Travis-CI are failing with a similar error:
   
   * ARM job (example: 
https://app.travis-ci.com/github/apache/arrow/jobs/592803886):
   ```
   Some packages could not be installed. This may mean that you have
   requested an impossible situation or if you are using the unstable
   distribution that some required packages have not yet been created
   or been moved out of Incoming.
   The following information may help to resolve the situation:
   The following packages have unmet dependencies:
    clang-14 : Depends: libclang-common-14-dev (= 
1:14.0.6~++20221117072312+f28c006a5895-1~exp1~20221117192323.163) but it is not 
going to be installed
    clang-tidy-14 : Depends: libclang-common-14-dev but it is not going to be 
installed
   E: Unable to correct problems, you have held broken packages.
   
   The command '/bin/bash -o pipefail -c latest_system_llvm=10 &&     if [ 
${llvm} -gt ${latest_system_llvm} -o          ${clang_tools} -gt 
${latest_system_llvm} ]; then       apt-get update -y -q &&       apt-get 
install -y -q --no-install-recommends           apt-transport-https           
ca-certificates           gnupg           lsb-release           wget &&       
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - &&       
code_name=$(lsb_release --codename --short) &&       if [ ${llvm} -gt 10 ]; 
then         echo "deb https://apt.llvm.org/${code_name}/ 
llvm-toolchain-${code_name}-${llvm} main" >            
/etc/apt/sources.list.d/llvm.list;       fi &&       if [ ${clang_tools} -ne 
${llvm} -a            ${clang_tools} -gt ${latest_system_llvm} ]; then         
echo "deb https://apt.llvm.org/${code_name}/ 
llvm-toolchain-${code_name}-${clang_tools} main" >            
/etc/apt/sources.list.d/clang-tools.list;       fi;     fi &&     apt-get 
update -y -q &&     apt-
 get install -y -q --no-install-recommends         clang-${clang_tools}         
clang-${llvm}         clang-format-${clang_tools}         
clang-tidy-${clang_tools}         llvm-${llvm}-dev &&     apt-get clean &&     
rm -rf /var/lib/apt/lists*' returned a non-zero code: 100
   
   ERROR: Service 'ubuntu-cpp' failed to build : Build failed
   ```
   * s390x job (example: 
https://app.travis-ci.com/github/apache/arrow/jobs/592803889)
   ```
   Some packages could not be installed. This may mean that you have
   requested an impossible situation or if you are using the unstable
   distribution that some required packages have not yet been created
   or been moved out of Incoming.
   The following information may help to resolve the situation:
   The following packages have unmet dependencies:
    clang-14 : Depends: libclang-common-14-dev (= 
1:14.0.6~++20221117072312+f28c006a5895-1~exp1~20221117192323.163) but it is not 
going to be installed
    clang-tidy-14 : Depends: libclang-common-14-dev but it is not going to be 
installed
   
   E: Unable to correct problems, you have held broken packages.
   
   The command '/bin/bash -o pipefail -c latest_system_llvm=10 &&     if [ 
${llvm} -gt ${latest_system_llvm} -o          ${clang_tools} -gt 
${latest_system_llvm} ]; then       apt-get update -y -q &&       apt-get 
install -y -q --no-install-recommends           apt-transport-https           
ca-certificates           gnupg           lsb-release           wget &&       
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - &&       
code_name=$(lsb_release --codename --short) &&       if [ ${llvm} -gt 10 ]; 
then         echo "deb https://apt.llvm.org/${code_name}/ 
llvm-toolchain-${code_name}-${llvm} main" >            
/etc/apt/sources.list.d/llvm.list;       fi &&       if [ ${clang_tools} -ne 
${llvm} -a            ${clang_tools} -gt ${latest_system_llvm} ]; then         
echo "deb https://apt.llvm.org/${code_name}/ 
llvm-toolchain-${code_name}-${clang_tools} main" >            
/etc/apt/sources.list.d/clang-tools.list;       fi;     fi &&     apt-get 
update -y -q &&     apt-
 get install -y -q --no-install-recommends         clang-${clang_tools}         
clang-${llvm}         clang-format-${clang_tools}         
clang-tidy-${clang_tools}         llvm-${llvm}-dev &&     apt-get clean &&     
rm -rf /var/lib/apt/lists*' returned a non-zero code: 100
   
   Service 'ubuntu-cpp' failed to build : Build failed
   ```
   
   
   ### Component(s)
   
   C++


-- 
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]

Reply via email to