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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The environment depends on libclang-common-14-dev which probably isn't being 
specified.
   
   `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
   Error: `docker-compose --file 
/home/travis/build/apache/arrow/docker-compose.yml build --build-arg 
BUILDKIT_INLINE_CACHE=1 ubuntu-cpp` exited with a non-zero exit code 1, see the 
process log above.
   `
   
   ### Component(s)
   
   C++, Continuous Integration


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