aboutsummaryrefslogtreecommitdiff
path: root/testsuite/normal/pbuilder-create-sarge.log
blob: 07e484f665c9d059d7e3c3af77ad755920526b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
Distribution is sarge.
Building the build environment
 -> running debootstrap
I: Retrieving debootstrap.invalid_dists_sarge_Release
I: Validating debootstrap.invalid_dists_sarge_Release
I: Retrieving debootstrap.invalid_dists_sarge_main_binary-i386_Packages
I: Validating debootstrap.invalid_dists_sarge_main_binary-i386_Packages
I: Checking adduser...
I: Checking apt...
I: Checking apt-utils...
I: Checking aptitude...
I: Checking at...
I: Checking base-config...
I: Checking base-files...
I: Checking base-passwd...
I: Checking bash...
I: Checking bsdmainutils...
I: Checking bsdutils...
I: Checking console-common...
I: Checking console-data...
I: Checking console-tools...
I: Checking coreutils...
I: Checking cpio...
I: Checking cron...
I: Checking debconf...
I: Checking debconf-i18n...
I: Checking debianutils...
I: Checking dhcp-client...
I: Checking diff...
I: Checking dpkg...
I: Checking dselect...
I: Checking e2fslibs...
I: Checking e2fsprogs...
I: Checking ed...
I: Checking exim4...
I: Checking exim4-base...
I: Checking exim4-config...
I: Checking exim4-daemon-light...
I: Checking fdutils...
I: Checking findutils...
I: Checking gcc-3.2-base...
I: Checking gcc-3.3-base...
I: Checking gettext-base...
I: Checking grep...
I: Checking groff-base...
I: Checking gzip...
I: Checking hostname...
I: Checking ifupdown...
I: Checking info...
I: Checking initscripts...
I: Checking ipchains...
I: Checking iptables...
I: Checking iputils-ping...
I: Checking klogd...
I: Checking libacl1...
I: Checking libattr1...
I: Checking libblkid1...
I: Checking libc6...
I: Checking libcap1...
I: Checking libcomerr2...
I: Checking libconsole...
I: Checking libdb1-compat...
I: Checking libdb2...
I: Checking libdb3...
I: Checking libgcc1...
I: Checking libgcrypt1...
I: Checking libgdbm3...
I: Checking libgnutls7...
I: Checking libident...
I: Checking liblocale-gettext-perl...
I: Checking liblockfile1...
I: Checking liblzo1...
I: Checking libncurses5...
I: Checking libnewt0.51...
I: Checking libopencdk8...
I: Checking libpam-modules...
I: Checking libpam-runtime...
I: Checking libpam0g...
I: Checking libpcap0.7...
I: Checking libpcre3...
I: Checking libpopt0...
I: Checking libsigc++-1.2-5c102...
I: Checking libss2...
I: Checking libssl0.9.7...
I: Checking libstdc++5...
I: Checking libtasn1-0...
I: Checking libtext-charwidth-perl...
I: Checking libtext-iconv-perl...
I: Checking libtext-wrapi18n-perl...
I: Checking libtextwrap1...
I: Checking libuuid1...
I: Checking libwrap0...
I: Checking lilo...
I: Checking login...
I: Checking logrotate...
I: Checking mailx...
I: Checking makedev...
I: Checking man-db...
I: Checking manpages...
I: Checking mawk...
I: Checking mbr...
I: Checking modconf...
I: Checking modutils...
I: Checking mount...
I: Checking nano...
I: Checking ncurses-base...
I: Checking ncurses-bin...
I: Checking net-tools...
I: Checking netbase...
I: Checking netkit-inetd...
I: Checking nvi...
I: Checking passwd...
I: Checking pciutils...
I: Checking pcmcia-cs...
I: Checking perl-base...
I: Checking ppp...
I: Checking pppconfig...
I: Checking pppoe...
I: Checking pppoeconf...
I: Checking procps...
I: Checking psmisc...
I: Checking sed...
I: Checking setserial...
I: Checking slang1...
I: Checking slang1a-utf8...
I: Checking sysklogd...
I: Checking syslinux...
I: Checking sysv-rc...
I: Checking sysvinit...
I: Checking tar...
I: Checking tasksel...
I: Checking tcpd...
I: Checking telnet...
I: Checking util-linux...
I: Checking wget...
I: Checking whiptail...
I: Checking zlib1g...
I: Retrieving adduser
I: Validating adduser
I: Retrieving apt
I: Validating apt
I: Retrieving apt-utils
I: Validating apt-utils
I: Retrieving aptitude
I: Validating aptitude
I: Retrieving at
I: Validating at
I: Retrieving base-config
I: Validating base-config
I: Retrieving base-files
I: Validating base-files
I: Retrieving base-passwd
I: Validating base-passwd
I: Retrieving bash
I: Validating bash
I: Retrieving bsdmainutils
I: Validating bsdmainutils
I: Retrieving bsdutils
I: Validating bsdutils
I: Retrieving console-common
I: Validating console-common
I: Retrieving console-data
I: Validating console-data
I: Retrieving console-tools
I: Validating console-tools
I: Retrieving coreutils
I: Validating coreutils
I: Retrieving cpio
I: Validating cpio
I: Retrieving cron
I: Validating cron
I: Retrieving debconf
I: Validating debconf
I: Retrieving debconf-i18n
I: Validating debconf-i18n
I: Retrieving debianutils
I: Validating debianutils
I: Retrieving dhcp-client
I: Validating dhcp-client
I: Retrieving diff
I: Validating diff
I: Retrieving dpkg
I: Validating dpkg
I: Retrieving dselect
I: Validating dselect
I: Retrieving e2fslibs
I: Validating e2fslibs
I: Retrieving e2fsprogs
I: Validating e2fsprogs
I: Retrieving ed
I: Validating ed
I: Retrieving exim4
I: Validating exim4
I: Retrieving exim4-base
I: Validating exim4-base
I: Retrieving exim4-config
I: Validating exim4-config
I: Retrieving exim4-daemon-light
I: Validating exim4-daemon-light
I: Retrieving fdutils
I: Validating fdutils
I: Retrieving findutils
I: Validating findutils
I: Retrieving gcc-3.2-base
I: Validating gcc-3.2-base
I: Retrieving gcc-3.3-base
I: Validating gcc-3.3-base
I: Retrieving gettext-base
I: Validating gettext-base
I: Retrieving grep
I: Validating grep
I: Retrieving groff-base
I: Validating groff-base
I: Retrieving gzip
I: Validating gzip
I: Retrieving hostname
I: Validating hostname
I: Retrieving ifupdown
I: Validating ifupdown
I: Retrieving info
I: Validating info
I: Retrieving initscripts
I: Validating initscripts
I: Retrieving ipchains
I: Validating ipchains
I: Retrieving iptables
I: Validating iptables
I: Retrieving iputils-ping
I: Validating iputils-ping
I: Retrieving klogd
I: Validating klogd
I: Retrieving libacl1
I: Validating libacl1
I: Retrieving libattr1
I: Validating libattr1
I: Retrieving libblkid1
I: Validating libblkid1
I: Retrieving libc6
I: Validating libc6
I: Retrieving libcap1
I: Validating libcap1
I: Retrieving libcomerr2
I: Validating libcomerr2
I: Retrieving libconsole
I: Validating libconsole
I: Retrieving libdb1-compat
I: Validating libdb1-compat
I: Retrieving libdb2
I: Validating libdb2
I: Retrieving libdb3
I: Validating libdb3
I: Retrieving libgcc1
I: Validating libgcc1
I: Retrieving libgcrypt1
I: Validating libgcrypt1
I: Retrieving libgdbm3
I: Validating libgdbm3
I: Retrieving libgnutls7
I: Validating libgnutls7
I: Retrieving libident
I: Validating libident
I: Retrieving liblocale-gettext-perl
I: Validating liblocale-gettext-perl
I: Retrieving liblockfile1
I: Validating liblockfile1
I: Retrieving liblzo1
I: Validating liblzo1
I: Retrieving libncurses5
I: Validating libncurses5
I: Retrieving libnewt0.51
I: Validating libnewt0.51
I: Retrieving libopencdk8
I: Validating libopencdk8
I: Retrieving libpam-modules
I: Validating libpam-modules
I: Retrieving libpam-runtime
I: Validating libpam-runtime
I: Retrieving libpam0g
I: Validating libpam0g
I: Retrieving libpcap0.7
I: Validating libpcap0.7
I: Retrieving libpcre3
I: Validating libpcre3
I: Retrieving libpopt0
I: Validating libpopt0
I: Retrieving libsigc++-1.2-5c102
I: Validating libsigc++-1.2-5c102
I: Retrieving libss2
I: Validating libss2
I: Retrieving libssl0.9.7
I: Validating libssl0.9.7
I: Retrieving libstdc++5
I: Validating libstdc++5
I: Retrieving libtasn1-0
I: Validating libtasn1-0
I: Retrieving libtext-charwidth-perl
I: Validating libtext-charwidth-perl
I: Retrieving libtext-iconv-perl
I: Validating libtext-iconv-perl
I: Retrieving libtext-wrapi18n-perl
I: Validating libtext-wrapi18n-perl
I: Retrieving libtextwrap1
I: Validating libtextwrap1
I: Retrieving libuuid1
I: Validating libuuid1
I: Retrieving libwrap0
I: Validating libwrap0
I: Retrieving lilo
I: Validating lilo
I: Retrieving login
I: Validating login
I: Retrieving logrotate
I: Validating logrotate
I: Retrieving mailx
I: Validating mailx
I: Retrieving makedev
I: Validating makedev
I: Retrieving man-db
I: Validating man-db
I: Retrieving manpages
I: Validating manpages
I: Retrieving mawk
I: Validating mawk
I: Retrieving mbr
I: Validating mbr
I: Retrieving modconf
I: Validating modconf
I: Retrieving modutils
I: Validating modutils
I: Retrieving mount
I: Validating mount
I: Retrieving nano
I: Validating nano
I: Retrieving ncurses-base
I: Validating ncurses-base
I: Retrieving ncurses-bin
I: Validating ncurses-bin
I: Retrieving net-tools
I: Validating net-tools
I: Retrieving netbase
I: Validating netbase
I: Retrieving netkit-inetd
I: Validating netkit-inetd
I: Retrieving nvi
I: Validating nvi
I: Retrieving passwd
I: Validating passwd
I: Retrieving pciutils
I: Validating pciutils
I: Retrieving pcmcia-cs
I: Validating pcmcia-cs
I: Retrieving perl-base
I: Validating perl-base
I: Retrieving ppp
I: Validating ppp
I: Retrieving pppconfig
I: Validating pppconfig
I: Retrieving pppoe
I: Validating pppoe
I: Retrieving pppoeconf
I: Validating pppoeconf
I: Retrieving procps
I: Validating procps
I: Retrieving psmisc
I: Validating psmisc
I: Retrieving sed
I: Validating sed
I: Retrieving setserial
I: Validating setserial
I: Retrieving slang1
I: Validating slang1
I: Retrieving slang1a-utf8
I: Validating slang1a-utf8
I: Retrieving sysklogd
I: Validating sysklogd
I: Retrieving syslinux
I: Validating syslinux
I: Retrieving sysv-rc
I: Validating sysv-rc
I: Retrieving sysvinit
I: Validating sysvinit
I: Retrieving tar
I: Validating tar
I: Retrieving tasksel
I: Validating tasksel
I: Retrieving tcpd
I: Validating tcpd
I: Retrieving telnet
I: Validating telnet
I: Retrieving util-linux
I: Validating util-linux
I: Retrieving wget
I: Validating wget
I: Retrieving whiptail
I: Validating whiptail
I: Retrieving zlib1g
I: Validating zlib1g
I: Extracting base-files...
I: Extracting base-passwd...
I: Extracting bash...
I: Extracting bsdutils...
I: Extracting coreutils...
I: Extracting libacl1...
I: Extracting libattr1...
I: Extracting debconf...
I: Extracting debconf-i18n...
I: Extracting liblocale-gettext-perl...
I: Extracting libtext-wrapi18n-perl...
I: Extracting libtext-charwidth-perl...
I: Extracting debianutils...
I: Extracting diff...
I: Extracting dpkg...
I: Extracting dselect...
I: Extracting libblkid1...
I: Extracting e2fsprogs...
I: Extracting e2fslibs...
I: Extracting libcomerr2...
I: Extracting libss2...
I: Extracting libuuid1...
I: Extracting findutils...
I: Extracting grep...
I: Extracting gzip...
I: Extracting hostname...
I: Extracting libcap1...
I: Extracting libc6...
I: Extracting libdb1-compat...
I: Extracting libdb2...
I: Extracting libdb3...
I: Extracting libncurses5...
I: Extracting libnewt0.51...
I: Extracting libpam-modules...
I: Extracting libpam-runtime...
I: Extracting libpam0g...
I: Extracting libpopt0...
I: Extracting login...
I: Extracting makedev...
I: Extracting mawk...
I: Extracting modutils...
I: Extracting mount...
I: Extracting ncurses-base...
I: Extracting ncurses-bin...
I: Extracting passwd...
I: Extracting perl-base...
I: Extracting procps...
I: Extracting sed...
I: Extracting slang1...
I: Extracting slang1a-utf8...
I: Extracting initscripts...
I: Extracting sysvinit...
I: Extracting sysv-rc...
I: Extracting tar...
I: Extracting util-linux...
I: Extracting whiptail...
I: Extracting libgcc1...
I: Extracting gcc-3.2-base...
I: Extracting gcc-3.3-base...
I: Extracting libstdc++5...
I: Extracting mbr...
I: Installing core packages...
Selecting previously deselected package base-files.
(Reading database ... 0 files and directories currently installed.)
Unpacking base-files (from .../base-files_3.0.12_i386.deb) ...
Selecting previously deselected package base-passwd.
Unpacking base-passwd (from .../base-passwd_3.5.5_i386.deb) ...
dpkg: base-passwd: dependency problems, but configuring anyway as you request:
 base-passwd depends on libc6 (>= 2.3.2.ds1-4); however:
  Package libc6 is not installed.
