First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 86941
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Chris White (RETIRED) <chriswhite@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Leo Laursen <leo.laursen@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
libgii-0.9.0-gcc34.patch libgii-0.9.0-gcc34.patch patch Leo Laursen 2005-03-28 00:43 0000 314 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 86941 depends on: Show dependency tree
Bug 86941 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: 2005-03-28 00:41 0000
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DBUILDING_LIBGG
-I../include -I../include -march=prescott -mtune=prescott -O3
-fomit-frame-pointer -pipe -fforce-addr -falign-functions=4
-fprefetch-loop-arrays -ftracer -D_REENTRANT -D_THREAD_SAFE -DDEBUG -g -Wall
-Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wswitch
-Wmissing-prototypes -Wreturn-type -Wshadow -Wnested-externs -Wredundant-decls
-Werror-implicit-function-declaration -MT ptsched.lo -MD -MP -MF
.deps/ptsched.Tpo -c ptsched.c  -fPIC -DPIC -o ptsched.lo
ptlock.c: In function `ggLock':
ptlock.c:113: warning: declaration of '__cancel_buf' shadows a previous local
ptlock.c:109: warning: shadowed declaration is here
ptlock.c:113: warning: declaration of '__cancel_routine' shadows a previous
local
ptlock.c:109: warning: shadowed declaration is here
ptlock.c:113: warning: declaration of '__cancel_arg' shadows a previous local
ptlock.c:109: warning: shadowed declaration is here
ptlock.c:113: warning: declaration of 'not_first_call' shadows a previous local
ptlock.c:109: warning: shadowed declaration is here
ptsched.c: In function `_gg_task_thread_waiter':
ptsched.c:200: error: label at end of compound statement
make[3]: *** [ptsched.lo] Fejl 1
make[3]: *** Venter p

------- Comment #1 From Leo Laursen 2005-03-28 00:41:40 0000 -------
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DBUILDING_LIBGG
-I../include -I../include -march=prescott -mtune=prescott -O3
-fomit-frame-pointer -pipe -fforce-addr -falign-functions=4
-fprefetch-loop-arrays -ftracer -D_REENTRANT -D_THREAD_SAFE -DDEBUG -g -Wall
-Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wswitch
-Wmissing-prototypes -Wreturn-type -Wshadow -Wnested-externs -Wredundant-decls
-Werror-implicit-function-declaration -MT ptsched.lo -MD -MP -MF
.deps/ptsched.Tpo -c ptsched.c  -fPIC -DPIC -o ptsched.lo
ptlock.c: In function `ggLock':
ptlock.c:113: warning: declaration of '__cancel_buf' shadows a previous local
ptlock.c:109: warning: shadowed declaration is here
ptlock.c:113: warning: declaration of '__cancel_routine' shadows a previous
local
ptlock.c:109: warning: shadowed declaration is here
ptlock.c:113: warning: declaration of '__cancel_arg' shadows a previous local
ptlock.c:109: warning: shadowed declaration is here
ptlock.c:113: warning: declaration of 'not_first_call' shadows a previous local
ptlock.c:109: warning: shadowed declaration is here
ptsched.c: In function `_gg_task_thread_waiter':
ptsched.c:200: error: label at end of compound statement
make[3]: *** [ptsched.lo] Fejl 1
make[3]: *** Venter på uafsluttede job....
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DBUILDING_LIBGG
-I../include -I../include -march=prescott -mtune=prescott -O3
-fomit-frame-pointer -pipe -fforce-addr -falign-functions=4
-fprefetch-loop-arrays -ftracer -D_REENTRANT -D_THREAD_SAFE -DDEBUG -g -Wall
-Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wswitch
-Wmissing-prototypes -Wreturn-type -Wshadow -Wnested-externs -Wredundant-decls
-Werror-implicit-function-declaration -MT task.lo -MD -MP -MF .deps/task.Tpo -c
task.c  -fPIC -DPIC -o task.lo
make[3]: Leaving directory `/var/tmp/portage/libgii-0.9.0/work/libgii-0.9.0/gg'
make[2]: *** [all-recursive] Fejl 1
make[2]: Leaving directory `/var/tmp/portage/libgii-0.9.0/work/libgii-0.9.0/gg'
make[1]: *** [all-recursive] Fejl 1
make[1]: Leaving directory `/var/tmp/portage/libgii-0.9.0/work/libgii-0.9.0'
make: *** [all] Fejl 2

!!! ERROR: media-libs/libgii-0.9.0 failed.
!!! Function src_compile, Line 31, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


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




Adding a ';' after label (line 200) makes it compile.
Adding a patch libgii-0.9.0-gcc34.patch

------- Comment #2 From Leo Laursen 2005-03-28 00:43:05 0000 -------
Created an attachment (id=54650) [details]
libgii-0.9.0-gcc34.patch

------- Comment #3 From Ed Catmur 2005-03-28 11:24:49 0000 -------
Note: this has been fixed upstream on the 0.9.x branch:

http://cvs.sourceforge.net/viewcvs.py/ggi/ggi-core/libgii/gg/ptsched.c?r1=1.5&r2=1.5.4.1

------- Comment #4 From Carsten Lohrke 2005-03-28 14:59:38 0000 -------
*** Bug 86984 has been marked as a duplicate of this bug. ***

------- Comment #5 From Chris White (RETIRED) 2005-03-29 23:54:14 0000 -------
Fixed in cvs.  Thanks for reporting and using Gentoo!

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