Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 171789

Summary: games-misc/llk_linux-2.3 (New Package)
Product: Gentoo Linux Reporter: scwang <scwang>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement CC: dlan
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://llk-linux.sourceforge.net/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: llk_linux-2.3.ebuild (New Package)
patch for segment fault when the score board has ten members
new ebuild for llk_linux-2.3
fix ld complain during link time
new ebuild, fix ld link problem

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)