[gentoo-dev] last thoughts for xml/xml2 unification

2006-02-07 Thread Mike Frysinger
any last issues people wish to cover before we start finishing this up ?
-mike
-- 
gentoo-dev@gentoo.org mailing list



[gentoo-dev] heads up on funky build errors with -O0/nls

2006-02-07 Thread Mike Frysinger
in case anyone else comes across this (ive seen a few packages lately) ...

* symptom: build fails with -O0 but not with -O1 when nls support is enabled
* error: LC_MESSAGES/LC_CTYPE/LC_ALL/LC_ is undefined and/or 
functions like setlocale()/textdomain()/etc... are implicitly defined
* short answer: broken build system doesnt properly include locale.h

* long answer:
the reason -O1 and better "works" is because glibc will include locale.h 
automagically via some headers (like libintl.h) whenever optimization is 
enabled so as to get inline/optimized versions of some functions.  when 
optimization is disabled, glibc will not include locale.h for you and the 
build fails.  so make sure the configure script checks for locale.h and has a 
bit of code like:
#ifdef HAVE_LOCALE_H
# include 
#endif

for example:
http://bugs.gentoo.org/121920
-mike
-- 
gentoo-dev@gentoo.org mailing list



Re: [gentoo-dev] Find apps not ported to modular X

2006-02-07 Thread Donnie Berkholz
The last change: 329 to 320, over 3.5 days -- not so hot.

Progress graph:
http://dev.gentoo.org/~spyderous/broken_modular/broken_modular_progress.png

Latest list:
http://dev.gentoo.org/~spyderous/broken_modular/broken_modular_maintainers.txt.20060207

Herds and people with 5 or more unported packages, and change in # of
packages:

 89 games (-2)
 57 none (individual or no maintainer) (-1)
 30 (no metadata.xml) (-2)
 27 desktop-wm (-0)
 22 cjk (-0)
 14 video (-0)
  8 sound (-0)
  7 afterstep (-0)
  6 vapier (-0)
  6 stuart (-0)
  5 common-lisp (-0)
 ---
 Total: 271 of 320 unported

IRC: #gentoo-x

Documentation:
http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml
http://www.gentoo.org/proj/en/desktop/x/x11/porting-modular-x-howto.xml

Metabug: http://bugs.gentoo.org/112675

If you can't figure out what needs to get done and you've already read
the docs, ask in #gentoo-x.

Thanks,
Donnie





signature.asc
Description: OpenPGP digital signature