Re: HEADS UP: ports/ and 10.0-CURRENT

From: h h <aakuusta_at_gmail.com>
Date: Wed, 28 Sep 2011 18:20:09 +0000
"Hartmann, O." <ohartman_at_zedat.fu-berlin.de> writes:

> On 09/28/11 09:26, Hartmann, O. wrote:
>
>> On 09/28/11 15:47, perryh_at_pluto.rain.com wrote:
>>> Eitan Adler <lists_at_eitanadler.com> wrote:
>>>
>>>> 2011/9/27 O. Hartmann <ohartman_at_zedat.fu-berlin.de>:
>>>>> Now I understand why some OS vendors have choosen the latin
>>>>> 10 'X' for their tenth version of their operating system ...
>>>> FreeBSD XP anyone?
>>> Are you sure there's a sufficient window of opportunity? :)
>> "Window of Fortune"
>
> A stupid question: I experience some strange failures on one of my
> FreeBSD 10.0-CURRENT/amd64 boxes.
> libiconv.so.3 is missing for svn. I can not install conversters/libiconv
> anymore, portbuild compains about a missing
> libintl.so.9 (huhh?), see below.

subversion port does not depend on iconv/gettext when WITHOUT_NLS is specified.

>
> Ok, libintl.so.9 is gettext. So I try reinstall gettext and it fails,
> also! gawk is missing libintl.so.9. So I try to reinstall gawk:
> portmaster gawk. But gawk complains about no intl found, so it tries to
> install gettext and gettext complains about not finding libintl.so.9.
[...]

Try to do WITHOUT_NLS install of lang/gawk. port builds are not done in
clean environment so GNU configure happily prefers gawk over nawk in base.

  # Check for gawk first since it's generally better.
  AN_MAKEVAR([AWK],  [AC_PROG_AWK])
  AN_PROGRAM([awk],  [AC_PROG_AWK])
  AN_PROGRAM([gawk], [AC_PROG_AWK])
  AN_PROGRAM([mawk], [AC_PROG_AWK])
  AN_PROGRAM([nawk], [AC_PROG_AWK])
  AC_DEFUN([AC_PROG_AWK],
  [AC_CHECK_PROGS(AWK, gawk mawk nawk awk, )])

Well, you can also deinstall the port.
Received on Wed Sep 28 2011 - 16:20:37 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:18 UTC