Your message dated Wed, 16 Jul 2008 20:50:43 +0100
with message-id <[EMAIL PROTECTED]>
and subject line uclibc has been removed from Debian, closing #235435
has caused the Debian Bug report #235435,
regarding uclibc: Please disable locale support to reduce library size by
roughly 50%
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
235435: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=235435
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: uclibc
Severity: normal
I would like to ask if you could either disable the locale support in uclibc
or create a second binary package with disabled locale support. Since libuClibc
aims to be a really small glibc replacement, local support is IMHO
counter-productive. The library from 0.9.20-1 had roughly around 250kB, the
one from the current 0.9.26-1 has over 550kB with no real gain. For embedded
system (e.g. initrd images like the one created by mkinitrd-cd), size is the
only real issue.
This patch disables locale support and creates a libuClibc with 275kB from the
current 0.9.26-1 source (already tried, it works perfectly).
--- uclibc-0.9.26/debian/rules 2004-02-24 01:59:16.000000000 +0100
+++ uclibc-0.9.26-new/debian/rules 2004-02-29 12:05:56.000000000 +0100
@@ -95,6 +95,7 @@
echo BUILD_UCLIBC_LDSO=n >>.config
endif
echo UCLIBC_PROFILING=n >>.config
+ echo UCLIBC_HAS_LOCALE=n >>.config
echo SHARED_LIB_LOADER_PATH=\"/lib\" >>.config
echo KERNEL_SOURCE=\"$(builddir)/$(kernel_source)\" >>.config
echo 'RUNTIME_PREFIX="/usr/$$(TARGET_ARCH)-uclibc-linux/"' >>.config
Thanks,
Rene
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.3-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Version: 0.9.27-1+rm
The uclibc package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/438738 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
http://Marco.Tondela.org
--- End Message ---