Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Sep 2011 18:20:09 +0000
From:      h h <aakuusta@gmail.com>
To:        "Hartmann\, O." <ohartman@zedat.fu-berlin.de>
Cc:        gakuusta@mail.com, perryh@pluto.rain.com, ade@freebsd.org, lists@eitanadler.com, freebsd-current@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: HEADS UP: ports/ and 10.0-CURRENT
Message-ID:  <86k48sr1f7.fsf@gmail.com>
In-Reply-To: <4E835988.8060702@zedat.fu-berlin.de> (O. Hartmann's message of "Wed, 28 Sep 2011 19:29:44 %2B0200")
References:  <20110926230335.041fd9aa@lab.lovett.com> <CAN6yY1t5wJ3%2B4LG=upL6sR7tSNU6Uhx-y=L0AJm6rKFsKnvPiQ@mail.gmail.com> <86mxdqfq69.fsf@gmail.com> <4E818941.7060006@zedat.fu-berlin.de> <CAF6rxg=N4GKM7h_HGMcEMYQf_50TSEmPdywD0A%2BkBJBaGNvfYA@mail.gmail.com> <4e83255b.g7c%2BBRfF0FDmiYc%2B%perryh@pluto.rain.com> <4E82CC34.4070305@zedat.fu-berlin.de> <4E835988.8060702@zedat.fu-berlin.de>

next in thread | previous in thread | raw e-mail | index | archive | help
"Hartmann, O." <ohartman@zedat.fu-berlin.de> writes:

> On 09/28/11 09:26, Hartmann, O. wrote:
>
>> On 09/28/11 15:47, perryh@pluto.rain.com wrote:
>>> Eitan Adler <lists@eitanadler.com> wrote:
>>>
>>>> 2011/9/27 O. Hartmann <ohartman@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86k48sr1f7.fsf>