Skip to content

Conversation

@iorsh
Copy link
Contributor

@iorsh iorsh commented Dec 6, 2024

It's not clear to me why pacman is sometimes failing to install multiple packages at once. Splitting the command helps.

There was no update to the pacman itself, and I couldn't reproduce this on my home laptop, so maybe it's some obscure GitHub runner environment issue.

CI failure: https://github.com/fontforge/fontforge/actions/runs/12185748774/job/33992682817?pr=5506 - see multiple error: target not found errors.

Successful test for this PR: iorsh/fontforge@6c88972

@alerque
Copy link

alerque commented Dec 6, 2024

The errors I see there are not from pacman at all, they are from some other build phase. Pacman doesn't "not find things" then switch gears to try to install them via pip into a venv. That's some Python tooling getting in there.

@iorsh
Copy link
Contributor Author

iorsh commented Dec 6, 2024

The errors I see there are not from pacman at all, they are from some other build phase. Pacman doesn't "not find things" then switch gears to try to install them via pip into a venv. That's some Python tooling getting in there.

I'm talking about errors which occured at "Run FontForgeBulds initialisation" stage.

See line 18:

error: target not found: mingw-w64-i686-python3

lines 183-185:

error: target not found: mingw-w64-i686-python3-setuptools
Installing precompiled devel libraries...
error: target not found: mingw-w64-i686-libuninameslist

@iorsh
Copy link
Contributor Author

iorsh commented Dec 10, 2024

@jtanx, could you please review this?

@jtanx jtanx merged commit 603942a into jtanx:master Dec 10, 2024
@jtanx
Copy link
Owner

jtanx commented Dec 10, 2024

odd but ok

@iorsh iorsh deleted the pacman_hack branch January 18, 2025 18:53
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

Successfully merging this pull request may close these issues.

3 participants