Gentoo Archives: gentoo-dev

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

Replies

Subject Author
Re: [gentoo-dev] Transcode ebuild or compile bug? Tim van den Elsen <vitalie@××××××.nl>