Greg Troxel wrote:
If you could insert logs without mangling them, that would make it easier. They seem wrapped and to have non-ascii in them. You didn't mention what system. The logs have "lib64", which is irregular in the NetBSD world*, and probably in most of pkgsrc. I suspect that's related to your problem (differing opinions about what should be there vs lib). On NetBSD, lib is for native libraries, and others (e.g. the i386 libraries on an am64 sysmem) are in /emul. My impression is that on amd64 Linux systems, amd64 libraries are in lib64 and i386 libaries are in lib.
Hi, The fonts/fontconfig problem is on NetBSD 8.0 with actually pkgsrc-cvsroot The graphics/lcms2 problem is on Slackware 14.2 with actually pkgsrc-cvsroot the problems are: fontconfig: cd: can't cd to ../src/.libs libtool: error: cannot determine absolute directory name of '../src/.libs' lcms:libtool: error: cannot find the library '/usr/pkgsrc/graphics/lcms2/work/.buildlink/lib64/liblzma.la' or unhandled argument '/usr/pkgsrc/graphics/lcms2/work/.buildlink/lib64/liblzma.la'
*** Error code 1 ***This Error is fixed with a symlink from /usr/pkg/lib/liblzma.la to '/usr/pkgsrc/graphics/lcms2/work/.buildlink/lib64/liblzma.la'*
*liblzma.la is a part of archivers/xz* Regards, Andreas