I am updating the guile 3.0 package in pkgsrc (in pkgsrc-wip for now) from 3.0.3 to 3.0.4. I noticed the following (which is really pkgsrc telling me that the new shlib is different from the old one): ERROR: ************************************************************ ERROR: The following files are in the PLIST but not in /tmp/work/wip/guile30/work/.destdir/usr/pkg: ERROR: /tmp/work/wip/guile30/work/.destdir/usr/pkg/guile/3.0/lib/libguile-3.0.so.3.0.0-gdb.scm ERROR: ************************************************************ ERROR: The following files are in /tmp/work/wip/guile30/work/.destdir/usr/pkg but not in the PLIST: ERROR: /tmp/work/wip/guile30/work/.destdir/usr/pkg/guile/3.0/lib/libguile-3.0.so.1.2.0-gdb.scm It seems strange for libguile-30.so to go backwards, and this smells like a libtool versioning error (and I know that is very very difficult). Is the shlib version change intended? Greg