Closed cat-master21 closed 2 years ago
I can't reproduce this on my Pop!_OS machine, it only asks to install groff
& texinfo
here.
@Henryws, can you test this in a docker container of Ubuntu 20.04 LTS.
Tried this on Debian Sid in a VM and it to had this issue:
Can you view the pacscript during install?
Here's what nano's PKGBUILD looks like from vim tiny: And as you can see auto is not in the depends either oddly.
I'm unable to produce this. Hmm
What version is your install of Pacstall?
It's this substititution's fault
Why is this an issue on @cat-master21's machine but no one elses?
automake
is not installed but make
is
Welp, schedule it for 2.0.0
There is an easy fix on the pacscript tho, put make
before automake
on build_depends
, since it replaces first match only
This behavior will not be present in v2.0
Yes, manually installing Automake fixed this issue fortunately for me.
Describe the bug Nano Installs an additional APT package which do not exist. This package 'auto' is not in PKGBUILD oddly also.
To Reproduce Steps to reproduce the behavior:
pacstall -I nano
Expected behavior Nano fails to install because of nonexistent package.
Screenshots
Desktop (please complete the following information):