Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1322630531 opened this issue Dec 19, 2020 · 1 comment
Open

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

1322630531 opened this issue Dec 19, 2020 · 1 comment

Comments

@1322630531
Copy link

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

hv0905 commented Feb 5, 2021

此方法目前对我有用

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants