Advertisement
Guest User

Untitled

a guest
Jun 15th, 2011
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1.  
  2. Traceback (most recent call last):
  3. File "/usr/bin/apt-listchanges", line 237, in <module>
  4. main()
  5. File "/usr/bin/apt-listchanges", line 72, in main
  6. status.readfile('/var/lib/dpkg/status')
  7. File "/usr/share/apt-listchanges/DebianFiles.py", line 105, in readfile
  8. self.stanzas += [ControlStanza(x) for x in open(file, 'r').read().split('\n\n') if x]
  9. File "/usr/share/apt-listchanges/DebianFiles.py", line 64, in __init__
  10. field, value = line.split(':', 1)
  11. ValueError: need more than 1 value to unpack
  12. Extracting templates from packages: 100%
  13. Preconfiguring packages ...
  14. dpkg: error: parsing file '/var/lib/dpkg/status' near line 57099 package 'pulseaudio':
  15. newline in field name ``.'
  16. E: Sub-process /usr/bin/dpkg returned an error code (2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement