Re: WARNING: symbol(icudt58_dat) size mismatch, relink your program

2017-08-05 Thread Paul B. Henson
On Sat, Aug 05, 2017 at 12:35:24AM +, Stuart Henderson wrote:

> The ports@ list is a better venue for ports-related queries,
> please see this: https://marc.info/?l=openbsd-ports=150157643516239=2

Ah, ok, thanks for the pointer.

> This is not preventing programs from running.

Hmm, I could've sworn I got that message and then slapd failed to start.
Dunno, maybe I got confused. Once I'm done working with openldap mdb I'll
start over from scratch and try again and see what happens.

Thanks for the info...



Re: WARNING: symbol(icudt58_dat) size mismatch, relink your program

2017-08-04 Thread Stuart Henderson
On 2017-08-04, Paul B. Henson  wrote:
> On Thu, Aug 03, 2017 at 05:33:15PM -0400, Predrag Punosevac wrote:
>
>> It is well known issue.
>> 
>> https://marc.info/?l=openbsd-misc=149271724912565=2
>> 
>> It seems to be benign at least for my use case.
>
> Yah, I saw that discussion from back in April, but then it just stopped
> with no resolution. I'm not sure what your use case is, but as far as I
> can tell, it's preventing programs linked against libicuuc.so from
> running? So not too benign for me 8-/. But fortunately downgrading to
> the 6.0 version of the port seems to have worked around the issue.
>
> Thanks...
>
>

The ports@ list is a better venue for ports-related queries,
please see this: https://marc.info/?l=openbsd-ports=150157643516239=2

This is not preventing programs from running.




Re: WARNING: symbol(icudt58_dat) size mismatch, relink your program

2017-08-03 Thread tomr


On 08/04/17 12:17, Paul B. Henson wrote:
> On Thu, Aug 03, 2017 at 05:33:15PM -0400, Predrag Punosevac wrote:
> 
>> It is well known issue.
>>
>> https://marc.info/?l=openbsd-misc=149271724912565=2
>>
>> It seems to be benign at least for my use case.
> 
> Yah, I saw that discussion from back in April, but then it just stopped
> with no resolution. I'm not sure what your use case is, but as far as I
> can tell, it's preventing programs linked against libicuuc.so from
> running? So not too benign for me 8-/. But fortunately downgrading to
> the 6.0 version of the port seems to have worked around the issue.

I did a fresh install from the same snapshot (instead of upgrade),
installed the packages listed in 'pkg_info -m' on the fresh build
(again, instead of upgrading them), merged in a few things from my old
/etc and copied my homedir back wholesale... problem went away.

t



Re: WARNING: symbol(icudt58_dat) size mismatch, relink your program

2017-08-03 Thread Paul B. Henson
On Thu, Aug 03, 2017 at 05:33:15PM -0400, Predrag Punosevac wrote:

> It is well known issue.
> 
> https://marc.info/?l=openbsd-misc=149271724912565=2
> 
> It seems to be benign at least for my use case.

Yah, I saw that discussion from back in April, but then it just stopped
with no resolution. I'm not sure what your use case is, but as far as I
can tell, it's preventing programs linked against libicuuc.so from
running? So not too benign for me 8-/. But fortunately downgrading to
the 6.0 version of the port seems to have worked around the issue.

Thanks...



Re: WARNING: symbol(icudt58_dat) size mismatch, relink your program

2017-08-03 Thread Predrag Punosevac
On Wed, Aug 02, 2017 at 05:37:40PM -0700, Paul B. Henson wrote:
> I'm trying to compile openldap from ports under 6.1, and running it
> fails with the error:
> 
> slapd:/usr/local/lib/libicuuc.so.12.0:
/usr/local/lib/libicudata.so.12.0
> : WARNING: symbol(icudt58_dat) size mismatch, relink your program

It is well known issue.

https://marc.info/?l=openbsd-misc=149271724912565=2

It seems to be benign at least for my use case.

Predrag



Re: WARNING: symbol(icudt58_dat) size mismatch, relink your program

2017-08-03 Thread Paul B. Henson
On Wed, Aug 02, 2017 at 05:37:40PM -0700, Paul B. Henson wrote:
> I'm trying to compile openldap from ports under 6.1, and running it
> fails with the error:
> 
> slapd:/usr/local/lib/libicuuc.so.12.0: /usr/local/lib/libicudata.so.12.0
> : WARNING: symbol(icudt58_dat) size mismatch, relink your program

I ended up checking out the 6.0 version of textproc/icu (57.1) into my 6.1
ports tree and compiling that, which seems to work fine. There must just
be some weird issue with 58.2 under OpenBSD.



WARNING: symbol(icudt58_dat) size mismatch, relink your program

2017-08-02 Thread Paul B. Henson
I'm trying to compile openldap from ports under 6.1, and running it
fails with the error:

slapd:/usr/local/lib/libicuuc.so.12.0: /usr/local/lib/libicudata.so.12.0
: WARNING: symbol(icudt58_dat) size mismatch, relink your program

I see there was some dicussion of this back around April, but no
resolution, and I didn't see anything since then. Evidentally it impacts
anything that uses textproc/icu from what I could tell. I poked around
with it a bit but nothing jumped out as to why it's doing this. The
symbol seems to be defined in libicudata.so and accessed by libicuuc.so.
The actual object file in the distibution that contains it is
dynamically generated. I have the exact same version running ok on a
linux box so it doesn't seem to be an issue with the code itself.

