On Sat, May 1, 2010 at 8:52 PM, Thomas Klausner
<wiz%netbsd.org@localhost> wrote:
On Sat, May 01, 2010 at 12:52:39AM +0200, Thomas Klausner wrote:
> Just saw that intltool is not building (on 5.99.27/amd64, native X):
The problem was in the p5-XML-Parser package, which wasn't linked well
against expat. After I rebuilt it (no changes to pkgsrc!), intltool
built fine.
I also had to rebuild py-expat and one more package, I forgot which.
I wonder why it was necessary....
intltool, and its failure to detect p5-XML-Parser, has been a continuous source of problems in the past. I guess that, in this case, the issue is similar than before: did you upgrade expat using make replace? If that's the case, maybe the ABI of it changed and this fact wasn't correctly represented in its
buildlink3.mk file...