您尚未登录。

#1 2012-04-09 16:55:38

yuminghost
会员
注册时间: 2012-04-09
帖子: 7

xyne-any无法升级

不知道是什么原因,系统无法安装其他软件。显示说xyne-any数据库有问题。下面是具体输出。



$:packer scrot
错误:GPGME error: 无数据
错误:数据库 'xyne-any' 无效 (无效或已损坏的数据库 (PGP 签名))
0 aur/gscreenshot 1.3-5
    A GUI front-end for scrot
1 aur/shutter 0.88.2-1
    A featureful screenshot tool (formerly gscrot)
2 aur/shutter-bzr 1189-1
    A featureful screenshot tool (formerly gscrot) - Mario Kemper's Experimental branch
3 aur/scrot-focus 0.8-4
    A simple command-line screenshot utility for X with focus patch
4 aur/deepin-scrot-git 20120309-1
    a screen snapshot tool from deepin linux
5 aur/sscrotwm-git 20120302-2
    Shriveled scrotwm: A minimalist fork of scrotwm/spectrwm.
6 aur/deepinscrot-gui 1.0.1-1
    A minimal GUI for Deepin Scrot.
7 aur/deepin-scrot 2.0-1
    A screenshot tool with Linux Deepin modifications
8 aur/impyh 20120405-3
    Comfortable GUI for scrot written in python

Type numbers to install. Separate each number with a space.
Numbers: 3
错误:GPGME error: 无数据
错误:数据库 'xyne-any' 无效 (无效或已损坏的数据库 (PGP 签名))
错误:GPGME error: 无数据

Aur Targets    (1): scrot-focus

Proceed with installation? [Y/n] y
Edit scrot-focus PKGBUILD with $EDITOR? [Y/n] n
==> 正在创建软件包:scrot-focus 0.8-4 (2012年 04月 09日 星期一 16:47:35 CST)
==> 正在检查运行时依赖关系...
错误:GPGME error: 无数据
==> 正在检查编译时依赖关系
==> 获取源代码...
  -> 找到 scrot-0.8.tar.bz2
  -> 找到 04-focused.dpatch
==> 正在验证源代码文件 md5sums...
    scrot-0.8.tar.bz2 ... 通过
    04-focused.dpatch ... 通过
==> 解压缩源码...
  -> 正在解压缩 scrot-0.8.tar.bz2,使用 bsdtar
