pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/54338: mail/postfix EAI support broken?



The following reply was made to PR pkg/54338; it has been noted by GNATS.

From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Fauberteau?= <triaxx%NetBSD.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/54338: mail/postfix EAI support broken?
Date: Tue, 16 Jul 2019 11:54:51 +0200

 The binaries that cause warnings have been built using pbulk. qmgr has 
 been linked to textproc/icu in the following manner:
 mail$ ldd /usr/pkg/libexec/postfix/qmgr | grep icu
          -licuuc.64 => /usr/pkg/lib/libicuuc.so.64
          -licudata.64 => /usr/pkg/lib/libicudata.so.64
 
 On a development host, postfix has been built out of pbulk. No warning 
 is produced and qmgr is linked as follows:
 hydralisk$ ldd /usr/pkg/libexec/postfix/qmgr  | grep icu
          -licuuc.64 => /usr/pkg/lib/libicuuc.so.64
          -licudata.64 => /usr/pkg/lib/libicudata.so.64
          -licui18n.64 => /usr/pkg/lib/libicui18n.so.64
 


Home | Main Index | Thread Index | Old Index