You are not logged in.

#1 2012-12-16 14:40:29

aleksey
Member
Registered: 2012-12-16
Posts: 3

[SOLVED] Couldn't install packages build with makepkg

Hi, i'm totaly newbe in arch, so after clean system install and update it with pacman -Syyu i got everything work fine and really fast,
but when i try to install package from AUR i got this:

error: chromium-pepper-flash-stable-11.5.31.5-1-i686.pkg.tar.xz': invalid or corrupted package (PGP signature)

i think problem is in pacman-key --init, it must generate key, but does nothing.

$ sudo pacman-key --init
$ 

SigLevel = Never in pacman.conf
google doesn't give me any sollution to solve the problem, so may be you can help me?

Last edited by aleksey (2012-12-16 15:49:15)

Offline

#2 2012-12-16 14:44:55

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: [SOLVED] Couldn't install packages build with makepkg

Post your pacman.conf.   With "SigLevel = Never" there should be no checking of package signatures...

Offline

#3 2012-12-16 14:48:37

aleksey
Member
Registered: 2012-12-16
Posts: 3

Re: [SOLVED] Couldn't install packages build with makepkg

pacman.conf

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
HoldPkg     = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst   = pacman
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#UseDelta
#TotalDownload
CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Never

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[core]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[extra]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

#[community-testing]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[community]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
SigLevel = Never
Server = file:///home/a/custompkgs

Offline

#4 2012-12-16 14:49:57

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: [SOLVED] Couldn't install packages build with makepkg

#[testing]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

So....  your SigLevel becomes PackageRequired.

Offline

#5 2012-12-16 14:59:08

aleksey
Member
Registered: 2012-12-16
Posts: 3

Re: [SOLVED] Couldn't install packages build with makepkg

testing ;o
Thank you, now it works \o/

Offline

Board footer

Powered by FluxBB