Setting up base-passwd (3.5.5) ...

dpkg: base-files: dependency problems, but configuring anyway as you request:
 base-files depends on awk; however:
  Package awk is not installed.
Setting up base-files (3.0.12) ...

dpkg: regarding .../archives/dpkg_1.10.18_i386.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on dselect
  dselect is not installed.
dpkg: warning - ignoring pre-dependency problem !
dpkg: regarding .../archives/dpkg_1.10.18_i386.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on libc6 (>= 2.3.2-1)
dpkg: warning - ignoring pre-dependency problem !
(Reading database ... 84 files and directories currently installed.)
Preparing to replace dpkg 1.10.18 (using .../archives/dpkg_1.10.18_i386.deb) ...
Unpacking replacement dpkg ...
dpkg: dpkg: dependency problems, but configuring anyway as you request:
 dpkg depends on dselect; however:
  Package dselect is not installed.
 dpkg depends on libc6 (>= 2.3.2-1); however:
  Package libc6 is not installed.
Setting up dpkg (1.10.18) ...
Moving /usr/info/dir to /usr/share/info/dir.
Making /usr/info a symlink to /usr/share/info.

Selecting previously deselected package libc6.
(Reading database ... 220 files and directories currently installed.)
Unpacking libc6 (from .../libc6_2.3.2.ds1-10_i386.deb) ...
dpkg: libc6: dependency problems, but configuring anyway as you request:
 libc6 depends on libdb1-compat; however:
  Package libdb1-compat is not installed.
