On Thu, Apr 11, 2019 at 02:11:14PM -0000, Lukas Zapletal wrote:
> Hello,
> 
> 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.

  Looking at
  
https://sourceforge.net/p/workrave/code/HEAD/tree/workrave/branches/branch_v1_9/configure.ac
  the check is fo Xmu header:
      AC_CHECK_HEADER("X11/Xmu/Xmu.h",,)

  which comes from libXmu-devel package. Although the configure.ac I've
found is from decade ago, something may have changed during the years.


-- 
Tomasz Torcz                        Once you've read the dictionary,
xmpp: zdzich...@chrome.pl           every other book is just a remix.
_______________________________________________
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

Reply via email to