==> 正在删除现存的 pkg/ 目录...
==> 正在进入 fakeroot 环境...
==> 正在开始 build()...
patching file src/options.h
patching file src/options.c
Hunk #3 succeeded at 236 with fuzz 2.
patching file src/scrot.h
patching file src/main.c
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for a BSD-compatible install... /bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for giblib-config... /usr/bin/giblib-config
checking for giblib - version >= 1.2.3... yes
checking for getopt_long... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scrot.spec
config.status: creating src/Makefile
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing default-1 commands
Making all in src
make[1]: Entering directory `/tmp/packerbuild-1000/scrot-focus/scrot-focus/src/scrot-0.8/src'
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O3 -Wall -I/usr/X11R6/include  -I/usr/include -I/usr/include -I. -DPREFIX=\""/usr"\" -I/usr/include/giblib    -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -c main.c
main.c: 在函数‘scrot_get_geometry’中:
main.c:383:5: 警告:传递‘XGetGeometry’的第 4 个参数给指针时,目标与指针符号不一致
/usr/include/X11/Xlib.h:2627:15: 附注:需要类型‘int *’,但实参的类型为‘unsigned int *’
main.c:383:5: 警告:传递‘XGetGeometry’的第 5 个参数给指针时,目标与指针符号不一致
/usr/include/X11/Xlib.h:2627:15: 附注:需要类型‘int *’,但实参的类型为‘unsigned int *’
main.c: 在函数‘scrot_exec_app’中:
main.c:171:9: 警告:忽略声明有 warn_unused_result 属性的‘system’的返回值
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O3 -Wall -I/usr/X11R6/include  -I/usr/include -I/usr/include -I. -DPREFIX=\""/usr"\" -I/usr/include/giblib    -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -c options.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O3 -Wall -I/usr/X11R6/include  -I/usr/include -I/usr/include -I. -DPREFIX=\""/usr"\" -I/usr/include/giblib    -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -c imlib.c
gcc  -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -L/usr/X11R6/lib -o scrot  main.o getopt.o getopt1.o options.o imlib.o -lX11 -L/usr/lib -lgiblib -L/usr/lib -lImlib2 -lfreetype -lz -L/usr/lib -lX11 -lXext -ldl -lm -lm
make[1]: Leaving directory `/tmp/packerbuild-1000/scrot-focus/scrot-focus/src/scrot-0.8/src'
make[1]: Entering directory `/tmp/packerbuild-1000/scrot-focus/scrot-focus/src/scrot-0.8'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/tmp/packerbuild-1000/scrot-focus/scrot-focus/src/scrot-0.8'
Making install in src
make[1]: Entering directory `/tmp/packerbuild-1000/scrot-focus/scrot-focus/src/scrot-0.8/src'
make[2]: Entering directory `/tmp/packerbuild-1000/scrot-focus/scrot-focus/src/scrot-0.8/src'
/bin/sh ../mkinstalldirs /tmp/packerbuild-1000/scrot-focus/scrot-focus/pkg/usr/bin
mkdir /tmp/packerbuild-1000/scrot-focus/scrot-focus/pkg/usr
mkdir /tmp/packerbuild-1000/scrot-focus/scrot-focus/pkg/usr/bin
  /bin/install -c  scrot /tmp/packerbuild-1000/scrot-focus/scrot-focus/pkg/usr/bin/scrot
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/packerbuild-1000/scrot-focus/scrot-focus/src/scrot-0.8/src'
make[1]: Leaving directory `/tmp/packerbuild-1000/scrot-focus/scrot-focus/src/scrot-0.8/src'
make[1]: Entering directory `/tmp/packerbuild-1000/scrot-focus/scrot-focus/src/scrot-0.8'
make[2]: Entering directory `/tmp/packerbuild-1000/scrot-focus/scrot-focus/src/scrot-0.8'
make[2]: Nothing to be done for `install-exec-am'.
make  install-man1
make[3]: Entering directory `/tmp/packerbuild-1000/scrot-focus/scrot-focus/src/scrot-0.8'
/bin/sh ./mkinstalldirs /tmp/packerbuild-1000/scrot-focus/scrot-focus/pkg/usr/share/man/man1
mkdir /tmp/packerbuild-1000/scrot-focus/scrot-focus/pkg/usr/share
mkdir /tmp/packerbuild-1000/scrot-focus/scrot-focus/pkg/usr/share/man
mkdir /tmp/packerbuild-1000/scrot-focus/scrot-focus/pkg/usr/share/man/man1
/bin/install -c -m 644 ./scrot.1 /tmp/packerbuild-1000/scrot-focus/scrot-focus/pkg/usr/share/man/man1/scrot.1
make[3]: Leaving directory `/tmp/packerbuild-1000/scrot-focus/scrot-focus/src/scrot-0.8'
/bin/sh ./mkinstalldirs /tmp/packerbuild-1000/scrot-focus/scrot-focus/pkg/usr/share/doc/scrot
mkdir /tmp/packerbuild-1000/scrot-focus/scrot-focus/pkg/usr/share/doc
mkdir /tmp/packerbuild-1000/scrot-focus/scrot-focus/pkg/usr/share/doc/scrot
/bin/install -c -m 644 ./README /tmp/packerbuild-1000/scrot-focus/scrot-focus/pkg/usr/share/doc/scrot/README
/bin/install -c -m 644 ./AUTHORS /tmp/packerbuild-1000/scrot-focus/scrot-focus/pkg/usr/share/doc/scrot/AUTHORS
/bin/install -c -m 644 ./ChangeLog /tmp/packerbuild-1000/scrot-focus/scrot-focus/pkg/usr/share/doc/scrot/ChangeLog
/bin/install -c -m 644 ./TODO /tmp/packerbuild-1000/scrot-focus/scrot-focus/pkg/usr/share/doc/scrot/TODO
make[2]: Leaving directory `/tmp/packerbuild-1000/scrot-focus/scrot-focus/src/scrot-0.8'
make[1]: Leaving directory `/tmp/packerbuild-1000/scrot-focus/scrot-focus/src/scrot-0.8'
==> 正在清理安装...
  -> 正在清除不打算要的文件...
  -> 正在压缩 man 及 info 文档...
  -> 正在从二进制文件和库中清除不需要的系统符号...
==> 正在创建软件包...
  -> 正在生成 .PKGINFO 文件...
  -> 正在压缩软件包...
==> 正在离开 fakeroot 环境。
==> 完成创建:scrot-focus 0.8-4 (2012年 04月 09日 星期一 16:47:39 CST)
密码:
错误:GPGME error: 无数据
错误:数据库 'xyne-any' 无效 (无效或已损坏的数据库 (PGP 签名))
正在加载软件包...
错误:无法准备事务处理 (无效或已损坏的数据库)


请大家支招。谢谢。

离线

#2 2012-04-10 00:56:27

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,384
个人网站

Re: xyne-any无法升级

GPG 签名的问题。可能是你要求验证其签名但是它又没有提供。又或者,你在升级到 pacman 4 时没有按提示执行一个初始化命令。

离线

#3 2012-04-12 10:25:25

yuminghost
会员
注册时间: 2012-04-09
帖子: 7

Re: xyne-any无法升级

请问我该怎么办呢?

离线

#4 2012-04-13 17:49:53

ffwalle
机器人
注册时间: 2011-12-03
帖子: 393

Re: xyne-any无法升级

没碰到过,等等看别人


just for fun :-)

离线

#5 2014-02-26 08:51:08

exploreroot.com
会员
注册时间: 2013-02-25
帖子: 14

Re: xyne-any无法升级

sudo pacman -Syy 可以解决大多数的库 但是fr和cn的库不能解决

离线

页脚