Bug 95785 - app-text/gtranslator-1.1.5 fails to build on GCC4
Bug#: 95785 Product:  Gentoo Linux Version: 2005.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: chainsaw@gentoo.org
Component: GNOME
URL: 
Summary: app-text/gtranslator-1.1.5 fails to build on GCC4
Keywords:  
Status Whiteboard: 
Opened: 2005-06-11 08:48 0000
Description:   Opened: 2005-06-11 08:48 0000
gtranslator specifies -Werror in a makefile deep down in the source
directories, and erroneously ignores passing --enable-compile-warnings=all
(instead of --enable-compile-warnings=error). Even --disable-compile-warnings
is totally ignored.
Patch attached the removes -Werror from that particular makefile.am and reruns
automake, to allow the package to compile under GCC 4. It's not pretty, much
warnings about pointer signedness, but the package compiles and appears to work
properly.

------- Comment #1 From Tony Vroon 2005-06-11 08:48:43 0000 -------
Created an attachment (id=61057) [details]
gtranslator-1.1.5.ebuild.diff

Promised ebuild diff

------- Comment #2 From Tony Vroon 2005-06-11 09:05:37 0000 -------
This has been rectified in gtranslator-1.1.6, so instead of applying the patch
it is also possible to bump the package instead. (Or do both)

------- Comment #3 From Tony Vroon 2005-07-02 08:57:19 0000 -------
Version bumped to 1.1.6 in portage tree; ack'd by AllanonJL on IRC.