Bug 213170 - media-libs/libcaca-0.99_beta13 faild to build
Bug#: 213170 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: media-video@gentoo.org Reported By: milobit@ns-linux.org
Component: Ebuilds
URL: 
Summary: media-libs/libcaca-0.99_beta13 faild to build
Keywords:  
Status Whiteboard: 
Opened: 2008-03-12 17:42 0000
Description:   Opened: 2008-03-12 17:42 0000
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../caca
-I/usr/lib64/ruby/1.8/x86_64-linux -DOPTIMISE_SLANG_PALETTE=1
-I/usr/lib64/ruby/1.8/x86_64-linux -O2 -march=opteron -mtune=opteron
-fomit-frame-pointer -frename-registers -momit-leaf-frame-pointer -pipe
-Wno-error -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes
-Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs
-Wsign-compare -Wno-strict-prototypes -Wno-missing-prototypes -MT
caca_la-caca.lo -MD -MP -MF .deps/caca_la-caca.Tpo -c caca.c  -fPIC -DPIC -o
.libs/caca_la-caca.o
In file included from caca-display.c:13:
../caca/caca.h:27:19: error: cucul.h: No such file or directory
In file included from caca-display.c:13:
../caca/caca.h:156: error: expected ')' before '*' token
../caca/caca.h:158: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
In file included from caca-display.c:16:
cucul-canvas.h:8: error: expected ')' before '*' token
caca-display.c: In function 'display_initialize':
caca-display.c:36: error: 'cucul_canvas_t' undeclared (first use in this
function)
caca-display.c:36: error: (Each undeclared identifier is reported only once
caca-display.c:36: error: for each function it appears in.)
caca-display.c:36: error: 'canvas' undeclared (first use in this function)
caca-display.c:43: warning: implicit declaration of function
'caca_create_display'
caca-display.c:43: warning: nested extern declaration of 'caca_create_display'
caca-display.c:43: warning: assignment makes pointer from integer without a
cast
caca-display.c:44: warning: implicit declaration of function 'caca_get_canvas'
caca-display.c:44: warning: nested extern declaration of 'caca_get_canvas'
caca-display.c:45: warning: implicit declaration of function 'canvas_create'
caca-display.c:45: warning: nested extern declaration of 'canvas_create'
caca-display.c:54: warning: assignment makes pointer from integer without a
cast
make[2]: *** [caca_la-caca-display.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../cucul
-I/usr/lib64/ruby/1.8/x86_64-linux -DOPTIMISE_SLANG_PALETTE=1
-I/usr/lib64/ruby/1.8/x86_64-linux -O2 -march=opteron -mtune=opteron
-fomit-frame-pointer -frename-registers -momit-leaf-frame-pointer -pipe
-Wno-error -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes
-Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs
-Wsign-compare -Wno-strict-prototypes -Wno-missing-prototypes -MT
cucul_la-cucul.lo -MD -MP -MF .deps/cucul_la-cucul.Tpo -c cucul.c -o
cucul_la-cucul.o >/dev/null 2>&1
In file included from caca-event.c:13:
../caca/caca.h:27:19: error: cucul.h: No such file or directory
In file included from caca-event.c:13:
../caca/caca.h:156: error: expected ')' before '*' token
../caca/caca.h:158: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
In file included from caca.c:13:
../caca/caca.h:27:19: error: cucul.h: No such file or directory
In file included from caca.c:13:
../caca/caca.h:156: error: expected ')' before '*' token
../caca/caca.h:158: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
make[2]: *** [caca_la-caca-event.lo] Error 1
make[2]: *** [caca_la-caca.lo] Error 1
mv -f .deps/cucul_la-cucul.Tpo .deps/cucul_la-cucul.Plo
make[2]: Leaving directory
`/var/tmp/paludis/media-libs/libcaca-0.99_beta13/work/libcaca-0.99.beta13/ruby'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/paludis/media-libs/libcaca-0.99_beta13/work/libcaca-0.99.beta13'
make: *** [all] Error 2

!!! ERROR in media-libs/libcaca-0.99_beta13:
!!! In src_compile at line 3753
!!! emake failed



Reproducible: Always

------- Comment #1 From Jakub Moc (RETIRED) 2008-03-12 19:04:57 0000 -------
This has absolutely nothing to do w/ Gentoo Bugzilla product; read the
descriptions please.

------- Comment #2 From meka 2008-03-14 07:44:10 0000 -------
It's missing cucul.h, so how it doesn't have anything to do with Gentoo
Bugzilla?

------- Comment #3 From Arfrever Frehtes Taifersar Arahesis 2008-03-25 12:06:26 0000 -------
Created an attachment (id=147242) [details]
libcaca-0.99_beta13-ruby-Makefile.am.patch

------- Comment #4 From Arfrever Frehtes Taifersar Arahesis 2008-03-25 12:07:12 0000 -------
Created an attachment (id=147243) [details]
libcaca-0.99_beta13.ebuild.patch

------- Comment #5 From Alexis Ballier 2008-05-12 08:26:41 0000 -------
applied, thanks a lot !