Bug #38
closedconfigure.ac not accepting --disable-debug correctly
100%
Description
When trying to create an ebuild for unagi, we found unagi's configure script would enable debugging options if '--disable-debug' is passed to it. (It's Jess Haas who initially discover it.)
Further inspection reveals that in configure.ac AC_ARG_ENABLE is misused. I guess I couldn't describe the problem very well, since my English is not that good, but the cause of this problem could be found here: (Please search for "The most common mistake" on the page. )
http://www.flameeyes.eu/autotools-mythbuster/autoconf/arguments.html
My patch to fix the issue: https://404477.bugs.gentoo.org/attachment.cgi?id=302665
Original Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=404477
By the way I personally could not get unagi working on fvwm even though fvwm is (supposed to be?) ICCCM & EWMH compliant. Probably it has something to do with my configuration. After starting unagi all my windows would vanish, with tons of "DamageNotify" messages.
Updated by Arnaud Fontaine almost 13 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 1b85ea9150507b797f88d17831429606bc52b40a.
Updated by Arnaud Fontaine almost 13 years ago
- Assignee set to Arnaud Fontaine
Thank you very much for your patch. I have just applied it. Could you please open a separate bug for fvwm issue? I will give it a try soon and try to fix it... Normally, you should have nothing to configure from Unagi point of view (besides enabling opacity plugin in the configuration file), so there is definitely something wrong.
Updated by Arnaud Fontaine almost 13 years ago
BTW, I think I will release a 0.3.1 as there has been some build and rendering fixes. Could you please let me know if you have any issue with the ebuild using git version beforehand? (as you rightly pointed out, I don't know autotools so well so I may have made another mistake ;-))
Updated by Richard Grenville almost 13 years ago
Thanks for fixing it.
I wrote an ebuild for the git version and it appears working flawlessly. Building with HTML doc and the debugging option work correctly, too. It's attached in the Gentoo bug report if you need it.
I'm trying to file a bug report about the fvwm issue right now.