On Thu, Apr 11, 2019 at 8:11 AM Lukas Zapletal <l...@fedoraproject.org> wrote: > my package "workrave" won't build with Rawhide, configure script complains: > > checking for X... no > configure: error: X11 required on Unix platform > > However it keeps complaining even when I add BuildRequires: libX11-devel. I > don't understang which particular (sub)library it needs, generated configure > is a bit unreadable (really!) and even debugging it with +x is not really > helpful as it is a storm of tests. Any idea how to debug this? What X11 > library am I missing? Any recent changes in the X11 libraries? This is a > regression, it was working fine.
There should be a file named config.log in the directory where you ran configure. Look in there for the string "checking for X". Right after that, you should see a report about the actual check, and how it failed. -- Jerry James http://www.jamezone.org/ _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org