Pamac stuck after "Checking file conflicts ..."

Hi,
I’m trying to install unrealtournament-bonuspack1 from the AUR through pamac. The build process and everything seem to work fine but just before the actual install, pamac always gets stuck after “Checking file conflicts …”. Only way to exit is to kill pamac and manually deleting the db.lck file.

Here’s the entire output:

Building unrealtournament-bonuspack1...
==> Making package: unrealtournament-bonuspack1 20000225-3 (So 10 Okt 2021 20:06:32 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found utbonuspack.zip
==> Validating source files with md5sums...
utbonuspack.zip ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Extracting utbonuspack.zip with bsdtar
==> Entering fakeroot environment...
==> Starting package()...
extracting file: Maps\DM-Cybrosis][.unr
extracting file: Maps\DM-Malevolence.unr
extracting file: Maps\DM-ArcaneTemple.unr
extracting file: Maps\DM-Mojo][.unr
extracting file: Maps\DM-Shrapnel][.unr
extracting file: Maps\DM-HealPod][.unr
extracting file: Maps\DM-Agony.unr
extracting file: Maps\CTF-Cybrosis][.unr
extracting file: Maps\CTF-Darji16.unr
extracting file: Maps\CTF-Hydro16.unr
extracting file: Maps\CTF-Noxion16.unr
extracting file: system\multimesh.u
extracting file: system\relics.u
extracting file: system\relicsbindings.u
extracting file: system\multimesh.int
extracting file: system\relics.int
extracting file: system\relicsbindings.int
extracting file: system\epiccustommodels.u
extracting file: system\tnalimeshskins.int
extracting file: system\tskmskins.int
extracting file: system\tcowmeshskins.int
extracting file: textures\tnalimeshskins.utx
extracting file: textures\tskmskins.utx
extracting file: textures\tcowmeshskins.utx
extracting file: Help\BonusPackReadme.txt
==> 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 "unrealtournament-bonuspack1"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: unrealtournament-bonuspack1 20000225-3 (So 10 Okt 2021 20:06:35 CEST)
==> Cleaning up...

Checking keyring...                                                                                                                   [1/1]
Checking integrity...                                                                                                                 [1/1]
Loading packages files...                                                                                                             [1/1]
Checking file conflicts...                                                                                                            [1/1]

Any idea here is highly appreciated. My searchs for now came up empty.

Have you tried the arch way?

git clone https://aur.archlinux.org/unrealtournament-bonuspack1.git

Then cd into the folder

cd unrealtournament-bonuspack1

and use the makepkg script

makepkg -is

Many thanks. That did work. I got a lot of file conflicts indeed because some file were already existing. I manually resolved these.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.