public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] media-video/drip compile error
@ 2002-01-01 11:03 Dan Armak
  2002-01-01 22:36 ` Martin Schlemmer
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Armak @ 2002-01-01 11:03 UTC (permalink / raw
  To: gentoo-dev

Hi everyone,

I decided to try out Azarah's new drip && autotools.eclass (great work 
there). When emerging got the following error:

<snip>
Making all in encoder
make[2]: Entering directory 
`/var/tmp/portage/drip-0.8.0/work/drip-0.8.0/encoder'
source='external.cpp' object='dripencoder-external.o' libtool=no \
depfile='.deps/dripencoder-external.Po' 
tmpdepfile='.deps/dripencoder-external.TPo' \
depmode=gcc /bin/sh ../depcomp \
c++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -O6 
`avifile-config --cflags`  `glib-config --cflags` -I../libmpeg3-1.2.3 
-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 
-I/usr/include/gtk-1.2 -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_USE_LARGEFILE64 -pthread -DSTANDALONE 
-I/usr/local/include -I/usr/include  `gdk-pixbuf-config --cflags` -mcpu=i686 
-march=i686 -O3 -pipe -fomit-frame-pointer -c -o dripencoder-external.o `test 
-f external.cpp || echo './'`external.cpp
source='encoder.cpp' object='dripencoder-encoder.o' libtool=no \
depfile='.deps/dripencoder-encoder.Po' 
tmpdepfile='.deps/dripencoder-encoder.TPo' \
depmode=gcc /bin/sh ../depcomp \
c++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -O6 
`avifile-config --cflags`  `glib-config --cflags` -I../libmpeg3-1.2.3 
-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 
-I/usr/include/gtk-1.2 -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_USE_LARGEFILE64 -pthread -DSTANDALONE 
-I/usr/local/include -I/usr/include  `gdk-pixbuf-config --cflags` -mcpu=i686 
-march=i686 -O3 -pipe -fomit-frame-pointer -c -o dripencoder-encoder.o `test 
-f encoder.cpp || echo './'`encoder.cpp
encoder.cpp:54: syntax error before `;'
encoder.cpp: In function `void * encode(void *)':
encoder.cpp:208: `fourcc_t' undeclared (first use this function)
encoder.cpp:208: (Each undeclared identifier is reported only once
encoder.cpp:208: for each function it appears in.)
encoder.cpp:208: parse error before `='
encoder.cpp:220: `struct au_t' has no member named `codec'
encoder.cpp:272: `video_codec' undeclared (first use this function)
encoder.cpp:334: `struct au_t' has no member named `codec'
encoder.cpp:340: `struct au_t' has no member named `codec'
encoder.cpp:759: `codec' undeclared (first use this function)
encoder.cpp:810: `struct au_t' has no member named `codec'
external.cpp: In function `struct codecS ** encoder_codecs(...)':
external.cpp:138: `avm' undeclared (first use this function)
external.cpp:138: (Each undeclared identifier is reported only once
external.cpp:138: for each function it appears in.)
external.cpp:138: parse error before `::'
external.cpp:151: `it' undeclared (first use this function)
external.cpp:152: `Encode' is not a member of type `CodecInfo'
external.cpp:153: parse error before `::'
external.cpp:154: `iv' undeclared (first use this function)
external.cpp:159: `audio_codecs' undeclared (first use this function)
external.cpp:160: parse error before `::'
external.cpp:161: `ia' undeclared (first use this function)
external.cpp:175: `Encode' is not a member of type `CodecInfo'
external.cpp:176: parse error before `::'
external.cpp:191: `Encode' is not a member of type `CodecInfo'
external.cpp:192: parse error before `::'
make[2]: *** [dripencoder-external.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [dripencoder-encoder.o] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/drip-0.8.0/work/drip-0.8.0/encoder'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/drip-0.8.0/work/drip-0.8.0'
make: *** [all] Error 2
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/drip-0.8.0/work/drip-0.8.0'
<snip>

The error was ignored and compiling continued, and after a few more secs 
aborted with:

<snip>
Making all in encoder
make[2]: Entering directory 
`/var/tmp/portage/drip-0.8.0/work/drip-0.8.0/encoder'
source='external.cpp' object='dripencoder-external.o' libtool=no \
depfile='.deps/dripencoder-external.Po' 
tmpdepfile='.deps/dripencoder-external.TPo' \
depmode=gcc /bin/sh ../depcomp \
c++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -O6 
`avifile-config --cflags`  `glib-config --cflags` -I../libmpeg3-1.2.3 
-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 
-I/usr/include/gtk-1.2 -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_USE_LARGEFILE64 -pthread -DSTANDALONE 
-I/usr/local/include -I/usr/include  `gdk-pixbuf-config --cflags` -mcpu=i686 
-march=i686 -O3 -pipe -fomit-frame-pointer -c -o dripencoder-external.o `test 
-f external.cpp || echo './'`external.cpp
external.cpp: In function `struct codecS ** encoder_codecs(...)':
external.cpp:138: `avm' undeclared (first use this function)
external.cpp:138: (Each undeclared identifier is reported only once
external.cpp:138: for each function it appears in.)
external.cpp:138: parse error before `::'
external.cpp:151: `it' undeclared (first use this function)
external.cpp:152: `Encode' is not a member of type `CodecInfo'
external.cpp:153: parse error before `::'
external.cpp:154: `iv' undeclared (first use this function)
external.cpp:159: `audio_codecs' undeclared (first use this function)
external.cpp:160: parse error before `::'
external.cpp:161: `ia' undeclared (first use this function)
external.cpp:175: `Encode' is not a member of type `CodecInfo'
external.cpp:176: parse error before `::'
external.cpp:191: `Encode' is not a member of type `CodecInfo'
external.cpp:192: parse error before `::'
make[2]: *** [dripencoder-external.o] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/drip-0.8.0/work/drip-0.8.0/encoder'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/drip-0.8.0/work/drip-0.8.0'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
<snip>

I turned the emake in the ebuild to make (I don't have SMP) and got only the 
2nd error of the 2 above, emake probably has nothing to do with it though.

-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] media-video/drip compile error
  2002-01-01 11:03 [gentoo-dev] media-video/drip compile error Dan Armak
@ 2002-01-01 22:36 ` Martin Schlemmer
  2002-01-02 13:34   ` Dan Armak
  2002-01-02 13:34   ` Dan Armak
  0 siblings, 2 replies; 5+ messages in thread
