On 06/03/2010 00:35, Doug Barton wrote:
> On 06/02/10 21:29, Doug Barton wrote:
>>
>> A better suggestion would be to do this:
>>
>> mkdir -p /usr/local/lib/compat/pkg
>> cd /usr/local/lib
>> mv libgettextpo.so.4 and libintl.so.8 /usr/local/lib/compat/pkg/
>
> Oy, sorry, didn't think that all the
On 06/02/10 21:29, Doug Barton wrote:
A better suggestion would be to do this:
mkdir -p /usr/local/lib/compat/pkg
cd /usr/local/lib
mv libgettextpo.so.4 and libintl.so.8 /usr/local/lib/compat/pkg/
Oy, sorry, didn't think that all the way through. Instead of 'mv' it
should be 'cp,' then:
cd
On 06/02/10 05:23, Dominic Fandrey wrote:
On 02/06/2010 11:28, Yong-Jhen Hong wrote:
What I do on this issue is:
cd /usr/local/lib
ln -s libintl.so.9 libintl.so.8
Really really a bad idea.
This is never, ever necessary.
Links are prone to be forgotten, this is why you add this kind of
hack i
On 02/06/2010 11:28, Yong-Jhen Hong wrote:
> What I do on this issue is:
> cd /usr/local/lib
> ln -s libintl.so.9 libintl.so.8
This is never, ever necessary.
Links are prone to be forgotten, this is why you add this kind of
hack into the /etc/libmap.conf file instead.
--
A: Because it fouls the
What I do on this issue is:
cd /usr/local/lib
ln -s libintl.so.9 libintl.so.8
Then continue to upgrade all ports depending on gettext:
portupgrade -frx '>=2010-06-01 00:00' gettext
(the time for exclusion depends on the time your gettext and dependents got
upgraded)
I am not sure what might break
On Monday 31 May 2010 14:17:10 Dominic Fandrey wrote:
> >>
> >> Maybe is not "unsolvable mess" for you but it is for me.
> >
> > I did what I did, what I red.
> > I made /etc/libmap.conf with what was mention above and when I run
> > portmaster devel/gettext I got:
> > /libexec/ld-elf.so.1: Shar
On Mon, May 31, 2010 at 07:37:15PM +0200, Dominic Fandrey wrote:
> On 31/05/2010 19:08, Franci Nabalanci wrote:
> > I have the same problem and my FreeBSD 8.0 release doesnn't work anymore. I
> > cannot do anything. It is possible to save this problem or better install
> > different OS??
>
> A lot
On 01/06/2010 02:48, Warren Block wrote:
> On Tue, 1 Jun 2010, Dominic Fandrey wrote:
>
>> On 01/06/2010 01:50, Warren Block wrote:
>>> pkg_libchk from sysutils/bsdadminscripts finds an interesting thing
>>> after the update:
>>>
>>> gettext-0.18: /usr/local/bin/msgattrib misses libintl.so.8
>>> .
On Tue, 1 Jun 2010, Dominic Fandrey wrote:
On 01/06/2010 01:50, Warren Block wrote:
pkg_libchk from sysutils/bsdadminscripts finds an interesting thing
after the update:
gettext-0.18: /usr/local/bin/msgattrib misses libintl.so.8
...
So these gettext programs built with dependencies on the old
on 01/06/2010 03:19 Dominic Fandrey said the following:
> On 01/06/2010 01:50, Warren Block wrote:
>> pkg_libchk from sysutils/bsdadminscripts finds an interesting thing
>> after the update:
>>
>> gettext-0.18: /usr/local/bin/msgattrib misses libintl.so.8
>> ...
>>
>> So these gettext programs buil
On 01/06/2010 01:50, Warren Block wrote:
> pkg_libchk from sysutils/bsdadminscripts finds an interesting thing
> after the update:
>
> gettext-0.18: /usr/local/bin/msgattrib misses libintl.so.8
> ...
>
> So these gettext programs built with dependencies on the old version of
> ...gettext?
This w
pkg_libchk from sysutils/bsdadminscripts finds an interesting thing
after the update:
gettext-0.18: /usr/local/bin/msgattrib misses libintl.so.8
gettext-0.18: /usr/local/bin/msgcat misses libintl.so.8
gettext-0.18: /usr/local/bin/msgcmp misses libintl.so.8
gettext-0.18: /usr/local/bin/msgcomm mi
On 31/05/2010 19:57, Franci Nabalanci wrote:
> On Mon, May 31, 2010 at 12:43 PM, Freddie Cash wrote:
>
>> On Mon, May 31, 2010 at 10:37 AM, Dominic Fandrey >> wrote:
>>
>>> On 31/05/2010 19:08, Franci Nabalanci wrote:
I have the same problem and my FreeBSD 8.0 release doesnn't work
>> anymor
On Mon, May 31, 2010 at 12:43 PM, Freddie Cash wrote:
> On Mon, May 31, 2010 at 10:37 AM, Dominic Fandrey >wrote:
>
> > On 31/05/2010 19:08, Franci Nabalanci wrote:
> > > I have the same problem and my FreeBSD 8.0 release doesnn't work
> anymore.
> > I
> > > cannot do anything. It is possible to
On Mon, May 31, 2010 at 10:37 AM, Dominic Fandrey wrote:
> On 31/05/2010 19:08, Franci Nabalanci wrote:
> > I have the same problem and my FreeBSD 8.0 release doesnn't work anymore.
> I
> > cannot do anything. It is possible to save this problem or better install
> > different OS??
>
> A lot of st
On 31/05/2010 19:08, Franci Nabalanci wrote:
> I have the same problem and my FreeBSD 8.0 release doesnn't work anymore. I
> cannot do anything. It is possible to save this problem or better install
> different OS??
A lot of stuff will start working again if you add the line:
libintl.so.8libin
I have the same problem and my FreeBSD 8.0 release doesnn't work anymore. I
cannot do anything. It is possible to save this problem or better install
different OS??
On Mon, May 31, 2010 at 10:29 AM, Dominic Fandrey wrote:
> Error 1:
> The configure script of devel/gettext pulls in gawk if instal
On 31/05/2010 17:29, Dominic Fandrey wrote:
> science/hdf5
Sorry about that one, it slipped through. This is not a gettext
issue, but a years-long standing issue with the port not installing
libh5test.so.0
--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting
Error 1:
The configure script of devel/gettext pulls in gawk if installed,
which depends on gettext and causes install to fail.
Error 2:
I updated with "portmaster -Da" so I stumbled over lots of stuff
that didn't get version bumped, even though it directly links to
gettext.
This is the list of pa
19 matches
Mail list logo