Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 370035 - =media-tv/mythtv-0.22_p24255 qt-related build issue
Summary: =media-tv/mythtv-0.22_p24255 qt-related build issue
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-04 12:21 UTC by Kobboi
Modified: 2011-06-26 20:18 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 Kobboi 2011-06-04 12:21:17 UTC
In file included from upnpcmgr.h:28,
                 from upnpcmgr.cpp:25:
eventing.h: In member function 'T StateVariables::GetValue(const QString&) [with T = QString]':
upnpcmgr.cpp:69:   instantiated from here
eventing.h:238: error: call of overloaded 'QString(int)' is ambiguous
/usr/include/qt4/QtCore/qstring.h:428: note: candidates are: QString::QString(const QByteArray&)
/usr/include/qt4/QtCore/qstring.h:426: note:                 QString::QString(const char*)
/usr/include/qt4/QtCore/qstring.h:728: note:                 QString::QString(const QString&)
/usr/include/qt4/QtCore/qstring.h:106: note:                 QString::QString(QChar)
/usr/include/qt4/QtCore/qstring.h:105: note:                 QString::QString(const QChar*)
eventing.h:246: error: call of overloaded 'QString(int)' is ambiguous
/usr/include/qt4/QtCore/qstring.h:428: note: candidates are: QString::QString(const QByteArray&)
/usr/include/qt4/QtCore/qstring.h:426: note:                 QString::QString(const char*)
/usr/include/qt4/QtCore/qstring.h:728: note:                 QString::QString(const QString&)
/usr/include/qt4/QtCore/qstring.h:106: note:                 QString::QString(QChar)
/usr/include/qt4/QtCore/qstring.h:105: note:                 QString::QString(const QChar*)
make[2]: *** [upnpcmgr.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-tv/mythtv-0.22_p24255/work/branches/release-0-22-fixes/mythtv/libs/libmythupnp'
make[1]: *** [sub-libmythupnp-make_default] Error 2
make[1]: Leaving directory `/var/tmp/portage/media-tv/mythtv-0.22_p24255/work/branches/release-0-22-fixes/mythtv/libs'
make: *** [sub-libs-make_default-ordered] Error 2
emake failed


Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-06-07 20:30:08 UTC
Don't do that.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2011-06-07 20:31:04 UTC
1) Please attach the entire build log.
2) Please post your `emerge --info' output too.
Comment 3 KevinS 2011-06-26 20:11:53 UTC
I have the same problem and can provide the necessary information for amd64.  Is the information still needed ?
Comment 4 KevinS 2011-06-26 20:14:57 UTC
(In reply to comment #0)
> In file included from upnpcmgr.h:28,
>                  from upnpcmgr.cpp:25:
> eventing.h: In member function 'T StateVariables::GetValue(const QString&)
> [with T = QString]':
> upnpcmgr.cpp:69:   instantiated from here
> eventing.h:238: error: call of overloaded 'QString(int)' is ambiguous
> /usr/include/qt4/QtCore/qstring.h:428: note: candidates are:
> QString::QString(const QByteArray&)
> /usr/include/qt4/QtCore/qstring.h:426: note:                
> QString::QString(const char*)
> /usr/include/qt4/QtCore/qstring.h:728: note:                
> QString::QString(const QString&)
> /usr/include/qt4/QtCore/qstring.h:106: note:                
> QString::QString(QChar)
> /usr/include/qt4/QtCore/qstring.h:105: note:                
> QString::QString(const QChar*)
> eventing.h:246: error: call of overloaded 'QString(int)' is ambiguous
> /usr/include/qt4/QtCore/qstring.h:428: note: candidates are:
> QString::QString(const QByteArray&)
> /usr/include/qt4/QtCore/qstring.h:426: note:                
> QString::QString(const char*)
> /usr/include/qt4/QtCore/qstring.h:728: note:                
> QString::QString(const QString&)
> /usr/include/qt4/QtCore/qstring.h:106: note:                
> QString::QString(QChar)
> /usr/include/qt4/QtCore/qstring.h:105: note:                
> QString::QString(const QChar*)
> make[2]: *** [upnpcmgr.o] Error 1
> make[2]: Leaving directory
> `/var/tmp/portage/media-tv/mythtv-0.22_p24255/work/branches/release-0-22-fixes/mythtv/libs/libmythupnp'
> make[1]: *** [sub-libmythupnp-make_default] Error 2
> make[1]: Leaving directory
> `/var/tmp/portage/media-tv/mythtv-0.22_p24255/work/branches/release-0-22-fixes/mythtv/libs'
> make: *** [sub-libs-make_default-ordered] Error 2
> emake failed
> 
> 
> Reproducible: Always
Comment 5 KevinS 2011-06-26 20:18:22 UTC
Please ignore comment 4.  Accidental action while exploring features.