From: Martin Schlemmer @ 2002-01-01 22:36 UTC (permalink / raw
  To: Gentoo-Dev

[-- Attachment #1: Type: text/plain, Size: 540 bytes --]

On Tue, 2002-01-01 at 13:03, Dan Armak wrote:
> Hi everyone,
> 
> I decided to try out Azarah's new drip && autotools.eclass (great work 
> there). When emerging got the following error:
> 

Hi

fourcc_t and avm gets defined in
usr/include/avifile/default.h, which is part of avifile.

What version of avifile do you have installed ? I have

avifile-0.6.0.20011130

Maybe it is a header problem somewhere.


Greetings

-- 

Martin Schlemmer
Gentoo Linux Developer, Desktop Team Developer
Cape Town, South Africa


[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] media-video/drip compile error
  2002-01-01 22:36 ` Martin Schlemmer
  2002-01-02 13:34   ` Dan Armak
@ 2002-01-02 13:34   ` Dan Armak
  2002-01-03  9:33     ` Dan Armak
  1 sibling, 1 reply; 5+ messages in thread
From: Dan Armak @ 2002-01-02 13:34 UTC (permalink / raw
  To: gentoo-dev

On Wednesday 02 January 2002 00:36, you wrote:
> Hi
>
> fourcc_t and avm gets defined in
> usr/include/avifile/default.h, which is part of avifile.
>
> What version of avifile do you have installed ? I have
>
> avifile-0.6.0.20011130
>
> Maybe it is a header problem somewhere.
I have avifile-0.53.5-r1.

emerge media-video/avifile --pretend says it'll remerge it, so apparently 
higher versions are masked. But package.mask contains <avifile-0.7.0. Despite 
this avifile-0.53.5-r1 does emerge (i.e. isn't masked), so something here is 
strange.

I'll try ebuild compile/install/qmerge for avifile 0.6.0.20011130 this 
evening.

-- 
Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] media-video/drip compile error
  2002-01-01 22:36 ` Martin Schlemmer
@ 2002-01-02 13:34   ` Dan Armak
  2002-01-02 13:34   ` Dan Armak
  1 sibling, 0 replies; 5+ messages in thread
From: Dan Armak @ 2002-01-02 13:34 UTC (permalink / raw
  To: gentoo-dev

On Wednesday 02 January 2002 00:36, you wrote:
> Hi
>
> fourcc_t and avm gets defined in
> usr/include/avifile/default.h, which is part of avifile.
>
> What version of avifile do you have installed ? I have
>
> avifile-0.6.0.20011130
>
> Maybe it is a header problem somewhere.
I have avifile-0.53.5-r1.

emerge media-video/avifile --pretend says it'll remerge it, so apparently 
higher versions are masked. But package.mask contains <avifile-0.7.0. Despite 
this avifile-0.53.5-r1 does emerge (i.e. isn't masked), so something here is 
strange.

I'll try ebuild compile/install/qmerge for avifile 0.6.0.20011130 this 
evening.

-- 
Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] media-video/drip compile error
  2002-01-02 13:34   ` Dan Armak
@ 2002-01-03  9:33     ` Dan Armak
  0 siblings, 0 replies; 5+ messages in thread
From: Dan Armak @ 2002-01-03  9:33 UTC (permalink / raw
  To: gentoo-dev

On Wednesday 02 January 2002 15:34, you wrote:
> I'll try ebuild compile/install/qmerge for avifile 0.6.0.20011130 this
> evening.
I've emerged the latest 0.6 avifile and unmerged the 0.5 one, and drip now 
emerges correctly. Apparently I had 2 avifiles merged and that was the 
problem.


-- 
Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-01-03 12:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-01 11:03 [gentoo-dev] media-video/drip compile error Dan Armak
2002-01-01 22:36 ` Martin Schlemmer
2002-01-02 13:34   ` Dan Armak
2002-01-02 13:34   ` Dan Armak
2002-01-03  9:33     ` Dan Armak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox