New issue on old Gtk
On Julia 1.0 (which installs Gtk v0.18.0), there is a new error in building this package. I believe the first fatal error is:
/usr/bin/ld: ./.libs/libgio-2.0.so: undefined reference to `minor'
I've replicated this locally on Ubuntu 20.04 when building from scratch (my previously-built Gtk is not affected). See https://github.com/timholy/ProfileView.jl/pull/174/checks?check_run_id=3951058357 for more details.
If this is easily fixable (I am not sure how) I could create a release-0.6 branch and put out a new release. If it's a lot of work, then maybe dropping 1.0 support is best. Hopefully 1.6LTS is just around the corner.
Not worth the effort IMHO. I am not sure if there are people still using Julia 1.0.
Understood. It's mostly annoying to me from the standpoint of CI: https://github.com/timholy/ProfileView.jl/pull/174
To drop a Julia version, I have to have a minor bump, but there is nothing actually breaking in the package itself.
I have to have a minor bump, but there is nothing actually breaking in the package itself.
Could take the chance to move to v1.0.0 :wink:
https://github.com/timholy/ProfileView.jl/pull/169. Held up by uber-scary segfaults and my rr doesn't work.
EDIT: to avoid confusion...the title of the final commit on that branch was more hopeful than accurate.
I think the segfaults may be more that I'm testing Gtk harder than I had been. Not sure though. See #581