Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 171178
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: SpanKY <vapier@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 171178 depends on: Show dependency tree
Bug 171178 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2007-03-16 18:41 0000
the powerpc sys/ucontext.h has a struct member named '__unused' in the 64bit
case

file sets up a define '__unused' for using __attribute__((__unused__)) ... the
two quickly conflict and cause a build failure:

if /bin/sh ../libtool --tag=CC --mode=compile powerpc64-unknown-linux-gnu-gcc
-DHAVE_CONFIG_H -I. -I. -I..  -DMAGIC='"/usr/share/misc/file/magic"'   -O2
-pipe -D_GNU_SOURCE -MT compress.lo -MD -MP -MF ".deps/compress.Tpo" -c -o
compress.lo compress.c; \
        then mv -f ".deps/compress.Tpo" ".deps/compress.Plo"; else rm -f
".deps/compress.Tpo"; exit 1; fi
 powerpc64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..
-DMAGIC=\"/usr/share/misc/file/magic\" -O2 -pipe -D_GNU_SOURCE -MT compress.lo
-MD -MP -MF .deps/compress.Tpo -c compress.c  -fPIC -DPIC -o .libs/compress.o
In file included from /usr/include/signal.h:351,
                 from /usr/include/sys/wait.h:31,
                 from compress.c:47:
/usr/include/sys/ucontext.h:101: error: expected identifier or '(' before '['
token
/usr/include/sys/ucontext.h:102: error: expected ';' before 'int'
make: *** [compress.lo] Error 1

------- Comment #1 From SpanKY 2007-03-19 03:21:07 0000 -------
fixed in cvs and mailed upstream

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug