[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hack on one of the coreutils programs
From: |
Pádraig Brady |
Subject: |
Re: Hack on one of the coreutils programs |
Date: |
Sat, 06 Jun 2015 22:47:31 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
On 06/06/15 19:10, Tomas Nordin wrote:
> I am trying to solve the dependencies yield from the ./bootstrap command
> and have problems with gettext. I am trying to get help from the
> debian-user list but wanted to double-check here if you understand this.
>
> I have installed via wheezy-backports the version 0.19.3-2~bpo70, but
> running gettext is not running the new version, it runs the previously
> installed 0.18.1. My package manager system thinks that 0.19.3-2~bpo70
> is installed but gettext seem to disagree.
>
> Would you have any idea what is going on with that?
Ensure you don't have an older version installed outside the packaging system
in /usr/local or where ever.
This might be informative: dpkg -S $(which gettext)
Questions like this are not directly related to coreutils BTW.
thanks,
Pádraig.