Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214176 - dev-libs/libcoyotl-3.1.0 fails w/gcc 4.3.0
Summary: dev-libs/libcoyotl-3.1.0 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: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-03-21 21:48 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-05-01 00:08 UTC (History)
1 user (show)

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


Attachments
libcoyotl-gcc43.patch (libcoyotl-gcc43.patch,1.08 KB, patch)
2008-03-21 21:49 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-03-21 21:48:06 UTC
i686-pc-linux-gnu-g++ -I. -I. -I. -I. -I.. -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT command_line.lo -MD -MP -MF .deps/command_line.Tpo -c command_line.cpp  -fPIC -DPIC -o .libs/command_line.o
if /bin/bash ../libtool --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -I. -I. -I. -I. -I..    -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT maze.lo -MD -MP -MF ".deps/maze.Tpo" -c -o maze.lo maze.cpp; \
        then mv -f ".deps/maze.Tpo" ".deps/maze.Plo"; else rm -f ".deps/maze.Tpo"; exit 1; fi
 i686-pc-linux-gnu-g++ -I. -I. -I. -I. -I.. -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT maze.lo -MD -MP -MF .deps/maze.Tpo -c maze.cpp  -fPIC -DPIC -o .libs/maze.o
command_line.cpp: In constructor 'libcoyotl::command_line::command_line(int, char**, const std::set<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
command_line.cpp:48: error: 'strlen' was not declared in this scope
make[1]: *** [command_line.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
 i686-pc-linux-gnu-g++ -I. -I. -I. -I. -I.. -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT maze.lo -MD -MP -MF .deps/maze.Tpo -c maze.cpp -o maze.o >/dev/null 2>&1
make[1]: Leaving directory `/var/tmp/portage/dev-libs/libcoyotl-3.1.0/work/libcoyotl-3.1.0/libcoyotl'
make: *** [all-recursive] Error 1


Reproducible: Always

Steps to Reproduce:
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-03-21 21:49:01 UTC
Created attachment 146789 [details, diff]
libcoyotl-gcc43.patch

Fixes the problem. Snatched from Debian.
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2008-05-01 00:08:22 UTC
Committed. Thanks.