Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31342 - Emerging festival-1.4.2-r3 fails due to slib/siod compile errors
Summary: Emerging festival-1.4.2-r3 fails due to slib/siod compile errors
Status: RESOLVED DUPLICATE of bug 22185
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-17 03:30 UTC by Arent Groebner
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 Arent Groebner 2003-10-17 03:30:56 UTC
Hope it's not a duplicate... 

Reproducible: Always
Steps to Reproduce:
1.emerge -U festival 
2. 
3. 
Actual Results:  
Making in directory ./siod ... 
making dependencies -- siodeditline.c el_complete.c editline.c el_sys_unix.c 
slib.cc slib_core.cc slib_doc.cc slib_file.cc slib_format.cc slib_list.cc 
slib_math.cc slib_sys.cc slib_server.cc slib_str.cc slib_xtr.cc slib_repl.cc 
siod_fringe.cc siod_server.cc io.cc trace.cc EST_SiodServer.cc siod.cc 
siod_est.cc 
gcc -c -fno-implicit-templates -O3 -Wall -Wno-non-template-friend 
-DSUPPORT_EDITLINE -I../include slib.cc 
In file included from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/g++-v3/
backward/iostream.h:31, 
                 from ../include/EST_iostream.h:53, 
                 from ../include/EST_String.h:50, 
                 from ../include/siod.h:17, 
                 from slib.cc:88: 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/g++-v3/backward/
backward_warning.h:32:2: warning: #warning This file includes at least one 
deprecated or antiquated header. Please consider using one of the 32 headers 
found in section 17.4.1.2 of the C++ standard. Examples include substituting 
the <X> header for the <X.h> header for C++ includes, or <sstream> instead of 
the deprecated header <strstream.h>. To disable this warning use 
-Wno-deprecated. 
In file included from ../include/EST_String.h:50, 
                 from ../include/siod.h:17, 
                 from slib.cc:88: 
../include/EST_iostream.h:54:26: strstream.h: No such file or directory 
In file included from ../include/EST_TList.h:50, 
                 from ../include/EST_string_aux.h:43, 
                 from ../include/siod.h:18, 
                 from slib.cc:88: 
../include/EST_TIterator.h:206: warning: `EST_TStructIterator<Container, 
   IPointer, Entry>::Iter' is implicitly a typename 
../include/EST_TIterator.h:206: warning: implicit typename is deprecated, 
   please see the documentation for details 
../include/EST_TIterator.h:206: warning: `EST_TStructIterator<Container, 
   IPointer, Entry>::Iter' is implicitly a typename 
../include/EST_TIterator.h:206: warning: implicit typename is deprecated, 
   please see the documentation for details 
../include/EST_TIterator.h:233: warning: `EST_TRwIterator<Container, IPointer, 
   Entry>::Iter' is implicitly a typename 
../include/EST_TIterator.h:233: warning: implicit typename is deprecated, 
   please see the documentation for details 
../include/EST_TIterator.h:233: warning: `EST_TRwIterator<Container, IPointer, 
   Entry>::Iter' is implicitly a typename 
../include/EST_TIterator.h:233: warning: implicit typename is deprecated, 
   please see the documentation for details 
../include/EST_TIterator.h:280: warning: `EST_TRwStructIterator<Container, 
   IPointer, Entry>::Iter' is implicitly a typename 
../include/EST_TIterator.h:280: warning: implicit typename is deprecated, 
   please see the documentation for details 
../include/EST_TIterator.h:280: warning: `EST_TRwStructIterator<Container, 
   IPointer, Entry>::Iter' is implicitly a typename 
../include/EST_TIterator.h:280: warning: implicit typename is deprecated, 
   please see the documentation for details 
make[1]: *** [slib.o] Error 1 
make: *** [siod] Error 2 
 
!!! ERROR: media-sound/festival-1.4.2-r3 failed. 
!!! Function src_compile, Line 67, Exitcode 2 
!!! (no error message)
Comment 1 James Harlow (RETIRED) gentoo-dev 2003-10-17 07:30:38 UTC
Bug #22185.

Still, at least it's fixed. :-)
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-10-17 08:58:42 UTC
use 1.4.3

*** This bug has been marked as a duplicate of 22185 ***