Has anyone figured out what's going on with this code under openbsd
that's causing it to fail like this?

Thanks...



Re: WARNING: symbol(icudt58_dat) size mismatch, relink your program

2017-04-26 Thread Anthony Campbell
On 25 Apr 2017, Edgar Pettijohn wrote:
> 
> 
> On 04/25/17 10:39, Kim Lidström wrote:
> > I get the same but with Firefox.
> > 
> > > On 25 Apr 2017, at 12:29, Stuart Henderson  wrote:
> > > 
> > > You aren't doing anything wrong to trigger it. Known problem but we
> > > haven't figured out the cause of this yet.
> > Alright. Do you know if you have any leads? Might take a look this week
> I also get the same when starting libreoffice.

Yes, and also firefox 5.30.

-- 
Anthony Campbellhttp://www.acampbell.uk



Re: WARNING: symbol(icudt58_dat) size mismatch, relink your program

2017-04-25 Thread Edgar Pettijohn



On 04/25/17 10:39, Kim Lidström wrote:

I get the same but with Firefox.


On 25 Apr 2017, at 12:29, Stuart Henderson  wrote:

You aren't doing anything wrong to trigger it. Known problem but we
haven't figured out the cause of this yet.

Alright. Do you know if you have any leads? Might take a look this week

I also get the same when starting libreoffice.



Re: WARNING: symbol(icudt58_dat) size mismatch, relink your program

2017-04-25 Thread Kim Lidström
I get the same but with Firefox.

> On 25 Apr 2017, at 12:29, Stuart Henderson  wrote:
> 
> You aren't doing anything wrong to trigger it. Known problem but we
> haven't figured out the cause of this yet.

Alright. Do you know if you have any leads? Might take a look this week



Re: WARNING: symbol(icudt58_dat) size mismatch, relink your program

2017-04-25 Thread Stuart Henderson
On 2017-04-20, Predrag Punosevac <punoseva...@gmail.com> wrote:
> Sorry for the noise. Did anybody try to use slappasswd after upgrading
> from 6.0 to 6.1 (amd64). I get 
>
> slappasswd:/usr/local/lib/libicuuc.so.12.0:
> /usr/local/lib/libicudata.so.12.0 : WARNING: symbol(icudt58_dat) size
> mismatch, relink your program
>
> I tried reinstalling openldap-server-2.4.44p3 which I only keep around.
> I actually use ldapd from the base.

You aren't doing anything wrong to trigger it. Known problem but we
haven't figured out the cause of this yet.




Re: WARNING: symbol(icudt58_dat) size mismatch, relink your program

2017-04-21 Thread bian

On 2017-04-21 19:09, bian wrote:

I did not try slappasswd but the message is triggered from other
places as well. From my ~/.xsession-errors (using 6.1 , xfce4):
firefox-esr:/usr/local/lib/libicuuc.so.12.0:
/usr/local/lib/libicudata.so.12.0 : WARNING: symbol(icudt58_dat) size
mismatch, relink your program
soffice.bin:/usr/local/lib/libicuuc.so.12.0:
/usr/local/lib/libicudata.so.12.0 : WARNING: symbol(icudt58_dat) size
mismatch, relink your program
vlc:/usr/local/lib/libicuuc.so.12.0: /usr/local/lib/libicudata.so.12.0
: WARNING: symbol(icudt58_dat) size mismatch, relink your program
Best regards
/Birger

On 2017-04-20 21:40, Predrag Punosevac wrote:

Sorry for the noise. Did anybody try to use slappasswd after upgrading
from 6.0 to 6.1 (amd64). I get

slappasswd:/usr/local/lib/libicuuc.so.12.0:
/usr/local/lib/libicudata.so.12.0 : WARNING: symbol(icudt58_dat) size
mismatch, relink your program

I tried reinstalling openldap-server-2.4.44p3 which I only keep 
around.

I actually use ldapd from the base.

Best,
Predrag




Re: WARNING: symbol(icudt58_dat) size mismatch, relink your program

2017-04-20 Thread uma

El 2017-04-20 14:40, Predrag Punosevac escribió:
Sorry for the noise. Did anybody try to use slappasswd after 
upgrading

from 6.0 to 6.1 (amd64). I get

slappasswd:/usr/local/lib/libicuuc.so.12.0:
/usr/local/lib/libicudata.so.12.0 : WARNING: symbol(icudt58_dat) size
mismatch, relink your program

I tried reinstalling openldap-server-2.4.44p3 which I only keep 
around.

I actually use ldapd from the base.


Hi,

I've got that same message when executing R. So I looked for "icu" on 
the installed packages:


$ pkg_info -Q icu | grep inst
harfbuzz-icu-1.4.5 (installed)
icu4c-58.2p0 (installed)

Then I reinstalled with:
pkg_add -r -D installed  icu4c R

But the warning did not disappear.
--
Ulises M. Alvarez
http://sophie.unam.mx/



WARNING: symbol(icudt58_dat) size mismatch, relink your program

2017-04-20 Thread Predrag Punosevac
Sorry for the noise. Did anybody try to use slappasswd after upgrading
from 6.0 to 6.1 (amd64). I get 

slappasswd:/usr/local/lib/libicuuc.so.12.0:
/usr/local/lib/libicudata.so.12.0 : WARNING: symbol(icudt58_dat) size
mismatch, relink your program

I tried reinstalling openldap-server-2.4.44p3 which I only keep around.
I actually use ldapd from the base.

Best,
Predrag