You are not logged in.
Hi I'm having a problem, I managed to download several dependencies for lib32-sane with the exception of one: lib32-gdbm. There has been some updates and changes to dependencies that ignore the specific package system call in aur. I couldn't get this vital package to download. I downloaded from aur atleast 20 depending packages independently did "makepkg -sri" to each individual one. I can't get this package to download. There has been some changes on how this initial packages calls for dependencies. I also installed chaotic-aur to see if it had the package. But no luck.
Last edited by useraddition (2023-09-21 04:12:19)
Offline
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Online
ok well here is more debugging information:
$ makepkg -sri
==> Making package: lib32-sane 1.2.1-2 (Wed Sep 20 19:51:11 2023)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[sudo] password for krazybastid:
error: target not found: lib32-avahi
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> lib32-avahi
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (18) dvisvgm-3.1.1-1 ffcall-2.4-2 ghostscript-10.02.0-1
ijs-0.35-5 jbig2dec-0.19-1 libpaper-2.1.1-1
libsigsegv-2.14-2 libsynctex-2023.66984-16
poppler-data-0.4.12-1 potrace-1.16-2 t1lib-5.1.2-8
texlive-basic-2023.66594-19 texlive-bin-2023.66984-16
texlive-latex-2023.66594-19
texlive-latexrecommended-2023.66594-19
texlive-pictures-2023.66594-19 zziplib-0.13.72-2
texlive-latexextra-2023.66594-19
Total Installed Size: 328.28 MiB
:: Proceed with installation? [Y/n] n
$ cd lib32-avahi
$makepkg -sri
==> Making package: lib32-avahi 0.8+22+gfd482a7-1 (Wed Sep 20 19:52:26 2023)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: lib32-gdbm
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> lib32-gdbm
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (6) python-mako-1.2.4-3 python-markdown-3.4.4-1
python-markupsafe-2.1.3-1 gobject-introspection-1.78.1-1
lib32-libevent-2.1.12-3 xmltoman-0.4-4
Total Installed Size: 16.06 MiB
:: Proceed with installation? [Y/n] n
$cd lib32-gdbm
$makepkg -sri
==> Making package: lib32-gdbm 1.23-1 (Wed Sep 20 19:56:24 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading gdbm-1.23.tar.gz...
AS this is going on it is showing the package not download
<CTRL Z> to break
Offline
I debugged a perameter in pkbuild where is says ftp from download changed it to http and it worked. Sorry bout that.
Offline