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

Make fails with error 125 #26

Open
xlacroixx opened this issue Aug 12, 2023 · 8 comments
Open

Make fails with error 125 #26

xlacroixx opened this issue Aug 12, 2023 · 8 comments

Comments

@xlacroixx
Copy link

Hi,

I previously successfully compiled the cursors, but now, even with a fresh clone of the repo, I cannot get it to build.

Here's the output when running make build:

bash build.sh
=> Workon './src/oreo_black_cursors' ...
terminate called after throwing an instance of 'Gio::DBus::Error'
terminate called after throwing an instance of 'Gio::DBus::Error'
terminate called after throwing an instance of 'Gio::DBus::Error'
xargs: sh: terminated by signal 6
xargs: sh: terminated by signal 6
make: *** [Makefile:7: build] Error 125

It seems that it fails inside the convert_to_png function.

I have:

  • git 2.41.0
  • make 4.4.1
  • inkscape 1.3
  • xcursorgen 1.0.8
  • dbus-broker 33 (instead of the systemd default "libdbus", if relevant)
@SmartFinn
Copy link

Seems the error is coming from Inkscape. There are no another commands in the build script that may require DBus.

@Rashad-707
Copy link

I have the same issue, how to go through it?

@xlacroixx xlacroixx changed the title Make fails with error 125 (D-Bus?) Make fails with error 125 Aug 18, 2023
@zeskeertwee
Copy link

The same issue occurs on a new Fedora 38 installation.

@zeskeertwee
Copy link

I fixed it by downgrading inkscape to 1.2.2 on fedora 38 using this command:
sudo dnf install inkscape-1.2.2-7.fc38.x86_64

@brainlessbitch
Copy link

i still have this issue, i think it's because i'm using wayland tho

@zeskeertwee
Copy link

@exoess check what your inkscape version is. I think it needs to be <1.3.
After downgrading tot 1.2.2 it worked for me on fedora.

@zeroskyx
Copy link

For me, simply starting Inkscape in the background and then running make build solved the issue as well.

@zoumath19
Copy link

zoumath19 commented Aug 3, 2024

For me, simply starting Inkscape in the background and then running make build solved the issue as well.

Can confirm this solved my DBUS issue as well, didn't have to downgrade the inkscape at all!

Arch Linux x86_64 @ Linux 6.10.2-arch1-1

Additionally I just used ./build.sh instead of going make build should behave the same way from what I noticed.

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

7 participants