Michael Stone wrote: > On Mon, Jan 03, 2011 at 01:26:36PM -0600, C de-Avillez wrote: >>If `factor' is built without using GNU MP, only single-precision >>arithmetic is available, and so large numbers (typically 2^64 and >>above) will not be supported. > > Pulling in a bignum library into the required list in order to support > the factor(1) command seems a little obnoxious. If someone wants to > design a coreutils-factor-bignum package that diverts factor or > somesuch I guess I'd consider it, but is there really that much demand > for this feature? (That is, would anyone really use it for anything > other than novelty value?)
FTR, I noticed that Fedora does build a libgmp-enabled factor. On F14, the factor binary is 52KB (vs. 32KB on debian unstable x86_64 without the libgmp-hooked code). The library itself weighs in at 380KB and has no dependency worth worrying about: $ ldd /usr/lib/libgmp.so.3.5.2 linux-vdso.so.1 => (0x00007fff76dff000) libc.so.6 => /lib/libc.so.6 (0x00007fa5ba897000) /lib64/ld-linux-x86-64.so.2 (0x00007fa5bae74000) I have no strong opinion, either way. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org