Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217667 - dev-libs/gmetadom-0.2.6 fails w/ gcc-4.3.0
Summary: dev-libs/gmetadom-0.2.6 fails w/ gcc-4.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-14 15:38 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-05-10 03:36 UTC (History)
1 user (show)

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


Attachments
gmetadom-0.2.6-gcc43.patch (gmetadom-0.2.6-gcc43.patch,700 bytes, patch)
2008-04-14 15:39 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-04-14 15:38:16 UTC
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgdome -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I./../include -I../../../src/gdome_cpp_smart/include -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -fPIC -MT GdomeSmartDOMGdomeString.lo -MD -MP -MF .deps/GdomeSmartDOMGdomeString.Tpo -c GdomeSmartDOMGdomeString.cc  -fPIC -DPIC -o .libs/GdomeSmartDOMGdomeString.o
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgdome -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I./../include -I../../../src/gdome_cpp_smart/include -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -fPIC -MT GdomeSmartDOMGdomeString.lo -MD -MP -MF .deps/GdomeSmartDOMGdomeString.Tpo -c GdomeSmartDOMGdomeString.cc -o GdomeSmartDOMGdomeString.o >/dev/null 2>&1
mv -f .deps/GdomeSmartDOMGdomeString.Tpo .deps/GdomeSmartDOMGdomeString.Plo
/bin/bash ../../../libtool --tag=CXX   --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgdome -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -I./../include -I../../../src/gdome_cpp_smart/include    -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -fPIC -MT GdomeSmartDOMDOMException.lo -MD -MP -MF .deps/GdomeSmartDOMDOMException.Tpo -c -o GdomeSmartDOMDOMException.lo GdomeSmartDOMDOMException.cc
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/libgdome -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I./../include -I../../../src/gdome_cpp_smart/include -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -fPIC -MT GdomeSmartDOMDOMException.lo -MD -MP -MF .deps/GdomeSmartDOMDOMException.Tpo -c GdomeSmartDOMDOMException.cc  -fPIC -DPIC -o .libs/GdomeSmartDOMDOMException.o
In file included from ./../include/GdomeSmartDOMChar.hh:79,
                 from ./../include/GdomeSmartDOMGdomeString.hh:33,
                 from GdomeSmartDOMDOMException.cc:27:
./../include/GdomeSmartDOMTraits.hh: In static member function ‘static GdomeSmartDOM::Char16* std::char_traits<short unsigned int>::move(GdomeSmartDOM::Char16*, const GdomeSmartDOM::Char16*, size_t)’:
./../include/GdomeSmartDOMTraits.hh:84: error: ‘memmove’ was not declared in this scope
./../include/GdomeSmartDOMTraits.hh: In static member function ‘static GdomeSmartDOM::Char16* std::char_traits<short unsigned int>::copy(GdomeSmartDOM::Char16*, const GdomeSmartDOM::Char16*, size_t)’:
./../include/GdomeSmartDOMTraits.hh:88: error: ‘memcpy’ was not declared in this scope
make[5]: *** [GdomeSmartDOMDOMException.lo] Error 1
make[5]: Leaving directory `/var/tmp/portage/dev-libs/gmetadom-0.2.6/work/gmetadom-0.2.6/src/gdome_cpp_smart/basic'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/var/tmp/portage/dev-libs/gmetadom-0.2.6/work/gmetadom-0.2.6/src/gdome_cpp_smart/basic'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/dev-libs/gmetadom-0.2.6/work/gmetadom-0.2.6/src/gdome_cpp_smart'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-libs/gmetadom-0.2.6/work/gmetadom-0.2.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-libs/gmetadom-0.2.6/work/gmetadom-0.2.6'
make: *** [all] Error 2


Reproducible: Always

Steps to Reproduce:
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-14 15:39:04 UTC
Created attachment 149696 [details, diff]
gmetadom-0.2.6-gcc43.patch

Fixes the problem. Snatched from Ubuntu.
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2008-05-10 03:36:48 UTC
Thanks Peter.