Historical bug tracker for the Pacman package manager.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
FS#54092 - some bits doesn't respect -with-pkg-ext=... configure option
|
DetailsSummary and Info:
Some code seems to not respect --with-pkg-ext=.something Steps to Reproduce: configure pacman with --with-pkg-ext=.something see code in src/pacman/callback.c L788 ( also some of the py testsuile seems to have hardcoded PM_EXT_PKG ) Regards |
This task depends upon
/* strip package or DB extension for cleaner look */
if((p = strstr(fname, ".pkg")) || (p = strstr(fname, ".db")) || (p = strstr(fname, ".files"))) {
while looking somewhat closer --with-src-ext=.something isn't respected also.
src/pacman/sync.c L225:
/* skip source packages within the cache directory */
"*.src.tar.*"