Hide Forgot
Description of problem: Noticed what looks like a typo in setroubleshoot-3.0.38/gui/Makefile.am (while trying to find out why setroubleshoot-server needs X). Version-Release number of selected component (if applicable): setroubleshoot-3.0.37-1.fc14.x86_64 (source) How reproducible: Steps to Reproduce: See <https://fedorahosted.org/setroubleshoot/browser/framework/gui/Makefile.am#L35> Actual results: $(mkdir_p) $(DESTDIR)$(datadir)/usr/share/setroubleshoot/gui ----------------------------------------^^^^^^^^^^ $(LN_S) -f $(icondir)24x24/apps/setroubleshoot_icon.png $(DESTDIR)$(datadir)/setroubleshoot/gui Expected results: $(mkdir_p) $(DESTDIR)$(datadir)/setroubleshoot/gui $(LN_S) -f $(icondir)24x24/apps/setroubleshoot_icon.png $(DESTDIR)$(datadir)/setroubleshoot/gui Additional info: No visible adverse effects, correct directory created earlier in build.
We figured out why it was requiring X BTW, It is fixed in newer versions. sedispatch was being compiled with -lX11 basically. Will be fixed in setroubleshoot-3.0.39-1 if it ever gets pushed to F14.