| Summary: | app-text/txt2tags-2.3-r1 stable request | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Daniel Webert <rockoo> |
| Component: | New packages | Assignee: | Gentoo SGML project <sgml> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | fauli |
| Priority: | High | Keywords: | STABLEREQ |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Daniel Webert
2007-06-17 05:46:42 UTC
There is a problem here. In order to txt2tags to work with --gui option, python must be compiled with the 'tk' USE flag. There is a check in the ebuild for this, but it doesn't stop the --gui option from being used. Just a bit of a problem, but maybe an ewarn would help. Arches let's go for it, the last stable version is from 2005 and this revision here has improved Emacs support, too. x86 done Sparc stable on text2tags-2.3-r1. stable on ppc From the ebuild:
if use tk; then
if ! python -c "import _tkinter" 2>&1 > /dev/null ; then
echo
eerror "You have requested tk, but your build of Python"
eerror "doesnt support import _tkinter. You may need to"
eerror "remerge dev-lang/python, or build ${P}"
eerror "with USE=\"-tk\""
die
fi
fi
Is there any reason why you aren't using built_with_use checks on python for tk USE flags?
(In reply to comment #5) > From the ebuild: > if ! python -c "import _tkinter" 2>&1 > /dev/null ; then [...] > Is there any reason why you aren't using built_with_use checks on python for tk > USE flags? Have a look at 2.4 ebuild. 2.3 has not been changed to not delay stabilisation anymore. in that case, everything is working well ;) Yep, I can't find any bugs/problems with it. Feel free to stabilize. amd64 stable |