Gentoo Archives: gentoo-dev

From: Tim van den Elsen <vitalie@××××××.nl>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Transcode ebuild or compile bug?
Date: Wed, 15 May 2002 09:58:09
Message-Id: 1021474744.11971.14.camel@vitalie
In Reply to: Re: [gentoo-dev] Transcode ebuild or compile bug? by Paul de Vrieze
1 On Wed, 2002-05-15 at 16:45, Paul de Vrieze wrote:
2 > On Wednesday 15 May 2002 16:28, Tim van den Elsen wrote:
3 > > Hi,
4 > >
5 > > While trying to emerge dvdrip i stumbled upon this error:
6 > >
7 > > [code]
8 > >
9 > > Making all in libmp3lame
10 > > make[2]: Entering directory
11 > > `/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0pre4/libmp3la
12 > >me' make[2]: Nothing to be done for `all'.
13 > > make[2]: Leaving directory
14 > > `/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0pre4/libmp3la
15 > >me' Making all in libdvenc
16 > > make[2]: Entering directory
17 > > `/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0pre4/libdvenc
18 > >' gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I./ -I../src -I./../src -O3 -g
19 > > -funroll-loops -ffast-math -DLINUX -march=i686 -pipe -O3
20 > > -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
21 > > -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include/glib-1.2
22 > > -I/usr/lib/glib/include -I/usr/local/include -c dvenc.c
23 > > dvenc.c: In function `dvenc_init':
24 > > dvenc.c:43: too few arguments to function `dv_init'
25 > > make[2]: *** [dvenc.o] Error 1
26 > > make[2]: Leaving directory
27 > > `/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0pre4/libdvenc
28 > >' make[1]: *** [all-recursive] Error 1
29 > > make[1]: Leaving directory
30 > > `/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0pre4'
31 > > make: *** [all-recursive-am] Error 2
32 > >
33 > > !!! ERROR: The ebuild did not complete successfully.
34 > > !!! Function src_compile, Line -63, Exitcode 2
35 > > !!! (no error message)
36 > >
37 > > !!! emerge aborting on
38 > > /usr/portage/media-video/transcode/transcode-0.6.0_pre4-r2.ebuild .
39 > > vitalie transcode #
40 > >
41 > > [/code]
42 > >
43 > > I have allready notified the ebuild maintainer, but maybe you guys have
44 > > a solution as well :) Diskord (also a gentoo user) and I have set up a
45 > > 'gentoo' forum for video-encoding @ http://timmie.dyndns.org/divx/
46 > > especially for divx and svcd related question. Hopefully it will be
47 > > worthwhile for people to check for help there on this topic. Any posting
48 > > there will be very much appreciated.
49 > >
50 > > Regards,
51 > >
52 > > Timmie
53 > >
54 >
55 > This has to do with quicktime4linux installing bad libdv.h headers (it
56 > shouldn't install them at all) I made a bug report from this a long time ago:
57 > 1601, so unmerge quicktime4linux, emerge the new version, and libdv should
58 > compile. You can also just delete the libdv.h include file.
59 >
60 > Paul
61 >
62 > --
63 > Paul de Vrieze
64 > Junior Researcher
65 > Mail: pauldv@××××××.nl
66 > Homepage: http://www.devrieze.net
67 >
68 > _______________________________________________
69 > gentoo-dev mailing list
70 > gentoo-dev@g.o
71 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
72
73 Paul,
74
75 I unmerged quicktime4linux and tried to emerge dvdrip (and thus
76 automatically transcode) again.. but it gives the same error again..
77
78 Hope you guys have some more ideas :)
79
80 Regards,
81
82 Timmie