aboutsummaryrefslogtreecommitdiff
path: root/testsuite/cdebootstrap/pbuilder-create-sid.log
blob: c718d2943225303e664a5784cd73b44a2b56e1c2 (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
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
Distribution is sid.
Building the build environment
 -> running cdebootstrap
/usr/bin/cdebootstrap
P: Retrieving Release.gpg
P: Retrieving Release
P: Parsing Release
P: Retrieving Release
P: Retrieving Packages.gz
P: Validating Packages.gz
P: Parsing Packages
P: Can't find package libtasn1-2-bin for exclusion
P: Retrieving libc6
P: Validating libc6
P: Retrieving perl-base
P: Validating perl-base
P: Retrieving libpam-runtime
P: Validating libpam-runtime
P: Retrieving libpam0g
P: Validating libpam0g
P: Retrieving libsepol1
P: Validating libsepol1
P: Retrieving libselinux1
P: Validating libselinux1
P: Retrieving libcap1
P: Validating libcap1
P: Retrieving libdb4.3
P: Validating libdb4.3
P: Retrieving libpam-modules
P: Validating libpam-modules
P: Retrieving login
P: Validating login
P: Retrieving debianutils
P: Validating debianutils
P: Retrieving passwd
P: Validating passwd
P: Retrieving liblocale-gettext-perl
P: Validating liblocale-gettext-perl
P: Retrieving libtext-iconv-perl
P: Validating libtext-iconv-perl
P: Retrieving libtext-charwidth-perl
P: Validating libtext-charwidth-perl
P: Retrieving libtext-wrapi18n-perl
P: Validating libtext-wrapi18n-perl
P: Retrieving debconf-i18n
P: Validating debconf-i18n
P: Retrieving debconf
P: Validating debconf
P: Retrieving adduser
P: Validating adduser
P: Retrieving gcc-4.2-base
P: Validating gcc-4.2-base
P: Retrieving libgcc1
P: Validating libgcc1
P: Retrieving libstdc++6
P: Validating libstdc++6
P: Retrieving libbz2-1.0
P: Validating libbz2-1.0
P: Retrieving libgpg-error0
P: Validating libgpg-error0
P: Retrieving libgcrypt11
P: Validating libgcrypt11
P: Retrieving liblzo2-2
P: Validating liblzo2-2
P: Retrieving zlib1g
P: Validating zlib1g
P: Retrieving libopencdk8
P: Validating libopencdk8
P: Retrieving libtasn1-3
P: Validating libtasn1-3
P: Retrieving libgnutls13
P: Validating libgnutls13
P: Retrieving libdb4.2
P: Validating libdb4.2
P: Retrieving libsasl2-2
P: Validating libsasl2-2
P: Retrieving libldap2
P: Validating libldap2
P: Retrieving readline-common
P: Validating readline-common
P: Retrieving libncurses5
P: Validating libncurses5
P: Retrieving libreadline5
P: Validating libreadline5
P: Retrieving libusb-0.1-4
P: Validating libusb-0.1-4
P: Retrieving gpgv
P: Validating gpgv
P: Retrieving base-passwd
P: Validating base-passwd
P: Retrieving makedev
P: Validating makedev
P: Retrieving gnupg
P: Validating gnupg
P: Retrieving debian-archive-keyring
P: Validating debian-archive-keyring
P: Retrieving apt
P: Validating apt
P: Retrieving libdb4.4
P: Validating libdb4.4
P: Retrieving apt-utils
P: Validating apt-utils
P: Retrieving libncursesw5
P: Validating libncursesw5
P: Retrieving libsigc++-2.0-0c2a
P: Validating libsigc++-2.0-0c2a
P: Retrieving aptitude
P: Validating aptitude
P: Retrieving mawk
P: Validating mawk
P: Retrieving base-files
P: Validating base-files
P: Retrieving bash
P: Validating bash
P: Retrieving bsdutils
P: Validating bsdutils
P: Retrieving bsdmainutils
P: Validating bsdmainutils
P: Retrieving libattr1
P: Validating libattr1
P: Retrieving libacl1
P: Validating libacl1
P: Retrieving coreutils
P: Validating coreutils
P: Retrieving cpio
P: Validating cpio
P: Retrieving sed
P: Validating sed
P: Retrieving ncurses-bin
P: Validating ncurses-bin
P: Retrieving lsb-base
P: Validating lsb-base
P: Retrieving cron
P: Validating cron
P: Retrieving dhcp3-common
P: Validating dhcp3-common
P: Retrieving dhcp3-client
P: Validating dhcp3-client
P: Retrieving diff
P: Validating diff
P: Retrieving dmidecode
P: Validating dmidecode
P: Retrieving dpkg
P: Validating dpkg
P: Retrieving dselect
P: Validating dselect
P: Retrieving e2fslibs
P: Validating e2fslibs
P: Retrieving libdevmapper1.02.1
P: Validating libdevmapper1.02.1
P: Retrieving libblkid1
P: Validating libblkid1
P: Retrieving libcomerr2
P: Validating libcomerr2
P: Retrieving libss2
P: Validating libss2
P: Retrieving libuuid1
P: Validating libuuid1
P: Retrieving e2fsprogs
P: Validating e2fsprogs
P: Retrieving ed
P: Validating ed
P: Retrieving nano
P: Validating nano
P: Retrieving findutils
P: Validating findutils
P: Retrieving gcc-4.1-base
P: Validating gcc-4.1-base
P: Retrieving grep
P: Validating grep
P: Retrieving groff-base
P: Validating groff-base
P: Retrieving gzip
P: Validating gzip
P: Retrieving hostname
P: Validating hostname
P: Retrieving net-tools
P: Validating net-tools
P: Retrieving ifupdown
P: Validating ifupdown
P: Retrieving libwrap0
P: Validating libwrap0
P: Retrieving update-inetd
P: Validating update-inetd
P: Retrieving tcpd
P: Validating tcpd
P: Retrieving openbsd-inetd
P: Validating openbsd-inetd
P: Retrieving info
P: Validating info
P: Retrieving mount
P: Validating mount
P: Retrieving sysvinit-utils
P: Validating sysvinit-utils
P: Retrieving initscripts
P: Validating initscripts
P: Retrieving iptables
P: Validating iptables
P: Retrieving iputils-ping
P: Validating iputils-ping
P: Retrieving sysklogd
P: Validating sysklogd
P: Retrieving klogd
P: Validating klogd
P: Retrieving laptop-detect
P: Validating laptop-detect
P: Retrieving libconsole
P: Validating libconsole
P: Retrieving libgdbm3
P: Validating libgdbm3
P: Retrieving liblzo1
P: Validating liblzo1
P: Retrieving libslang2
P: Validating libslang2
P: Retrieving libnewt0.52
P: Validating libnewt0.52
P: Retrieving libpopt0
P: Validating libpopt0
P: Retrieving libssl0.9.8
P: Validating libssl0.9.8
P: Retrieving logrotate
P: Validating logrotate
P: Retrieving man-db
P: Validating man-db
P: Retrieving manpages
P: Validating manpages
P: Retrieving mktemp
P: Validating mktemp
P: Retrieving module-init-tools
P: Validating module-init-tools
P: Retrieving ncurses-base
P: Validating ncurses-base
P: Retrieving netbase
P: Validating netbase
P: Retrieving netcat
P: Validating netcat
P: Retrieving procps
P: Validating procps
P: Retrieving sysv-rc
P: Validating sysv-rc
P: Retrieving sysvinit
P: Validating sysvinit
P: Retrieving tar
P: Validating tar
P: Retrieving tasksel-data
P: Validating tasksel-data
P: Retrieving tasksel
P: Validating tasksel
P: Retrieving traceroute
P: Validating traceroute
P: Retrieving tzdata
P: Validating tzdata
P: Retrieving util-linux
P: Validating util-linux
P: Retrieving vim-common
P: Validating vim-common
P: Retrieving vim-tiny
P: Validating vim-tiny
P: Retrieving wget
P: Validating wget
P: Retrieving whiptail
P: Validating whiptail
P: Extracting libc6
P: Extracting perl-base
P: Extracting libpam-runtime
P: Extracting libpam0g
P: Extracting libsepol1
P: Extracting libselinux1
P: Extracting libcap1
P: Extracting libdb4.3
P: Extracting libpam-modules
P: Extracting login
P: Extracting debianutils
P: Extracting passwd
P: Extracting liblocale-gettext-perl
P: Extracting libtext-iconv-perl
P: Extracting libtext-charwidth-perl
P: Extracting libtext-wrapi18n-perl
P: Extracting debconf
P: Extracting debconf-i18n
P: Extracting gcc-4.2-base
P: Extracting libgcc1
P: Extracting libstdc++6
P: Extracting zlib1g
P: Extracting libncurses5
P: Extracting base-passwd
P: Extracting makedev
P: Extracting mawk
P: Extracting base-files
P: Extracting bash
P: Extracting bsdutils
P: Extracting libattr1
P: Extracting libacl1
P: Extracting coreutils
P: Extracting sed
P: Extracting ncurses-bin
P: Extracting lsb-base
P: Extracting diff
P: Extracting dpkg
P: Extracting dselect
P: Extracting e2fslibs
P: Extracting libdevmapper1.02.1
P: Extracting libblkid1
P: Extracting libcomerr2
P: Extracting libss2
P: Extracting libuuid1
P: Extracting e2fsprogs
P: Extracting findutils
P: Extracting gcc-4.1-base
P: Extracting grep
P: Extracting gzip
P: Extracting hostname
P: Extracting mount
P: Extracting sysvinit-utils
P: Extracting initscripts
P: Extracting libslang2
P: Extracting mktemp
P: Extracting ncurses-base
P: Extracting procps
P: Extracting sysv-rc
P: Extracting sysvinit
P: Extracting tar
P: Extracting tzdata
P: Extracting util-linux
O: Selecting previously deselected package base-passwd.
O: (Reading database ... 0 files and directories currently installed.)
O: Unpacking base-passwd (from .../base-passwd_3.5.11_amd64.deb) ...
P: Unpacking package base-passwd
O: dpkg: base-passwd: dependency problems, but configuring anyway as you request:
O:  base-passwd depends on libc6 (>= 2.3.5-1); however:
O:   Package libc6 is not installed.
O: Setting up base-passwd (3.5.11) ...
P: Configuring package base-passwd
O: 
P: Configuring helper cdebootstrap-helper-diverts
O: Selecting previously deselected package cdebootstrap-helper-diverts.
O: (Reading database ... 
O: 24 files and directories currently installed.)
O: Unpacking cdebootstrap-helper-diverts (from .../cdebootstrap-helper-diverts.deb) ...
O: Adding `diversion of /sbin/start-stop-daemon to /sbin/start-stop-daemon.REAL by cdebootstrap-helper-diverts'
O: Adding `diversion of /usr/sbin/invoke-rc.d to /usr/sbin/invoke-rc.d.REAL by cdebootstrap-helper-diverts'
O: Setting up cdebootstrap-helper-diverts (1) ...
P: Configuring helper cdebootstrap-helper-makedev
O: Selecting previously deselected package cdebootstrap-helper-makedev.
O: (Reading database ... 29 files and directories currently installed.)
O: Unpacking cdebootstrap-helper-makedev (from .../cdebootstrap-helper-makedev.deb) ...
O: Setting up cdebootstrap-helper-makedev (1) ...
O: 
O: Selecting previously deselected package dpkg.
O: dpkg: regarding .../dpkg_1.14.4_amd64.deb containing dpkg, pre-dependency problem:
O:  dpkg pre-depends on libc6 (>= 2.5-5)
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../dpkg_1.14.4_amd64.deb containing dpkg, pre-dependency problem:
O:  dpkg pre-depends on coreutils (>= 5.93-1)
O: dpkg: warning - ignoring pre-dependency problem !
O: (Reading database ... 
O: 29 files and directories currently installed.)
O: Unpacking dpkg (from .../dpkg_1.14.4_amd64.deb) ...
P: Unpacking package dpkg
O: dpkg: dpkg: dependency problems, but configuring anyway as you request:
O:  dpkg depends on libc6 (>= 2.5-5); however:
O:   Package libc6 is not installed.
O:  dpkg depends on coreutils (>= 5.93-1); however:
O:   Package coreutils is not installed.
O: Setting up dpkg (1.14.4) ...
P: Configuring package dpkg
O: 
O: Selecting previously deselected package libc6.
O: (Reading database ... 
O: 251 files and directories currently installed.)
O: Unpacking libc6 (from .../libc6_2.5-9_amd64.deb) ...
P: Unpacking package libc6
O: Selecting previously deselected package perl-base.
O: dpkg: regarding .../perl-base_5.8.8-7_amd64.deb containing perl-base, pre-dependency problem:
O:  perl-base pre-depends on libc6 (>= 2.3.5-1)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking perl-base (from .../perl-base_5.8.8-7_amd64.deb) ...
P: Unpacking package perl-base
O: Selecting previously deselected package libpam-runtime.
O: Unpacking libpam-runtime (from .../libpam-runtime_0.79-4_all.deb) ...
P: Unpacking package libpam-runtime
O: Selecting previously deselected package libpam0g.
O: Unpacking libpam0g (from .../libpam0g_0.79-4_amd64.deb) ...
P: Unpacking package libpam0g
O: Selecting previously deselected package libsepol1.
O: Unpacking libsepol1 (from .../libsepol1_2.0.3-1_amd64.deb) ...
P: Unpacking package libsepol1
O: Selecting previously deselected package libselinux1.
O: Unpacking libselinux1 (from .../libselinux1_2.0.15-2_amd64.deb) ...
P: Unpacking package libselinux1
O: Selecting previously deselected package libcap1.
O: Unpacking libcap1 (from .../libcap1_1.10-14_amd64.deb) ...
P: Unpacking package libcap1
O: Selecting previously deselected package libdb4.3.
O: Unpacking libdb4.3 (from .../libdb4.3_4.3.29-8_amd64.deb) ...
P: Unpacking package libdb4.3
O: Selecting previously deselected package libpam-modules.
O: Unpacking libpam-modules (from .../libpam-modules_0.79-4_amd64.deb) ...
P: Unpacking package libpam-modules
O: Selecting previously deselected package login.
O: dpkg: regarding .../login_4.0.18.1-9_amd64.deb containing login, pre-dependency problem:
O:  login pre-depends on libc6 (>= 2.5-5)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../login_4.0.18.1-9_amd64.deb containing login, pre-dependency problem:
O:  login pre-depends on libpam0g (>= 0.76)
O:   libpam0g is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../login_4.0.18.1-9_amd64.deb containing login, pre-dependency problem:
O:  login pre-depends on libpam-runtime (>= 0.76-14)
O:   libpam-runtime is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking login (from .../login_4.0.18.1-9_amd64.deb) ...
P: Unpacking package login
O: Selecting previously deselected package debianutils.
O: dpkg: regarding .../debianutils_2.19_amd64.deb containing debianutils, pre-dependency problem:
O:  debianutils pre-depends on libc6 (>= 2.5-5)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking debianutils (from .../debianutils_2.19_amd64.deb) ...
P: Unpacking package debianutils
O: Selecting previously deselected package passwd.
O: Unpacking passwd (from .../passwd_4.0.18.1-9_amd64.deb) ...
P: Unpacking package passwd
O: Selecting previously deselected package liblocale-gettext-perl.
O: dpkg: regarding .../liblocale-gettext-perl_1.05-1_amd64.deb containing liblocale-gettext-perl, pre-dependency problem:
O:  liblocale-gettext-perl pre-depends on perl-base (>= 5.8.8-3)
O:   perl-base is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../liblocale-gettext-perl_1.05-1_amd64.deb containing liblocale-gettext-perl, pre-dependency problem:
O:  liblocale-gettext-perl pre-depends on perlapi-5.8.8
O:   perl-base provides perlapi-5.8.8 but is unpacked but not configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.05-1_amd64.deb) ...
P: Unpacking package liblocale-gettext-perl
O: Selecting previously deselected package libtext-iconv-perl.
O: Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.4-3_amd64.deb) ...
P: Unpacking package libtext-iconv-perl
O: Selecting previously deselected package libtext-charwidth-perl.
O: Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-4_amd64.deb) ...
P: Unpacking package libtext-charwidth-perl
O: Selecting previously deselected package libtext-wrapi18n-perl.
O: Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-5_all.deb) ...
P: Unpacking package libtext-wrapi18n-perl
O: Selecting previously deselected package debconf.
O: dpkg: regarding .../debconf_1.5.13_all.deb containing debconf, pre-dependency problem:
O:  debconf pre-depends on perl-base (>= 5.6.1-4)
O:   perl-base is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking debconf (from .../debconf_1.5.13_all.deb) ...
P: Unpacking package debconf
O: Selecting previously deselected package debconf-i18n.
O: Unpacking debconf-i18n (from .../debconf-i18n_1.5.13_all.deb) ...
P: Unpacking package debconf-i18n
O: Selecting previously deselected package gcc-4.2-base.
O: Unpacking gcc-4.2-base (from .../gcc-4.2-base_4.2-20070525-1_amd64.deb) ...
P: Unpacking package gcc-4.2-base
O: Selecting previously deselected package libgcc1.
O: Unpacking libgcc1 (from .../libgcc1_4.2-20070525-1_amd64.deb) ...
P: Unpacking package libgcc1
O: Selecting previously deselected package libstdc++6.
O: Unpacking libstdc++6 (from .../libstdc++6_4.2-20070525-1_amd64.deb) ...
P: Unpacking package libstdc++6
O: Selecting previously deselected package zlib1g.
O: Unpacking zlib1g (from .../zlib1g_1.2.3-15_amd64.deb) ...
P: Unpacking package zlib1g
O: Selecting previously deselected package libncurses5.
O: Unpacking libncurses5 (from .../libncurses5_5.6-3_amd64.deb) ...
P: Unpacking package libncurses5
O: Selecting previously deselected package makedev.
O: Unpacking makedev (from .../makedev_2.3.1-83_all.deb) ...
P: Unpacking package makedev
O: Selecting previously deselected package mawk.
O: dpkg: regarding .../mawk_1.3.3-11_amd64.deb containing mawk, pre-dependency problem:
O:  mawk pre-depends on libc6 (>= 2.3.5-1)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking mawk (from .../mawk_1.3.3-11_amd64.deb) ...
P: Unpacking package mawk
O: Selecting previously deselected package base-files.
O: Unpacking base-files (from .../base-files_4.0.0_amd64.deb) ...
P: Unpacking package base-files
O: Selecting previously deselected package bash.
O: dpkg: regarding .../bash_3.1dfsg-8_amd64.deb containing bash, pre-dependency problem:
O:  bash pre-depends on libc6 (>= 2.3.5-1)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../bash_3.1dfsg-8_amd64.deb containing bash, pre-dependency problem:
O:  bash pre-depends on libncurses5 (>= 5.4-5)
O:   libncurses5 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking bash (from .../bash_3.1dfsg-8_amd64.deb) ...
P: Unpacking package bash
O: Selecting previously deselected package bsdutils.
O: dpkg: regarding .../bsdutils_2.12r-19_amd64.deb containing bsdutils, pre-dependency problem:
O:  bsdutils pre-depends on libc6 (>= 2.3.5-1)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking bsdutils (from .../bsdutils_2.12r-19_amd64.deb) ...
P: Unpacking package bsdutils
O: Selecting previously deselected package libattr1.
O: Unpacking libattr1 (from .../libattr1_2.4.32-1.1_amd64.deb) ...
P: Unpacking package libattr1
O: Selecting previously deselected package libacl1.
O: Unpacking libacl1 (from .../libacl1_2.2.42-1_amd64.deb) ...
P: Unpacking package libacl1
O: Selecting previously deselected package coreutils.
O: dpkg: regarding .../coreutils_5.97-5.3_amd64.deb containing coreutils, pre-dependency problem:
O:  coreutils pre-depends on libacl1 (>= 2.2.11-1)
O:   libacl1 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../coreutils_5.97-5.3_amd64.deb containing coreutils, pre-dependency problem:
O:  coreutils pre-depends on libc6 (>= 2.3.5-1)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../coreutils_5.97-5.3_amd64.deb containing coreutils, pre-dependency problem:
O:  coreutils pre-depends on libselinux1 (>= 1.32)
O:   libselinux1 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking coreutils (from .../coreutils_5.97-5.3_amd64.deb) ...
P: Unpacking package coreutils
O: Use of uninitialized value in string eq at /usr/sbin/dpkg-divert line 224.
O: Use of uninitialized value in length at /usr/sbin/dpkg-divert line 224.
O: Use of uninitialized value in length at /usr/sbin/dpkg-divert line 224.
O: Use of uninitialized value in length at /usr/sbin/dpkg-divert line 224.
O: No diversion `any diversion of /usr/share/man/man1/md5sum.textutils.1.gz', none removed
O: Use of uninitialized value in string eq at /usr/sbin/dpkg-divert line 224.
O: Use of uninitialized value in length at /usr/sbin/dpkg-divert line 224.
O: Use of uninitialized value in length at /usr/sbin/dpkg-divert line 224.
O: Use of uninitialized value in length at /usr/sbin/dpkg-divert line 224.
O: No diversion `any diversion of /usr/bin/md5sum.textutils', none removed
O: Selecting previously deselected package sed.
O: dpkg: regarding .../sed_4.1.5-2_amd64.deb containing sed, pre-dependency problem:
O:  sed pre-depends on libc6 (>= 2.5-5)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking sed (from .../sed_4.1.5-2_amd64.deb) ...
P: Unpacking package sed
O: Selecting previously deselected package ncurses-bin.
O: dpkg: regarding .../ncurses-bin_5.6-3_amd64.deb containing ncurses-bin, pre-dependency problem:
O:  ncurses-bin pre-depends on libc6 (>= 2.5-5)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../ncurses-bin_5.6-3_amd64.deb containing ncurses-bin, pre-dependency problem:
O:  ncurses-bin pre-depends on libncurses5 (>= 5.4-5)
O:   libncurses5 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking ncurses-bin (from .../ncurses-bin_5.6-3_amd64.deb) ...
P: Unpacking package ncurses-bin
O: Selecting previously deselected package lsb-base.
O: Unpacking lsb-base (from .../lsb-base_3.1-23.1_all.deb) ...
P: Unpacking package lsb-base
O: Selecting previously deselected package diff.
O: dpkg: regarding .../diff_2.8.1-12_amd64.deb containing diff, pre-dependency problem:
O:  diff pre-depends on libc6 (>= 2.5)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking diff (from .../diff_2.8.1-12_amd64.deb) ...
P: Unpacking package diff
O: Selecting previously deselected package dselect.
O: Unpacking dselect (from .../dselect_1.14.4_amd64.deb) ...
P: Unpacking package dselect
O: Selecting previously deselected package e2fslibs.
O: Unpacking e2fslibs (from .../e2fslibs_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ...
P: Unpacking package e2fslibs
O: Selecting previously deselected package libdevmapper1.02.1.
O: Unpacking libdevmapper1.02.1 (from .../libdevmapper1.02.1_1.02.18-1_amd64.deb) ...
P: Unpacking package libdevmapper1.02.1
O: Selecting previously deselected package libblkid1.
O: Unpacking libblkid1 (from .../libblkid1_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ...
P: Unpacking package libblkid1
O: Selecting previously deselected package libcomerr2.
O: Unpacking libcomerr2 (from .../libcomerr2_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ...
P: Unpacking package libcomerr2
O: Selecting previously deselected package libss2.
O: Unpacking libss2 (from .../libss2_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ...
P: Unpacking package libss2
O: Selecting previously deselected package libuuid1.
O: Unpacking libuuid1 (from .../libuuid1_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ...
P: Unpacking package libuuid1
O: Selecting previously deselected package e2fsprogs.
O: dpkg: regarding .../e2fsprogs_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb containing e2fsprogs, pre-dependency problem:
O:  e2fsprogs pre-depends on e2fslibs (= 1.39+1.40-WIP-2007.04.07+dfsg-2)
O:   e2fslibs is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../e2fsprogs_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb containing e2fsprogs, pre-dependency problem:
O:  e2fsprogs pre-depends on libblkid1 (>= 1.34-1)
O:   libblkid1 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../e2fsprogs_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb containing e2fsprogs, pre-dependency problem:
O:  e2fsprogs pre-depends on libc6 (>= 2.5-5)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../e2fsprogs_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb containing e2fsprogs, pre-dependency problem:
O:  e2fsprogs pre-depends on libcomerr2 (>= 1.34-1)
O:   libcomerr2 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../e2fsprogs_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb containing e2fsprogs, pre-dependency problem:
O:  e2fsprogs pre-depends on libss2 (>= 1.34-1)
O:   libss2 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../e2fsprogs_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb containing e2fsprogs, pre-dependency problem:
O:  e2fsprogs pre-depends on libuuid1 (>= 1.34-1)
O:   libuuid1 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking e2fsprogs (from .../e2fsprogs_1.39+1.40-WIP-2007.04.07+dfsg-2_amd64.deb) ...
P: Unpacking package e2fsprogs
O: Selecting previously deselected package findutils.
O: dpkg: regarding .../findutils_4.2.30-1_amd64.deb containing findutils, pre-dependency problem:
O:  findutils pre-depends on libc6 (>= 2.5)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking findutils (from .../findutils_4.2.30-1_amd64.deb) ...
P: Unpacking package findutils
O: Selecting previously deselected package gcc-4.1-base.
O: Unpacking gcc-4.1-base (from .../gcc-4.1-base_4.1.2-8_amd64.deb) ...
P: Unpacking package gcc-4.1-base
O: Selecting previously deselected package grep.
O: dpkg: regarding .../grep_2.5.1.ds2-6_amd64.deb containing grep, pre-dependency problem:
O:  grep pre-depends on libc6 (>= 2.3.5-1)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking grep (from .../grep_2.5.1.ds2-6_amd64.deb) ...
P: Unpacking package grep
O: Selecting previously deselected package gzip.
O: dpkg: regarding .../gzip_1.3.9-2_amd64.deb containing gzip, pre-dependency problem:
O:  gzip pre-depends on libc6 (>= 2.3.5-1)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking gzip (from .../gzip_1.3.9-2_amd64.deb) ...
P: Unpacking package gzip
O: Selecting previously deselected package hostname.
O: dpkg: regarding .../hostname_2.93_amd64.deb containing hostname, pre-dependency problem:
O:  hostname pre-depends on libc6 (>= 2.3.5-1)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking hostname (from .../hostname_2.93_amd64.deb) ...
P: Unpacking package hostname
O: Selecting previously deselected package mount.
O: dpkg: regarding .../mount_2.12r-19_amd64.deb containing mount, pre-dependency problem:
O:  mount pre-depends on libblkid1 (>= 1.37-1)
O:   libblkid1 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../mount_2.12r-19_amd64.deb containing mount, pre-dependency problem:
O:  mount pre-depends on libc6 (>= 2.3.5-1)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../mount_2.12r-19_amd64.deb containing mount, pre-dependency problem:
O:  mount pre-depends on libuuid1
O:   libuuid1 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking mount (from .../mount_2.12r-19_amd64.deb) ...
P: Unpacking package mount
O: Selecting previously deselected package sysvinit-utils.
O: Unpacking sysvinit-utils (from .../sysvinit-utils_2.86.ds1-38_amd64.deb) ...
P: Unpacking package sysvinit-utils
O: Selecting previously deselected package initscripts.
O: Unpacking initscripts (from .../initscripts_2.86.ds1-38_amd64.deb) ...
P: Unpacking package initscripts
O: Selecting previously deselected package libslang2.
O: Unpacking libslang2 (from .../libslang2_2.0.7-1_amd64.deb) ...
P: Unpacking package libslang2
O: Selecting previously deselected package mktemp.
O: dpkg: regarding .../mktemp_1.5-3_amd64.deb containing mktemp, pre-dependency problem:
O:  mktemp pre-depends on libc6 (>= 2.5-5)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking mktemp (from .../mktemp_1.5-3_amd64.deb) ...
P: Unpacking package mktemp
O: Selecting previously deselected package ncurses-base.
O: Unpacking ncurses-base (from .../ncurses-base_5.6-3_all.deb) ...
P: Unpacking package ncurses-base
O: Selecting previously deselected package procps.
O: Unpacking procps (from .../procps_3.2.7-3_amd64.deb) ...
P: Unpacking package procps
O: Selecting previously deselected package sysv-rc.
O: Unpacking sysv-rc (from .../sysv-rc_2.86.ds1-38_all.deb) ...
P: Unpacking package sysv-rc
O: Selecting previously deselected package sysvinit.
O: dpkg: regarding .../sysvinit_2.86.ds1-38_amd64.deb containing sysvinit, pre-dependency problem:
O:  sysvinit pre-depends on initscripts
O:   initscripts is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../sysvinit_2.86.ds1-38_amd64.deb containing sysvinit, pre-dependency problem:
O:  sysvinit pre-depends on sysv-rc (>= 2.86.ds1-1.2) | file-rc (>> 0.7.0)
O:   sysv-rc is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../sysvinit_2.86.ds1-38_amd64.deb containing sysvinit, pre-dependency problem:
O:  sysvinit pre-depends on sysvinit-utils
O:   sysvinit-utils is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking sysvinit (from .../sysvinit_2.86.ds1-38_amd64.deb) ...
P: Unpacking package sysvinit
O: Selecting previously deselected package tar.
O: dpkg: regarding .../tar_1.16.1-1_amd64.deb containing tar, pre-dependency problem:
O:  tar pre-depends on libc6 (>= 2.3.5-1)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking tar (from .../tar_1.16.1-1_amd64.deb) ...
P: Unpacking package tar
O: Selecting previously deselected package tzdata.
O: Unpacking tzdata (from .../tzdata_2007f-4_all.deb) ...
P: Unpacking package tzdata
O: Selecting previously deselected package util-linux.
O: dpkg: regarding .../util-linux_2.12r-19_amd64.deb containing util-linux, pre-dependency problem:
O:  util-linux pre-depends on libc6 (>= 2.3.5-1)
O:   libc6 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../util-linux_2.12r-19_amd64.deb containing util-linux, pre-dependency problem:
O:  util-linux pre-depends on libncurses5 (>= 5.4-5)
O:   libncurses5 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../util-linux_2.12r-19_amd64.deb containing util-linux, pre-dependency problem:
O:  util-linux pre-depends on libslang2 (>= 2.0.6-3)
O:   libslang2 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../util-linux_2.12r-19_amd64.deb containing util-linux, pre-dependency problem:
O:  util-linux pre-depends on libuuid1
O:   libuuid1 is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: dpkg: regarding .../util-linux_2.12r-19_amd64.deb containing util-linux, pre-dependency problem:
O:  util-linux pre-depends on zlib1g (>= 1:1.2.1)
O:   zlib1g is unpacked, but has never been configured.
O: dpkg: warning - ignoring pre-dependency problem !
O: Unpacking util-linux (from .../util-linux_2.12r-19_amd64.deb) ...
P: Unpacking package util-linux
O: Setting up makedev (2.3.1-83) ...
P: Configuring package makedev
O: 
O: Setting up sysv-rc (2.86.ds1-38) ...
P: Configuring package sysv-rc
O: Setting up gcc-4.1-base (4.1.2-8) ...
P: Configuring package gcc-4.1-base
O: 
O: Setting up gcc-4.2-base (4.2-20070525-1) ...
P: Configuring package gcc-4.2-base
O: 
O: Setting up libpam-runtime (0.79-4) ...
P: Configuring package libpam-runtime
O: 
O: Setting up libc6 (2.5-9) ...
P: Configuring package libc6
O: 
O: Setting up libcap1 (1:1.10-14) ...
P: Configuring package libcap1
O: 
O: Setting up mktemp (1.5-3) ...
P: Configuring package mktemp
O: Setting up debianutils (2.19) ...
P: Configuring package debianutils
O: 
O: Setting up libuuid1 (1.39+1.40-WIP-2007.04.07+dfsg-2) ...
P: Configuring package libuuid1
O: 
O: Setting up libpam0g (0.79-4) ...
P: Configuring package libpam0g
O: 
O: Setting up bsdutils (1:2.12r-19) ...
P: Configuring package bsdutils
O: 
O: Setting up perl-base (5.8.8-7) ...
P: Configuring package perl-base
O: Setting up libsepol1 (2.0.3-1) ...
P: Configuring package libsepol1
O: telinit: 
O: /dev/initctl: No such file or directory
O: 
O: Setting up tar (1.16.1-1) ...
P: Configuring package tar
O: 
O: Setting up zlib1g (1:1.2.3-15) ...
P: Configuring package zlib1g
O: 
O: Setting up libgcc1 (1:4.2-20070525-1) ...
P: Configuring package libgcc1
O: 
O: Setting up libtext-iconv-perl (1.4-3) ...
P: Configuring package libtext-iconv-perl
O: Setting up libncurses5 (5.6-3) ...
P: Configuring package libncurses5
O: 
O: Setting up libattr1 (1:2.4.32-1.1) ...
P: Configuring package libattr1
O: 
O: Setting up sed (4.1.5-2) ...
P: Configuring package sed
O: install-info(/usr/share/info/sed.info): no backup file /var/backups/infodir.bak available, retrieving default file.
O: 
O: Setting up e2fslibs (1.39+1.40-WIP-2007.04.07+dfsg-2) ...
P: Configuring package e2fslibs
O: 
O: Setting up libcomerr2 (1.39+1.40-WIP-2007.04.07+dfsg-2) ...
P: Configuring package libcomerr2
O: 
O: Setting up mawk (1.3.3-11) ...
P: Configuring package mawk
O: 
O: Setting up libdb4.3 (4.3.29-8) ...
P: Configuring package libdb4.3
O: Setting up grep (2.5.1.ds2-6) ...
P: Configuring package grep
O: 
O: Setting up hostname (2.93) ...
P: Configuring package hostname
O: Setting up libacl1 (2.2.42-1) ...
P: Configuring package libacl1
O: 
O: Setting up libslang2 (2.0.7-1) ...
P: Configuring package libslang2
O: 
O: Setting up libss2 (1.39+1.40-WIP-2007.04.07+dfsg-2) ...
P: Configuring package libss2
O: 
O: Setting up findutils (4.2.30-1) ...
P: Configuring package findutils
O: 
O: Setting up gzip (1.3.9-2) ...
P: Configuring package gzip
O: 
O: Setting up liblocale-gettext-perl (1.05-1) ...
P: Configuring package liblocale-gettext-perl
O: Setting up diff (2.8.1-12) ...
P: Configuring package diff
O: Setting up libselinux1 (2.0.15-2) ...
P: Configuring package libselinux1
O: init: 
O: /dev/initctl: No such file or directory
O: 
O: Setting up libstdc++6 (4.2-20070525-1) ...
P: Configuring package libstdc++6
O: 
O: Setting up libtext-charwidth-perl (0.04-4) ...
P: Configuring package libtext-charwidth-perl
O: Setting up libtext-wrapi18n-perl (0.06-5) ...
P: Configuring package libtext-wrapi18n-perl
O: Setting up coreutils (5.97-5.3) ...
P: Configuring package coreutils
O: 
O: Setting up ncurses-base (5.6-3) ...
P: Configuring package ncurses-base
O: Setting up ncurses-bin (5.6-3) ...
P: Configuring package ncurses-bin
O: Setting up libpam-modules (0.79-4) ...
P: Configuring package libpam-modules
O: 
O: Setting up base-files (4.0.0) ...
P: Configuring package base-files
O: 
O: Setting up libdevmapper1.02.1 (2:1.02.18-1) ...
P: Configuring package libdevmapper1.02.1
O: 
O: Setting up libblkid1 (1.39+1.40-WIP-2007.04.07+dfsg-2) ...
P: Configuring package libblkid1
O: 
O: Setting up e2fsprogs (1.39+1.40-WIP-2007.04.07+dfsg-2) ...
P: Configuring package e2fsprogs
O: Setting up dselect (1.14.4) ...
P: Configuring package dselect
O: Setting up sysvinit-utils (2.86.ds1-38) ...
P: Configuring package sysvinit-utils
O: Setting up bash (3.1dfsg-8) ...
P: Configuring package bash
O: 
O: Setting up login (1:4.0.18.1-9) ...
P: Configuring package login
O: 
O: Setting up lsb-base (3.1-23.1) ...
P: Configuring package lsb-base
O: Setting up procps (1:3.2.7-3) ...
P: Configuring package procps
O: 
O: Setting up mount (2.12r-19) ...
P: Configuring package mount
O: 
O: Setting up passwd (1:4.0.18.1-9) ...
P: Configuring package passwd
O: Shadow passwords are now on.
O: 
O: Setting up initscripts (2.86.ds1-38) ...
P: Configuring package initscripts
O: 
O: Setting up sysvinit (2.86.ds1-38) ...
P: Configuring package sysvinit
O: sysvinit: creating /dev/initctl
O: init: 
O: timeout opening/writing control channel /dev/initctl
O: 
O: Setting up debconf-i18n (1.5.13) ...
P: Configuring package debconf-i18n
O: Setting up debconf (1.5.13) ...
P: Configuring package debconf
O: 
O: Setting up tzdata (2007f-4) ...
P: Configuring package tzdata
O: 
O: Current default timezone: 'Etc/UTC'
O: Local time is now:      Sun May 27 23:51:37 UTC 2007.
O: Universal Time is now:  Sun May 27 23:51:37 UTC 2007.
O: Run 'dpkg-reconfigure tzdata' if you wish to change it.
O: 
O: 
O: Setting up util-linux (2.12r-19) ...
P: Configuring package util-linux
O: 
O: Selecting previously deselected package libbz2-1.0.
O: (Reading database ... 
O: 4876 files and directories currently installed.)
O: Unpacking libbz2-1.0 (from .../libbz2-1.0_1.0.3-7_amd64.deb) ...
P: Unpacking package libbz2-1.0
O: Selecting previously deselected package libgpg-error0.
O: Unpacking libgpg-error0 (from .../libgpg-error0_1.4-2_amd64.deb) ...
P: Unpacking package libgpg-error0
O: Selecting previously deselected package libgcrypt11.
O: Unpacking libgcrypt11 (from .../libgcrypt11_1.2.4-2_amd64.deb) ...
P: Unpacking package libgcrypt11
O: Selecting previously deselected package liblzo2-2.
O: Unpacking liblzo2-2 (from .../liblzo2-2_2.02-2_amd64.deb) ...
P: Unpacking package liblzo2-2
O: Selecting previously deselected package libopencdk8.
O: Unpacking libopencdk8 (from .../libopencdk8_0.5.13-2_amd64.deb) ...
P: Unpacking package libopencdk8
O: Selecting previously deselected package libtasn1-3.
O: Unpacking libtasn1-3 (from .../libtasn1-3_0.3.9-1_amd64.deb) ...
P: Unpacking package libtasn1-3
O: Selecting previously deselected package libgnutls13.
O: Unpacking libgnutls13 (from .../libgnutls13_1.6.3-1_amd64.deb) ...
P: Unpacking package libgnutls13
O: Selecting previously deselected package libdb4.2.
O: Unpacking libdb4.2 (from .../libdb4.2_4.2.52+dfsg-2_amd64.deb) ...
P: Unpacking package libdb4.2
O: Selecting previously deselected package libsasl2-2.
O: Unpacking libsasl2-2 (from .../libsasl2-2_2.1.22.dfsg1-10_amd64.deb) ...
P: Unpacking package libsasl2-2
O: Selecting previously deselected package libldap2.
O: Unpacking libldap2 (from .../libldap2_2.1.30-13.4_amd64.deb) ...
P: Unpacking package libldap2
O: Selecting previously deselected package readline-common.
O: Unpacking readline-common (from .../readline-common_5.2-3_all.deb) ...
P: Unpacking package readline-common
O: Selecting previously deselected package libreadline5.
O: Unpacking libreadline5 (from .../libreadline5_5.2-3_amd64.deb) ...
P: Unpacking package libreadline5
O: Selecting previously deselected package libusb-0.1-4.
O: Unpacking libusb-0.1-4 (from .../libusb-0.1-4_0.1.12-7_amd64.deb) ...
P: Unpacking package libusb-0.1-4
O: Selecting previously deselected package gpgv.
O: Unpacking gpgv (from .../gpgv_1.4.6-2_amd64.deb) ...
P: Unpacking package gpgv
O: Selecting previously deselected package gnupg.
O: Unpacking gnupg (from .../gnupg_1.4.6-2_amd64.deb) ...
P: Unpacking package gnupg
O: Selecting previously deselected package debian-archive-keyring.
O: Unpacking debian-archive-keyring (from .../debian-archive-keyring_2007.02.19_all.deb) ...
P: Unpacking package debian-archive-keyring
O: Selecting previously deselected package apt.
O: Unpacking apt (from .../apt_0.6.46.4-0.1_amd64.deb) ...
P: Unpacking package apt
O: Setting up libbz2-1.0 (1.0.3-7) ...
P: Configuring package libbz2-1.0
O: 
O: Setting up libgpg-error0 (1.4-2) ...
P: Configuring package libgpg-error0
O: 
O: Setting up libgcrypt11 (1.2.4-2) ...
P: Configuring package libgcrypt11
O: 
O: Setting up liblzo2-2 (2.02-2) ...
P: Configuring package liblzo2-2
O: 
O: Setting up libopencdk8 (0.5.13-2) ...
P: Configuring package libopencdk8
O: 
O: Setting up libtasn1-3 (0.3.9-1) ...
P: Configuring package libtasn1-3
O: 
O: Setting up libgnutls13 (1.6.3-1) ...
P: Configuring package libgnutls13
O: 
O: Setting up libdb4.2 (4.2.52+dfsg-2) ...
P: Configuring package libdb4.2
O: Setting up libsasl2-2 (2.1.22.dfsg1-10) ...
P: Configuring package libsasl2-2
O: 
O: Setting up libldap2 (2.1.30-13.4) ...
P: Configuring package libldap2
O: 
O: Setting up readline-common (5.2-3) ...
P: Configuring package readline-common
O: 
O: Setting up libreadline5 (5.2-3) ...
P: Configuring package libreadline5
O: 
O: Setting up libusb-0.1-4 (2:0.1.12-7) ...
P: Configuring package libusb-0.1-4
O: 
O: Setting up gpgv (1.4.6-2) ...
P: Configuring package gpgv
O: Setting up gnupg (1.4.6-2) ...
P: Configuring package gnupg
O: Setting up debian-archive-keyring (2007.02.19) ...
P: Configuring package debian-archive-keyring
O: gpg: 
O: keyring `/etc/apt/trusted.gpg' created
O: gpg: 
O: /etc/apt/trustdb.gpg: trustdb created
O: gpg: 
O: key 2D230C5F: public key "Debian Archive Automatic Signing Key (2006) <ftpmaster@debian.org>" imported
O: gpg: 
O: key 6070D3A1: public key "Debian Archive Automatic Signing Key (4.0/etch) <ftpmaster@debian.org>" imported
O: gpg: 
O: key ADB11277: public key "Etch Stable Release Key <debian-release@lists.debian.org>" imported
O: gpg: 
O: Total number processed: 3
O: gpg: 
O:               imported: 3
O: 
O: gpg: 
O: no ultimately trusted keys found
O: 
O: Setting up apt (0.6.46.4-0.1) ...
P: Configuring package apt
O: gpg: 
O: key 2D230C5F: "Debian Archive Automatic Signing Key (2006) <ftpmaster@debian.org>" not changed
O: gpg: 
O: key 6070D3A1: "Debian Archive Automatic Signing Key (4.0/etch) <ftpmaster@debian.org>" not changed
O: gpg: 
O: key ADB11277: "Etch Stable Release Key <debian-release@lists.debian.org>" not changed
O: gpg: 
O: Total number processed: 3
O: gpg: 
O:              unchanged: 3
O: 
P: Configuring helper cdebootstrap-helper-apt
O: Selecting previously deselected package cdebootstrap-helper-apt.
O: (Reading database ... 
O: 5283 files and directories currently installed.)
O: Unpacking cdebootstrap-helper-apt (from /cdebootstrap-helper-apt.deb) ...
O: Setting up cdebootstrap-helper-apt (1) ...
O: Get:1 bootstrap: . Release.gpg [189B]
O: Get:2 bootstrap: . Release [79.6kB]
O: Reading package lists...
O: 
O: Reading package lists...
O: Building dependency tree...
O: 
O: Suggested packages:
O:   perl-modules debtags cpp wamerican wordlist whois vacation anacron
O:   lockfile-progs checksecurity resolvconf avahi-autoipd groff iproute ppp less
O:   www-browser man-browser spell
O: Recommended packages:
O:   aptitude-doc-en aptitude-doc libparse-debianchangelog-perl exim4 postfix
O:   mail-transport-agent libgpmg1 libfribidi0 mailx
O: The following NEW packages will be installed:
O:   adduser apt-utils aptitude bsdmainutils cpio cron dhcp3-client dhcp3-common
O:   dmidecode ed groff-base ifupdown info iptables iputils-ping klogd
O:   laptop-detect libconsole libdb4.4 libgdbm3 liblzo1 libncursesw5 libnewt0.52
O:   libpopt0 libsigc++-2.0-0c2a libssl0.9.8 libwrap0 logrotate man-db manpages
O:   module-init-tools nano net-tools netbase netcat openbsd-inetd sysklogd
O:   tasksel tasksel-data tcpd traceroute update-inetd vim-common vim-tiny wget
O:   whiptail
O: 0 upgraded, 46 newly installed, 0 to remove and 0 not upgraded.
O: Need to get 12.5MB of archives.
O: After unpacking 39.6MB of additional disk space will be used.
O: WARNING: The following packages cannot be authenticated!
O:   adduser libdb4.4 apt-utils libncursesw5 libsigc++-2.0-0c2a aptitude
O:   bsdmainutils cpio cron dhcp3-common dhcp3-client dmidecode ed groff-base
O:   net-tools ifupdown info iptables iputils-ping sysklogd klogd laptop-detect
O:   libconsole libgdbm3 liblzo1 libnewt0.52 libpopt0 libssl0.9.8 libwrap0
O:   logrotate man-db manpages module-init-tools nano update-inetd tcpd
O:   openbsd-inetd netbase netcat tasksel-data tasksel traceroute vim-common
O:   vim-tiny wget whiptail
O: debconf: delaying package configuration, since apt-utils is not installed
O: Authentication warning overridden.
O: Selecting previously deselected package adduser.
O: (Reading database ... 
O: 5284 files and directories currently installed.)
O: Unpacking adduser (from .../adduser_3.102_all.deb) ...
P: Unpacking package adduser
O: Selecting previously deselected package libdb4.4.
O: Unpacking libdb4.4 (from .../libdb4.4_4.4.20-8_amd64.deb) ...
P: Unpacking package libdb4.4
O: Selecting previously deselected package apt-utils.
O: Unpacking apt-utils (from .../apt-utils_0.6.46.4-0.1_amd64.deb) ...
P: Unpacking package apt-utils
O: Selecting previously deselected package libncursesw5.
O: Unpacking libncursesw5 (from .../libncursesw5_5.6-3_amd64.deb) ...
P: Unpacking package libncursesw5
O: Selecting previously deselected package libsigc++-2.0-0c2a.
O: Unpacking libsigc++-2.0-0c2a (from .../libsigc++-2.0-0c2a_2.0.17-2_amd64.deb) ...
P: Unpacking package libsigc++-2.0-0c2a
O: Selecting previously deselected package aptitude.
O: Unpacking aptitude (from .../aptitude_0.4.4-4_amd64.deb) ...
P: Unpacking package aptitude
O: Selecting previously deselected package bsdmainutils.
O: Unpacking bsdmainutils (from .../bsdmainutils_6.1.6_amd64.deb) ...
P: Unpacking package bsdmainutils
O: Selecting previously deselected package cpio.
O: Unpacking cpio (from .../bootstrap/cpio_2.7-3_amd64.deb) ...
P: Unpacking package cpio
O: Selecting previously deselected package cron.
O: Unpacking cron (from .../cron_3.0pl1-100_amd64.deb) ...
P: Unpacking package cron
O: Selecting previously deselected package dhcp3-common.
O: Unpacking dhcp3-common (from .../dhcp3-common_3.0.4-14_amd64.deb) ...
P: Unpacking package dhcp3-common
O: Selecting previously deselected package dhcp3-client.
O: Unpacking dhcp3-client (from .../dhcp3-client_3.0.4-14_amd64.deb) ...
P: Unpacking package dhcp3-client
O: Selecting previously deselected package dmidecode.
O: Unpacking dmidecode (from .../dmidecode_2.9-1_amd64.deb) ...
P: Unpacking package dmidecode
O: Selecting previously deselected package ed.
O: Unpacking ed (from .../bootstrap/ed_0.2-20_amd64.deb) ...
P: Unpacking package ed
O: Selecting previously deselected package groff-base.
O: Unpacking groff-base (from .../groff-base_1.18.1.1-12_amd64.deb) ...
P: Unpacking package groff-base
O: Selecting previously deselected package net-tools.
O: Unpacking net-tools (from .../net-tools_1.60-17_amd64.deb) ...
P: Unpacking package net-tools
O: Selecting previously deselected package ifupdown.
O: Unpacking ifupdown (from .../ifupdown_0.6.8_amd64.deb) ...
P: Unpacking package ifupdown
O: Selecting previously deselected package info.
O: Unpacking info (from .../info_4.8.dfsg.1-6_amd64.deb) ...
P: Unpacking package info
O: Selecting previously deselected package iptables.
O: Unpacking iptables (from .../iptables_1.3.6.0debian1-5_amd64.deb) ...
P: Unpacking package iptables
O: Selecting previously deselected package iputils-ping.
O: Unpacking iputils-ping (from .../iputils-ping_20070202-1_amd64.deb) ...
P: Unpacking package iputils-ping
O: Selecting previously deselected package sysklogd.
O: Unpacking sysklogd (from .../sysklogd_1.4.1-20_amd64.deb) ...
P: Unpacking package sysklogd
O: Selecting previously deselected package klogd.
O: Unpacking klogd (from .../klogd_1.4.1-20_amd64.deb) ...
P: Unpacking package klogd
O: Selecting previously deselected package laptop-detect.
O: Unpacking laptop-detect (from .../laptop-detect_0.13.1_amd64.deb) ...
P: Unpacking package laptop-detect
O: Selecting previously deselected package libconsole.
O: Unpacking libconsole (from .../libconsole_0.2.3dbs-65_amd64.deb) ...
P: Unpacking package libconsole
O: Selecting previously deselected package libgdbm3.
O: Unpacking libgdbm3 (from .../libgdbm3_1.8.3-3_amd64.deb) ...
P: Unpacking package libgdbm3
O: Selecting previously deselected package liblzo1.
O: Unpacking liblzo1 (from .../liblzo1_1.08-3_amd64.deb) ...
P: Unpacking package liblzo1
O: Selecting previously deselected package libnewt0.52.
O: Unpacking libnewt0.52 (from .../libnewt0.52_0.52.2-10_amd64.deb) ...
P: Unpacking package libnewt0.52
O: Selecting previously deselected package libpopt0.
O: Unpacking libpopt0 (from .../libpopt0_1.10-3_amd64.deb) ...
P: Unpacking package libpopt0
O: Selecting previously deselected package libssl0.9.8.
O: Unpacking libssl0.9.8 (from .../libssl0.9.8_0.9.8e-5_amd64.deb) ...
P: Unpacking package libssl0.9.8
O: Selecting previously deselected package libwrap0.
O: Unpacking libwrap0 (from .../libwrap0_7.6.dbs-13_amd64.deb) ...
P: Unpacking package libwrap0
O: Selecting previously deselected package logrotate.
O: Unpacking logrotate (from .../logrotate_3.7.1-3_amd64.deb) ...
P: Unpacking package logrotate
O: Selecting previously deselected package man-db.
O: Unpacking man-db (from .../man-db_2.4.4-3_amd64.deb) ...
P: Unpacking package man-db
O: Selecting previously deselected package manpages.
O: Unpacking manpages (from .../manpages_2.49-1_all.deb) ...
P: Unpacking package manpages
O: Selecting previously deselected package module-init-tools.
O: Unpacking module-init-tools (from .../module-init-tools_3.3-pre11-1_amd64.deb) ...
P: Unpacking package module-init-tools
O: Selecting previously deselected package nano.
O: Unpacking nano (from .../nano_2.0.6-1_amd64.deb) ...
P: Unpacking package nano
O: Selecting previously deselected package update-inetd.
O: Unpacking update-inetd (from .../update-inetd_4.27-0.5_all.deb) ...
P: Unpacking package update-inetd
O: Selecting previously deselected package tcpd.
O: Unpacking tcpd (from .../tcpd_7.6.dbs-13_amd64.deb) ...
P: Unpacking package tcpd
O: Selecting previously deselected package openbsd-inetd.
O: Unpacking openbsd-inetd (from .../openbsd-inetd_0.20050402-6_amd64.deb) ...
P: Unpacking package openbsd-inetd
O: Selecting previously deselected package netbase.
O: Unpacking netbase (from .../bootstrap/netbase_4.29_all.deb) ...
P: Unpacking package netbase
O: Selecting previously deselected package netcat.
O: Unpacking netcat (from .../netcat_1.10-33_amd64.deb) ...
P: Unpacking package netcat
O: Selecting previously deselected package tasksel-data.
O: Unpacking tasksel-data (from .../tasksel-data_2.67_all.deb) ...
P: Unpacking package tasksel-data
O: Selecting previously deselected package tasksel.
O: Unpacking tasksel (from .../bootstrap/tasksel_2.67_all.deb) ...
P: Unpacking package tasksel
O: Selecting previously deselected package traceroute.
O: Unpacking traceroute (from .../traceroute_1.4a12-21_amd64.deb) ...
P: Unpacking package traceroute
O: Selecting previously deselected package vim-common.
O: Unpacking vim-common (from .../vim-common_7.1-000+1_amd64.deb) ...
P: Unpacking package vim-common
O: Selecting previously deselected package vim-tiny.
O: Unpacking vim-tiny (from .../vim-tiny_7.1-000+1_amd64.deb) ...
P: Unpacking package vim-tiny
O: Selecting previously deselected package wget.
O: Unpacking wget (from .../wget_1.10.2-2_amd64.deb) ...
P: Unpacking package wget
O: Selecting previously deselected package whiptail.
O: Unpacking whiptail (from .../whiptail_0.52.2-10_amd64.deb) ...
P: Unpacking package whiptail
O: Setting up adduser (3.102) ...
P: Configuring package adduser
O: 
O: Setting up libdb4.4 (4.4.20-8) ...
P: Configuring package libdb4.4
O: Setting up apt-utils (0.6.46.4-0.1) ...
P: Configuring package apt-utils
O: 
O: Setting up libncursesw5 (5.6-3) ...
P: Configuring package libncursesw5
O: 
O: Setting up libsigc++-2.0-0c2a (2.0.17-2) ...
P: Configuring package libsigc++-2.0-0c2a
O: 
O: Setting up aptitude (0.4.4-4) ...
P: Configuring package aptitude
O: 
O: Setting up bsdmainutils (6.1.6) ...
P: Configuring package bsdmainutils
O: 
O: Setting up cpio (2.7-3) ...
P: Configuring package cpio
O: 
O: Setting up cron (3.0pl1-100) ...
P: Configuring package cron
O: Adding group `crontab' (GID 101) ...
O: Done.
O: 
O: Setting up dhcp3-common (3.0.4-14) ...
P: Configuring package dhcp3-common
O: Setting up dhcp3-client (3.0.4-14) ...
P: Configuring package dhcp3-client
O: 
O: Setting up dmidecode (2.9-1) ...
P: Configuring package dmidecode
O: Setting up ed (0.2-20) ...
P: Configuring package ed
O: 
O: Setting up groff-base (1.18.1.1-12) ...
P: Configuring package groff-base
O: 
O: Setting up net-tools (1.60-17) ...
P: Configuring package net-tools
O: Setting up ifupdown (0.6.8) ...
P: Configuring package ifupdown
O: df: 
O: Warning: cannot read table of mounted file systems
O: 
O: ifupdown.postinst: Warning: No 'iface lo' definition found in /etc/network/interfaces
O: ifupdown.postinst: Warning: No 'auto lo' statement found in /etc/network/interfaces
O: 
O: Setting up info (4.8.dfsg.1-6) ...
P: Configuring package info
O: 
O: Setting up iptables (1.3.6.0debian1-5) ...
P: Configuring package iptables
O: 
O: Setting up iputils-ping (3:20070202-1) ...
P: Configuring package iputils-ping
O: Setting up laptop-detect (0.13.1) ...
P: Configuring package laptop-detect
O: Setting up libconsole (1:0.2.3dbs-65) ...
P: Configuring package libconsole
O: 
O: Setting up libgdbm3 (1.8.3-3) ...
P: Configuring package libgdbm3
O: 
O: Setting up liblzo1 (1.08-3) ...
P: Configuring package liblzo1
O: 
O: Setting up libnewt0.52 (0.52.2-10) ...
P: Configuring package libnewt0.52
O: 
O: Setting up libpopt0 (1.10-3) ...
P: Configuring package libpopt0
O: 
O: Setting up libssl0.9.8 (0.9.8e-5) ...
P: Configuring package libssl0.9.8
O: 
O: Setting up libwrap0 (7.6.dbs-13) ...
P: Configuring package libwrap0
O: 
O: Setting up logrotate (3.7.1-3) ...
P: Configuring package logrotate
O: Setting up man-db (2.4.4-3) ...
P: Configuring package man-db
O: Building database of manual pages ...
O: 
O: Setting up manpages (2.49-1) ...
P: Configuring package manpages
O: Setting up module-init-tools (3.3-pre11-1) ...
P: Configuring package module-init-tools
O: 
O: Setting up nano (2.0.6-1) ...
P: Configuring package nano
O: 
O: Setting up update-inetd (4.27-0.5) ...
P: Configuring package update-inetd
O: 
O: Setting up tcpd (7.6.dbs-13) ...
P: Configuring package tcpd
O: 
O: Setting up openbsd-inetd (0.20050402-6) ...
P: Configuring package openbsd-inetd
O: 
O: Setting up netbase (4.29) ...
P: Configuring package netbase
O: 
O: Setting up netcat (1.10-33) ...
P: Configuring package netcat
O: Setting up traceroute (1.4a12-21) ...
P: Configuring package traceroute
O: 
O: Setting up vim-common (1:7.1-000+1) ...
P: Configuring package vim-common
O: 
O: Setting up vim-tiny (1:7.1-000+1) ...
P: Configuring package vim-tiny
O: 
O: Setting up wget (1.10.2-2) ...
P: Configuring package wget
O: 
O: Setting up whiptail (0.52.2-10) ...
P: Configuring package whiptail
O: Setting up klogd (1.4.1-20) ...
P: Configuring package klogd
O: 
O: Setting up sysklogd (1.4.1-20) ...
P: Configuring package sysklogd
O: 
O: Setting up tasksel-data (2.67) ...
P: Configuring package tasksel-data
O: Setting up tasksel (2.67) ...
P: Configuring package tasksel
O: 
P: Deconfiguring helper cdebootstrap-helper-apt
O: (Reading database ... 
O: 7179 files and directories currently installed.)
O: Removing cdebootstrap-helper-apt ...
P: Deconfiguring helper cdebootstrap-helper-diverts
O: (Reading database ... 
O: 7178 files and directories currently installed.)
O: Removing cdebootstrap-helper-diverts ...
O: Purging configuration files for cdebootstrap-helper-diverts ...
O: Removing `diversion of /sbin/start-stop-daemon to /sbin/start-stop-daemon.REAL by cdebootstrap-helper-diverts'
O: Removing `diversion of /usr/sbin/invoke-rc.d to /usr/sbin/invoke-rc.d.REAL by cdebootstrap-helper-diverts'
P: Deconfiguring helper cdebootstrap-helper-makedev
O: (Reading database ... 
O: 7176 files and directories currently installed.)
O: Removing cdebootstrap-helper-makedev ...
O: Reading package lists...
O: 
P: Writing hosts
P: Writing resolv.conf
P: Writing apt sources.list
 -> debootstrap finished
 -> copying local configuration
  -> Installing apt-lines
umount: /sys: not mounted
umount: /proc/bus/usb: not found
umount: /dev/shm: not mounted
umount: /proc: not mounted
umount: /dev/pts: not mounted
 -> user script /var/cache/pbuilder/build//NUM/tmp/hooks/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh finished
Refreshing the base.tgz 
 -> upgrading packages
 -> mounting /proc filesystem
 -> mounting /dev/pts filesystem
 -> installing dummy policy-rc.d
Get:1 http://cdn.debian.or.jp sid Release.gpg [189B]
Get:2 http://cdn.debian.or.jp sid Release [79.6kB]
Get:3 http://cdn.debian.or.jp sid/main Packages [6238kB]
Fetched XXXB in Xs (XXXXXB/s)
Reading package lists...
dpkg - warning: ignoring request to remove lilo which isn't installed.
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-4.1 g++ g++-4.1 gcc gcc-4.1 libc6-dev libstdc++6-4.1-dev
  linux-libc-dev make patch perl perl-modules
Suggested packages:
  binutils-doc cpp-doc gcc-4.1-locales debian-keyring g++-multilib
  g++-4.1-multilib gcc-4.1-doc gcc-multilib manpages-dev autoconf automake1.9
  libtool flex bison gdb gcc-doc gcc-4.1-multilib glibc-doc libstdc++6-4.1-doc
  make-doc diff-doc libterm-readline-gnu-perl libterm-readline-perl-perl
Recommended packages:
  bzip2 libmudflap0-dev perl-doc
The following NEW packages will be installed:
  binutils build-essential cpp cpp-4.1 dpkg-dev g++ g++-4.1 gcc gcc-4.1
  libc6-dev libstdc++6-4.1-dev linux-libc-dev make patch perl perl-modules
0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
Need to get 19.9MB of archives.
After unpacking 78.5MB of additional disk space will be used.
Get:1 http://cdn.debian.or.jp sid/main patch 2.5.9-4 [98.7kB]
Get:2 http://cdn.debian.or.jp sid/main perl-modules 5.8.8-7 [2310kB]
Get:3 http://cdn.debian.or.jp sid/main perl 5.8.8-7 [4240kB]
Get:4 http://cdn.debian.or.jp sid/main binutils 2.17cvs20070426-7 [2559kB]
Get:5 http://cdn.debian.or.jp sid/main linux-libc-dev 2.6.21-4 [698kB]
Get:6 http://cdn.debian.or.jp sid/main libc6-dev 2.5-9 [2472kB]
Get:7 http://cdn.debian.or.jp sid/main cpp-4.1 4.1.2-8 [2514kB]
Get:8 http://cdn.debian.or.jp sid/main cpp 4:4.1.2-2 [11.9kB]
Get:9 http://cdn.debian.or.jp sid/main gcc-4.1 4.1.2-8 [428kB]
Get:10 http://cdn.debian.or.jp sid/main gcc 4:4.1.2-2 [5056B]
Get:11 http://cdn.debian.or.jp sid/main libstdc++6-4.1-dev 4.1.2-8 [1177kB]
Get:12 http://cdn.debian.or.jp sid/main g++-4.1 4.1.2-8 [2822kB]
Get:13 http://cdn.debian.or.jp sid/main g++ 4:4.1.2-2 [1374B]
Get:14 http://cdn.debian.or.jp sid/main make 3.81-3 [395kB]
Get:15 http://cdn.debian.or.jp sid/main dpkg-dev 1.14.4 [178kB]
Get:16 http://cdn.debian.or.jp sid/main build-essential 11.3 [6982B]
Fetched XXXB in Xs (XXXXXB/s)
Selecting previously deselected package patch.
(Reading database ... 7176 files and directories currently installed.)
Unpacking patch (from .../patch_2.5.9-4_amd64.deb) ...
Selecting previously deselected package perl-modules.
Unpacking perl-modules (from .../perl-modules_5.8.8-7_all.deb) ...
Selecting previously deselected package perl.
Unpacking perl (from .../perl_5.8.8-7_amd64.deb) ...
Selecting previously deselected package binutils.
Unpacking binutils (from .../binutils_2.17cvs20070426-7_amd64.deb) ...
Selecting previously deselected package linux-libc-dev.
Unpacking linux-libc-dev (from .../linux-libc-dev_2.6.21-4_amd64.deb) ...
Selecting previously deselected package libc6-dev.
Unpacking libc6-dev (from .../libc6-dev_2.5-9_amd64.deb) ...
Selecting previously deselected package cpp-4.1.
Unpacking cpp-4.1 (from .../cpp-4.1_4.1.2-8_amd64.deb) ...
Selecting previously deselected package cpp.
Unpacking cpp (from .../cpp_4%3a4.1.2-2_amd64.deb) ...
Selecting previously deselected package gcc-4.1.
Unpacking gcc-4.1 (from .../gcc-4.1_4.1.2-8_amd64.deb) ...
Selecting previously deselected package gcc.
Unpacking gcc (from .../gcc_4%3a4.1.2-2_amd64.deb) ...
Selecting previously deselected package libstdc++6-4.1-dev.
Unpacking libstdc++6-4.1-dev (from .../libstdc++6-4.1-dev_4.1.2-8_amd64.deb) ...
Selecting previously deselected package g++-4.1.
Unpacking g++-4.1 (from .../g++-4.1_4.1.2-8_amd64.deb) ...
Selecting previously deselected package g++.
Unpacking g++ (from .../g++_4%3a4.1.2-2_amd64.deb) ...
Selecting previously deselected package make.
Unpacking make (from .../archives/make_3.81-3_amd64.deb) ...
Selecting previously deselected package dpkg-dev.
Unpacking dpkg-dev (from .../dpkg-dev_1.14.4_all.deb) ...
Selecting previously deselected package build-essential.
Unpacking build-essential (from .../build-essential_11.3_amd64.deb) ...
Setting up patch (2.5.9-4) ...
Setting up binutils (2.17cvs20070426-7) ...

Setting up linux-libc-dev (2.6.21-4) ...
Setting up libc6-dev (2.5-9) ...
Setting up cpp-4.1 (4.1.2-8) ...
Setting up cpp (4:4.1.2-2) ...

Setting up gcc-4.1 (4.1.2-8) ...
Setting up gcc (4:4.1.2-2) ...

Setting up make (3.81-3) ...
Setting up perl-modules (5.8.8-7) ...
Setting up libstdc++6-4.1-dev (4.1.2-8) ...
Setting up perl (5.8.8-7) ...

Setting up g++-4.1 (4.1.2-8) ...
Setting up g++ (4:4.1.2-2) ...

Setting up dpkg-dev (1.14.4) ...
Setting up build-essential (11.3) ...
umount: /sys: not mounted
umount: /run: not found
umount: /proc/bus/usb: not mounted
umount: /dev/shm: not mounted
umount: /lib/init/rw: not mounted
cat: /var/run/inetd.pid: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
 -> user script /var/cache/pbuilder/build//NUM/tmp/hooks/E50-initscripts-2.86.ds1-7.workaround.sh finished
 -> unmounting dev/pts filesystem
 -> unmounting proc filesystem
 -> creating base tarball [/TESTDIR/testimage]
 -> cleaning the build env 
    -> removing directory /var/cache/pbuilder/build//NUM and its subdirectories