Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182295 - app-text/txt2tags-2.3-r1 stable request
Summary: app-text/txt2tags-2.3-r1 stable request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo SGML project
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2007-06-17 05:46 UTC by Daniel Webert
Modified: 2007-09-28 14:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Webert 2007-06-17 05:46:42 UTC
app-text/txt2tags-2.3 stable request

- works fine on x86
Comment 1 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2007-06-17 21:38:48 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.
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2007-09-21 18:10:27 UTC
Arches let's go for it, the last stable version is from 2005 and this revision
here has improved Emacs support, too.  x86 done
Comment 3 Ferris McCormick (RETIRED) gentoo-dev 2007-09-21 19:08:30 UTC
Sparc stable on text2tags-2.3-r1.
Comment 4 nixnut (RETIRED) gentoo-dev 2007-09-22 10:49:19 UTC
stable on ppc
Comment 5 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2007-09-28 00:54:40 UTC
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?
Comment 6 Christian Faulhammer (RETIRED) gentoo-dev 2007-09-28 06:59:22 UTC
(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.
Comment 7 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2007-09-28 11:40:00 UTC
in that case, everything is working well ;)

Yep, I can't find any bugs/problems with it. Feel free to stabilize.
Comment 8 Christoph Mende (RETIRED) gentoo-dev 2007-09-28 14:37:50 UTC
amd64 stable