Setting up libc6 (2.3.2.ds1-10) ...
Current default timezone: 'UTC'.
Local time is now:      Mon Jan 12 01:18:00 UTC 2004.
Universal Time is now:  Mon Jan 12 01:18:00 UTC 2004.
Run 'tzconfig' if you wish to change it.
Package `sysvinit' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.

Selecting previously deselected package perl-base.
(Reading database ... 2231 files and directories currently installed.)
Unpacking perl-base (from .../perl-base_5.8.2-2_i386.deb) ...
Setting up perl-base (5.8.2-2) ...
Selecting previously deselected package mawk.
(Reading database ... 2349 files and directories currently installed.)
Unpacking mawk (from .../mawk_1.3.3-11_i386.deb) ...
Setting up mawk (1.3.3-11) ...

Selecting previously deselected package debconf.
(Reading database ... 2368 files and directories currently installed.)
Unpacking debconf (from .../debconf_1.3.22_all.deb) ...
dpkg: debconf: dependency problems, but configuring anyway as you request:
 debconf depends on debconf-i18n | debconf-english; however:
  Package debconf-i18n is not installed.
  Package debconf-english is not installed.
Setting up debconf (1.3.22) ...

I: Unpacking required packages...
(Reading database ... 2505 files and directories currently installed.)
Preparing to replace base-files 3.0.12 (using .../base-files_3.0.12_i386.deb) ...
Unpacking replacement base-files ...
Preparing to replace base-passwd 3.5.5 (using .../base-passwd_3.5.5_i386.deb) ...
Unpacking replacement base-passwd ...
Selecting previously deselected package bash.
dpkg: regarding .../bash_2.05b-12_i386.deb containing bash, pre-dependency problem:
 bash pre-depends on libncurses5 (>= 5.3.20030510-1)
dpkg: warning - ignoring pre-dependency problem !
Unpacking bash (from .../bash_2.05b-12_i386.deb) ...
Selecting previously deselected package bsdutils.
Unpacking bsdutils (from .../bsdutils_1%3a2.12-3_i386.deb) ...
Selecting previously deselected package coreutils.
dpkg: regarding .../coreutils_5.0.91-2_i386.deb containing coreutils, pre-dependency problem:
 coreutils pre-depends on libacl1 (>= 2.2.11-1)
dpkg: warning - ignoring pre-dependency problem !
dpkg: regarding .../coreutils_5.0.91-2_i386.deb containing coreutils, pre-dependency problem:
 coreutils pre-depends on libattr1 (>= 2.4.4-1)
dpkg: warning - ignoring pre-dependency problem !
Unpacking coreutils (from .../coreutils_5.0.91-2_i386.deb) ...
Selecting previously deselected package libacl1.
Unpacking libacl1 (from .../libacl1_2.2.21-1_i386.deb) ...
Selecting previously deselected package libattr1.
Unpacking libattr1 (from .../libattr1_2.4.12-1_i386.deb) ...
Preparing to replace debconf 1.3.22 (using .../debconf_1.3.22_all.deb) ...
Unpacking replacement debconf ...
Selecting previously deselected package debconf-i18n.
Unpacking debconf-i18n (from .../debconf-i18n_1.3.22_all.deb) ...
Selecting previously deselected package liblocale-gettext-perl.
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ...
Selecting previously deselected package libtext-wrapi18n-perl.
Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-1_all.deb) ...
Selecting previously deselected package libtext-charwidth-perl.
Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-1_i386.deb) ...
Selecting previously deselected package debianutils.
dpkg: regarding .../debianutils_2.6.1_i386.deb containing debianutils, pre-dependency problem:
 debianutils pre-depends on coreutils (>= 4.5.8-1)
  coreutils is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
Unpacking debianutils (from .../debianutils_2.6.1_i386.deb) ...
Selecting previously deselected package diff.
Unpacking diff (from .../archives/diff_2.8.1-6_i386.deb) ...
dpkg: regarding .../archives/dpkg_1.10.18_i386.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on dselect
  dselect is not installed.
dpkg: warning - ignoring pre-dependency problem !
Preparing to replace dpkg 1.10.18 (using .../archives/dpkg_1.10.18_i386.deb) ...
Unpacking replacement dpkg ...
Selecting previously deselected package dselect.
Unpacking dselect (from .../dselect_1.10.18_i386.deb) ...
Selecting previously deselected package libblkid1.
Unpacking libblkid1 (from .../libblkid1_1.34+1.35-WIP-2003.12.07-2_i386.deb) ...
Selecting previously deselected package e2fsprogs.
dpkg: regarding .../e2fsprogs_1.34+1.35-WIP-2003.12.07-2_i386.deb containing e2fsprogs, pre-dependency problem:
 e2fsprogs pre-depends on e2fslibs (= 1.34+1.35-WIP-2003.12.07-2)
dpkg: warning - ignoring pre-dependency problem !
dpkg: regarding .../e2fsprogs_1.34+1.35-WIP-2003.12.07-2_i386.deb containing e2fsprogs, pre-dependency problem:
 e2fsprogs pre-depends on libblkid1 (>= 1.34-1)
  libblkid1 is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
dpkg: regarding .../e2fsprogs_1.34+1.35-WIP-2003.12.07-2_i386.deb containing e2fsprogs, pre-dependency problem:
 e2fsprogs pre-depends on libcomerr2 (>= 1.34-1)
dpkg: warning - ignoring pre-dependency problem !
dpkg: regarding .../e2fsprogs_1.34+1.35-WIP-2003.12.07-2_i386.deb containing e2fsprogs, pre-dependency problem:
 e2fsprogs pre-depends on libss2 (>= 1.34-1)
dpkg: warning - ignoring pre-dependency problem !
dpkg: regarding .../e2fsprogs_1.34+1.35-WIP-2003.12.07-2_i386.deb containing e2fsprogs, pre-dependency problem:
 e2fsprogs pre-depends on libuuid1 (>= 1.34-1)
dpkg: warning - ignoring pre-dependency problem !
Unpacking e2fsprogs (from .../e2fsprogs_1.34+1.35-WIP-2003.12.07-2_i386.deb) ...
Selecting previously deselected package e2fslibs.
Unpacking e2fslibs (from .../e2fslibs_1.34+1.35-WIP-2003.12.07-2_i386.deb) ...
Selecting previously deselected package libcomerr2.
Unpacking libcomerr2 (from .../libcomerr2_1.34+1.35-WIP-2003.12.07-2_i386.deb) ...
Selecting previously deselected package libss2.
Unpacking libss2 (from .../libss2_1.34+1.35-WIP-2003.12.07-2_i386.deb) ...
Selecting previously deselected package libuuid1.
Unpacking libuuid1 (from .../libuuid1_1.34+1.35-WIP-2003.12.07-2_i386.deb) ...
Selecting previously deselected package findutils.
Unpacking findutils (from .../findutils_4.1.20-3_i386.deb) ...
Selecting previously deselected package grep.
Unpacking grep (from .../grep_2.5.1.ds1-2_i386.deb) ...
Selecting previously deselected package gzip.
Unpacking gzip (from .../archives/gzip_1.3.5-7_i386.deb) ...
Selecting previously deselected package hostname.
Unpacking hostname (from .../hostname_2.13_i386.deb) ...
Selecting previously deselected package libcap1.
Unpacking libcap1 (from .../libcap1_1%3a1.10-12_i386.deb) ...
Preparing to replace libc6 2.3.2.ds1-10 (using .../libc6_2.3.2.ds1-10_i386.deb) ...
Unpacking replacement libc6 ...
Selecting previously deselected package libdb1-compat.
Unpacking libdb1-compat (from .../libdb1-compat_2.1.3-7_i386.deb) ...
Selecting previously deselected package libdb2.
Unpacking libdb2 (from .../libdb2_2%3a2.7.7.0-8.1_i386.deb) ...
Selecting previously deselected package libdb3.
Unpacking libdb3 (from .../libdb3_3.2.9-19_i386.deb) ...
Selecting previously deselected package libncurses5.
Unpacking libncurses5 (from .../libncurses5_5.3.20030719-4_i386.deb) ...
Selecting previously deselected package libnewt0.51.
Unpacking libnewt0.51 (from .../libnewt0.51_0.51.4-18_i386.deb) ...
Selecting previously deselected package libpam-modules.
Unpacking libpam-modules (from .../libpam-modules_0.76-14.1_i386.deb) ...
Selecting previously deselected package libpam-runtime.
Unpacking libpam-runtime (from .../libpam-runtime_0.76-14.1_all.deb) ...
Selecting previously deselected package libpam0g.
Unpacking libpam0g (from .../libpam0g_0.76-14.1_i386.deb) ...
Selecting previously deselected package libpopt0.
Unpacking libpopt0 (from .../libpopt0_1.7-4_i386.deb) ...
Selecting previously deselected package login.
dpkg: regarding .../login_1%3a4.0.3-16_i386.deb containing login, pre-dependency problem:
 login pre-depends on libpam0g (>= 0.76)
  libpam0g is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
dpkg: regarding .../login_1%3a4.0.3-16_i386.deb containing login, pre-dependency problem:
 login pre-depends on libpam-runtime (>= 0.76-13.1)
  libpam-runtime is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
Unpacking login (from .../login_1%3a4.0.3-16_i386.deb) ...
Selecting previously deselected package makedev.
Unpacking makedev (from .../makedev_2.3.1-64_all.deb) ...
Preparing to replace mawk 1.3.3-11 (using .../mawk_1.3.3-11_i386.deb) ...
Unpacking replacement mawk ...
Selecting previously deselected package modutils.
Unpacking modutils (from .../modutils_2.4.25-3_i386.deb) ...
Selecting previously deselected package mount.
Unpacking mount (from .../archives/mount_2.12-3_i386.deb) ...
Selecting previously deselected package ncurses-base.
Unpacking ncurses-base (from .../ncurses-base_5.3.20030719-4_all.deb) ...
Selecting previously deselected package ncurses-bin.
dpkg: regarding .../ncurses-bin_5.3.20030719-4_i386.deb containing ncurses-bin, pre-dependency problem:
 ncurses-bin pre-depends on libncurses5 (>= 5.3.20030510-1)
  libncurses5 is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
Unpacking ncurses-bin (from .../ncurses-bin_5.3.20030719-4_i386.deb) ...
Selecting previously deselected package passwd.
Unpacking passwd (from .../passwd_1%3a4.0.3-16_i386.deb) ...
Preparing to replace perl-base 5.8.2-2 (using .../perl-base_5.8.2-2_i386.deb) ...
Unpacking replacement perl-base ...
Selecting previously deselected package procps.
Unpacking procps (from .../procps_1%3a3.1.14-1_i386.deb) ...
Selecting previously deselected package sed.
Unpacking sed (from .../archives/sed_4.0.7-3_i386.deb) ...
Selecting previously deselected package slang1.
Unpacking slang1 (from .../slang1_1.4.9-2_i386.deb) ...
Selecting previously deselected package slang1a-utf8.
Unpacking slang1a-utf8 (from .../slang1a-utf8_1.4.9-2_i386.deb) ...
Selecting previously deselected package initscripts.
Unpacking initscripts (from .../initscripts_2.85-9_all.deb) ...
Selecting previously deselected package sysvinit.
dpkg: regarding .../sysvinit_2.85-9_i386.deb containing sysvinit, pre-dependency problem:
 sysvinit pre-depends on initscripts
  initscripts is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
dpkg: regarding .../sysvinit_2.85-9_i386.deb containing sysvinit, pre-dependency problem:
 sysvinit pre-depends on sysv-rc (>= 2.85-2) | file-rc (>> 0.7.0)
dpkg: warning - ignoring pre-dependency problem !
Unpacking sysvinit (from .../sysvinit_2.85-9_i386.deb) ...
Selecting previously deselected package sysv-rc.
Unpacking sysv-rc (from .../sysv-rc_2.85-9_all.deb) ...
Selecting previously deselected package tar.
Unpacking tar (from .../tar_1.13.25-6_i386.deb) ...
Selecting previously deselected package util-linux.
dpkg: regarding .../util-linux_2.12-3_i386.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on libncurses5 (>= 5.3.20030510-1)
  libncurses5 is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
dpkg: regarding .../util-linux_2.12-3_i386.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on slang1a-utf8 (>> 1.4.4-7.1)
  slang1a-utf8 is unpacked, but has never been configured.
dpkg: warning - ignoring pre-dependency problem !
dpkg: regarding .../util-linux_2.12-3_i386.deb containing util-linux, pre-dependency problem:
 util-linux pre-depends on zlib1g (>= 1:1.1.4)
dpkg: warning - ignoring pre-dependency problem !
Unpacking util-linux (from .../util-linux_2.12-3_i386.deb) ...
Selecting previously deselected package whiptail.
Unpacking whiptail (from .../whiptail_0.51.4-18_i386.deb) ...
Selecting previously deselected package libgcc1.
Unpacking libgcc1 (from .../libgcc1_1%3a3.3.2-4_i386.deb) ...
Selecting previously deselected package gcc-3.2-base.
Unpacking gcc-3.2-base (from .../gcc-3.2-base_1%3a3.2.3-8_i386.deb) ...
Selecting previously deselected package gcc-3.3-base.
Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.2-4_i386.deb) ...
Selecting previously deselected package libstdc++5.
Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.2-4_i386.deb) ...
Selecting previously deselected package mbr.
Unpacking mbr (from .../archives/mbr_1.1.5-1_i386.deb) ...
I: Configuring required packages...
Setting up ncurses-base (5.3.20030719-4) ...

Setting up sysv-rc (2.85-9) ...

Setting up libpam-runtime (0.76-14.1) ...

Setting up gcc-3.2-base (3.2.3-8) ...
Setting up gcc-3.3-base (3.3.2-4) ...
Setting up libc6 (2.3.2.ds1-10) ...
Current default timezone: 'UTC'.
Local time is now:      Mon Jan 12 01:18:08 UTC 2004.
Universal Time is now:  Mon Jan 12 01:18:08 UTC 2004.
Run 'tzconfig' if you wish to change it.

Setting up libcap1 (1.10-12) ...

Setting up libdb1-compat (2.1.3-7) ...

Setting up slang1 (1.4.9-2) ...

Setting up libuuid1 (1.34+1.35-WIP-2003.12.07-2) ...

Setting up libpopt0 (1.7-4) ...

Setting up libpam0g (0.76-14.1) ...

Setting up bsdutils (2.12-3) ...

Setting up perl-base (5.8.2-2) ...
Setting up mbr (1.1.5-1) ...

Setting up tar (1.13.25-6) ...

Setting up slang1a-utf8 (1.4.9-2) ...

Setting up libgcc1 (3.3.2-4) ...

Setting up mount (2.12-3) ...

Setting up libncurses5 (5.3.20030719-4) ...

Setting up libattr1 (2.4.12-1) ...

Setting up sed (4.0.7-3) ...

Setting up e2fslibs (1.34+1.35-WIP-2003.12.07-2) ...

Setting up base-passwd (3.5.5) ...

Setting up libcomerr2 (1.34+1.35-WIP-2003.12.07-2) ...

Setting up mawk (1.3.3-11) ...

Setting up libnewt0.51 (0.51.4-18) ...

Setting up grep (2.5.1.ds1-2) ...
Setting up hostname (2.13) ...
Setting up libacl1 (2.2.21-1) ...

Setting up libblkid1 (1.34+1.35-WIP-2003.12.07-2) ...

Setting up libss2 (1.34+1.35-WIP-2003.12.07-2) ...

Setting up findutils (4.1.20-3) ...

Setting up e2fsprogs (1.34+1.35-WIP-2003.12.07-2) ...
Setting up liblocale-gettext-perl (1.01-17) ...
Setting up diff (2.8.1-6) ...

Setting up libdb2 (2.7.7.0-8.1) ...

Setting up libdb3 (3.2.9-19) ...

Setting up libstdc++5 (3.3.2-4) ...

Setting up libtext-charwidth-perl (0.04-1) ...
Setting up libtext-wrapi18n-perl (0.06-1) ...
Setting up coreutils (5.0.91-2) ...

Setting up debianutils (2.6.1) ...

Setting up makedev (2.3.1-64) ...

Setting up procps (3.1.14-1) ...

Setting up ncurses-bin (5.3.20030719-4) ...

Setting up whiptail (0.51.4-18) ...
Setting up libpam-modules (0.76-14.1) ...

Setting up base-files (3.0.12) ...

Setting up gzip (1.3.5-7) ...

Setting up dselect (1.10.18) ...
Setting up bash (2.05b-12) ...

Setting up login (4.0.3-16) ...

Setting up passwd (4.0.3-16) ...

Setting up dpkg (1.10.18) ...

dpkg: debconf-i18n: dependency problems, but configuring anyway as you request:
 debconf-i18n depends on libtext-iconv-perl; however:
  Package libtext-iconv-perl is not installed.
Setting up debconf-i18n (1.3.22) ...
dpkg: util-linux: dependency problems, but configuring anyway as you request:
 util-linux depends on zlib1g (>= 1:1.1.4); however:
  Package zlib1g is not installed.
Setting up util-linux (2.12-3) ...

Setting up debconf (1.3.22) ...

Setting up initscripts (2.85-9) ...

Setting up sysvinit (2.85-9) ...
sysvinit: creating /dev/initctl
init: timeout opening/writing control channel /dev/initctl

Setting up modutils (2.4.25-3) ...

I: Installing base packages...
Selecting previously deselected package adduser.
(Reading database ... 4277 files and directories currently installed.)
Unpacking adduser (from .../archives/adduser_3.51_all.deb) ...
Selecting previously deselected package apt.
Unpacking apt (from .../archives/apt_0.5.14_i386.deb) ...
Selecting previously deselected package apt-utils.
Unpacking apt-utils (from .../apt-utils_0.5.14_i386.deb) ...
Selecting previously deselected package at.
Unpacking at (from .../archives/at_3.1.8-11_i386.deb) ...
Selecting previously deselected package base-config.
Unpacking base-config (from .../base-config_2.08_all.deb) ...
Selecting previously deselected package aptitude.
Unpacking aptitude (from .../aptitude_0.2.13-2_i386.deb) ...
Selecting previously deselected package libsigc++-1.2-5c102.
Unpacking libsigc++-1.2-5c102 (from .../libsigc++-1.2-5c102_1.2.5-1_i386.deb) ...
Selecting previously deselected package bsdmainutils.
Unpacking bsdmainutils (from .../bsdmainutils_6.0.7_i386.deb) ...
Selecting previously deselected package console-common.
Unpacking console-common (from .../console-common_0.7.33_all.deb) ...
Selecting previously deselected package console-tools.
Unpacking console-tools (from .../console-tools_1%3a0.2.3dbs-44_i386.deb) ...
Selecting previously deselected package libconsole.
Unpacking libconsole (from .../libconsole_1%3a0.2.3dbs-44_i386.deb) ...
Selecting previously deselected package console-data.
Unpacking console-data (from .../console-data_2002.12.04dbs-26_all.deb) ...
Selecting previously deselected package cpio.
Unpacking cpio (from .../archives/cpio_2.5-1.1_i386.deb) ...
Selecting previously deselected package cron.
Unpacking cron (from .../cron_3.0pl1-81_i386.deb) ...
Selecting previously deselected package dhcp-client.
Unpacking dhcp-client (from .../dhcp-client_2.0pl5-16.1_i386.deb) ...
Selecting previously deselected package ed.
Unpacking ed (from .../archives/ed_0.2-20_i386.deb) ...
Selecting previously deselected package exim4.
Unpacking exim4 (from .../archives/exim4_4.30-3_all.deb) ...
Selecting previously deselected package exim4-base.
Unpacking exim4-base (from .../exim4-base_4.30-3_i386.deb) ...
Selecting previously deselected package exim4-config.
Unpacking exim4-config (from .../exim4-config_4.30-3_all.deb) ...
Selecting previously deselected package exim4-daemon-light.
Unpacking exim4-daemon-light (from .../exim4-daemon-light_4.30-3_i386.deb) ...
Selecting previously deselected package fdutils.
Unpacking fdutils (from .../fdutils_5.4-20030718-2_i386.deb) ...
Selecting previously deselected package gettext-base.
Unpacking gettext-base (from .../gettext-base_0.12.1-8_i386.deb) ...
Selecting previously deselected package groff-base.
Unpacking groff-base (from .../groff-base_1.18.1-14_i386.deb) ...
Selecting previously deselected package ifupdown.
Unpacking ifupdown (from .../ifupdown_0.6.4-4.6_i386.deb) ...
Selecting previously deselected package info.
Unpacking info (from .../archives/info_4.6-1_i386.deb) ...
Selecting previously deselected package klogd.
Unpacking klogd (from .../klogd_1.4.1-10_i386.deb) ...
Selecting previously deselected package libident.
Unpacking libident (from .../libident_0.22-2.2_i386.deb) ...
Selecting previously deselected package libgnutls7.
Unpacking libgnutls7 (from .../libgnutls7_0.8.12-3.1_i386.deb) ...
Selecting previously deselected package libssl0.9.7.
Unpacking libssl0.9.7 (from .../libssl0.9.7_0.9.7c-5_i386.deb) ...
Selecting previously deselected package libgcrypt1.
Unpacking libgcrypt1 (from .../libgcrypt1_1.1.12-4_i386.deb) ...
Selecting previously deselected package liblzo1.
Unpacking liblzo1 (from .../liblzo1_1.08-1_i386.deb) ...
Selecting previously deselected package libopencdk8.
Unpacking libopencdk8 (from .../libopencdk8_0.5.1-1_i386.deb) ...
Selecting previously deselected package libtasn1-0.
Unpacking libtasn1-0 (from .../libtasn1-0_0.1.2-1_i386.deb) ...
Selecting previously deselected package zlib1g.
Unpacking zlib1g (from .../zlib1g_1%3a1.2.1-3_i386.deb) ...
Selecting previously deselected package liblockfile1.
Unpacking liblockfile1 (from .../liblockfile1_1.05_i386.deb) ...
Selecting previously deselected package libpcre3.
Unpacking libpcre3 (from .../libpcre3_4.3-3_i386.deb) ...
Selecting previously deselected package libwrap0.
Unpacking libwrap0 (from .../libwrap0_7.6-ipv6.1-3_i386.deb) ...
Selecting previously deselected package logrotate.
Unpacking logrotate (from .../logrotate_3.6.5-2_i386.deb) ...
Selecting previously deselected package mailx.
Unpacking mailx (from .../mailx_1%3a8.1.2-0.20031014cvs-1_i386.deb) ...
Selecting previously deselected package man-db.
Unpacking man-db (from .../man-db_2.4.2-5_i386.deb) ...
Selecting previously deselected package libgdbm3.
Unpacking libgdbm3 (from .../libgdbm3_1.8.3-2_i386.deb) ...
Selecting previously deselected package manpages.
Unpacking manpages (from .../manpages_1.62-1_all.deb) ...
Selecting previously deselected package modconf.
Unpacking modconf (from .../modconf_0.2.45_all.deb) ...
Selecting previously deselected package nano.
Unpacking nano (from .../archives/nano_1.2.2-7_i386.deb) ...
Selecting previously deselected package net-tools.
Unpacking net-tools (from .../net-tools_1.60-8_i386.deb) ...
Selecting previously deselected package netbase.
Unpacking netbase (from .../archives/netbase_4.15_all.deb) ...
Selecting previously deselected package netkit-inetd.
Unpacking netkit-inetd (from .../netkit-inetd_0.10-9_i386.deb) ...
Selecting previously deselected package iputils-ping.
Unpacking iputils-ping (from .../iputils-ping_3%3a20020927-1_i386.deb) ...
Selecting previously deselected package nvi.
Unpacking nvi (from .../archives/nvi_1.79-21_i386.deb) ...
Selecting previously deselected package ppp.
Unpacking ppp (from .../ppp_2.4.2+20031127-2_i386.deb) ...
Selecting previously deselected package pppconfig.
Unpacking pppconfig (from .../pppconfig_2.2.0_all.deb) ...
Selecting previously deselected package pppoe.
Unpacking pppoe (from .../archives/pppoe_3.5-3_i386.deb) ...
Selecting previously deselected package pppoeconf.
Unpacking pppoeconf (from .../archives/pppoeconf_1.0_all.deb) ...
Selecting previously deselected package libpcap0.7.
Unpacking libpcap0.7 (from .../libpcap0.7_0.7.2-5_i386.deb) ...
Selecting previously deselected package sysklogd.
Unpacking sysklogd (from .../sysklogd_1.4.1-10_i386.deb) ...
Selecting previously deselected package tasksel.
Unpacking tasksel (from .../archives/tasksel_1.40_i386.deb) ...
Selecting previously deselected package libtextwrap1.
Unpacking libtextwrap1 (from .../libtextwrap1_0.1-1_i386.deb) ...
Selecting previously deselected package tcpd.
Unpacking tcpd (from .../tcpd_7.6-ipv6.1-3_i386.deb) ...
Selecting previously deselected package telnet.
Unpacking telnet (from .../telnet_0.17-22_i386.deb) ...
Selecting previously deselected package libtext-iconv-perl.
Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-2_i386.deb) ...
Selecting previously deselected package wget.
Unpacking wget (from .../archives/wget_1.9.1-3_i386.deb) ...
Selecting previously deselected package lilo.
Unpacking lilo (from .../lilo_1%3a22.5.8-8_i386.deb) ...
Selecting previously deselected package pciutils.
Unpacking pciutils (from .../pciutils_1%3a2.1.11-6_i386.deb) ...
Selecting previously deselected package setserial.
Unpacking setserial (from .../setserial_2.17-33_i386.deb) ...
Selecting previously deselected package syslinux.
Unpacking syslinux (from .../syslinux_2.04-1_i386.deb) ...
Selecting previously deselected package psmisc.
Unpacking psmisc (from .../psmisc_21.4-1_i386.deb) ...
Selecting previously deselected package pcmcia-cs.
Unpacking pcmcia-cs (from .../pcmcia-cs_3.1.33-6_i386.deb) ...
Selecting previously deselected package ipchains.
Unpacking ipchains (from .../ipchains_1.3.10-15_i386.deb) ...
Selecting previously deselected package iptables.
Unpacking iptables (from .../iptables_1.2.9-1_i386.deb) ...
Setting up modconf (0.2.45) ...

Setting up telnet (0.17-22) ...

Setting up gettext-base (0.12.1-8) ...

Setting up libgdbm3 (1.8.3-2) ...
Setting up libgcrypt1 (1.1.12-4) ...

Setting up libtasn1-0 (0.1.2-1) ...

Setting up psmisc (21.4-1) ...

Setting up libident (0.22-2.2) ...

Setting up libssl0.9.7 (0.9.7c-5) ...

Setting up apt (0.5.14) ...

Setting up fdutils (5.4-20030718-2) ...
Keeping old fdmount setuid root settings.
Please note that you can run
'/usr/sbin/fdutilsconfig' to change them.

Setting up pciutils (2.1.11-6) ...
Setting up console-data (2002.12.04dbs-26) ...
Looking for keymap to install:
NONE

Setting up dhcp-client (2.0pl5-16.1) ...

Setting up pcmcia-cs (3.1.33-6) ...

Setting up zlib1g (1.2.1-3) ...

Setting up adduser (3.51) ...

Setting up manpages (1.62-1) ...
Setting up ed (0.2-20) ...

Setting up libtext-iconv-perl (1.2-2) ...
Setting up libpcap0.7 (0.7.2-5) ...

Setting up liblzo1 (1.08-1) ...

Setting up setserial (2.17-33) ...
Updating your /etc/serial.conf world to /var/lib/setserial thinking.
removing the old setserial entry in the rcn.d directories
update-rc.d: /etc/init.d/setserial exists during rc.d purge (continuing)
Update complete.
Saving state of known serial devices... /dev/ttyS0: No such device
/dev/ttyS1: No such device
/dev/ttyS2: No such device
/dev/ttyS3: No such device
backing up /var/lib/setserial/autoserial.conf done.

Setting up wget (1.9.1-3) ...

Setting up ipchains (1.3.10-15) ...

Setting up groff-base (1.18.1-14) ...

Setting up net-tools (1.60-8) ...
Setting up bsdmainutils (6.0.7) ...

Setting up libsigc++-1.2-5c102 (1.2.5-1) ...

Setting up syslinux (2.04-1) ...
Setting up libpcre3 (4.3-3) ...

Setting up aptitude (0.2.13-2) ...

Setting up info (4.6-1) ...

Setting up libopencdk8 (0.5.1-1) ...

Setting up iputils-ping (20020927-1) ...
Setting up lilo (22.5.8-8) ...
hostname: Unknown host
Use of uninitialized value in sprintf at /usr/share/perl5/Debconf/Element/Noninteractive/Note.pm line 38, <GEN1> line 3.
Can't send mail: sendmail process failed

Setting up libgnutls7 (0.8.12-3.1) ...

Setting up cron (3.0pl1-81) ...
Adding group crontab (101)...
Done.
Starting periodic command scheduler: cron
Warning: Fake start-stop-daemon called, doing nothing
.

Setting up nano (1.2.2-7) ...

Setting up netkit-inetd (0.10-9) ...
Starting internet superserver: inetd
Warning: Fake start-stop-daemon called, doing nothing
.

Setting up libconsole (0.2.3dbs-44) ...

Setting up apt-utils (0.5.14) ...

Setting up iptables (1.2.9-1) ...

Setting up cpio (2.5-1.1) ...

Setting up nvi (1.79-21) ...

Setting up libwrap0 (7.6-ipv6.1-3) ...

Setting up liblockfile1 (1.05) ...

Setting up tcpd (7.6-ipv6.1-3) ...

Setting up exim4-config (4.30-3) ...
hostname: Unknown host
Adding system-user for exim (v4)

Setting up man-db (2.4.2-5) ...
Building database of manual pages ...

Setting up console-common (0.7.33) ...
Looking for keymap to install:
NONE

Setting up ifupdown (0.6.4-4.6) ...

Setting up logrotate (3.6.5-2) ...
Setting up console-tools (0.2.3dbs-44) ...

Setting up base-config (2.08) ...

Setting up netbase (4.15) ...

Setting up ppp (2.4.2+20031127-2) ...

Setting up pppoe (3.5-3) ...
Setting up pppoeconf (1.0) ...

Setting up exim4-base (4.30-3) ...

Setting up exim4-daemon-light (4.30-3) ...
Starting MTA: 
Warning: Fake start-stop-daemon called, doing nothing
exim4.

Setting up pppconfig (2.2.0) ...

Setting up mailx (8.1.2-0.20031014cvs-1) ...

Setting up at (3.1.8-11) ...
Starting deferred execution scheduler: atd
Warning: Fake start-stop-daemon called, doing nothing
.

Setting up exim4 (4.30-3) ...
Setting up sysklogd (1.4.1-10) ...
Stopping system log daemon: syslogd
Warning: Fake start-stop-daemon called, doing nothing
.
Starting system log daemon: syslogd
Warning: Fake start-stop-daemon called, doing nothing
.

Setting up klogd (1.4.1-10) ...
Stopping kernel log daemon: klogd
Warning: Fake start-stop-daemon called, doing nothing
.
Starting kernel log daemon: klogd
Warning: Fake start-stop-daemon called, doing nothing
.

Setting up libtextwrap1 (0.1-1) ...

Setting up tasksel (1.40) ...

I: Base system installed successfully.
 -> debootstrap finished
 -> copying local configuration
  -> Installing apt-lines
Refreshing the base.tgz 
 -> upgrading packages
 -> mounting /proc filesystem
 -> mounting /dev/pts filesystem
 -> installing dummy policy-rc.d
Get:1 http://ring.asahi-net.or.jp sarge/main Packages [2648kB]
Get:2 http://ring.asahi-net.or.jp sarge/main Release [81B]
Get:3 http://ring.asahi-net.or.jp sarge/contrib Packages [59.8kB]
Get:4 http://ring.asahi-net.or.jp sarge/contrib Release [84B]
Get:5 http://ring.asahi-net.or.jp sarge/non-free Packages [62.0kB]
Get:6 http://ring.asahi-net.or.jp sarge/non-free Release [85B]
Fetched 2770kB in 1s (1406kB/s)
Reading Package Lists...
(Reading database ... 7232 files and directories currently installed.)
Removing lilo ...
Purging configuration files for lilo ...
Reading Package Lists...
Building Dependency Tree...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading Package Lists...
Building Dependency Tree...
apt is already the newest version.
The following extra packages will be installed:
  binutils cpp cpp-3.3 g++ g++-3.3 gcc gcc-3.3 libc6-dev libdb4.0
  libstdc++5-3.3-dev linux-kernel-headers make patch perl perl-modules
Suggested packages:
  gnupg manpages-dev automake flex gdb gcc-3.3-doc glibc-doc libstdc++5-3.3-doc
  libterm-readline-perl-perl
The following NEW packages will be installed:
  binutils build-essential cpp cpp-3.3 dpkg-dev g++ g++-3.3 gcc gcc-3.3
  libc6-dev libdb4.0 libstdc++5-3.3-dev linux-kernel-headers make patch perl
  perl-modules
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
Need to get 17.9MB of archives.
After unpacking 62.1MB of additional disk space will be used.
Get:1 http://ring.asahi-net.or.jp sarge/main binutils 2.14.90.0.7-3 [2468kB]
Get:2 http://ring.asahi-net.or.jp sarge/main cpp-3.3 1:3.3.2-4 [1386kB]
Get:3 http://ring.asahi-net.or.jp sarge/main cpp 4:3.3.2-1 [26.2kB]
Get:4 http://ring.asahi-net.or.jp sarge/main perl-modules 5.8.2-2 [2158kB]
Get:5 http://ring.asahi-net.or.jp sarge/main libdb4.0 4.0.14-1.3 [302kB]
Get:6 http://ring.asahi-net.or.jp sarge/main perl 5.8.2-2 [3246kB]
Get:7 http://ring.asahi-net.or.jp sarge/main patch 2.5.9-1 [92.3kB]
Get:8 http://ring.asahi-net.or.jp sarge/main make 3.80-4 [349kB]
Get:9 http://ring.asahi-net.or.jp sarge/main dpkg-dev 1.10.18 [115kB]
Get:10 http://ring.asahi-net.or.jp sarge/main gcc-3.3 1:3.3.2-4 [1327kB]
Get:11 http://ring.asahi-net.or.jp sarge/main gcc 4:3.3.2-1 [4854B]
Get:12 http://ring.asahi-net.or.jp sarge/main linux-kernel-headers 2.5.999-test7-bk-9 [1374kB]
Get:13 http://ring.asahi-net.or.jp sarge/main libc6-dev 2.3.2.ds1-10 [2515kB]
Get:14 http://ring.asahi-net.or.jp sarge/main libstdc++5-3.3-dev 1:3.3.2-4 [768kB]
Get:15 http://ring.asahi-net.or.jp sarge/main g++-3.3 1:3.3.2-4 [1766kB]
Get:16 http://ring.asahi-net.or.jp sarge/main g++ 4:3.3.2-1 [1390B]
Get:17 http://ring.asahi-net.or.jp sarge/main build-essential 10 [6450B]
Fetched 17.9MB in 10s (1642kB/s)
Selecting previously deselected package binutils.
(Reading database ... 7191 files and directories currently installed.)
Unpacking binutils (from .../binutils_2.14.90.0.7-3_i386.deb) ...
Selecting previously deselected package cpp-3.3.
Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.2-4_i386.deb) ...
Selecting previously deselected package cpp.
Unpacking cpp (from .../cpp_4%3a3.3.2-1_i386.deb) ...
Selecting previously deselected package perl-modules.
Unpacking perl-modules (from .../perl-modules_5.8.2-2_all.deb) ...
Selecting previously deselected package libdb4.0.
Unpacking libdb4.0 (from .../libdb4.0_4.0.14-1.3_i386.deb) ...
Selecting previously deselected package perl.
Unpacking perl (from .../archives/perl_5.8.2-2_i386.deb) ...
Selecting previously deselected package patch.
Unpacking patch (from .../patch_2.5.9-1_i386.deb) ...
Selecting previously deselected package make.
Unpacking make (from .../archives/make_3.80-4_i386.deb) ...
Selecting previously deselected package dpkg-dev.
Unpacking dpkg-dev (from .../dpkg-dev_1.10.18_all.deb) ...
Selecting previously deselected package gcc-3.3.
Unpacking gcc-3.3 (from .../gcc-3.3_1%3a3.3.2-4_i386.deb) ...
Selecting previously deselected package gcc.
Unpacking gcc (from .../gcc_4%3a3.3.2-1_i386.deb) ...
Selecting previously deselected package linux-kernel-headers.
Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.5.999-test7-bk-9_i386.deb) ...
Selecting previously deselected package libc6-dev.
Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-10_i386.deb) ...
Selecting previously deselected package libstdc++5-3.3-dev.
Unpacking libstdc++5-3.3-dev (from .../libstdc++5-3.3-dev_1%3a3.3.2-4_i386.deb) ...
Selecting previously deselected package g++-3.3.
Unpacking g++-3.3 (from .../g++-3.3_1%3a3.3.2-4_i386.deb) ...
Selecting previously deselected package g++.
Unpacking g++ (from .../g++_4%3a3.3.2-1_i386.deb) ...
Selecting previously deselected package build-essential.
Unpacking build-essential (from .../build-essential_10_i386.deb) ...
Setting up binutils (2.14.90.0.7-3) ...

Setting up cpp-3.3 (3.3.2-4) ...
Setting up cpp (3.3.2-1) ...
Setting up libdb4.0 (4.0.14-1.3) ...

Setting up patch (2.5.9-1) ...
Setting up make (3.80-4) ...

Setting up gcc-3.3 (3.3.2-4) ...
Setting up gcc (3.3.2-1) ...

Setting up linux-kernel-headers (2.5.999-test7-bk-9) ...
Setting up libc6-dev (2.3.2.ds1-10) ...
Setting up perl-modules (5.8.2-2) ...
Setting up libstdc++5-3.3-dev (3.3.2-4) ...
Setting up perl (5.8.2-2) ...

Setting up dpkg-dev (1.10.18) ...
Setting up g++-3.3 (3.3.2-4) ...
Setting up g++ (3.3.2-1) ...

Setting up build-essential (10) ...
 -> unmounting dev/pts filesystem
 -> unmounting proc filesystem
 -> creating base tarball [/home/dancer/cvscheckout/pbuilder/pbuilder/testsuite/testimage]
 -> cleaning the build env 
    -> removing directory /var/cache/pbuilder/build//6946 and its subdirectories