First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 94369
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Roger Light <roger@atchoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
ggz-kde-client-0.0.11.ebuild ebuild text/plain Roger Light 2005-05-29 03:06 0000 651 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 94369 depends on: 94365 Show dependency tree
Show dependency graph
Bug 94369 blocks: 94370
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-05-29 03:05 0000
New ggz-kde-client ebuild.

This bug obsoletes bug number 80081.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Roger Light 2005-05-29 03:06:49 0000 -------
Created an attachment (id=60076) [edit]
ebuild

------- Comment #2 From SpanKY 2006-04-18 17:25:04 0000 -------
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 From Chris Gianelloni (RETIRED) 2006-04-19 08:47:45 0000 -------
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 From Tristan Heaven 2006-10-16 17:27:43 0000 -------
Fixed, thanks.

------- Comment #5 From Mathieu Jobin 2006-11-28 22:31:09 0000 -------
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 From Tristan Heaven 2006-11-29 06:38:51 0000 -------
http://www.gentoo.org/proj/en/desktop/games/index.xml#doc_chap5_sect9

First Last Prev Next    No search results available      Search page      Enter new bug