Bugs 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. -- Real Problems
  2. #24000: Bug in apt Version: 0.0.17-1bo0
  3. Summary: Couldn't locate an archive source for a package
  4. Status: Require Status file.
  5. #24717: apt dies early if one postinst/preinst dies
  6. Status: Requires dpkg modifications
  7. #28184: apt could be smarter regarding mirrors
  8. Summary: Make use of redundant sources
  9. Status: 0.3.0 will likely do this, already the information for it is stored.
  10. #25104: APT should retry failed downloads
  11. Summary: FTP method has problems with busy servers
  12. Status: The 0.3.0 ftp method should probably use the configuration mechanism
  13. to control this desired behavoir.
  14. #25176: Problem with FTP/firewall
  15. #25458: Problem with FTP/firewall
  16. Summary: FTP method has no controls for firewalls
  17. Status: The 0.3.0 ftp method should probably use the configuration mechanism
  18. to control this desired behavoir.
  19. -- Fixed but unclosed things
  20. #25026: apt: Why do you list the packages you're _not_ doing anything to instead of the ones you are?
  21. #22507: apt: apt-get - listing packages to be upgraded (wishlist)
  22. Summary: Feature request
  23. Status: Fixed in 0.3.0 via the -u option
  24. #21113: [Apt] In dselect, update dies and exits if the packages file is not found.
  25. Status: Fixed in 0.3.0
  26. #22675: APT does not honor the --admin-dir option
  27. #22836: Disk/Zip-Method for apt?
  28. Summary: APT does not provide a way to download packages onto a
  29. removable media for another computer
  30. Status: 0.3.0 has substantially better support for this to the point
  31. that it is doable by using a seperate configuration file and
  32. the -c option
  33. #27601: srange errors from dselect
  34. Summary: Couldn't locate an archive source
  35. Status: Require status file
  36. Believed to be fixed in 0.1.9, was not reproducable w/ given
  37. status file
  38. #27841: apt: apt depends on a missing library
  39. Status: New versions of APT in slink have been compiled with libstdc++2.9
  40. #23984: apt: support for "no_proxy" would be nice
  41. Status: Planed to be integrated into the new methods via the configuration
  42. file
  43. Done - Use Acquire::http::proxy::host.com="DIRECT"
  44. #25021: apt: Need some control over multiple connections
  45. Status: Probable that 0.3.x will have support for configuing some
  46. parameters
  47. Done - Use Acquire::Queue-Mode="access"
  48. #25019: apt: Confusing progress report
  49. Summary: Gripes about the progress meter
  50. Status: I do not intend to implement very many of these ideas in apt-get.
  51. The GUI will naturally be better
  52. I think the new progress meter address basically everyone's
  53. concerns.
  54. #25022: apt: Lack of feedback on date checking
  55. Summary: Wants to know what package files were not updated
  56. Status: There is no place for this in the current apt-get design,
  57. probably won't make the GUI either.
  58. Wee, the new acquire code allows this, it now prints out 'Hit'
  59. #26019: apt may report wrong line speed
  60. #26433: apt: claims to fetch things it doesn't actually fetch (wishlist)
  61. #28778: apt: apt's fetched message is wrong for update of packages files
  62. Summary: APT includes the fetch time from the local cache in its
  63. calculations
  64. Status: Probably will be fixed with new acquire code
  65. And it actually was fixed with the new acquire code
  66. #26670: apt: apt-get dumps core after checking integrity
  67. Summary: Some terminal environments cause APT to crash
  68. Win95 telnet and emacs term-in-a-buffer are two at least
  69. Status: I have no idea why.
  70. Seems to be gone in .3, whatever it was...
  71. #25001: apt: cleaned out archive even though not all files were installed
  72. Status: Apparently in some cases APT can return a success code even
  73. though it failed. I'm paying very close attention to this in
  74. 0.3.x. Not to mention that the clean behavior will be
  75. configurable..
  76. #28391: apt-get install without upgrading
  77. Summary: Make install leave the package in the keep state if it is already
  78. installed
  79. Status: Will be implemented in 0.3.0
  80. Try the --no-upgrade options
  81. #28373: apt package is missing information on ftp.conf
  82. #29293: apt: Docs reference apt(8) but apt(8) not provided.
  83. Summary: The man pages have references to several non-existent items,
  84. ftp.conf is only one of them.
  85. Status: Fix the man pages. This certainly will be done in 0.3.0
  86. #24799: Some suggestions for the apt method in dselect
  87. Summary: Wants to be able to specifiy -d from dselect
  88. Status: Likely a APT_OPTIONS enviornment variable will be created, -d can
  89. be put there.
  90. There is already an APT_CONFIG in 0.3, APT_OPTIONS may also
  91. appear..
  92. Use Dselect::Options "-d" and others
  93. #29920: Wish for more verbosity on "has no installation candidate"
  94. Summary: More reports
  95. Status: Already fixed in .3
  96. #29382: apt: apt deletes packages after installation without any question
  97. Summary: Obvois.
  98. Status: Fixed in .3, use Dselect::Clean "prompt"
  99. #30027: apt: version comparison bug
  100. Summary: Version compare differs from dpkg
  101. Status: Fixed in all CVS versions.
  102. #30260: apt: wishlist: do not return to main menu without prompting for return
  103. Summary: Wants to prompt after dselect update
  104. Status: Fixed in v3, use dselect::promptafterupdate "true";
  105. #29441: documenting the codes for -s
  106. Summary: Apparently the simulation output is not immediately obvois
  107. Status: Someone should update the man page.
  108. #24685: HTTP Proxy cache refresh
  109. Summary: Some caches hold onto the package index file for too long
  110. Status: It may be possible to insert the proper header to disable
  111. caching but I can't think how to do this while allowing
  112. the cache to return cached objects - in effect it would
  113. completely disable the cache which may not be desired.
  114. APT now sends a max age header. See the apt.conf(5)
  115. #28172: HTTP Proxy cache refresh should be forced for corrupted packages
  116. Summary: Some problem resulted in a corrupted package
  117. Status: I belive this reflects a deeper problem and the suggested solution
  118. is only a band-aide patch. I intend to close this bug when #24685
  119. is fixed with a configuration directive.
  120. Use -o acquire::http::no-cache=true
  121. #29351: poor error message after conffile update
  122. Summary: APT errors when the package file is not found
  123. Status: The new APT warns better and the error is not fatal
  124. #30112: apt: internal error in apt
  125. Summary: APT gives an unclear error when it cannot correct dependencies
  126. Status: Error is clearer
  127. #30324: apt-get lying about file dates in /var/state/apt/lists
  128. Summary: Doesn't copy the file dates right with file URIs
  129. Status: Fixed in v3
  130. #30383: apt: dist-upgrade msg "E: Internal error, ScoredFix generated breaks."
  131. Summary: libc6 maddness causes bizzar problems
  132. Status: Fixed in v3
  133. #29983: apt: Wrong diagnostic, could be better
  134. Summary: It doesn't explicy say you should be root
  135. Status: Fixed in v3
  136. #22892: Apt improvements
  137. Summary: Bails if an index file can't be found
  138. Status: Fixed in v3
  139. -- Silly things
  140. #26592: apt: Problems with ftpd in SunOS 5.6
  141. #29903: apt-get insists onto sending a SIZE command
  142. Summary: SunOS ftpd does not support the SIZE command
  143. Status: Probably not worth fixing
  144. #20723: Apt suggestion
  145. Summary: Package Grouping Mechanism
  146. Status: Who knows
  147. #22550: apt-get upgrade could configure packages earlier
  148. Status: Who knows
  149. #23934: apt-get source <package>
  150. #27190: apt: installing source packages (wishlist)
  151. Status: Impossible to do without an index file for all source archives.
  152. #26663: rsync file access
  153. Status: Unlikely, rsync does not provide the necessary support to be
  154. a terribly good method. I do not intend any 'split mode'
  155. support (ie a way to get Package files via rsync and .debs
  156. via http)
  157. #22551: apt: wish: use dist X iff pkg does not exist in dist Y
  158. #27100: apt: Better support for project/experimental
  159. Status: GUI Feature - Version selection and pinning
  160. #27646: Apt: dpkg --merge-avail
  161. Summary: Suggestion to call merge avail after each update operation
  162. Status: Unlikely. The dpkg --print-avail functions should be obsoleted
  163. by the apt-query program which should be written.
  164. #30237: apt: 0.1.9 checks dependencies against packages.gz
  165. Summary: For packages with identical version numbers APT prefers
  166. to use the archive index files
  167. Status: Yes it is sorta bad, but there is no reasonable solution.