public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Transcode ebuild or compile bug?
@ 2002-05-15 14:28 Tim van den Elsen
  2002-05-15 14:45 ` Paul de Vrieze
  0 siblings, 1 reply; 5+ messages in thread
From: Tim van den Elsen @ 2002-05-15 14:28 UTC (permalink / raw
  To: gentoo-dev

Hi,

While trying to emerge dvdrip i stumbled upon this error:

[code]

Making all in libmp3lame
make[2]: Entering directory
`/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0pre4/libmp3lame'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0pre4/libmp3lame'
Making all in libdvenc
make[2]: Entering directory
`/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0pre4/libdvenc'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I./ -I../src -I./../src    -O3
-g -funroll-loops -ffast-math -DLINUX -march=i686 -pipe -O3
-fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/local/include -c dvenc.c
dvenc.c: In function `dvenc_init':
dvenc.c:43: too few arguments to function `dv_init'
make[2]: *** [dvenc.o] Error 1
make[2]: Leaving directory
`/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0pre4/libdvenc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0pre4'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -63, Exitcode 2
!!! (no error message)

!!! emerge aborting on 
/usr/portage/media-video/transcode/transcode-0.6.0_pre4-r2.ebuild .
vitalie transcode # 

[/code]

I have allready notified the ebuild maintainer, but maybe you guys have
a solution as well :) Diskord (also a gentoo user) and I have set up a
'gentoo' forum for video-encoding @ http://timmie.dyndns.org/divx/
especially for divx and svcd related question. Hopefully it will be
worthwhile for people to check for help there on this topic. Any posting
there will be very much appreciated.

Regards,

Timmie







^ permalink raw reply	[flat|nested] 5+ messages in thread
* RE: [gentoo-dev] Transcode ebuild or compile bug?
@ 2002-05-15 15:10 BoehmeSilvio
  2002-05-15 15:55 ` Tim van den Elsen
  0 siblings, 1 reply; 5+ messages in thread
From: BoehmeSilvio @ 2002-05-15 15:10 UTC (permalink / raw
  To: 'gentoo-dev@gentoo.org'

This is BUG 2583:

transcode-0.6.0_pre4-r2 does not build with libdv-0.9.5, because libdv-0.9.5
changed
some headers.

The last transcode snapshot should work correct with this libdv. 
transcode-0.6.0pre5-20020506.tgz

I don't know the current state on this bug.

By

Silvio

> -----Original Message-----
> From: Tim van den Elsen [mailto:vitalie@chello.nl]
> Sent: Wednesday, May 15, 2002 4:59 PM
> To: gentoo-dev@gentoo.org
> Subject: Re: [gentoo-dev] Transcode ebuild or compile bug?
> 
> 
> On Wed, 2002-05-15 at 16:45, Paul de Vrieze wrote:
> > On Wednesday 15 May 2002 16:28, Tim van den Elsen wrote:
> > > Hi,
> > >
> > > While trying to emerge dvdrip i stumbled upon this error:
> > >
> > > [code]
> > >
> > > Making all in libmp3lame
> > > make[2]: Entering directory
> > > 
> `/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0
> pre4/libmp3la
> > >me' make[2]: Nothing to be done for `all'.
> > > make[2]: Leaving directory
> > > 
> `/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0
> pre4/libmp3la
> > >me' Making all in libdvenc
> > > make[2]: Entering directory
> > > 
> `/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0
> pre4/libdvenc
> > >' gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I./ -I../src 
> -I./../src    -O3 -g
> > > -funroll-loops -ffast-math -DLINUX -march=i686 -pipe -O3
> > > -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
> > > -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include/glib-1.2
> > > -I/usr/lib/glib/include -I/usr/local/include -c dvenc.c
> > > dvenc.c: In function `dvenc_init':
> > > dvenc.c:43: too few arguments to function `dv_init'
> > > make[2]: *** [dvenc.o] Error 1
> > > make[2]: Leaving directory
> > > 
> `/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0
> pre4/libdvenc
> > >' make[1]: *** [all-recursive] Error 1
> > > make[1]: Leaving directory
> > > 
> `/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0pre4'
> > > make: *** [all-recursive-am] Error 2
> > >
> > > !!! ERROR: The ebuild did not complete successfully.
> > > !!! Function src_compile, Line -63, Exitcode 2
> > > !!! (no error message)
> > >
> > > !!! emerge aborting on
> > > 
> /usr/portage/media-video/transcode/transcode-0.6.0_pre4-r2.ebuild .
> > > vitalie transcode #
> > >
> > > [/code]
> > >
> > > I have allready notified the ebuild maintainer, but maybe 
> you guys have
> > > a solution as well :) Diskord (also a gentoo user) and I 
> have set up a
> > > 'gentoo' forum for video-encoding @ http://timmie.dyndns.org/divx/
> > > especially for divx and svcd related question. Hopefully 
> it will be
> > > worthwhile for people to check for help there on this 
> topic. Any posting
> > > there will be very much appreciated.
> > >
> > > Regards,
> > >
> > > Timmie
> > >
> > 
> > This has to do with quicktime4linux installing bad libdv.h 
> headers (it 
> > shouldn't install them at all) I made a bug report from 
> this a long time ago: 
> > 1601, so unmerge quicktime4linux, emerge the new version, 
> and libdv should 
> > compile. You can also just delete the libdv.h include file.
> > 
> > Paul
> > 
> > -- 
> > Paul de Vrieze
> > Junior Researcher
> > Mail: pauldv@cs.kun.nl
> > Homepage: http://www.devrieze.net
> > 
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> 
> Paul,
> 
> I unmerged quicktime4linux and tried to emerge dvdrip (and thus
> automatically transcode) again.. but it gives the same error again..
> 
> Hope you guys have some more ideas :)
> 
> Regards,
> 
> Timmie
> 
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> 


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

end of thread, other threads:[~2002-05-15 15:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-15 14:28 [gentoo-dev] Transcode ebuild or compile bug? Tim van den Elsen
2002-05-15 14:45 ` Paul de Vrieze
2002-05-15 14:59   ` Tim van den Elsen
  -- strict thread matches above, loose matches on Subject: below --
2002-05-15 15:10 BoehmeSilvio
2002-05-15 15:55 ` Tim van den Elsen

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