Hi Fabian and Aaron, eureka builds again fltk1.4 if I add this to d/rules: + -DCMAKE_CXX_FLAGS="-I/usr/include/cairo $(CXXFLAGS)" \
I hoped this would be automatically handled in fltk1.4 somehow. I found no pkgconfig file to patch. Then it builds but segfault without displaying anything. There's not hurry to rush a broken update. Greetings tchet@quieter:~/deb/eureka$ LC_LANG=C eureka *** Eureka DOOM Editor v2.0.2 (C) 2020 The Eureka Team *** Current time: 17:16 on 2025/04/15 Install dir: /usr/share/eureka Home dir: /home/tchet/.eureka Cache dir: /home/tchet/.eureka Reading config file: /home/tchet/.eureka/config.cfg --> No such file or directory Detected Screen Size: 1920x1080 Reading recent list from: /home/tchet/.eureka/misc.cfg Reading key bindings from: /usr/share/eureka/bindings.cfg Looking for IWADs.... Writing recent list to: /home/tchet/.eureka/misc.cfg Erreur de segmentation (core dumped) tchet@quieter:~/deb/eureka$ --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all override_dh_auto_configure: dh_auto_configure -- \ + -DCMAKE_CXX_FLAGS="-I/usr/include/cairo $(CXXFLAGS)" \ -DENABLE_UNIT_TESTS=OFF override_dh_auto_install: Le lun. 14 avr. 2025 à 05:19, Fabian Greffrath <fab...@greffrath.com> a écrit : > > Hi Alexandre, > > is a mere rebuild required or will further code changes be necessary? I > haven't done this transition before and I'm on vacation for the next two > weeks. > > Cheers, > > Fabian > > > > Von meinem/meiner Galaxy gesendet > > > -------- Ursprüngliche Nachricht -------- > Von: Alexandre Detiste <alexandre.deti...@gmail.com> > Datum: 12.04.25 19:03 (GMT+07:00) > An: Debian Bug Tracking System <sub...@bugs.debian.org> > Betreff: Bug#1102742: eureka: it looks like eureka could be rebuilt against > fltk1.4 > > Source: eureka > Version: 2.0.2-1 > Severity: normal > X-Debbugs-Cc: Stephen Kitt <sk...@debian.org>, Fabian Greffrath > <fab...@debian.org> > > I've seen the new Fltk1.4 support Wayland. > > And I think improved Wayland support should be a global release goal. > > I hope it migrates to Trixie: > https://tracker.debian.org/pkg/fltk1.4 > > > > I'm glad matplotlib is fixed already (does not use fltk) > for Wayland support. > > Greetings