home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / libc6 / TODO < prev   
Encoding:
Text File  |  2006-08-17  |  1.2 KB  |  42 lines

  1. Outstanding concerns
  2. ====================
  3.  
  4.  - no entry
  5.  
  6. TODO
  7. ====
  8.  
  9. * General:
  10.  
  11.  - Make sure that prep.sh and version aren't in the root of the source
  12.    package.
  13.  
  14. * libc:
  15.  - Only add some libraries to the optimized packages and to /lib/tls,
  16.    instead of all of them?
  17.  - Add patch to display (or ignore) linux-gate.so.1 in ldd.
  18.  - Check dpkg-shlibdeps for linux-gate.so.1 handling.
  19.  - Don't do make install for libc6-i686 if we aren't going to use the
  20.    results - it's very slow.  We may need to make install for nptl to
  21.    get the few headers that differ.
  22.  - Fix /usr/sbin/tzconfig to take a parameter.  Right now we set the links
  23.    by hand in libc.postinst in the noninteractive case, but it would be
  24.    better if the tool could just do everything for us.
  25.  - Add alpha EV67 opt package support (#229251).
  26.  
  27. * libc-dev:
  28.  
  29.  - What do we do for headers on 32/64 systems?  Do we generate
  30.    #if wrappers for /usr/include?  This looks like a non-issue since
  31.    only asm needs it.
  32.  - -dev support for library variants like nptl?  64-bit libraries are
  33.    covered.
  34.  
  35. * locales:
  36.  
  37.  - locales debconf template is a bit difficult for newbie users.
  38.    Using localedata/locales/*, it can be readable.  For example,
  39.    "ja_JP" -> "Japanese", "Japan".
  40.  
  41.  
  42.