Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37013 - gnushogi doesn't compile due to an undefined refernce to errno
Summary: gnushogi doesn't compile due to an undefined refernce to errno
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-02 05:01 UTC by edi
Modified: 2004-01-02 14:34 UTC (History)
0 users

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


Attachments
patch to correct errno undefined reference error (very simple) (gnushogi.diff,304 bytes, patch)
2004-01-02 05:01 UTC, edi
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description edi 2004-01-02 05:01:18 UTC
the ebuild merges, ignoring the error (?!) and installs the xshogi binary but
don't installs the gnushogi binary! (and the database if i'm not wrong).

i added #include <errno.h> to the top level header file gnushogi.h and seems ok:
now it compiles and runs in the correct way.

Reproducible: Always
Steps to Reproduce:
1. emerge gnushogi
2. run xshogi
3. xshogi says there isn't no gnushogi avaiable

Actual Results:  
xshogi is installed, gnushogi not :\

Expected Results:  
install gnushogi, and its frontend xshogi (if USE="X" is used)
Comment 1 edi 2004-01-02 05:01:58 UTC
Created attachment 23008 [details, diff]
patch to correct errno undefined reference error (very simple)
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2004-01-02 14:34:39 UTC
Thanks for the patch and the bug report.  Fixed in CVS.