Hi! After updating fltk to 1.4 we see weird breakage in packages using it in the bulk builds. The first symptom was that cairo.h was not found, but the cairo feature is not important, so we disabled it, but it now fails with other errors: http://shadow.netbsd.org/pub/pkgsrc/packages/reports/HEAD/NetBSD-10.0-x86_64/20250216.2008/flnews-1.2.1nb2/configure.log ===> Check compilers Check C compiler ... C17 Check C++ compiler ... Cannot create binary *** Error code 1 http://shadow.netbsd.org/pub/pkgsrc/packages/reports/HEAD/NetBSD-10.0-x86_64/20250216.2008/pinentry-fltk-1.3.1nb3/build.log ld: cannot find -lXrender ld: cannot find -lXcursor ld: cannot find -lXfixes ld: cannot find -lpangocairo-1.0 ld: cannot find -lcairo ld: cannot find -lpangoxft-1.0 ld: cannot find -lpangoft2-1.0 ld: cannot find -lpango-1.0 ld: cannot find -lgobject-2.0 ld: cannot find -lglib-2.0 ld: cannot find -lharfbuzz ld: cannot find -lfontconfig ld: cannot find -lfreetype ld: cannot find -lXft ld: cannot find -lfontconfig ld: cannot find -lXinerama ld: cannot find -lX11 http://shadow.netbsd.org/pub/pkgsrc/packages/reports/HEAD/NetBSD-10.0-x86_64/20250216.2008/dillo-3.2.0nb1/build.log /pbulk/work/www/dillo/work/.buildlink/include/FL/x11.H:54:10: fatal error: X11/Xlib.h: No such file or directory 54 | #include <X11/Xlib.h> | ^~~~~~~~~~~~ (this looks similar to the cairo problem, just with the X11 feature) They work in micha@'s and my builds, and we're a bit stumped. Does anyone have an idea what could be the problem here? Thomas