Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143945 - media-tv/mythtv checks non-existent utf8 use flag of dev-db/mysql
Summary: media-tv/mythtv checks non-existent utf8 use flag of dev-db/mysql
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-14 14:50 UTC by Bo Ørsted Andresen (RETIRED)
Modified: 2006-09-12 19:12 UTC (History)
0 users

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 Bo Ørsted Andresen (RETIRED) gentoo-dev 2006-08-14 14:50:30 UTC
The utf8 use flag of dev-db/mysql was removed 6 months ago so this is incorrect or obsolete. 2,5 months ago a latin1 use flag was added to >=mysql-4.1. So I don't really know if this should be entirely removed or if it should warn if the latin1 use flag is not set for >=mysql-4.1...

# grep utf8 -A 2 mythtv-0.19_p10505.ebuild
    if built_with_use dev-db/mysql utf8; then
        echo
        ewarn "Your MySQL installation on this machine most likely won't work"
        ewarn "because you compiled it with USE=utf8. Either use another mysql"
        ewarn "server (on another machine) or recompile MySQL without utf8."
        echo
    fi

This applies to both mythtv ebuilds in the tree.
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2006-08-14 19:22:51 UTC
good eye... I'll fix it.
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2006-09-12 19:12:09 UTC
Fixed. (sorry it took so long)