Index: trunk/ippScripts/scripts/dist_bundle.pl
===================================================================
--- trunk/ippScripts/scripts/dist_bundle.pl	(revision 33038)
+++ trunk/ippScripts/scripts/dist_bundle.pl	(revision 33051)
@@ -194,4 +194,8 @@
         # XXX: perhaps only do this for stages where we know that this happens
         next if $file_rule =~ /STATS/;
+	# don't fail on these "non-essential files"
+	next if $file_rule =~ /TRACE/;
+	next if $file_rule =~ /LOG/;
+	next if $file_rule =~ /BIN/;
 
         &my_die("failed to resolve  $file_name", $component, $PS_EXIT_DATA_ERROR);
