Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15886 - emerge vcr-1.09-r2 src_compile problem
Summary: emerge vcr-1.09-r2 src_compile problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-17 20:35 UTC by kublai
Modified: 2003-02-21 13:12 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kublai 2003-02-17 20:35:12 UTC
here's what I get emerging this package:

make  all-recursive
make[1]: Entering directory `/var/tmp/portage/vcr-1.09-r2/work/vcr-1.09'
Making all in src
make[2]: Entering directory `/var/tmp/portage/vcr-1.09-r2/work/vcr-1.09/src'
g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include/avifile  -O2 -c main.cc
g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include/avifile  -O2 -c v4lxif.cc
g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include/avifile  -O2 -c dsp.cc
g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include/avifile  -O2 -c capproc.cc
g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include/avifile  -O2 -c global.cc
g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include/avifile  -O2 -c parseconfig.cc
gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include/avifile  -march=pentium3 -O3
-pipe -O2 -Wall -c frequencies.c
g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include/avifile  -O2 -c channel.cc
In file included from capproc.cc:14:
/usr/include/avifile/fourcc.h:4:2: warning: #warning Use #include "avm_fourcc.h"
instead
main.cc: In function `void list_attributes(int)':
main.cc:603: no matching function for call to `GetCodecAttr(avm::CodecInfo&,
   const char*, char[256], int)'
/usr/include/avifile/creators.h:124: candidates are: int
   Creators::GetCodecAttr(const CodecInfo&, const char*, int&)
/usr/include/avifile/creators.h:132:                 int
   Creators::GetCodecAttr(const CodecInfo&, const char*, const char**)
make[2]: *** [main.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/vcr-1.09-r2/work/vcr-1.09/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/vcr-1.09-r2/work/vcr-1.09'
make: *** [all-recursive-am] Error 2
 
!!! ERROR: media-video/vcr-1.09-r2 failed.
!!! Function src_compile, Line 36, Exitcode 2
!!! emake died
Comment 1 kublai 2003-02-19 16:07:10 UTC
problem occurred on dual p3 750, tyan 230t board
gcc --version
gcc (GCC) 3.2.2
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2003-02-19 19:41:12 UTC
Please read the descriptions - this Product is for bugs.gentoo.org only.
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-02-20 17:02:00 UTC
which version of avifile do you have installed ?
Comment 4 kublai 2003-02-20 17:55:39 UTC
 media-video/avifile
      Latest version available: 0.7.29.20030204
      Latest version installed: 0.7.29.20030204
      Size of downloaded files: 2,610 kB
      Homepage:    http://avifile.sourceforge.net/
      Description: Library for AVI-Files
Comment 5 kublai 2003-02-20 18:10:19 UTC
just updated avifile:
*  media-video/avifile
      Latest version available: 0.7.32.20030219
      Latest version installed: 0.7.32.20030219
      Size of downloaded files: 2,676 kB
      Homepage:    http://avifile.sourceforge.net/
      Description: Library for AVI-Files

Comment 6 Martin Holzer (RETIRED) gentoo-dev 2003-02-21 13:12:11 UTC
depends on avifile-0.7.15

works now