【发布时间】:2013-03-28 11:32:16
【问题描述】:
在编译软件时,我总是使用. ./configure && make && checkinstall -D make install 来构建软件。
现在我在使用 checkinstall 时遇到了问题,我得到了错误
"试图覆盖 `/var/backups/infodir.bak',它也在 包 libtasn1-3.2"。
我还用./configure && make && checkinstall -D make install 创建了libtasn1-3.2。
我尝试删除文件 /var/backups/infodir.bak,但仍然收到错误消息。 有谁知道我该如何解决这个问题?
Building Debian package...OK
Installing Debian package... FAILED!
Failed to install the package
Do you want to see the log file? [y]: y (Reading database ... dpkg:
serious warning: files list file for package `squeezecenter-readynas'
missing, assuming package has no files currently installed. 30739
files and directories currently installed.) Unpacking libgcrypt-1.5.1
(from .../libgcrypt-1.5.1_1.5.1-1_sparc.deb) ... dpkg: error
processing
/c/backup/zarafa/libgcrypt-1.5.1/libgcrypt-1.5.1_1.5.1-1_sparc.deb
(--install): trying to overwrite `/var/backups/infodir.bak', which is
also in package libtasn1-3.2 dpkg-deb: subprocess paste killed by
signal (Broken pipe) Errors were encountered while processing:
/c/backup/zarafa/libgcrypt-1.5.1/libgcrypt-1.5.1_1.5.1-1_sparc.deb
【问题讨论】:
标签: makefile debian configure checkinstall