Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99474 - new ebuild: games-board/hearts/hearts-1.98.ebuild
Summary: new ebuild: games-board/hearts/hearts-1.98.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL: http://hearts.luispedro.org/index.php
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-07-18 16:29 UTC by Yannick Heneault
Modified: 2005-08-05 20:11 UTC (History)
0 users

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


Attachments
hearts-1.98.ebuild (hearts-1.98.ebuild,379 bytes, text/plain)
2005-07-18 16:30 UTC, Yannick Heneault
Details
patch for gcc 3.4 (circular_iterator.patch,622 bytes, patch)
2005-07-22 18:00 UTC, Yannick Heneault
Details | Diff
hearts-1.98.ebuild (hearts-1.98.ebuild,464 bytes, text/plain)
2005-07-22 18:02 UTC, Yannick Heneault
Details
hearts-1.98.ebuild (hearts-1.98.ebuild,458 bytes, text/plain)
2005-08-05 17:46 UTC, Yannick Heneault
Details
new patch (hearts-1.98.patch,1.04 KB, patch)
2005-08-05 17:47 UTC, Yannick Heneault
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yannick Heneault 2005-07-18 16:29:04 UTC
This is a clone of the hearts game that comes with Windows 9x for 
KDE. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Yannick Heneault 2005-07-18 16:30:13 UTC
Created attachment 63743 [details]
hearts-1.98.ebuild
Comment 2 SpanKY gentoo-dev 2005-07-18 17:17:24 UTC
too bad it fails to build with gcc-3.4 ...

x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.4/include
-I/usr/qt/3/include -I.  -I../../common  -DQT_THREAD_SUPPORT  -D_REENTRANT
-foperator-names -g -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts
-Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O2 -march=k8
-pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions
-fno-check-new -fno-common -foperator-names  -c -o buffer.o `test -f
'buffer.cpp' || echo './'`buffer.cpp
In file included from buffer.h:7,
                 from buffer.cpp:1:
message.h:133: error: prototype for `const T Message::arg(size_t) const' does
not match any in class `Message'
message.h:59: error: candidates are: template<class T> const T
Message::arg(unsigned int) const
message.h:54: error:                 QString Message::arg(size_t) const
message.h:133: error: template definition of non-template `const T
Message::arg(size_t) const'
make[3]: *** [buffer.o] Error 1
Comment 3 Yannick Heneault 2005-07-22 18:00:55 UTC
Created attachment 64095 [details, diff]
patch for gcc 3.4
Comment 4 Yannick Heneault 2005-07-22 18:02:48 UTC
Created attachment 64096 [details]
hearts-1.98.ebuild

Make use of the patch for gcc-3.4
Comment 5 SpanKY gentoo-dev 2005-07-29 21:27:33 UTC
even with that patch it still fails in the same way
Comment 6 Yannick Heneault 2005-08-05 17:46:40 UTC
Created attachment 65203 [details]
hearts-1.98.ebuild
Comment 7 Yannick Heneault 2005-08-05 17:47:49 UTC
Created attachment 65204 [details, diff]
new patch

I didn't realize you were in 64 bits. Sorry! Please take the latest ebuild and
the latest patch to test.
Comment 8 SpanKY gentoo-dev 2005-08-05 20:11:49 UTC
great, that patch did fix it

now in portage