You are not logged in.

#1 2019-09-18 14:02:56

max3l
Member
Registered: 2019-09-18
Posts: 8

[SOLVED]Installing packages from aur repository using makepkg -si fail

I was trying to install the yay package from the aur repository using git and makepkg but it failed.

First I was cloning the git repository using

 git clone https://aur.archlinux.org/yay.git 

.
After navigating into the yay directory I tried to install it calling

 makepkg -si 

.
It failed with following output:

==> Making package: yay 9.2.1-1 (Mi 18 Sep 2019 15:42:01 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading yay-9.2.1.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   117    0   117    0     0    371      0 --:--:-- --:--:-- --:--:--   371
100  345k  100  345k    0     0   176k      0  0:00:01  0:00:01 --:--:--  240k
==> Validating source files with sha1sums...
    yay-9.2.1.tar.gz ... Passed
==> Extracting sources...
  -> Extracting yay-9.2.1.tar.gz with bsdtar
==> Starting build()...
==> Entering fakeroot environment...
==> Finished making: yay 9.2.1-1 (Mi 18 Sep 2019 15:42:03 CEST)
==> Installing package yay with pacman -U...
loading packages...
error: '/home/max/Downloads/yay/yay-9.2.1-1-x86_64.pkg.tar.xz': could not find or read package
==> WARNING: Failed to install built package(s).

I also tried installing it using a snapshot but it failed with the same result. Trying to install other aur packages (pacaur, auracle-git or pikaur also) also failed.
I installed arch yesterday and it is my first time using vanilla arch.
Please tell me what I did wrong.

Last edited by max3l (2019-09-18 21:20:49)

Offline

#2 2019-09-18 14:10:51

c00ter
Member
From: Alaskan in Washington State
Registered: 2014-08-28
Posts: 386

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

Do you have the base-devel package group installed? You'll need that.
https://www.archlinux.org/groups/x86_64/base-devel/
https://wiki.archlinux.org/index.php/Package_group#base


UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Offline

#3 2019-09-18 14:13:34

max3l
Member
Registered: 2019-09-18
Posts: 8

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

Yes I installed the base-devel group using

 # pacman -S --needed base-devel 

.

Offline

#4 2019-09-18 14:14:47

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

So does the package exist?

Offline

#5 2019-09-18 14:14:50

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,563

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

Have you got base-devel installed in your system?

Offline

#6 2019-09-18 14:19:28

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

I built it, but I did not (and will not) install it.   Your build portion (Everthing before 'Installing package yay with pacman -U') seems a bit lean.
Here is what the build looks like on my system.

ewaller@odin/home/ewaller/devel/build/yay % makepkg
==> Making package: yay 9.2.1-1 (Wed 18 Sep 2019 07:11:09 AM PDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading yay-9.2.1.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   117    0   117    0     0    303      0 --:--:-- --:--:-- --:--:--   303
100  345k  100  345k    0     0   312k      0  0:00:01  0:00:01 --:--:--  312k
==> Validating source files with sha1sums...
    yay-9.2.1.tar.gz ... Passed
==> Extracting sources...
  -> Extracting yay-9.2.1.tar.gz with bsdtar
==> Starting build()...
go build -v -gcflags=all=-trimpath=/home/ewaller/devel/build/yay/src/yay-9.2.1 -asmflags=all=-trimpath=/home/ewaller/devel/build/yay/src/yay-9.2.1 -ldflags=-extldflags=-zrelro -ldflags=-extldflags=-znow -ldflags '-s -w -X main.version=9.2.1' -o yay -mod=vendor
internal/race
unicode
unicode/utf8
encoding
runtime/internal/sys
math/bits
unicode/utf16
container/list
sync/atomic
internal/cpu
crypto/subtle
runtime/internal/atomic
runtime/internal/math
crypto/internal/subtle
math
vendor/golang.org/x/crypto/cryptobyte/asn1
vendor/golang.org/x/crypto/internal/subtle
internal/bytealg
vendor/golang.org/x/crypto/curve25519
internal/nettrace
internal/testlog
runtime/cgo
runtime
sync
internal/reflectlite
internal/singleflight
math/rand
errors
sort
internal/oserror
io
vendor/golang.org/x/net/dns/dnsmessage
strconv
syscall
crypto/internal/randutil
strings
bytes
hash
crypto/hmac
path
hash/crc32
vendor/golang.org/x/crypto/hkdf
bufio
vendor/golang.org/x/text/transform
html
internal/syscall/unix
crypto
time
crypto/rc4
reflect
context
internal/poll
internal/fmtsort
encoding/binary
encoding/base64
crypto/cipher
crypto/md5
crypto/sha1
crypto/sha256
encoding/pem
os
crypto/des
vendor/golang.org/x/crypto/internal/chacha20
crypto/sha512
vendor/golang.org/x/crypto/poly1305
vendor/golang.org/x/sys/cpu
crypto/ed25519/internal/edwards25519
crypto/aes
path/filepath
fmt
vendor/golang.org/x/crypto/chacha20poly1305
net
io/ioutil
os/exec
github.com/Morganamilo/go-pacmanconf/ini
github.com/Morganamilo/go-srcinfo
github.com/Jguer/go-alpm
encoding/json
encoding/xml
compress/flate
encoding/hex
github.com/Morganamilo/go-pacmanconf
log
net/url
math/big
compress/gzip
vendor/golang.org/x/text/unicode/bidi
vendor/golang.org/x/text/unicode/norm
vendor/golang.org/x/net/http2/hpack
mime
mime/quotedprintable
vendor/golang.org/x/text/secure/bidirule
net/http/internal
crypto/dsa
crypto/rand
vendor/golang.org/x/net/idna
encoding/asn1
crypto/elliptic
crypto/ed25519
crypto/rsa
crypto/ecdsa
crypto/x509/pkix
vendor/golang.org/x/crypto/cryptobyte
vendor/golang.org/x/net/http/httpproxy
net/textproto
crypto/x509
vendor/golang.org/x/net/http/httpguts
mime/multipart
crypto/tls
net/http/httptrace
net/http
github.com/mikkeloscar/aur
github.com/Jguer/yay/v9
==> Entering fakeroot environment...
==> Starting package()...
install -Dm755 yay /home/ewaller/devel/build/yay/pkg/yay/usr/bin/yay
install -Dm644 doc/yay.8 /home/ewaller/devel/build/yay/pkg/yay/usr/share/man/man8/yay.8
install -Dm644 completions/bash /home/ewaller/devel/build/yay/pkg/yay/usr/share/bash-completion/completions/yay
install -Dm644 completions/zsh /home/ewaller/devel/build/yay/pkg/yay/usr/share/zsh/site-functions/_yay
install -Dm644 completions/fish /home/ewaller/devel/build/yay/pkg/yay/usr/share/fish/vendor_completions.d/yay.fish
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "yay"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: yay 9.2.1-1 (Wed 18 Sep 2019 07:11:33 AM PDT)
ewaller@odin/home/ewaller/devel/build/yay %

I would guess that, as reported, your system never built yay-9.2.1-1-x86_64.pkg.tar.xz.
Have you been able to build other AUR packages?  Do you have base-devel installed?

Edit:  Wow, I am a bit slow this morning.  4 posts got in before me O_o

Last edited by ewaller (2019-09-18 14:21:35)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#7 2019-09-18 14:27:32

max3l
Member
Registered: 2019-09-18
Posts: 8

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

ewaller wrote:

Have you been able to build other AUR packages?  Do you have base-devel installed?

Yes base-devel is installed.
No, I was not able to build any AUR packages.
Building the yay package using

 makepkg -sr 

gives following output:

==> Making package: yay 9.2.1-1 (Mi 18 Sep 2019 16:23:38 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading yay-9.2.1.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   117    0   117    0     0    327      0 --:--:-- --:--:-- --:--:--   327
100  345k  100  345k    0     0   240k      0  0:00:01  0:00:01 --:--:--  518k
==> Validating source files with sha1sums...
    yay-9.2.1.tar.gz ... Passed
==> Extracting sources...
  -> Extracting yay-9.2.1.tar.gz with bsdtar
==> Starting build()...
==> Entering fakeroot environment...
==> Finished making: yay 9.2.1-1 (Mi 18 Sep 2019 16:23:40 CEST)

Installing it afterwards with

 # pacman -U yay-9.2.1.tar.gz 

fails and it says the package is corrupted.

loading packages...
error: missing package metadata in yay-9.2.1.tar.gz
error: 'yay-9.2.1.tar.gz': invalid or corrupted package

Offline

#8 2019-09-18 14:35:53

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

You tried to install the source Tarbel.  The package will be named yay-9.2.1-1-x86_64.pkg.tar.xz
Something is going wrong during the build, but I am at a loss as to what.  Are there src and pkg directories?  Anything in them?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#9 2019-09-18 14:38:46

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,424

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

Outputs of

printenv
type -a go
type -a make

?

Last edited by V1del (2019-09-18 14:39:30)

Offline

#10 2019-09-18 14:56:38

max3l
Member
Registered: 2019-09-18
Posts: 8

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

ewaller wrote:

Are there src and pkg directories?  Anything in them?

Src and pkg directories do exist. Pkg is empty and src has a yay-9.2.1 directory and yay-9.2.1.tar.gz in it. A tree of Src can be found here.

V1del wrote:

Outputs of

printenv
type -a go
type -a make

?

printenv

SHELL=/bin/bash
SESSION_MANAGER=local/max-yoga:@/tmp/.ICE-unix/591,unix/max-yoga:/tmp/.ICE-unix/591
COLORTERM=truecolor
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
XDG_MENU_PREFIX=gnome-
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
PANTHEON_TERMINAL_ID=0
DESKTOP_SESSION=budgie-desktop
LC_MONETARY=de_DE.UTF-8
GTK_MODULES=canberra-gtk-module
XDG_SEAT=seat0
PWD=/home/max/Downloads/yay/src
LOGNAME=max
XDG_SESSION_DESKTOP=budgie-desktop
XDG_SESSION_TYPE=x11
XAUTHORITY=/home/max/.Xauthority
XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/max
GDM_LANG=en_US.UTF-8
HOME=/home/max
LC_PAPER=de_DE.UTF-8
LANG=en_US.UTF-8
XDG_CURRENT_DESKTOP=Budgie:GNOME
VTE_VERSION=5800
PROMPT_COMMAND=dbus-send --type=method_call --session --dest=io.elementary.terminal /io/elementary/terminal io.elementary.terminal.ProcessFinished string:$PANTHEON_TERMINAL_ID string:"$(history 1 | cut -c 8-)" int32:$__bp_last_ret_value >/dev/null 2>&1; printf "\033]0;%s@%s:%s\007" "${USER}" "${HOSTNAME%%.*}" "${PWD/#$HOME/\~}"
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
XDG_SESSION_CLASS=user
TERM=xterm-256color
USER=max
DISPLAY=:0
SHLVL=1
LC_MEASUREMENT=de_DE.UTF-8
XDG_VTNR=7
XDG_SESSION_ID=1
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
XDG_RUNTIME_DIR=/run/user/1000
LC_TIME=de_DE.UTF-8
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
GDMSESSION=budgie-desktop
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
MAIL=/var/spool/mail/max
GIO_LAUNCHED_DESKTOP_FILE_PID=77201
GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/io.elementary.terminal.desktop
LC_NUMERIC=de_DE.UTF-8
_=/usr/bin/printenv
OLDPWD=/home/max/Downloads/yay

type -a go

go is /usr/bin/go
go is /bin/go

type -a make

make is /usr/bin/make
make is /bin/make

Thank you for all your replies smile

Offline

#11 2019-09-18 18:45:36

c00ter
Member
From: Alaskan in Washington State
Registered: 2014-08-28
Posts: 386

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

Please post the output of:

uname -a


UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Offline

#12 2019-09-18 18:56:41

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

Please add -d to the make invocation so the invocation is as below and post the updated output of makepkg

  make -d VERSION=$pkgver DESTDIR="$pkgdir" PREFIX=/usr

Offline

#13 2019-09-18 19:15:01

max3l
Member
Registered: 2019-09-18
Posts: 8

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

c00ter wrote:

Please post the output of:

uname -a

Linux max-yoga 5.2.14-arch2-1-ARCH #1 SMP PREEMPT Thu Sep 12 10:42:38 UTC 2019 x86_64 GNU/Linux
loqs wrote:

Please add -d to the make invocation so the invocation is as below and post the updated output of makepkg

  make -d VERSION=$pkgver DESTDIR="$pkgdir" PREFIX=/usr

After adding -d to every make statement, the output of makepkg -sr is:

==> Making package: yay 9.2.1-1 (Mi 18 Sep 2019 21:11:48 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading yay-9.2.1.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   117    0   117    0     0    346      0 --:--:-- --:--:-- --:--:--   346
100  345k  100  345k    0     0   144k      0  0:00:02  0:00:02 --:--:--  186k
==> Validating source files with sha1sums...
    yay-9.2.1.tar.gz ... Passed
==> Extracting sources...
  -> Extracting yay-9.2.1.tar.gz with bsdtar
==> Starting build()...
==> Entering fakeroot environment...
==> Finished making: yay 9.2.1-1 (Mi 18 Sep 2019 21:11:51 CEST)

Offline

#14 2019-09-18 19:26:07

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

What is the output of the following

pacman -Qo /usr/bin/make
pacman -Qi make
pacman -Qkk make
make -v
file /usr/bin/make

Offline

#15 2019-09-18 19:39:45

max3l
Member
Registered: 2019-09-18
Posts: 8

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

loqs wrote:

What is the output of the following

pacman -Qo /usr/bin/make
pacman -Qi make
pacman -Qkk make
make -v
file /usr/bin/make

pacman -Qo /usr/bin/make

error: No package owns /usr/bin/make

pacman -Qi make

Name            : make
Version         : 4.2.1-3
Description     : None
Architecture    : None
URL             : None
Licenses        : None
Groups          : None
Provides        : None
Depends On      : None
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 0,00 B
Packager        : None
Build Date      : None
Install Date    : None
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Unknown

pacman -Qkk make

error: error while reading file /var/lib/pacman/local/make-4.2.1-3/mtree: Unrecognized archive format
make: no mtree file

make -v
no output

file /usr/bin/make

/usr/bin/make: empty

Offline

#16 2019-09-18 19:42:58

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

Please post the output of the following to check if other packages have been corrupted as well:

# pacman -Qkk

Offline

#17 2019-09-18 19:50:38

max3l
Member
Registered: 2019-09-18
Posts: 8

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

loqs wrote:

Please post the output of the following to check if other packages have been corrupted as well:

# pacman -Qkk

# pacman -Qkk

aalib: 88 total files, 0 altered files
warning: accountsservice: /var/lib/AccountsService/icons (Permissions mismatch)
accountsservice: 286 total files, 1 altered file
acl: 97 total files, 0 altered files
adobe-source-code-pro-fonts: 23 total files, 0 altered files
adwaita-icon-theme: 6171 total files, 0 altered files
alsa-lib: 357 total files, 0 altered files
alsa-plugins: 64 total files, 0 altered files
aom: 229 total files, 0 altered files
apache: 536 total files, 0 altered files
appstream-glib: 198 total files, 0 altered files
apr: 66 total files, 0 altered files
apr-util: 66 total files, 0 altered files
archlinux-keyring: 8 total files, 0 altered files
argon2: 14 total files, 0 altered files
aspell: 223 total files, 0 altered files
at-spi2-atk: 17 total files, 0 altered files
at-spi2-core: 316 total files, 0 altered files
atk: 401 total files, 0 altered files
atkmm: 61 total files, 0 altered files
attr: 72 total files, 0 altered files
audit: 155 total files, 0 altered files
augeas: 482 total files, 0 altered files
autoconf: 74 total files, 0 altered files
automake: 137 total files, 0 altered files
avahi: 340 total files, 0 altered files
babl: 43 total files, 0 altered files
baobab: 670 total files, 0 altered files
bash: 241 total files, 0 altered files
binutils: 385 total files, 0 altered files
bison: 303 total files, 0 altered files
blas: 11 total files, 0 altered files
bluez: 56 total files, 0 altered files
bluez-libs: 20 total files, 0 altered files
bolt: 32 total files, 0 altered files
boost-libs: 95 total files, 0 altered files
brltty: 864 total files, 0 altered files
brotli: 30 total files, 0 altered files
btrfs-progs: 93 total files, 0 altered files
bubblewrap: 10 total files, 0 altered files
budgie-desktop: 344 total files, 0 altered files
bzip2: 26 total files, 0 altered files
ca-certificates: 0 total files, 0 altered files
ca-certificates-mozilla: 5 total files, 0 altered files
ca-certificates-utils: 26 total files, 0 altered files
cairo: 112 total files, 0 altered files
cairomm: 42 total files, 0 altered files
cantarell-fonts: 14 total files, 0 altered files
cdparanoia: 18 total files, 0 altered files
cdrtools: 147 total files, 0 altered files
celt: 19 total files, 0 altered files
celt0.5.1: 19 total files, 0 altered files
ceph-libs: 340 total files, 0 altered files
cheese: 746 total files, 0 altered files
chromaprint: 11 total files, 0 altered files
cifs-utils: 33 total files, 0 altered files
clang: 1416 total files, 0 altered files
clutter: 554 total files, 0 altered files
clutter-gst: 64 total files, 0 altered files
clutter-gtk: 60 total files, 0 altered files
cogl: 335 total files, 0 altered files
colord: 419 total files, 0 altered files
colord-gtk: 54 total files, 0 altered files
colord-sane: 5 total files, 0 altered files
compiler-rt: 111 total files, 0 altered files
coreutils: 431 total files, 0 altered files
cracklib: 153 total files, 0 altered files
cryptsetup: 84 total files, 0 altered files
cups-pk-helper: 123 total files, 0 altered files
curl: 468 total files, 0 altered files
dav1d: 25 total files, 0 altered files
db: 47 total files, 0 altered files
dbus: 99 total files, 0 altered files
dbus-glib: 51 total files, 0 altered files
dconf: 74 total files, 0 altered files
desktop-file-utils: 19 total files, 0 altered files
device-mapper: 38 total files, 0 altered files
dhcpcd: 37 total files, 0 altered files
diffutils: 118 total files, 0 altered files
djvulibre: 94 total files, 0 altered files
dleyna-connector-dbus: 7 total files, 0 altered files
dleyna-core: 23 total files, 0 altered files
dleyna-renderer: 20 total files, 0 altered files
dleyna-server: 20 total files, 0 altered files
dmraid: 39 total files, 0 altered files
dnssec-anchors: 7 total files, 0 altered files
dosfstools: 35 total files, 0 altered files
dotconf: 72 total files, 0 altered files
e2fsprogs: 202 total files, 0 altered files
efibootmgr: 7 total files, 0 altered files
efivar: 56 total files, 0 altered files
enchant: 27 total files, 0 altered files
eog: 1914 total files, 0 altered files
epiphany: 813 total files, 0 altered files
evince: 3392 total files, 0 altered files
evolution-data-server: 1180 total files, 0 altered files
exempi: 23 total files, 0 altered files
exfat-utils: 18 total files, 0 altered files
exiv2: 123 total files, 0 altered files
error: error while reading file /var/lib/pacman/local/expac-9-1/mtree: Unrecognized archive format
expac: no mtree file
expat: 21 total files, 0 altered files
faac: 17 total files, 0 altered files
faad2: 17 total files, 0 altered files
error: error while reading file /var/lib/pacman/local/fakeroot-1.24-1/mtree: Unrecognized archive format
fakeroot: no mtree file
ffmpeg: 255 total files, 0 altered files
fftw: 63 total files, 0 altered files
file: 24 total files, 0 altered files
file-roller: 739 total files, 0 altered files
backup file: filesystem: /etc/fstab (Modification time mismatch)
backup file: filesystem: /etc/fstab (Size mismatch)
backup file: filesystem: /etc/group (Modification time mismatch)
backup file: filesystem: /etc/group (Size mismatch)
backup file: filesystem: /etc/gshadow (Modification time mismatch)
backup file: filesystem: /etc/gshadow (Size mismatch)
backup file: filesystem: /etc/hosts (Modification time mismatch)
backup file: filesystem: /etc/hosts (Size mismatch)
backup file: filesystem: /etc/passwd (Modification time mismatch)
backup file: filesystem: /etc/passwd (Size mismatch)
backup file: filesystem: /etc/resolv.conf (Modification time mismatch)
backup file: filesystem: /etc/resolv.conf (Size mismatch)
backup file: filesystem: /etc/shadow (Modification time mismatch)
backup file: filesystem: /etc/shadow (Size mismatch)
backup file: filesystem: /etc/shells (Modification time mismatch)
backup file: filesystem: /etc/shells (Size mismatch)
filesystem: 116 total files, 0 altered files
findutils: 132 total files, 0 altered files
firefox: 100 total files, 0 altered files
flac: 42 total files, 0 altered files
flex: 99 total files, 0 altered files
folks: 1199 total files, 0 altered files
fontconfig: 560 total files, 0 altered files
freerdp: 298 total files, 0 altered files
freetype2: 68 total files, 0 altered files
frei0r-plugins: 144 total files, 0 altered files
fribidi: 33 total files, 0 altered files
fuse-common: 2 total files, 0 altered files
fuse2: 37 total files, 0 altered files
fuse3: 26 total files, 0 altered files
gavl: 116 total files, 0 altered files
gawk: 131 total files, 0 altered files
error: error while reading file /var/lib/pacman/local/gc-7.6.8-1/mtree: Unrecognized archive format
gc: no mtree file
gcab: 133 total files, 0 altered files
gcc: 2504 total files, 0 altered files
gcc-libs: 55 total files, 0 altered files
gcr: 518 total files, 0 altered files
gd: 39 total files, 0 altered files
gdbm: 70 total files, 0 altered files
gdk-pixbuf2: 430 total files, 0 altered files
gdm: 498 total files, 0 altered files
gedit: 1957 total files, 0 altered files
gegl: 296 total files, 0 altered files
geoclue: 112 total files, 0 altered files
geocode-glib: 67 total files, 0 altered files
gettext: 327 total files, 0 altered files
gfbgraph: 61 total files, 0 altered files
ghostscript: 603 total files, 0 altered files
giflib: 33 total files, 0 altered files
git: 766 total files, 0 altered files
gjs: 30 total files, 0 altered files
glib-networking: 221 total files, 0 altered files
glib2: 696 total files, 0 altered files
backup file: glibc: /etc/locale.gen (Modification time mismatch)
backup file: glibc: /etc/locale.gen (Size mismatch)
glibc: 1561 total files, 0 altered files
glibmm: 455 total files, 0 altered files
glslang: 75 total files, 0 altered files
glu: 11 total files, 0 altered files
glusterfs: 498 total files, 0 altered files
gmime3: 182 total files, 0 altered files
gmock: 81 total files, 0 altered files
gmp: 16 total files, 0 altered files
gnome-autoar: 58 total files, 0 altered files
gnome-backgrounds: 316 total files, 0 altered files
gnome-bluetooth: 354 total files, 0 altered files
gnome-books: 251 total files, 0 altered files
gnome-boxes: 706 total files, 0 altered files
gnome-calculator: 1252 total files, 0 altered files
gnome-calendar: 255 total files, 0 altered files
gnome-characters: 203 total files, 0 altered files
gnome-clocks: 508 total files, 0 altered files
gnome-color-manager: 410 total files, 0 altered files
gnome-contacts: 245 total files, 0 altered files
gnome-control-center: 594 total files, 0 altered files
gnome-desktop: 557 total files, 0 altered files
gnome-dictionary: 909 total files, 0 altered files
gnome-disk-utility: 266 total files, 0 altered files
gnome-documents: 852 total files, 0 altered files
gnome-epub-thumbnailer: 8 total files, 0 altered files
gnome-font-viewer: 314 total files, 0 altered files
gnome-getting-started-docs: 1563 total files, 0 altered files
gnome-keyring: 307 total files, 0 altered files
gnome-logs: 339 total files, 0 altered files
gnome-maps: 267 total files, 0 altered files
gnome-menus: 373 total files, 0 altered files
gnome-music: 711 total files, 0 altered files
gnome-online-accounts: 379 total files, 0 altered files
gnome-online-miners: 26 total files, 0 altered files
gnome-photos: 427 total files, 0 altered files
gnome-remote-desktop: 11 total files, 0 altered files
gnome-screenshot: 317 total files, 0 altered files
gnome-session: 366 total files, 0 altered files
gnome-settings-daemon: 368 total files, 0 altered files
gnome-shell: 388 total files, 0 altered files
gnome-shell-extensions: 285 total files, 0 altered files
gnome-software: 324 total files, 0 altered files
gnome-system-monitor: 688 total files, 0 altered files
gnome-themes-extra: 4059 total files, 0 altered files
gnome-todo: 259 total files, 0 altered files
gnome-user-docs: 16161 total files, 0 altered files
gnome-user-share: 270 total files, 0 altered files
gnome-video-effects: 39 total files, 0 altered files
gnome-weather: 220 total files, 0 altered files
gnu-free-fonts: 16 total files, 0 altered files
gnupg: 211 total files, 0 altered files
gnutls: 1272 total files, 0 altered files
go: 10970 total files, 0 altered files
gobject-introspection-runtime: 24 total files, 0 altered files
gom: 58 total files, 0 altered files
gperftools: 111 total files, 0 altered files
gpgme: 75 total files, 0 altered files
gpm: 35 total files, 0 altered files
gptfdisk: 17 total files, 0 altered files
granite: 638 total files, 0 altered files
graphene: 85 total files, 0 altered files
graphite: 67 total files, 0 altered files
grep: 143 total files, 0 altered files
grilo: 262 total files, 0 altered files
grilo-plugins: 232 total files, 0 altered files
groff: 629 total files, 0 altered files
grub: 1083 total files, 0 altered files
gsettings-desktop-schemas: 210 total files, 0 altered files
gsfonts: 81 total files, 0 altered files
gsm: 24 total files, 0 altered files
gsound: 41 total files, 0 altered files
gspell: 217 total files, 0 altered files
gssdp: 47 total files, 0 altered files
gst-plugins-bad: 388 total files, 0 altered files
gst-plugins-base: 12 total files, 0 altered files
gst-plugins-base-libs: 600 total files, 0 altered files
gst-plugins-good: 212 total files, 0 altered files
gstreamer: 488 total files, 0 altered files
gtest: 76 total files, 0 altered files
gtk-update-icon-cache: 9 total files, 0 altered files
gtk-vnc: 207 total files, 0 altered files
gtk3: 1702 total files, 0 altered files
gtkmm3: 576 total files, 0 altered files
gtksourceview3: 527 total files, 0 altered files
gtksourceview4: 541 total files, 0 altered files
error: error while reading file /var/lib/pacman/local/guile-2.2.6-1/mtree: Unrecognized archive format
guile: no mtree file
gupnp: 90 total files, 0 altered files
gupnp-av: 78 total files, 0 altered files
gupnp-dlna: 120 total files, 0 altered files
gupnp-igd: 34 total files, 0 altered files
gvfs: 321 total files, 0 altered files
gvfs-afc: 16 total files, 0 altered files
gvfs-goa: 13 total files, 0 altered files
gvfs-google: 7 total files, 0 altered files
gvfs-gphoto2: 16 total files, 0 altered files
gvfs-mtp: 16 total files, 0 altered files
gvfs-nfs: 8 total files, 0 altered files
gvfs-smb: 15 total files, 0 altered files
gzip: 32 total files, 0 altered files
harfbuzz: 160 total files, 0 altered files
harfbuzz-icu: 14 total files, 0 altered files
hicolor-icon-theme: 371 total files, 0 altered files
hspell: 24 total files, 0 altered files
hunspell: 58 total files, 0 altered files
hwids: 5 total files, 0 altered files
hyphen: 13 total files, 0 altered files
iana-etc: 11 total files, 0 altered files
icu: 265 total files, 0 altered files
iio-sensor-proxy: 33 total files, 0 altered files
ijs: 22 total files, 0 altered files
ilmbase: 82 total files, 0 altered files
imagemagick: 489 total files, 0 altered files
imlib2: 69 total files, 0 altered files
inetutils: 56 total files, 0 altered files
intel-compute-runtime: 14 total files, 0 altered files
intel-gmmlib: 82 total files, 0 altered files
intel-graphics-compiler: 128 total files, 0 altered files
intel-opencl-clang: 11 total files, 0 altered files
intel-tbb: 133 total files, 0 altered files
iproute2: 193 total files, 0 altered files
iptables: 253 total files, 0 altered files
iputils: 35 total files, 0 altered files
iso-codes: 1346 total files, 0 altered files
jack: 190 total files, 0 altered files
jansson: 15 total files, 0 altered files
jasper: 44 total files, 0 altered files
jbig2dec: 13 total files, 0 altered files
jemalloc: 24 total files, 0 altered files
jfsutils: 21 total files, 0 altered files
jq: 24 total files, 0 altered files
js60: 359 total files, 0 altered files
json-c: 28 total files, 0 altered files
json-glib: 244 total files, 0 altered files
kbd: 759 total files, 0 altered files
keyutils: 72 total files, 0 altered files
kmod: 61 total files, 0 altered files
krb5: 205 total files, 0 altered files
l-smash: 17 total files, 0 altered files
ladspa: 28 total files, 0 altered files
lame: 31 total files, 0 altered files
lapack: 14 total files, 0 altered files
lcms2: 24 total files, 0 altered files
ldb: 58 total files, 0 altered files
ldns: 573 total files, 0 altered files
lensfun: 77 total files, 0 altered files
less: 11 total files, 0 altered files
leveldb: 42 total files, 0 altered files
libaio: 7 total files, 0 altered files
libao: 66 total files, 0 altered files
libarchive: 66 total files, 0 altered files
libass: 15 total files, 0 altered files
libassuan: 16 total files, 0 altered files
libasyncns: 15 total files, 0 altered files
libatasmart: 19 total files, 0 altered files
error: error while reading file /var/lib/pacman/local/libatomic_ops-7.6.10-1/mtree: Unrecognized archive format
libatomic_ops: no mtree file
libavc1394: 25 total files, 0 altered files
libblockdev: 100 total files, 0 altered files
libbluray: 24 total files, 0 altered files
libbs2b: 20 total files, 0 altered files
libbsd: 266 total files, 0 altered files
libbytesize: 21 total files, 0 altered files
libcaca: 36 total files, 0 altered files
libcacard: 22 total files, 0 altered files
libcanberra: 70 total files, 0 altered files
libcanberra-pulse: 5 total files, 0 altered files
libcap: 55 total files, 0 altered files
libcap-ng: 43 total files, 0 altered files
libcddb: 21 total files, 0 altered files
libcdio: 87 total files, 0 altered files
libcdio-paranoia: 25 total files, 0 altered files
libchamplain: 128 total files, 0 altered files
libcroco: 83 total files, 0 altered files
libcue: 11 total files, 0 altered files
libcups: 33 total files, 0 altered files
libdaemon: 21 total files, 0 altered files
libdatrie: 24 total files, 0 altered files
libdazzle: 346 total files, 0 altered files
libdc1394: 40 total files, 0 altered files
libdca: 23 total files, 0 altered files
libde265: 23 total files, 0 altered files
libdmapsharing: 79 total files, 0 altered files
libdmx: 34 total files, 0 altered files
libdrm: 94 total files, 0 altered files
libdv: 21 total files, 0 altered files
libdvdnav: 20 total files, 0 altered files
libdvdread: 28 total files, 0 altered files
libedit: 62 total files, 0 altered files
libelf: 63 total files, 0 altered files
libepoxy: 76 total files, 0 altered files
libevdev: 23 total files, 0 altered files
libexif: 108 total files, 0 altered files
libfdk-aac: 19 total files, 0 altered files
libffi: 23 total files, 0 altered files
libfontenc: 15 total files, 0 altered files
libgcrypt: 24 total files, 0 altered files
libgdata: 469 total files, 0 altered files
libgdm: 23 total files, 0 altered files
libgee: 18 total files, 0 altered files
libgepub: 19 total files, 0 altered files
libgexiv2: 37 total files, 0 altered files
libglvnd: 34 total files, 0 altered files
libgme: 10 total files, 0 altered files
libgnomekbd: 274 total files, 0 altered files
libgpg-error: 94 total files, 0 altered files
libgphoto2: 228 total files, 0 altered files
libgrss: 77 total files, 0 altered files
libgsf: 256 total files, 0 altered files
libgssglue: 17 total files, 0 altered files
libgtop: 372 total files, 0 altered files
libgudev: 42 total files, 0 altered files
libgusb: 57 total files, 0 altered files
libgweather: 486 total files, 0 altered files
libgxps: 60 total files, 0 altered files
libhandy: 116 total files, 0 altered files
libibus: 190 total files, 0 altered files
libical: 174 total files, 0 altered files
libice: 24 total files, 0 altered files
libid3tag: 9 total files, 0 altered files
libidn: 168 total files, 0 altered files
libidn2: 123 total files, 0 altered files
libiec61883: 18 total files, 0 altered files
libieee1284: 54 total files, 0 altered files
libimobiledevice: 76 total files, 0 altered files
libinput: 80 total files, 0 altered files
libiptcdata: 56 total files, 0 altered files
libiscsi: 25 total files, 0 altered files
libjpeg-turbo: 50 total files, 0 altered files
libksba: 14 total files, 0 altered files
libldap: 217 total files, 0 altered files
liblouis: 429 total files, 0 altered files
liblqr: 23 total files, 0 altered files
liblrdf: 20 total files, 0 altered files
libmediaart: 45 total files, 0 altered files
libmm-glib: 75 total files, 0 altered files
libmms: 14 total files, 0 altered files
libmnl: 10 total files, 0 altered files
libmodplug: 17 total files, 0 altered files
libmp4v2: 38 total files, 0 altered files
libmpc: 10 total files, 0 altered files
libmpcdec: 18 total files, 0 altered files
libmpeg2: 24 total files, 0 altered files
libmtp: 38 total files, 0 altered files
libmusicbrainz5: 77 total files, 0 altered files
libnautilus-extension: 56 total files, 0 altered files
libndp: 15 total files, 0 altered files
libnetfilter_conntrack: 19 total files, 0 altered files
libnewt: 247 total files, 0 altered files
libnfnetlink: 12 total files, 0 altered files
libnfs: 29 total files, 0 altered files
libnftnl: 22 total files, 0 altered files
libnghttp2: 15 total files, 0 altered files
libnice: 76 total files, 0 altered files
libnl: 240 total files, 0 altered files
libnm: 250 total files, 0 altered files
libnma: 49 total files, 0 altered files
libnotify: 42 total files, 0 altered files
libnsl: 23 total files, 0 altered files
liboauth: 16 total files, 0 altered files
libofa: 14 total files, 0 altered files
libogg: 110 total files, 0 altered files
libomxil-bellagio: 67 total files, 0 altered files
libosinfo: 414 total files, 0 altered files
libpackagekit-glib: 159 total files, 0 altered files
libpaper: 104 total files, 0 altered files
libpcap: 117 total files, 0 altered files
libpciaccess: 13 total files, 0 altered files
libpeas: 306 total files, 0 altered files
libpgm: 32 total files, 0 altered files
libphonenumber: 40 total files, 0 altered files
libpipeline: 80 total files, 0 altered files
libplacebo: 31 total files, 0 altered files
libplist: 37 total files, 0 altered files
libpng: 34 total files, 0 altered files
libproxy: 38 total files, 0 altered files
libpsl: 37 total files, 0 altered files
libpulse: 87 total files, 0 altered files
libpwquality: 175 total files, 0 altered files
libquvi: 30 total files, 0 altered files
libquvi-scripts: 82 total files, 0 altered files
libraqm: 31 total files, 0 altered files
libraw: 38 total files, 0 altered files
libraw1394: 24 total files, 0 altered files
librsvg: 68 total files, 0 altered files
libsamplerate: 33 total files, 0 altered files
libsasl: 54 total files, 0 altered files
libseccomp: 46 total files, 0 altered files
libsecret: 259 total files, 0 altered files
libshout: 23 total files, 0 altered files
libsigc++: 49 total files, 0 altered files
libsm: 21 total files, 0 altered files
libsndfile: 50 total files, 0 altered files
libsodium: 76 total files, 0 altered files
libsoup: 352 total files, 0 altered files
libsoxr: 18 total files, 0 altered files
libspectre: 17 total files, 0 altered files
libspeechd: 12 total files, 0 altered files
libspiro: 12 total files, 0 altered files
libsrtp: 17 total files, 0 altered files
libssh: 20 total files, 0 altered files
libssh2: 186 total files, 0 altered files
libstemmer: 11 total files, 0 altered files
libsynctex: 18 total files, 0 altered files
libtasn1: 82 total files, 0 altered files
libteam: 158 total files, 0 altered files
libthai: 29 total files, 0 altered files
libtheora: 104 total files, 0 altered files
libtiff: 258 total files, 0 altered files
libtirpc: 91 total files, 0 altered files
libtool: 77 total files, 0 altered files
libunistring: 55 total files, 0 altered files
libunwind: 68 total files, 0 altered files
liburcu: 199 total files, 0 altered files
libusb: 10 total files, 0 altered files
libusbmuxd: 12 total files, 0 altered files
libutil-linux: 17 total files, 0 altered files
libva: 62 total files, 0 altered files
libvdpau: 21 total files, 0 altered files
libvirt: 841 total files, 0 altered files
libvirt-glib: 503 total files, 0 altered files
libvisual: 63 total files, 0 altered files
libvncserver: 19 total files, 0 altered files
libvoikko: 29 total files, 0 altered files
libvorbis: 167 total files, 0 altered files
libvpx: 26 total files, 0 altered files
libwacom: 308 total files, 0 altered files
libwbclient: 13 total files, 0 altered files
libwebp: 48 total files, 0 altered files
libwnck3: 345 total files, 0 altered files
libwpe: 26 total files, 0 altered files
libx11: 1262 total files, 0 altered files
libxau: 25 total files, 0 altered files
libxaw: 143 total files, 0 altered files
libxcb: 2416 total files, 0 altered files
libxcomposite: 29 total files, 0 altered files
libxcursor: 52 total files, 0 altered files
libxdamage: 15 total files, 0 altered files
libxdmcp: 17 total files, 0 altered files
libxext: 100 total files, 0 altered files
libxfixes: 18 total files, 0 altered files
libxfont2: 15 total files, 0 altered files
libxft: 19 total files, 0 altered files
libxi: 96 total files, 0 altered files
libxinerama: 23 total files, 0 altered files
libxkbcommon: 18 total files, 0 altered files
libxkbcommon-x11: 13 total files, 0 altered files
libxkbfile: 20 total files, 0 altered files
libxklavier: 41 total files, 0 altered files
libxml2: 365 total files, 0 altered files
libxmlb: 68 total files, 0 altered files
libxmu: 45 total files, 0 altered files
libxpm: 21 total files, 0 altered files
libxrandr: 32 total files, 0 altered files
libxrender: 18 total files, 0 altered files
libxres: 23 total files, 0 altered files
libxshmfence: 14 total files, 0 altered files
libxslt: 166 total files, 0 altered files
libxt: 340 total files, 0 altered files
libxtst: 33 total files, 0 altered files
libxv: 43 total files, 0 altered files
libxxf86dga: 39 total files, 0 altered files
libxxf86vm: 40 total files, 0 altered files
libyaml: 13 total files, 0 altered files
libzapojit: 59 total files, 0 altered files
licenses: 61 total files, 0 altered files
backup file: lightdm: /etc/lightdm/lightdm.conf (Modification time mismatch)
backup file: lightdm: /etc/lightdm/lightdm.conf (Size mismatch)
lightdm: 387 total files, 0 altered files
lightdm-gtk-greeter: 257 total files, 0 altered files
warning: linux: /usr/lib/modules/5.2.14-arch2-1-ARCH/modules.alias (Modification time mismatch)
warning: linux: /usr/lib/modules/5.2.14-arch2-1-ARCH/modules.alias.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.2.14-arch2-1-ARCH/modules.builtin.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.2.14-arch2-1-ARCH/modules.dep (Modification time mismatch)
warning: linux: /usr/lib/modules/5.2.14-arch2-1-ARCH/modules.dep.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.2.14-arch2-1-ARCH/modules.devname (Modification time mismatch)
warning: linux: /usr/lib/modules/5.2.14-arch2-1-ARCH/modules.softdep (Modification time mismatch)
warning: linux: /usr/lib/modules/5.2.14-arch2-1-ARCH/modules.symbols (Modification time mismatch)
warning: linux: /usr/lib/modules/5.2.14-arch2-1-ARCH/modules.symbols.bin (Modification time mismatch)
linux: 6604 total files, 9 altered files
linux-api-headers: 919 total files, 0 altered files
linux-firmware: 2144 total files, 0 altered files
llvm-libs: 14 total files, 0 altered files
lm_sensors: 48 total files, 0 altered files
lmdb: 22 total files, 0 altered files
logrotate: 19 total files, 0 altered files
lua: 38 total files, 0 altered files
lua52: 36 total files, 0 altered files
lua52-bitop: 9 total files, 0 altered files
lua52-expat: 13 total files, 0 altered files
lua52-lpeg: 12 total files, 0 altered files
lua52-luajson: 28 total files, 0 altered files
lua52-socket: 26 total files, 0 altered files
luajit: 42 total files, 0 altered files
lvm2: 180 total files, 0 altered files
lz4: 24 total files, 0 altered files
lzo: 35 total files, 0 altered files
m4: 11 total files, 0 altered files
mailcap: 13 total files, 0 altered files
error: error while reading file /var/lib/pacman/local/make-4.2.1-3/mtree: Unrecognized archive format
make: no mtree file
man-db: 432 total files, 0 altered files
man-pages: 3525 total files, 0 altered files
mbedtls: 141 total files, 0 altered files
mdadm: 35 total files, 0 altered files
mesa: 104 total files, 0 altered files
meson: 376 total files, 0 altered files
metis: 12 total files, 0 altered files
mjpegtools: 171 total files, 0 altered files
mkinitcpio: 73 total files, 0 altered files
mkinitcpio-busybox: 4 total files, 0 altered files
mobile-broadband-provider-info: 10 total files, 0 altered files
mod_dnssd: 5 total files, 0 altered files
mousetweaks: 249 total files, 0 altered files
mozilla-common: 5 total files, 0 altered files
mpfr: 29 total files, 0 altered files
mpg123: 33 total files, 0 altered files
mtdev: 17 total files, 0 altered files
mtools: 74 total files, 0 altered files
mutter: 621 total files, 0 altered files
nano: 173 total files, 0 altered files
nautilus: 386 total files, 0 altered files
nautilus-sendto: 268 total files, 0 altered files
ncurses: 3771 total files, 0 altered files
ndctl: 75 total files, 0 altered files
neon: 215 total files, 0 altered files
net-snmp: 698 total files, 0 altered files
netcf: 36 total files, 0 altered files
netctl: 86 total files, 0 altered files
nettle: 84 total files, 0 altered files
networkmanager: 490 total files, 0 altered files
ninja: 24 total files, 0 altered files
nm-connection-editor: 260 total files, 0 altered files
npth: 12 total files, 0 altered files
nspr: 72 total files, 0 altered files
nss: 144 total files, 0 altered files
numactl: 31 total files, 0 altered files
oath-toolkit: 230 total files, 0 altered files
oniguruma: 32 total files, 0 altered files
openal: 44 total files, 0 altered files
opencore-amr: 18 total files, 0 altered files
openexr: 139 total files, 0 altered files
openjpeg2: 519 total files, 0 altered files
openresolv: 21 total files, 0 altered files
openssh: 58 total files, 0 altered files
openssl: 4070 total files, 0 altered files
opus: 145 total files, 0 altered files
orc: 98 total files, 0 altered files
orca: 1636 total files, 0 altered files
osinfo-db: 853 total files, 0 altered files
p11-kit: 304 total files, 0 altered files
backup file: pacman: /etc/pacman.conf (Modification time mismatch)
backup file: pacman: /etc/pacman.conf (Size mismatch)
pacman: 343 total files, 0 altered files
pacman-contrib: 31 total files, 0 altered files
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Modification time mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Size mismatch)
pacman-mirrorlist: 3 total files, 0 altered files
pacutils: 52 total files, 0 altered files
pam: 585 total files, 0 altered files
pambase: 8 total files, 0 altered files
pango: 153 total files, 0 altered files
pangomm: 73 total files, 0 altered files
pantheon-terminal: 609 total files, 0 altered files
parted: 115 total files, 0 altered files
patch: 7 total files, 0 altered files
pciutils: 24 total files, 0 altered files
pcre: 211 total files, 0 altered files
pcre2: 233 total files, 0 altered files
pcsclite: 38 total files, 0 altered files
perl: 2778 total files, 0 altered files
perl-data-dump: 23 total files, 0 altered files
perl-encode-locale: 17 total files, 0 altered files
perl-error: 18 total files, 0 altered files
perl-file-listing: 17 total files, 0 altered files
perl-html-parser: 28 total files, 0 altered files
perl-html-tagset: 17 total files, 0 altered files
perl-http-cookies: 22 total files, 0 altered files
perl-http-daemon: 17 total files, 0 altered files
perl-http-date: 17 total files, 0 altered files
perl-http-message: 37 total files, 0 altered files
perl-http-negotiate: 17 total files, 0 altered files
perl-io-html: 17 total files, 0 altered files
perl-io-socket-ssl: 26 total files, 0 altered files
perl-json: 18 total files, 0 altered files
perl-libwww: 70 total files, 0 altered files
perl-log-message: 23 total files, 0 altered files
perl-log-message-simple: 18 total files, 0 altered files
perl-lwp-mediatypes: 18 total files, 0 altered files
perl-lwp-protocol-https: 19 total files, 0 altered files
perl-mailtools: 48 total files, 0 altered files
perl-net-http: 24 total files, 0 altered files
perl-net-ssleay: 98 total files, 0 altered files
perl-term-readline-gnu: 63 total files, 0 altered files
perl-term-ui: 20 total files, 0 altered files
perl-timedate: 60 total files, 0 altered files
perl-try-tiny: 20 total files, 0 altered files
perl-uri: 80 total files, 0 altered files
perl-www-robotrules: 20 total files, 0 altered files
phodav: 104 total files, 0 altered files
pinentry: 12 total files, 0 altered files
pipewire: 161 total files, 0 altered files
pixman: 15 total files, 0 altered files
error: error while reading file /var/lib/pacman/local/pkgconf-1.6.3-2/mtree: Unrecognized archive format
pkgconf: no mtree file
polkit: 199 total files, 0 altered files
poppler: 178 total files, 0 altered files
poppler-glib: 74 total files, 0 altered files
popt: 114 total files, 0 altered files
powerline-common: 12 total files, 0 altered files
powerline-fonts: 13 total files, 0 altered files
procps-ng: 94 total files, 0 altered files
protobuf: 153 total files, 0 altered files
psmisc: 103 total files, 0 altered files
pulseaudio: 344 total files, 0 altered files
pulseaudio-alsa: 2 total files, 0 altered files
pulseaudio-bluetooth: 9 total files, 0 altered files
pyalpm: 39 total files, 0 altered files
pygobject-devel: 7 total files, 0 altered files
python: 7362 total files, 0 altered files
python-appdirs: 17 total files, 0 altered files
python-atspi: 78 total files, 0 altered files
python-attrs: 50 total files, 0 altered files
python-cairo: 20 total files, 0 altered files
python-chardet: 139 total files, 0 altered files
python-dbus: 61 total files, 0 altered files
python-dbus-common: 117 total files, 0 altered files
python-gobject: 99 total files, 0 altered files
python-idna: 39 total files, 0 altered files
python-packaging: 32 total files, 0 altered files
python-pyparsing: 17 total files, 0 altered files
python-requests: 67 total files, 0 altered files
python-setuptools: 192 total files, 0 altered files
python-six: 17 total files, 0 altered files
python-urllib3: 128 total files, 0 altered files
python-xdg: 46 total files, 0 altered files
python2: 4755 total files, 0 altered files
qemu: 224 total files, 0 altered files
raptor: 119 total files, 0 altered files
readline: 53 total files, 0 altered files
reiserfsprogs: 37 total files, 0 altered files
rest: 71 total files, 0 altered files
rpcbind: 24 total files, 0 altered files
rtkit: 28 total files, 0 altered files
rtmpdump: 25 total files, 0 altered files
run-parts: 31 total files, 0 altered files
rygel: 351 total files, 0 altered files
s-nail: 16 total files, 0 altered files
sane: 658 total files, 0 altered files
sbc: 14 total files, 0 altered files
sdl: 223 total files, 0 altered files
sdl2: 109 total files, 0 altered files
seabios: 15 total files, 0 altered files
sed: 127 total files, 0 altered files
shaderc: 23 total files, 0 altered files
warning: shadow: /usr/bin/newgidmap (Permissions mismatch)
warning: shadow: /usr/bin/newuidmap (Permissions mismatch)
shadow: 558 total files, 2 altered files
shared-color-targets: 276 total files, 0 altered files
shared-mime-info: 242 total files, 0 altered files
simple-scan: 875 total files, 0 altered files
slang: 179 total files, 0 altered files
smbclient: 226 total files, 0 altered files
snappy: 22 total files, 0 altered files
sound-theme-freedesktop: 44 total files, 0 altered files
soundtouch: 24 total files, 0 altered files
spandsp: 157 total files, 0 altered files
speech-dispatcher: 215 total files, 0 altered files
speex: 32 total files, 0 altered files
speexdsp: 22 total files, 0 altered files
spice: 20 total files, 0 altered files
spice-gtk: 125 total files, 0 altered files
spirv-tools: 31 total files, 0 altered files
sqlite: 24 total files, 0 altered files
srt: 25 total files, 0 altered files
startup-notification: 16 total files, 0 altered files
backup file: sudo: /etc/sudoers (Modification time mismatch)
backup file: sudo: /etc/sudoers (Size mismatch)
sudo: 202 total files, 0 altered files
suitesparse: 106 total files, 0 altered files
sushi: 249 total files, 0 altered files
sysfsutils: 19 total files, 0 altered files
systemd: 1636 total files, 0 altered files
systemd-libs: 12 total files, 0 altered files
systemd-sysvcompat: 18 total files, 0 altered files
t1lib: 19 total files, 0 altered files
taglib: 120 total files, 0 altered files
talloc: 23 total files, 0 altered files
tar: 131 total files, 0 altered files
tcl: 1163 total files, 0 altered files
tdb: 25 total files, 0 altered files
telepathy-glib: 371 total files, 0 altered files
tevent: 13 total files, 0 altered files
texinfo: 558 total files, 0 altered files
thin-provisioning-tools: 44 total files, 0 altered files
totem: 1271 total files, 0 altered files
totem-plparser: 335 total files, 0 altered files
tracker: 724 total files, 0 altered files
tracker-miners: 288 total files, 0 altered files
tree: 7 total files, 0 altered files
twolame: 39 total files, 0 altered files
tzdata: 2484 total files, 0 altered files
udisks2: 420 total files, 0 altered files
unzip: 18 total files, 0 altered files
upower: 104 total files, 0 altered files
usbmuxd: 16 total files, 0 altered files
usbredir: 22 total files, 0 altered files
usbutils: 13 total files, 0 altered files
util-linux: 494 total files, 0 altered files
v4l-utils: 304 total files, 0 altered files
vde2: 102 total files, 0 altered files
vi: 25 total files, 0 altered files
vid.stab: 24 total files, 0 altered files
vino: 285 total files, 0 altered files
virglrenderer: 16 total files, 0 altered files
volume_key: 133 total files, 0 altered files
vte-common: 3 total files, 0 altered files
vte3: 346 total files, 0 altered files
vulkan-icd-loader: 11 total files, 0 altered files
wavpack: 25 total files, 0 altered files
wayland: 46 total files, 0 altered files
wayland-protocols: 56 total files, 0 altered files
webkit2gtk: 610 total files, 0 altered files
webrtc-audio-processing: 35 total files, 0 altered files
which: 9 total files, 0 altered files
wildmidi: 39 total files, 0 altered files
woff2: 25 total files, 0 altered files
wpa_supplicant: 35 total files, 0 altered files
wpebackend-fdo: 21 total files, 0 altered files
x264: 11 total files, 0 altered files
x265: 13 total files, 0 altered files
xcb-proto: 66 total files, 0 altered files
xcb-util: 20 total files, 0 altered files
xcb-util-image: 16 total files, 0 altered files
xcb-util-keysyms: 14 total files, 0 altered files
xcb-util-renderutil: 14 total files, 0 altered files
xcb-util-wm: 19 total files, 0 altered files
xdg-dbus-proxy: 3 total files, 0 altered files
xdg-user-dirs: 245 total files, 0 altered files
xdg-user-dirs-gtk: 234 total files, 0 altered files
xf86-input-libinput: 21 total files, 0 altered files
xf86-input-wacom: 33 total files, 0 altered files
xf86-video-vesa: 13 total files, 0 altered files
xfsprogs: 109 total files, 0 altered files
xkeyboard-config: 456 total files, 0 altered files
xmlsec: 247 total files, 0 altered files
xorg-bdftopcf: 10 total files, 0 altered files
xorg-docs: 43 total files, 0 altered files
xorg-font-util: 36 total files, 0 altered files
xorg-font-utils: 0 total files, 0 altered files
xorg-fonts-100dpi: 1905 total files, 0 altered files
xorg-fonts-75dpi: 1905 total files, 0 altered files
xorg-fonts-alias: 14 total files, 0 altered files
xorg-fonts-encodings: 59 total files, 0 altered files
xorg-iceauth: 10 total files, 0 altered files
xorg-luit: 10 total files, 0 altered files
xorg-mkfontscale: 18 total files, 0 altered files
xorg-server: 50 total files, 0 altered files
xorg-server-common: 15 total files, 0 altered files
xorg-server-devel: 173 total files, 0 altered files
xorg-server-xdmx: 24 total files, 0 altered files
xorg-server-xephyr: 10 total files, 0 altered files
xorg-server-xnest: 10 total files, 0 altered files
xorg-server-xvfb: 12 total files, 0 altered files
xorg-server-xwayland: 7 total files, 0 altered files
xorg-setxkbmap: 10 total files, 0 altered files
xorg-smproxy: 10 total files, 0 altered files
xorg-util-macros: 12 total files, 0 altered files
xorg-x11perf: 20 total files, 0 altered files
xorg-xauth: 10 total files, 0 altered files
xorg-xbacklight: 10 total files, 0 altered files
xorg-xcmsdb: 10 total files, 0 altered files
xorg-xcursorgen: 10 total files, 0 altered files
xorg-xdpyinfo: 10 total files, 0 altered files
xorg-xdriinfo: 10 total files, 0 altered files
xorg-xev: 10 total files, 0 altered files
xorg-xgamma: 10 total files, 0 altered files
xorg-xhost: 10 total files, 0 altered files
xorg-xinput: 10 total files, 0 altered files
xorg-xkbcomp: 13 total files, 0 altered files
xorg-xkbevd: 10 total files, 0 altered files
xorg-xkbutils: 14 total files, 0 altered files
xorg-xkill: 10 total files, 0 altered files
xorg-xlsatoms: 10 total files, 0 altered files
xorg-xlsclients: 10 total files, 0 altered files
xorg-xmodmap: 10 total files, 0 altered files
xorg-xpr: 12 total files, 0 altered files
xorg-xprop: 10 total files, 0 altered files
xorg-xrandr: 10 total files, 0 altered files
xorg-xrdb: 10 total files, 0 altered files
xorg-xrefresh: 10 total files, 0 altered files
xorg-xset: 10 total files, 0 altered files
xorg-xsetroot: 10 total files, 0 altered files
xorg-xvinfo: 10 total files, 0 altered files
xorg-xwd: 10 total files, 0 altered files
xorg-xwininfo: 10 total files, 0 altered files
xorg-xwud: 10 total files, 0 altered files
xorgproto: 246 total files, 0 altered files
xvidcore: 7 total files, 0 altered files
xz: 119 total files, 0 altered files
error: error while reading file /var/lib/pacman/local/yajl-2.1.0-2/mtree: Unrecognized archive format
yajl: no mtree file
yelp: 667 total files, 0 altered files
yelp-xsl: 445 total files, 0 altered files
zbar: 39 total files, 0 altered files
zenity: 1194 total files, 0 altered files
zeromq: 86 total files, 0 altered files
zip: 16 total files, 0 altered files
zita-alsa-pcmi: 10 total files, 0 altered files
zita-resampler: 30 total files, 0 altered files
zlib: 18 total files, 0 altered files
zsh: 1172 total files, 0 altered files
zstd: 31 total files, 0 altered files
zvbi: 49 total files, 0 altered files

Offline

#18 2019-09-18 20:08:41

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

error: error while reading file /var/lib/pacman/local/expac-9-1/mtree: Unrecognized archive format
expac: no mtree file
error: error while reading file /var/lib/pacman/local/fakeroot-1.24-1/mtree: Unrecognized archive format
fakeroot: no mtree file
error: error while reading file /var/lib/pacman/local/gc-7.6.8-1/mtree: Unrecognized archive format
gc: no mtree file
error: error while reading file /var/lib/pacman/local/guile-2.2.6-1/mtree: Unrecognized archive format
guile: no mtree file
error: error while reading file /var/lib/pacman/local/libatomic_ops-7.6.10-1/mtree: Unrecognized archive format
libatomic_ops: no mtree file
error: error while reading file /var/lib/pacman/local/make-4.2.1-3/mtree: Unrecognized archive format
make: no mtree file
error: error while reading file /var/lib/pacman/local/pkgconf-1.6.3-2/mtree: Unrecognized archive format
pkgconf: no mtree file
error: error while reading file /var/lib/pacman/local/yajl-2.1.0-2/mtree: Unrecognized archive format
yajl: no mtree file

expac fakeroot gc guile libatomic_ops make pkgconf yajl all need to be reinstalled due to corruption.
I would suggest you run a S.M.A.R.T. check on the device first though.

Offline

#19 2019-09-18 21:20:10

max3l
Member
Registered: 2019-09-18
Posts: 8

Re: [SOLVED]Installing packages from aur repository using makepkg -si fail

Reinstalling the packages fixed it.
Thank you for the fast replies.

Offline

Board footer

Powered by FluxBB