gpt4 book ai didi

Linux gitian-builder 和 "dpkg: error processing package sudo"

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:42:12 24 4
gpt4 key购买 nike

我正在使用 Ubuntu。我无法编译虚拟机。如果我直接转到 gitian-builder 并在终端中键入:sudo bin/make-base-vm -a i386。它编译了大约 3 分钟,然后因以下错误而崩溃:

W: --force-yes is deprecated, use one of the options starting with --allow instead.
E: Sub-process /usr/bin/dpkg returned an error code (1)

终端:

root@user-MS-7366:/home/user# cd git*
root@user-MS-7366:/home/user/gitian-builder# sudo bin/make-base-vm --arch amd64
2017-01-09 15:53:37,004 INFO : logging to file: /tmp/tmpXaV7Vf
2017-01-09 15:53:37,173 INFO : Calling hook: preflight_check
2017-01-09 15:53:37,200 INFO : Calling hook: set_defaults
2017-01-09 15:53:37,200 INFO : Calling hook: bootstrap
2017-01-09 15:58:05,544 INFO : Calling hook: configure_os
Extracting templates from packages: 100%
2017-01-09 16:04:46,669 INFO : W: --force-yes is deprecated, use one of the options starting with --allow instead.
2017-01-09 16:04:50,371 INFO :
2017-01-09 16:04:50,371 INFO : Current default time zone: 'Etc/UTC'
2017-01-09 16:04:50,374 INFO : Local time is now: Mon Jan 9 15:04:50 UTC 2017.
2017-01-09 16:04:50,374 INFO : Universal Time is now: Mon Jan 9 15:04:50 UTC 2017.
2017-01-09 16:04:50,374 INFO :
2017-01-09 16:04:52,946 INFO : Generating locales (this might take a while)...
2017-01-09 16:04:54,025 INFO : en_AG.UTF-8... done
2017-01-09 16:04:55,088 INFO : en_AU.UTF-8... done
2017-01-09 16:04:56,159 INFO : en_BW.UTF-8... done
2017-01-09 16:04:57,231 INFO : en_CA.UTF-8... done
2017-01-09 16:04:58,297 INFO : en_DK.UTF-8... done
2017-01-09 16:04:59,359 INFO : en_GB.UTF-8... done
2017-01-09 16:05:00,424 INFO : en_HK.UTF-8... done
2017-01-09 16:05:01,485 INFO : en_IE.UTF-8... done
2017-01-09 16:05:02,547 INFO : en_IN.UTF-8... done
2017-01-09 16:05:03,677 INFO : en_NG.UTF-8... done
2017-01-09 16:05:04,740 INFO : en_NZ.UTF-8... done
2017-01-09 16:05:05,812 INFO : en_PH.UTF-8... done
2017-01-09 16:05:06,881 INFO : en_SG.UTF-8... done
2017-01-09 16:05:07,954 INFO : en_US.UTF-8... done
2017-01-09 16:05:09,021 INFO : en_ZA.UTF-8... done
2017-01-09 16:05:10,086 INFO : en_ZM.UTF-8... done
2017-01-09 16:05:11,145 INFO : en_ZW.UTF-8... done
2017-01-09 16:05:11,146 INFO : Generation complete.
Extracting templates from packages: 100%
2017-01-09 16:07:45,694 INFO : W: --force-yes is deprecated, use one of the options starting with --allow instead.
2017-01-09 16:07:45,695 INFO : E: Sub-process /usr/bin/dpkg returned an error code (1)
2017-01-09 16:07:45,696 INFO : Cleaning up
2017-01-09 16:07:46,846 ERROR : Process (['chroot', '/tmp/tmpbRsGQM', 'apt-get', '-y', '--force-yes', 'dist-upgrade']) returned 100. stdout: Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
apt apt-utils base-files bash bsdutils console-setup console-setup-linux
dh-python distro-info-data dpkg gnupg gpgv grep ifupdown init
init-system-helpers initramfs-tools initramfs-tools-bin initramfs-tools-core
isc-dhcp-client isc-dhcp-common kbd keyboard-configuration klibc-utils less
libapparmor1 libapt-inst2.0 libapt-pkg5.0 libblkid1 libc-bin
libdns-export162 libexpat1 libfdisk1 libgcrypt20 libgnutls-openssl27
libgnutls30 libidn11 libisc-export160 libklibc libmount1 libp11-kit0
libprocps4 libpython3.5-minimal libpython3.5-stdlib libsmartcols1
libssl1.0.0 libsystemd0 libtasn1-6 libudev1 libuuid1 locales lsb-base mount
multiarch-support procps python3.5 python3.5-minimal sudo systemd
systemd-sysv tar tzdata udev util-linux vim-common vim-tiny
66 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 27.7 MB of archives.
After this operation, 233 kB of additional disk space will be used.
[installing packages]

Configuration file '/etc/sudoers'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** sudoers (Y/I/N/O/D/Z) [default=N] ? dpkg: error processing package sudo (--configure):
end of file on stdin at conffile prompt
[... // installing]
update-initramfs: Generating /boot/initrd.img-4.4.0-57-generic
Errors were encountered while processing:
sudo
Extracting templates from packages: 100%
W: --force-yes is deprecated, use one of the options starting with --allow instead.
E: Sub-process /usr/bin/dpkg returned an error code (1)

root@user-MS-7366:/home/user/gitian-builder#

我错过了什么?

谢谢。

最佳答案

我在新的 Ubuntu 16.04 LTS 上遇到了同样的问题。我从另一个帖子找到的解决方案是:

1.: 将单词'dist-upgrade'更改为'update':/usr/lib/python2.7/dist-packages/VMBuilder/plugins/ubuntu/dapper.py

2.: 删除/usr/lib/python2.7/dist-packages/VMBuilder/plugins/ubuntu/dapper.pyc

该解决方案解决了问题,make-base-vm 现在可以顺利编译。

引用:“令人恼火的是,像这样的问题的“解决方案”是编辑已安装的软件包,但事实就是如此。”

在这里找到: https://askubuntu.com/questions/852814/dpkg-error-processing-package-sudo-configure

关于Linux gitian-builder 和 "dpkg: error processing package sudo",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41551217/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com