|
我发现在我升级了pacman到3之后,qpkg就没法输出makepkg的错误信息了,现在出错都是显示如下:
- > Running makepkg on the saved PKGBUILD... (please be patient!)
- ! There was a Problem when building the package!
- There is no solution if makepkg fails for now, but we are working on this.
- You've now the ability to run makepkg again to get the whole output of it.
- Do you want to run makepkg again to get the whole output?
- [Y/n] y
- > Running makepkg on the saved PKGBUILD... (please be patient!)
- /usr/bin/makepkg: illegal option -- w
- makepkg version 3.0.0
- Usage: /usr/bin/makepkg [options]
- Options:
- -b, --builddeps Build missing dependencies from source
- -c, --clean Clean up work files after build
- -C, --cleancache Clean up source files from the cache
- -d, --nodeps Skip all dependency checks
- -e, --noextract Do not extract source files (use existing src/ dir)
- -f, --force Overwrite existing package
- -g, --geninteg Generate integrity checks for source files
- -h, --help This help
- -i, --install Install package after successful build
- -L, --log Log package build process
- -m, --nocolor Disable colorized output messages
- -o, --nobuild Download and extract files only
- -p <buildscript> Use an alternate build script (instead of 'PKGBUILD')
- -r, --rmdeps Remove installed dependencies after a successful build
- -R, --repackage Repackage contents of pkg/ without building
- -s, --syncdeps Install missing dependencies with pacman
- -S, --usesudo When calling pacman, use sudo
- These options can be passed to pacman:
- --noconfirm Do not ask for confirmation when resolving dependencies
- --noprogressbar Do not show a progress bar when downloading files
- If -p is not specified, makepkg will look for 'PKGBUILD'
- [root@Xorcerer-PC xz]#
复制代码
是不是到了该改用别的AUR管理器的时候了? |
|