Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 300792 - games-puzzle/connectagram-1.0.1 does not install words list
Summary: games-puzzle/connectagram-1.0.1 does not install words list
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-12 23:18 UTC by Johannes Rauh
Modified: 2010-01-13 12:59 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 Johannes Rauh 2010-01-12 23:18:11 UTC
First of all: Thanks for bringing connectagram to the tree!

Unfortunately the build forgets to install the list of words.  This leads to strange bugs: When I start connectagram the "characters-per-word" list of the "new game"-dialog is empty.  Furthermore when I click on ok no game is created (there's also no error message).

When I copy the words list (the file is work/connectagram-1.0.1/share/connectagram/words) to the place /usr/games/share/connectagram/words, then everything works fine.

I'm not sure what the correct Gentoo behaviour should be: I noticed that the directory /usr/games/share did not exist beforehand, but a directory called /usr/share/games did exist.  Therefore I guess the Makefile needs to be patched such that the program looks for the words file at another place.

Reproducible: Always

Steps to Reproduce:

Actual Results:  
Note that the words file is not mentioned in the following snippet of emerge output:

--- replaced obj /usr/share/pixmaps/connectagram.png   
--- replaced dir /usr/share/pixmaps                    
--- replaced obj /usr/share/doc/connectagram-1.0.1/ChangeLog.bz2
--- replaced dir /usr/share/doc/connectagram-1.0.1              
--- replaced dir /usr/share/doc                                 
--- replaced obj /usr/share/applications/connectagram.desktop   
--- replaced dir /usr/share/applications                        
--- replaced dir /usr/share                                     
--- replaced obj /usr/lib/debug/usr/games/bin/connectagram.debug
--- replaced dir /usr/lib/debug/usr/games/bin                   
--- replaced dir /usr/lib/debug/usr/games                       
--- replaced dir /usr/lib/debug/usr                             
--- replaced dir /usr/lib/debug                                 
--- replaced dir /usr/lib                                       
--- replaced obj /usr/games/bin/connectagram                    
--- replaced dir /usr/games/bin                                 
--- replaced dir /usr/games                                     
--- replaced dir /usr
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-01-13 12:59:07 UTC
+*connectagram-1.0.1-r1 (13 Jan 2010)                                                                                                             
+                                                                                                                                                 
+  13 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>                                                                                            
+  connectagram-1.0.1.ebuild, +connectagram-1.0.1-r1.ebuild:                                                                                      
+  Install missing words file wrt #300792, thanks to Johannes Rauh for                                                                            
+  reporting.