[Apt-offline-devel] Bug#584427: apt-offline: exception in bug report download

Ritesh Raj Sarraf rrs at debian.org
Thu Jun 3 13:55:02 UTC 2010


Package: apt-offline
Version: 0.9.8
Severity: normal

19:19:10 rrs at champaran:~ $ apt-offline  get /tmp/kde-4.4.4.uris --threads 5 -d /tmp/kde-4.4.4 --bug-reports

Fetching APT Data

WARNING: If you are on a slow connection, it is good to
WARNING: limit the number of threads to a low number like 2.
WARNING: Else higher number of threads executed could cause
WARNING: network congestion and timeouts.

Downloading libc6-i386 2.11.1-2 - 3 MiB                               
Downloading libc6-dbg 2.11.1-2 - 9 MiB                               
Downloading locales 2.11.1-2 - 4 MiB                               
Downloading perl-suid 5.10.1-13 - 33 KiB                               
Downloading libperl5.10 5.10.1-13 - 1 KiB                               
libperl5.10 5.10.1-13 done.                                                            
Downloading libnepomukquery4a 4%3a4.4.4-1 - 124 KiB                                                                                                                              
libc6-i386 2.11.1-2 done.                                                            
Downloading libkunitconversion4 4%3a4.4.4-1 - 187 KiB                                                                                                                            
perl-suid 5.10.1-13 done.                                                            
Downloading libplasma3 4%3a4.4.4-1 - 1 MiB                                                                                                                                       
libnepomukquery4a 4%3a4.4.4-1 done.                                                            
Downloading kdelibs5 4%3a4.4.4-1 - 47 KiB                                                                                                                                        
libkunitconversion4 4%3a4.4.4-1 done.                                                            
Downloading kdelibs5-plugins 4%3a4.4.4-1 - 2 MiB                                                                                                                                 
kdelibs5 4%3a4.4.4-1 done.                                                            
Downloading libkutils4 4%3a4.4.4-1 - 180 KiB                                                                                                                                     
libkutils4 4%3a4.4.4-1 done.                                                            
Downloading libkrossui4 4%3a4.4.4-1 - 89 KiB                                                                                                                                     
  7 /211 items: [##########                  ^Z]  34.3% of 22 MiB^C
[1]+  Stopped                 apt-offline get /tmp/kde-4.4.4.uris --threads 5 -d /tmp/kde-4.4.4 --bug-reports
19:19:48 rrs at champaran:~ $ kill %1
[1]+  Terminated              apt-offline get /tmp/kde-4.4.4.uris --threads 5 -d /tmp/kde-4.4.4 --bug-reports
19:19:50 rrs at champaran:~ $ 
19:19:51 rrs at champaran:~ $ 
19:19:51 rrs at champaran:~ $ 
19:19:51 rrs at champaran:~ $ 
19:19:51 rrs at champaran:~ $ sudo apt-offline  set /tmp/kde-4.4.4.uris --install-packages kdeaccessibility kdeadmin kdeartwork kdebase-apps kdebase-runtime kdebase-workspace kdeedu kdelibs5 kdepimlibs5 kdepim kdenetwork kdemultimedia kdenetwork kdepim-runtime  locales kinfocenter perl-suid kdelibs5-dbg kdepimlibs5-dbg --release unstable 

Generating database of package kdeaccessibility, kdeadmin, kdeartwork, kdebase-apps, kdebase-runtime, kdebase-workspace, kdeedu, kdelibs5, kdepimlibs5, kdepim, kdenetwork, kdemultimedia, kdenetwork, kdepim-runtime, locales, kinfocenter, perl-suid, kdelibs5-dbg, kdepimlibs5-dbg,  and its dependencies.
E: Couldn't find package kdepimlibs5-dbg
ERROR: FATAL: Something is wrong with the apt system.
19:20:05 rrs at champaran:~ $ sudo apt-offline  set /tmp/kde-4.4.4.uris --install-packages kdeaccessibility kdeadmin kdeartwork kdebase-apps kdebase-runtime kdebase-workspace kdeedu kdelibs5 kdepimlibs5 kdepim kdenetwork kdemultimedia kdenetwork kdepim-runtime  locales kinfocenter perl-suid kdelibs5-dbg --release unstable 

Generating database of package kdeaccessibility, kdeadmin, kdeartwork, kdebase-apps, kdebase-runtime, kdebase-workspace, kdeedu, kdelibs5, kdepimlibs5, kdepim, kdenetwork, kdemultimedia, kdenetwork, kdepim-runtime, locales, kinfocenter, perl-suid, kdelibs5-dbg,  and its dependencies.
19:20:17 rrs at champaran:~ $ apt-offline  get /tmp/kde-4.4.4.uris --threads 5 -d /tmp/kde-4.4.4 --bug-reports --cache-dir /tmp/kde-4.4.4
kde-4.4.4/      kde-4.4.4.uris  
19:20:17 rrs at champaran:~ $ apt-offline  get /tmp/kde-4.4.4.uris --threads 5 -d /tmp/kde-4.4.4 --bug-reports --cache-dir /tmp/kde-4.4.4

Fetching APT Data

WARNING: If you are on a slow connection, it is good to
WARNING: limit the number of threads to a low number like 2.
WARNING: Else higher number of threads executed could cause
WARNING: network congestion and timeouts.

Downloading libc6-dbg - 9 MiB                               
Downloading locales - 4 MiB                               
  0 /212 items: [###########                   ]  38.0% of Exception in thread Thread-5:
Traceback (most recent call last):
  File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.5/threading.py", line 446, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/pymodules/python2.5/apt_offline_core/AptOfflineLib.py", line 578, in run
    self.responseQueue.put( self.WorkerFunction( item, thread_name ) )
  File "/usr/lib/pymodules/python2.5/apt_offline_core/AptOfflineCoreLib.py", line 607, in DataFetcher
    shutil.move(x, Str_DownloadDir)
  File "/usr/lib/python2.5/shutil.py", line 205, in move
    copy2(src,dst)
  File "/usr/lib/python2.5/shutil.py", line 96, in copy2
    copyfile(src, dst)
  File "/usr/lib/python2.5/shutil.py", line 46, in copyfile
    raise Error, "`%s` and `%s` are the same file" % (src, dst)
Error: `libperl5.10.495394.__apt__bug__report` and `/tmp/kde-4.4.4/libperl5.10.495394.__apt__bug__report` are the same file

Downloading libplasma3 - 1 MiB                                MiB
libplasma3 done.                                                            
Downloading kdelibs5-plugins - 2 MiB                                                                                                                                             
kdelibs5-plugins done.                                                            
Downloading libkhtml5 4%3a4.4.4-1 - 2 MiB                                                                                                                                        
  2 /212 items: [##############                ]  48.1% of 20 MiBException in thread Thread-4:
Traceback (most recent call last):
  File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.5/threading.py", line 446, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/pymodules/python2.5/apt_offline_core/AptOfflineLib.py", line 578, in run
    self.responseQueue.put( self.WorkerFunction( item, thread_name ) )
  File "/usr/lib/pymodules/python2.5/apt_offline_core/AptOfflineCoreLib.py", line 607, in DataFetcher
    shutil.move(x, Str_DownloadDir)
  File "/usr/lib/python2.5/shutil.py", line 205, in move
    copy2(src,dst)
  File "/usr/lib/python2.5/shutil.py", line 96, in copy2
    copyfile(src, dst)
  File "/usr/lib/python2.5/shutil.py", line 46, in copyfile
    raise Error, "`%s` and `%s` are the same file" % (src, dst)
Error: `kdelibs5.513876.__apt__bug__report` and `/tmp/kde-4.4.4/kdelibs5.513876.__apt__bug__report` are the same file


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt-offline depends on:
ii  apt                           0.7.25.3   Advanced front-end for dpkg
ii  python                        2.5.4-9    An interactive high-level object-o
ii  python-argparse               1.1-1      optparse-inspired command-line par
ii  python-support                1.0.8      automated rebuilding support for P

apt-offline recommends no packages.

apt-offline suggests no packages.

-- no debconf information





More information about the Apt-offline-devel mailing list