我刚刚在VPS上重新安装了Arch Linux 2010.05,并且
sudo pacman -Syu 但是当我试图安装8月的任何东西时,makepkg失败了。
==> Tidying install...
-> Purging unwanted files...
-> Compressing man and info pages...
-> Stripping unneeded symbols from binaries and libraries...
==> Creating package...
-> Generating .PKGINFO file...
-> Compressing package...
bsdtar: FIEMAP failed: Invalid argument
bsdtar: FIEMAP failed: Invalid argument
bsdtar: FIEMAP failed: Invalid argument
==> Leaving fakeroot environment.发布于 2012-02-04 16:37:43
这是一个上游错误,我打开了一份报告:
http://code.google.com/p/libarchive/issues/detail?id=238
作为一个临时解决方案,您可以在tmpfs中构建,这样就不会有这个问题了。
https://unix.stackexchange.com/questions/30817
复制相似问题