Bug 154155 - gnustep-libs/prefsmodule and gnustep-apps/preferences don't compile
Bug#: 154155 Product:  Gentoo Linux Version: 2006.1 Platform: All
OS/Version: Linux Status: RESOLVED Severity: major Priority: P2
Resolution: FIXED Assigned To: gnustep@gentoo.org Reported By: simon.lipp@insa-lyon.fr
Component: Ebuilds
URL: 
Summary: gnustep-libs/prefsmodule and gnustep-apps/preferences don't compile
Keywords:  
Status Whiteboard: 
Opened: 2006-11-05 10:13 0000
Description:   Opened: 2006-11-05 10:13 0000
Latest CVS version of gnustep-libs/prefsmodule and gnustep-apps/preferences
will try to compile with -Wall and -Werror if a directory named "CVS" is found.
And, more annoying, there's a lot of warnings (threated as errors) like 'foo
declared but not used'.

Deleting the CVS directories in the working directory (find ${WORKDIR} -name
CVS | xargs rm -rf) solve the problem.

------- Comment #1 From Marijn Schouten 2006-11-05 10:21:07 0000 -------
are there ebuilds for the cvs versions?

------- Comment #2 From Fabian Groffen 2006-11-05 10:26:03 0000 -------
> are there ebuilds for the cvs versions?

only if you're going to maintain them yourself :)


Will look at the errors later (hopefully later)

------- Comment #3 From Moonz 2006-11-05 10:31:43 0000 -------
>are there ebuilds for the cvs versions?
Here, the "official" gentoo ebuilds installs the CVS version :)
Yes, this bug is on the latest gentoo ebuild, not a live CVS ebuild made by
danna-know-who

------- Comment #4 From Fabian Groffen 2006-12-05 11:13:37 0000 -------
bumped and fixed in CVS.  Thanks!