Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 171789 - games-misc/llk_linux-2.3 (New Package)
Summary: games-misc/llk_linux-2.3 (New Package)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL: http://llk-linux.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-03-22 13:05 UTC by scwang
Modified: 2018-12-03 12:57 UTC (History)
1 user (show)

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


Attachments
llk_linux-2.3.ebuild (New Package) (llk_linux-2.3.ebuild,443 bytes, text/plain)
2007-03-22 13:10 UTC, scwang
Details
patch for segment fault when the score board has ten members (score-segv.patch,751 bytes, patch)
2008-03-05 02:13 UTC, scwang
Details | Diff
new ebuild for llk_linux-2.3 (llk_linux-2.3.ebuild,579 bytes, text/plain)
2008-03-05 02:18 UTC, scwang
Details
fix ld complain during link time (llk_linux-2.3-pthread.patch,417 bytes, text/plain)
2008-06-05 00:55 UTC, Yixun Lan
Details
new ebuild, fix ld link problem (llk_linux-2.3.ebuild,980 bytes, text/plain)
2008-06-05 01:00 UTC, Yixun Lan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description scwang 2007-03-22 13:05:59 UTC
llk_linux is a game which I think is very amused.

I suggest games-misc/llk_linux also.

Reproducible: Always
Comment 1 scwang 2007-03-22 13:10:37 UTC
Created attachment 114046 [details]
llk_linux-2.3.ebuild (New Package)
Comment 2 scwang 2008-03-05 02:13:26 UTC
Created attachment 145330 [details, diff]
patch for segment fault when the score board has ten members

There a segment fault bug in llk_linux game. When the score board has already been full and your current score doesn't exceed the lowest one, you current score will be discarded. But the discarding action will cause a segment fault error.

This patch correct this.
Comment 3 scwang 2008-03-05 02:18:19 UTC
Created attachment 145332 [details]
new ebuild for llk_linux-2.3

new ebuild for llk_linux-2.3 to resolve segment fault problem
Comment 4 Yixun Lan archtester gentoo-dev 2008-06-05 00:55:10 UTC
Created attachment 155551 [details]
fix ld complain during link time

error occur due to default configure lack of "-lpthread" option when ld link final
app
Comment 5 Yixun Lan archtester gentoo-dev 2008-06-05 01:00:45 UTC
Created attachment 155553 [details]
new ebuild, fix ld link problem

new ebuild file
1. check gtk+ jpeg USE flag, it will fail during llk runtime when lack of this feature
2. fix link time problem, lack -lpthread option, autoreconf package
 patchs should commit to upstream
(In reply to comment #3)