RokasUrbelis / docker-wine-linux

:boom::whale::fire:Linux运行wine应用(QQ/微信/百度网盘/TIM/迅雷极速版/Foxmail等),适用于所有发行版------- Best wine-QQ/TIM/Wechat for all Linux distros
843 stars 104 forks source link

yes|bash /root/deepin-wine-ubuntu/install.sh时出错 #46

Open 1322630531 opened 3 years ago

1322630531 commented 3 years ago

Processing triggers for fontconfig (2.13.1-2ubuntu3) ... Processing triggers for libc-bin (2.32-0ubuntu3) ... Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.40.0+dfsg-5ubuntu0.1) ... E: Could not configure 'libc6:i386'. E: Could not perform immediate configuration on 'libgcc-s1:i386'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) E: Could not configure 'libc6:i386'. E: Could not perform immediate configuration on 'libcom-err2:i386'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) E: Could not configure 'libc6:i386'. E: Could not perform immediate configuration on 'libkrb5support0:i386'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) E: Could not configure 'libc6:i386'. E: Could not perform immediate configuration on 'libk5crypto3:i386'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) E: Could not configure 'libc6:i386'. E: Could not perform immediate configuration on 'libkeyutils1:i386'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) E: Could not configure 'libc6:i386'. E: Could not perform immediate configuration on 'libssl1.1:i386'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) E: Could not configure 'libc6:i386'. E: Could not perform immediate configuration on 'libkrb5-3:i386'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) E: Could not configure 'libc6:i386'. E: Could not perform immediate configuration on 'libgssapi-krb5-2:i386'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) E: Could not configure 'libc6:i386'. E: Could not perform immediate configuration on 'libtirpc3:i386'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) E: Could not configure 'libc6:i386'. E: Could not perform immediate configuration on 'libnsl2:i386'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) E: Could not configure 'libc6:i386'. E: Could not perform immediate configuration on 'libnss-nis:i386'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) The command '/bin/sh -c yes|bash /root/deepin-wine-ubuntu/install.sh' returned a non-zero code: 100 build docker image error,exit process

hv0905 commented 3 years ago

此方法目前对我有用

  1. 编辑run.sh, 注释掉以下两行避免重复拉取
    [ -d $DIR ] && rm -rf $DIR 
    git clone https://github.com/RokasUrbelis/${DIR}.git
  2. 手动clone deepin-wine-ubuntu仓库(如果没有的话)
  3. cd入deepin-wine-ubuntu目录, 编辑install.sh, 在sudo apt update后加入以下两行
    sudo apt install libc6-i686 -y
    sudo apt install libc6-i386 -y
  4. 重新运行run.sh构建即可。