pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/sysutils/coreutils



On 15. 6. 2012, at 7:06, Steven Drake wrote:

> On Fri, 15 Jun 2012, Joerg Sonnenberger wrote:
> 
>> On Thu, Jun 14, 2012 at 10:30:19PM +0000, Steven Drake wrote:
>>> Module Name:        pkgsrc
>>> Committed By:       sbd
>>> Date:               Thu Jun 14 22:30:19 UTC 2012
>>> 
>>> Modified Files:
>>>     pkgsrc/sysutils/coreutils: Makefile
>>> 
>>> Log Message:
>>> Add missing devel/gmp buildlink.
>>> 
>>> Bump PKGREVISION.
>> 
>> 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.

-F


Home | Main Index | Thread Index | Old Index