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 10:55:01
Message-Id: 1021478156.11971.17.camel@vitalie
In Reply to: RE: [gentoo-dev] Transcode ebuild or compile bug? by BoehmeSilvio
1 Hi phoen][x @ #gentoo made the following workaround for people who are
2 still struggling with it. You can find it in this thread:
3
4 http://timmie.dyndns.org/divx/viewtopic.php?t=6
5
6 A big thank you to phoenix ;)
7
8 Regards,
9
10 Timmie
11
12 On Wed, 2002-05-15 at 17:10, BoehmeSilvio wrote:
13 > This is BUG 2583:
14 >
15 > transcode-0.6.0_pre4-r2 does not build with libdv-0.9.5, because libdv-0.9.5
16 > changed
17 > some headers.
18 >
19 > The last transcode snapshot should work correct with this libdv.
20 > transcode-0.6.0pre5-20020506.tgz
21 >
22 > I don't know the current state on this bug.
23 >
24 > By
25 >
26 > Silvio
27 >
28 > > -----Original Message-----
29 > > From: Tim van den Elsen [mailto:vitalie@××××××.nl]
30 > > Sent: Wednesday, May 15, 2002 4:59 PM
31 > > To: gentoo-dev@g.o
32 > > Subject: Re: [gentoo-dev] Transcode ebuild or compile bug?
33 > >
34 > >
35 > > On Wed, 2002-05-15 at 16:45, Paul de Vrieze wrote:
36 > > > On Wednesday 15 May 2002 16:28, Tim van den Elsen wrote:
37 > > > > Hi,
38 > > > >
39 > > > > While trying to emerge dvdrip i stumbled upon this error:
40 > > > >
41 > > > > [code]
42 > > > >
43 > > > > Making all in libmp3lame
44 > > > > make[2]: Entering directory
45 > > > >
46 > > `/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0
47 > > pre4/libmp3la
48 > > > >me' make[2]: Nothing to be done for `all'.
49 > > > > make[2]: Leaving directory
50 > > > >
51 > > `/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0
52 > > pre4/libmp3la
53 > > > >me' Making all in libdvenc
54 > > > > make[2]: Entering directory
55 > > > >
56 > > `/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0
57 > > pre4/libdvenc
58 > > > >' gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I./ -I../src
59 > > -I./../src -O3 -g
60 > > > > -funroll-loops -ffast-math -DLINUX -march=i686 -pipe -O3
61 > > > > -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
62 > > > > -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include/glib-1.2
63 > > > > -I/usr/lib/glib/include -I/usr/local/include -c dvenc.c
64 > > > > dvenc.c: In function `dvenc_init':
65 > > > > dvenc.c:43: too few arguments to function `dv_init'
66 > > > > make[2]: *** [dvenc.o] Error 1
67 > > > > make[2]: Leaving directory
68 > > > >
69 > > `/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0
70 > > pre4/libdvenc
71 > > > >' make[1]: *** [all-recursive] Error 1
72 > > > > make[1]: Leaving directory
73 > > > >
74 > > `/var/tmp/portage/transcode-0.6.0_pre4-r2/work/transcode-0.6.0pre4'
75 > > > > make: *** [all-recursive-am] Error 2
76 > > > >
77 > > > > !!! ERROR: The ebuild did not complete successfully.
78 > > > > !!! Function src_compile, Line -63, Exitcode 2
79 > > > > !!! (no error message)
80 > > > >
81 > > > > !!! emerge aborting on
82 > > > >
83 > > /usr/portage/media-video/transcode/transcode-0.6.0_pre4-r2.ebuild .
84 > > > > vitalie transcode #
85 > > > >
86 > > > > [/code]
87 > > > >
88 > > > > I have allready notified the ebuild maintainer, but maybe
89 > > you guys have
90 > > > > a solution as well :) Diskord (also a gentoo user) and I
91 > > have set up a
92 > > > > 'gentoo' forum for video-encoding @ http://timmie.dyndns.org/divx/
93 > > > > especially for divx and svcd related question. Hopefully
94 > > it will be
95 > > > > worthwhile for people to check for help there on this
96 > > topic. Any posting
97 > > > > there will be very much appreciated.
98 > > > >
99 > > > > Regards,
100 > > > >
101 > > > > Timmie
102 > > > >
103 > > >
104 > > > This has to do with quicktime4linux installing bad libdv.h
105 > > headers (it
106 > > > shouldn't install them at all) I made a bug report from
107 > > this a long time ago:
108 > > > 1601, so unmerge quicktime4linux, emerge the new version,
109 > > and libdv should
110 > > > compile. You can also just delete the libdv.h include file.
111 > > >
112 > > > Paul
113 > > >
114 > > > --
115 > > > Paul de Vrieze
116 > > > Junior Researcher
117 > > > Mail: pauldv@××××××.nl
118 > > > Homepage: http://www.devrieze.net
119 > > >
120 > > > _______________________________________________
121 > > > gentoo-dev mailing list
122 > > > gentoo-dev@g.o
123 > > > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
124 > >
125 > > Paul,
126 > >
127 > > I unmerged quicktime4linux and tried to emerge dvdrip (and thus
128 > > automatically transcode) again.. but it gives the same error again..
129 > >
130 > > Hope you guys have some more ideas :)
131 > >
132 > > Regards,
133 > >
134 > > Timmie
135 > >
136 > >
137 > > _______________________________________________
138 > > gentoo-dev mailing list
139 > > gentoo-dev@g.o
140 > > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
141 > >
142 > _______________________________________________
143 > gentoo-dev mailing list
144 > gentoo-dev@g.o
145 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev