pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/sysutils/coreutils



On Fri, Jun 15, 2012 at 07:35:41AM +0200, Filip Hajny wrote:
> On 15. 6. 2012, at 7:06, Steven Drake wrote:
> >> Eh, no. This is wrong.
> > 
> > # ldd /usr/pkg/gnu/bin/expr 
> >        linux-vdso.so.1 =>  (0x00007fffc79ff000)
> >        libgmp.so.10 => /usr/pkg/lib/libgmp.so.10 (0x00007f633a191000)
> >        libc.so.6 => /lib64/libc.so.6 (0x00007f6339e08000)
> >        /lib64/ld-linux-x86-64.so.2 (0x00007f633a408000)
> > # ldd /usr/pkg/gnu/bin/factor 
> >        linux-vdso.so.1 =>  (0x00007fffc21e7000)
> >        libgmp.so.10 => /usr/pkg/lib/libgmp.so.10 (0x00007fd6f4b4d000)
> >        libc.so.6 => /lib64/libc.so.6 (0x00007fd6f47c4000)
> >        /lib64/ld-linux-x86-64.so.2 (0x00007fd6f4dc4000)
> > 
> > If you feel strongly about it theres the '--without-gmp' configure arg.
> 
> It's definitely not needed to build coreutils or expr/factor on
> SunOS, which means that introducing gmp as a dependency is wrong. 
> If coreutils builds fine when no gmp is present on NetBSD, please
> add --without-gmp to its CONFIGURE_ARGS instead.  Otherwise, make
> this is a NetBSD only dependency.

The ldd lines come from an x86-64 Linux box, not NetBSD.

--without-gmp by default on all platforms, please. By all means have
it as an option, but off by default.

Thanks,
Alistair



Home | Main Index | Thread Index | Old Index