Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 205401
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Accessibility Team <accessibility@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ryan Hill <dirtyepic@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
festival-1.96_beta-gcc-4.3.patch festival-1.96_beta-gcc-4.3.patch patch Ryan Hill 2008-01-12 04:56 0000 547 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 205401 depends on: Show dependency tree
Bug 205401 blocks: 198121
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-01-12 04:55 0000
attached is a patch from ubuntu to get festival to compile with GCC 4.3.

thanks. :)

------- Comment #1 From Ryan Hill 2008-01-12 04:56:15 0000 -------
Created an attachment (id=140758) [details]
festival-1.96_beta-gcc-4.3.patch

------- Comment #2 From William Hubbs 2008-01-12 17:49:58 0000 -------
This is now applied in portage.  Thanks for the report. :-)

------- Comment #3 From Martin Jansa 2009-02-09 13:35:38 0000 -------
I wasn't able to compile festival-1.96_beta-r1 with gcc-4.3.3 without adding
<cstring> also to src/modules/MultiSyn/base_class/EST_TSimpleVector.cc (like in
speech-tools-1.2.96_beta-gcc43-include.patch)

diff -uNr festival.orig/src/modules/MultiSyn/base_class/EST_TSimpleVector.cc
festival/src/modules/MultiSyn/base_class/EST_TSimpleVector.cc
--- festival.orig/src/modules/MultiSyn/base_class/EST_TSimpleVector.cc 
2009-02-09 13:27:28.000000000 +0100
+++ festival/src/modules/MultiSyn/base_class/EST_TSimpleVector.cc      
2009-02-09 13:27:55.000000000 +0100
@@ -43,6 +43,7 @@
 #include "EST_TSimpleVector.h"
 #include "EST_matrix_support.h"
 #include <fstream>
+#include <cstring>
 #include "EST_cutils.h"

 template<class T> void EST_TSimpleVector<T>::copy(const EST_TSimpleVector<T>
&a)

------- Comment #4 From William Hubbs 2009-02-09 13:55:15 0000 -------
This should now be fixed.  Please wait for the change to propegate to
the mirrors, sync and try again.

Thanks,

William

------- Comment #5 From Martin Jansa 2009-02-09 14:00:14 0000 -------
(In reply to comment #4)
> This should now be fixed.  Please wait for the change to propegate to
> the mirrors, sync and try again.
> 
> Thanks,
> 
> William

Yes, but I was trying to compile that ebuild -r1 from this morning already with
speech-tools-1.2.96_beta-gcc43-include.patch, but it wasn't sufficient for
me... so I added this include to festival source.

Thanks,

Martin

------- Comment #6 From William Hubbs 2009-02-09 14:18:47 0000 -------
In reply to comment #5:

I fixed the issue in the ebuild at 13:50 gmt today (about 30-35 minutes ago),
so wait another 30 minutes from now, then sync and try to use the ebuild
in the tree again.

The patch you mention was being applied, just at the wrong point in the ebuild.

Sorry for not being clear about this in my original comment. :-)

William

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug