Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 220749 - media-video/dvgrab-3.1 fails w/ gcc-4.3.0
Summary: media-video/dvgrab-3.1 fails w/ gcc-4.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-05-07 13:09 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-05-07 20:32 UTC (History)
0 users

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


Attachments
dvgrab-3.1-gcc43.patch (dvgrab-3.1-gcc43.patch,2.95 KB, patch)
2008-05-07 13:09 UTC, Peter Alfredsen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Alfredsen (RETIRED) gentoo-dev 2008-05-07 13:09:05 UTC
make[1]: Entering directory `/var/tmp/portage/media-video/dvgrab-3.1/work/dvgrab-3.1'
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/lqt     -D_REENTRANT -D_FILE_OFFSET_BITS=64 -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT avi.o -MD -MP -MF ".deps/avi.Tpo" \
          -c -o avi.o `test -f 'avi.cc' || echo './'`avi.cc; \
        then mv -f ".deps/avi.Tpo" ".deps/avi.Po"; \
        else rm -f ".deps/avi.Tpo"; exit 1; \
        fi
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/lqt     -D_REENTRANT -D_FILE_OFFSET_BITS=64 -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT dvframe.o -MD -MP -MF ".deps/dvframe.Tpo" \
          -c -o dvframe.o `test -f 'dvframe.cc' || echo './'`dvframe.cc; \
        then mv -f ".deps/dvframe.Tpo" ".deps/dvframe.Po"; \
        else rm -f ".deps/dvframe.Tpo"; exit 1; \
        fi
dvframe.cc: In member function ‘void DVFrame::Deinterlace(void*, int)’:
dvframe.cc:845: error: ‘memcpy’ was not declared in this scope
make[1]: *** [dvframe.o] Error 1
make[1]: *** Waiting for unfinished jobs....
avi.cc: In constructor ‘AVIFile::AVIFile()’:
avi.cc:81: error: ‘memset’ was not declared in this scope
avi.cc:91: error: ‘memset’ was not declared in this scope
make[1]: *** [avi.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-video/dvgrab-3.1/work/dvgrab-3.1'
make: *** [all] Error 2
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-05-07 13:09:44 UTC
Created attachment 152259 [details, diff]
dvgrab-3.1-gcc43.patch

Fixes the problem. Snatched from Debian.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2008-05-07 20:32:17 UTC
committed