Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141320 - net-irc/vyqchat-0.2.6 does not compile
Summary: net-irc/vyqchat-0.2.6 does not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-07-21 11:22 UTC by Dave
Modified: 2007-01-28 05:04 UTC (History)
2 users (show)

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


Attachments
emerge --info (info,9.67 KB, text/plain)
2006-07-21 11:23 UTC, Dave
Details
vyqchat-0.2.8.ebuild.diff (vyqchat-0.2.8.ebuild.diff,1.67 KB, patch)
2006-10-29 21:05 UTC, Ryan Hill (RETIRED)
Details | Diff
vyqchat-0.2.8-gcc41.patch (vyqchat-0.2.8-gcc41.patch,1.50 KB, patch)
2006-10-29 21:06 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave 2006-07-21 11:22:27 UTC
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.  -DDATADIR=\"/usr/share/vyqchat/\" -I/usr/qt/3/include  -I/usr/kde/3.5/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -DDATADIR=\"/usr/share/vyqchat/\" -I/usr/qt/3/include  -I/usr/kde/3.5/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=pentium4 -O2 -fomit-frame-pointer -fforce-addr -falign-functions=4 -pipe -Wno-deprecated -MT vyqchat-appwin.o -MD -MP -MF ".deps/vyqchat-appwin.Tpo" \
          -c -o vyqchat-appwin.o `test -f 'appwin.cpp' || echo './'`appwin.cpp; \
        then mv -f ".deps/vyqchat-appwin.Tpo" ".deps/vyqchat-appwin.Po"; \
        else rm -f ".deps/vyqchat-appwin.Tpo"; exit 1; \
        fi
user.h:33: error: extra qualification 'User::' on member 'setStatus'
sound.h:58: error: extra qualification 'Sound::' on member 'error'
appwin.cpp: In member function 'void MainWindow::action(const VyPacket&)':
appwin.cpp:577: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:577: note: candidate 1: operator==(int, int) <built-in>
/usr/qt/3/include/qstring.h:302: note: candidate 2: bool operator==(char, QChar)
appwin.cpp:577: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:577: note: candidate 1: operator==(int, int) <built-in>
/usr/qt/3/include/qstring.h:302: note: candidate 2: bool operator==(char, QChar)
appwin.cpp:640: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:640: note: candidate 1: operator==(int, int) <built-in>
/usr/qt/3/include/qstring.h:302: note: candidate 2: bool operator==(char, QChar)
appwin.cpp:640: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:640: note: candidate 1: operator==(int, int) <built-in>
/usr/qt/3/include/qstring.h:302: note: candidate 2: bool operator==(char, QChar)
appwin.cpp:654: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:654: note: candidate 1: operator==(int, int) <built-in>
/usr/qt/3/include/qstring.h:302: note: candidate 2: bool operator==(char, QChar)
appwin.cpp:654: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:654: note: candidate 1: operator==(int, int) <built-in>
/usr/qt/3/include/qstring.h:302: note: candidate 2: bool operator==(char, QChar)
appwin.cpp:685: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:685: note: candidate 1: operator==(int, int) <built-in>
/usr/qt/3/include/qstring.h:302: note: candidate 2: bool operator==(char, QChar)
appwin.cpp:685: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:685: note: candidate 1: operator==(int, int) <built-in>
/usr/qt/3/include/qstring.h:302: note: candidate 2: bool operator==(char, QChar)
appwin.cpp:705: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:705: note: candidate 1: operator==(int, int) <built-in>
/usr/qt/3/include/qstring.h:302: note: candidate 2: bool operator==(char, QChar)
appwin.cpp:705: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:705: note: candidate 1: operator==(int, int) <built-in>
/usr/qt/3/include/qstring.h:302: note: candidate 2: bool operator==(char, QChar)
appwin.cpp:708: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:708: note: candidate 1: operator!=(int, int) <built-in>
/usr/qt/3/include/qstring.h:322: note: candidate 2: bool operator!=(char, QChar)
appwin.cpp:708: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:708: note: candidate 1: operator!=(int, int) <built-in>
/usr/qt/3/include/qstring.h:322: note: candidate 2: bool operator!=(char, QChar)
appwin.cpp:710: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:710: note: candidate 1: operator!=(int, int) <built-in>
/usr/qt/3/include/qstring.h:322: note: candidate 2: bool operator!=(char, QChar)
appwin.cpp:710: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:710: note: candidate 1: operator!=(int, int) <built-in>
/usr/qt/3/include/qstring.h:322: note: candidate 2: bool operator!=(char, QChar)
appwin.cpp:739: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:739: note: candidate 1: operator==(int, int) <built-in>
/usr/qt/3/include/qstring.h:302: note: candidate 2: bool operator==(char, QChar)
appwin.cpp:739: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:739: note: candidate 1: operator==(int, int) <built-in>
/usr/qt/3/include/qstring.h:302: note: candidate 2: bool operator==(char, QChar)
appwin.cpp:748: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:748: note: candidate 1: operator!=(int, int) <built-in>
/usr/qt/3/include/qstring.h:322: note: candidate 2: bool operator!=(char, QChar)
appwin.cpp:748: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:748: note: candidate 1: operator!=(int, int) <built-in>
/usr/qt/3/include/qstring.h:322: note: candidate 2: bool operator!=(char, QChar)
appwin.cpp:803: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:803: note: candidate 1: operator!=(int, int) <built-in>
/usr/qt/3/include/qstring.h:322: note: candidate 2: bool operator!=(char, QChar)
appwin.cpp:803: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
appwin.cpp:803: note: candidate 1: operator!=(int, int) <built-in>
/usr/qt/3/include/qstring.h:322: note: candidate 2: bool operator!=(char, QChar)
make[1]: *** [vyqchat-appwin.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/vyqchat-0.2.6/work/vyqchat-0.2.6'
make: *** [all] Error 2
Comment 1 Dave 2006-07-21 11:23:05 UTC
Created attachment 92431 [details]
emerge --info
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-09-03 06:40:07 UTC
0.2.8 (latest upstream, over 1 year old) doesn't compile either:

<snip>
user.h:41: error: extra qualification 
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-09-03 06:40:07 UTC
0.2.8 (latest upstream, over 1 year old) doesn't compile either:

<snip>
user.h:41: error: extra qualification User:: on member setStatus
sound.h:50: error: extra qualification Sound:: on member error
settings.h:91: error: extra qualification Settings:: on member getUUID
</snip>
Comment 4 Ryan Hill (RETIRED) gentoo-dev 2006-10-29 21:05:20 UTC
Created attachment 100757 [details, diff]
vyqchat-0.2.8.ebuild.diff
Comment 5 Ryan Hill (RETIRED) gentoo-dev 2006-10-29 21:06:36 UTC
Created attachment 100758 [details, diff]
vyqchat-0.2.8-gcc41.patch
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2006-12-16 18:16:37 UTC
Is there anybody out there?
Comment 7 Ryan Hill (RETIRED) gentoo-dev 2007-01-17 23:29:00 UTC
mine
Comment 8 Ryan Hill (RETIRED) gentoo-dev 2007-01-28 05:04:16 UTC
Fixed.