=================================================================== RCS file: /cvs/openbsd/fill_chroot/find_depends,v retrieving revision 1.4 retrieving revision 1.6 diff -u -r1.4 -r1.6 --- openbsd/fill_chroot/find_depends 2005/12/21 18:37:38 1.4 +++ openbsd/fill_chroot/find_depends 2007/05/16 20:55:42 1.6 @@ -1,10 +1,8 @@ #!/usr/bin/perl -# $RedRiver: find_depends,v 1.3 2005/12/21 18:22:32 andrew Exp $ +# $RedRiver: find_depends,v 1.5 2005/12/21 19:14:12 andrew Exp $ use strict; use warnings; -use Data::Dumper; - my %opts; my @Files; @@ -79,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')"; } }