=================================================================== RCS file: /cvs/openbsd/fill_chroot/find_depends,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- openbsd/fill_chroot/find_depends 2005/12/21 19:14:12 1.5 +++ openbsd/fill_chroot/find_depends 2007/05/16 20:55:42 1.6 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $RedRiver: find_depends,v 1.4 2005/12/21 18:37:38 andrew Exp $ +# $RedRiver: find_depends,v 1.5 2005/12/21 19:14:12 andrew Exp $ use strict; use warnings; @@ -77,7 +77,7 @@ $locs = find_libs($locs->{$spec}, $ld, $locs); } else { - warn "Couldn't find location for lib '$_'"; + warn "Couldn't find location for lib '$_' (file '$file')"; } }