Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94369 - ggz-kde-client-0.0.13 ebuild
Summary: ggz-kde-client-0.0.13 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:
Whiteboard:
Keywords: EBUILD
Depends on: 94365
Blocks: 94370
  Show dependency tree
 
Reported: 2005-05-29 03:05 UTC by Roger Light
Modified: 2006-11-29 06:38 UTC (History)
1 user (show)

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


Attachments
ebuild (ggz-kde-client-0.0.11.ebuild,651 bytes, text/plain)
2005-05-29 03:06 UTC, Roger Light
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roger Light 2005-05-29 03:05:56 UTC
New ggz-kde-client ebuild.

This bug obsoletes bug number 80081.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Roger Light 2005-05-29 03:06:49 UTC
Created attachment 60076 [details]
ebuild
Comment 2 SpanKY gentoo-dev 2006-04-18 17:25:04 UTC
looks like the code has some brain dead preproccessing code:
    #ifndef atoll
      #define atoll(x) atol(x)
    #endif
    #ifndef strdup
      #define strdup(x) strcpy(((char*)malloc(strlen(x) + 1)), x)
    #endif

which, surprise surprise, breaks things:
/usr/include/gentoo-multilib/amd64/string.h:130: error: 'char* strcpy' redeclared as different kind of symbol
/usr/include/gentoo-multilib/amd64/string.h:85: error: previous declaration of 'char* strcpy(char*, const char*)'
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2006-04-19 08:47:45 UTC
That's what I was getting on amd64 when I tried it.  I was assuming it was because I didn't have any of the usual KDE stuff in USE since I don't use any of it.

What's the best solution here?
Comment 4 Tristan Heaven (RETIRED) gentoo-dev 2006-10-16 17:27:43 UTC
Fixed, thanks.
Comment 5 Mathieu Jobin 2006-11-28 22:31:09 UTC
I have a problem with this ebuild.

the .h are missing.
there is the API doc installed in /usr/share/doc 

but the .h are not there.

am I missing a USE flag?
Comment 6 Tristan Heaven (RETIRED) gentoo-dev 2006-11-29 06:38:51 UTC
http://www.gentoo.org/proj/en/desktop/games/index.xml#doc_chap5_sect9