Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msys64 support #1268

Open
trcrsired opened this issue Oct 19, 2024 · 1 comment
Open

msys64 support #1268

trcrsired opened this issue Oct 19, 2024 · 1 comment

Comments

@trcrsired
Copy link

unlvs@DESKTOP-9B705LH MSYS ~/paru
$ makepkg -si
==> Making package: paru 2.0.4-1 (Sat, Oct 19, 2024 15:21:11)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: libalpm.so>=14
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> libalpm.so>=14
==> Checking buildtime dependencies...
==> Installing missing dependencies...
error: target not found: cargo
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> cargo
==> ERROR: Could not resolve all dependencies.
image

@Morganamilo
Copy link
Owner

I guess msys have different package/provide names. You should just be able to tell makepkg to ignore depends with -d and as long as everything that's needed is there it should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants