Hi, I noticed something strange while building xenocara on 4.9-stable on an hppa-system.
One of the files in the xbase49.tgz file set (from 4.9-release) is /usr/X11R6/lib/libfontconfig.so.7.0. After 'make build', there's a libfontconfig.so.5.4 in /usr/X11R6/lib/ that is identical to the 7.0 file from -release. When I do 'make release', only the 5.4 file ends up in /usr/dest/ , resulting in a missing libfontconfig.so file in the xbase49.tgz file set (the maketars script expects that libfontconfig.so.7.0 is there, but it isn't). So for some reason, the libfontconfig.so.x.y file has the wrong name. I tried to find the cause, but I get lost in Makefiles and configure scripts. BTW: I followed the exact steps from the FAQ (section 5.5), with the xenocara source tree on an NFS server. The build / release process works without a hitch on other architectures that use the same NFS server for the source tree. Does anyone know what is going on and, even better, how to fix it? Thanks, Maurice