FS#55725 - [makepkg] wait for pacman tasks

Attached to Project: Pacman
Opened by mattia (nTia89) - Sunday, 24 September 2017, 07:44 GMT
Last edited by Allan McRae (Allan) - Sunday, 24 September 2017, 07:51 GMT
Task Type Bug Report
Category General
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version 5.0.1
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Summary and Info:
if I launch a package creation/compilation (with makepkg) while I am installing makedeps (with pacman), makepkg fails because makedeps are not installed on the system.

e.g. with `beignet`

$ makepkg PKGBUILD
==> Making package: beignet 1.3.1-4 (Sun 24 Sep 09:39:02 CEST 2017)
==> Checking runtime dependencies...
error: could not open file /var/lib/pacman/local/clang-5.0.0-1/desc: No such file or directory
==> Missing dependencies:
-> llvm39-libs
==> Checking buildtime dependencies...
error: could not open file /var/lib/pacman/local/clang-5.0.0-1/desc: No such file or directory
==> Missing dependencies:
-> llvm39
-> clang39
==> ERROR: Could not resolve all dependencies.

==> ERROR: An unknown error has occurred. Exiting...

I think `makepkg` should wait for other instances of pacman
This task depends upon

Closed by  Allan McRae (Allan)
Sunday, 24 September 2017, 07:51 GMT
Reason for closing:  Won't implement

Loading...