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

inkscape 1.3.2 needs boost stacktrace module #21

Open
bkauler opened this issue May 26, 2024 · 2 comments
Open

inkscape 1.3.2 needs boost stacktrace module #21

bkauler opened this issue May 26, 2024 · 2 comments

Comments

@bkauler
Copy link

bkauler commented May 26, 2024

I am continuing building in Scarthgap.

I bumped inkscape to version 1.3.2.
The first error is that it needs the "stacktrace" boost module.

So had to create file 'boost_%.bbappend' with this:

BOOST_LIBS:append = " stacktrace"

That was the first hurdle. inkscape build has got about half way through, with a mysterious failure. Will see if I can find out why.

@bkauler
Copy link
Author

bkauler commented May 26, 2024

Success building inkscape.
The failure was due to the version of libxml in scarthgap, patch posted here:

https://gitlab.com/inkscape/inbox/-/issues/9885

Patch attached, renamed with a false ".gz"

fix-libxml.patch.gz

@bkauler
Copy link
Author

bkauler commented May 26, 2024

Here is my recipe, 'inkscape_1.3.2.bb'
It has hard-coded dependencies, which suits my situation.
Again, a false ".gz" appended.

inkscape_1.3.2.bb.gz

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

1 participant