[Bug 815895] Re: W: Bizarre Error - File size is not what the server reported

2014-12-03 Thread Rolf Leggewie
oneiric has seen the end of its life and is no longer receiving any
updates. Marking the oneiric task for this ticket as Won't Fix.

** Changed in: apt (Ubuntu Oneiric)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815895

Title:
  W: Bizarre Error - File size is not what the server reported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/815895/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 815895] Re: W: Bizarre Error - File size is not what the server reported

2012-07-31 Thread Chris J Arges
I've tested this on Oneiric and Precise. It fails in Oneiric and works
in Precise.

** Also affects: apt (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Also affects: apt (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: apt (Ubuntu Precise)
   Status: New = Fix Released

** Changed in: apt (Ubuntu Oneiric)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815895

Title:
  W: Bizarre Error - File size is not what the server reported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/815895/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 815895] Re: W: Bizarre Error - File size is not what the server reported

2012-01-29 Thread Launchpad Bug Tracker
This bug was fixed in the package apt - 0.8.16~exp12ubuntu1

---
apt (0.8.16~exp12ubuntu1) precise; urgency=low

  [ Michael Vogt ]
  * merge from debian/experimental:
- new ABI

  [ Steve Langasek ]
  * apt-pkg/algorithms.cc: iterate Breaks the same way as Conflicts, so that
we resolve virtual package Breaks more effectively.  Thanks to Colin
Watson for the patch.  Closes: #657695, LP: #922485.
  * apt-pkg/algorithms.{cc,h}: use an int to represent resolver scores, not
a signed short, because large upgrades can result in an overflow for
core packages.  Thanks again to Colin Watson.  Closes: #657732,
LP: #917173.
  * Multi-Arch: none build-deps should be DEB_HOST_ARCH, not DEB_BUILD_ARCH.
Closes: #646288.

apt (0.8.16~exp12) experimental; urgency=low

  [ Michael Vogt ]
  * apt-pkg/deb/dpkgpm.cc:
- fix segfault on pkg removal

  [ David Kalnischkies ]
  * apt-pkg/cacheiterators.h:
- return the correct version arch for all+foreign, too
  * apt-pkg/packagemanager.cc:
- ignore breaks on not-installed versions while searching for
  breakage loops as we don't have to avoid them
  * debian/control:
- remove APT from the short descriptions as lintian doesn't like it
  and it doesn't transport any information for a reader anyway
- apply typofixes by Pascal De Vuyst, thanks! (Closes: #652834, #652835)
  * debian/rules:
- apply patch to enable usage of hardning CPPFLAGS and LDFLAGS by
  Moritz Muehlenhoff, thanks! (Closes: #653504)
  * methods/https.cc:
- use curls list append instead of appending Range and If-Range by hand
  which generates malformed requests, thanks Mel Collins for the hint!
  (Closes: #646381)
  * test/libapt/run-tests:
- hurd doesn't have dmesg yet and we don't really need it either,
  so use with $0 a more stable data source for hashsumming

  [ Pino Toscano ]
  * test/libapt/globalerror_test.cc:
- errno 0 has a different strerror on hurd, so generate the expected
  message dynamically instead of hardcoding 'Success' (Closes: #656530)

apt (0.8.16~exp11) experimental; urgency=low

  [ David Kalnischkies ]
  * apt-pkg/deb/dpkgpm.cc:
- redirect out/input of dpkg --assert-multi-arch to /dev/null
- if multi-arch is detected ensure that pkg:all is reported as pkg:all

apt (0.8.16~exp10) experimental; urgency=low

  [ David Kalnischkies ]
  * apt-pkg/depcache.cc:
- implicit conflicts (for multiarch) are supposed to conflict
  only with real packages, not with virtual providers
  * apt-pkg/pkgcache.cc:
- ignore implicit conflicts on providers in AllTarget, too
  * apt-pkg/deb/dpkgpm.cc:
- check if dpkg supports multiarch with --assert-multi-arch
  and if it does be always explicit about the architecture
  * apt-pkg/contrib/fileutl.h:
- store the offset in the internal fd before calculate size of
  the zlib-handled file to jump back to this place again

  [ Michael Vogt ]
  * apt-pkg/contrib/fileutl.h:
- fix segfault triggered by the python-apt testsuite

apt (0.8.16~exp9) experimental; urgency=low

  [ Julian Andres Klode ]
  * apt-pkg/cdrom.cc:
- Accept .bz2, .xz files in addition to .gz files (Closes: #649451)

  [ Michael Vogt ]
  * apt-pkg/cdrom.cc:
- use aptconfiguration to get the supported compression types
  * debian/control:
- bump debhelper build-dep to debhelper (= 8.1.3~)
- set libapt-pkg-dev to multi-arch: same too
  * g++ 4.7 fixes

  [ Colin Watson ]
  * Convert libapt-pkg4.12 and libapt-inst1.4 to Multi-Arch: same.

  [ David Kalnischkies ]
  * apt-pkg/cacheset.cc:
- make the cachesets real containers which can embedding any container
  to be able to use the same interface regardless of set or list usage
- provide a {Package,Version}List similar to {Package,Version}Set
  * cmdline/apt-{get,cache,mark}.cc:
- use Lists instead of Sets if input order should be preserved for
  commands accepting lists of packages, e.g. policy (Closes: #625960)
  * apt-pkg/depcache.cc:
- prefer native providers over foreigns even if the chain is foreign.
  LP: #850264.
  * cmdline/apt-get.cc:
- ignore foreign architectures if we check if a provides has only one
  resolver as it's basically the same for the user, so no need to choose
  * cmdline/apt-config.cc:
- dump the APT::Compressor settings correctly and completely
  * apt-pkg/contrib/fileutl.{h,cc}:
- implement a ModificationTime method for FileFd
- add a ReadLine method
- drop the explicit export of gz-compression handling
  * apt-pkg/cdrom.cc:
- support InRelease files on cdrom

apt (0.8.16~exp8) experimental; urgency=low

  [ David Kalnischkies ]
  * algorithms.cc:
- show a debug why a package was kept by ResolveByKeep()
  * apt-pkg/packagemanager.cc:
- do not fail on unpacked packages in SmartUnPack, just don't
  shedule them for unpack, but do all checks and configure them
- do not enter an endless loop for (essential) 

[Bug 815895] Re: W: Bizarre Error - File size is not what the server reported

2011-09-21 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/experimental/apt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815895

Title:
  W: Bizarre Error - File size is not what the server reported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/815895/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 815895] Re: W: Bizarre Error - File size is not what the server reported

2011-09-14 Thread Alex Waite
I've been playing with the compression in order to make my debs smaller.  I add 
the following to my debian/rules file
override_dh_builddeb:
dh_builddeb -- -Zlzma -z9
This dropped a package from 3GB using the default settings to 1.9 GB using lzma 
-z 9.

It also looks as if this may have been fixed in Oneiric.  The Debian bug
report indicates that apt 0.8.16~exp3 contains the fix, which is the
current version in Oneiric.  I was unable to test this because the
Oneiric installer crashes during install in my virtual box VM.

---Alex

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815895

Title:
  W: Bizarre Error - File size is not what the server reported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/815895/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 815895] Re: W: Bizarre Error - File size is not what the server reported

2011-09-13 Thread msp3k
I have been breaking packages up into multiple packages, where each one
 2GB.  This workaround has worked so far.

Michael

On 09/12/2011 04:09 PM, Alex Waite wrote:
 This affects me as well on natty.  I'd be willing to test out the fix if
 it is put in a repo somewhere.

 ---Alex


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815895

Title:
  W: Bizarre Error - File size is not what the server reported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/815895/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 815895] Re: W: Bizarre Error - File size is not what the server reported

2011-09-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~donkult/apt/experimental

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815895

Title:
  W: Bizarre Error - File size is not what the server reported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/815895/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 815895] Re: W: Bizarre Error - File size is not what the server reported

2011-09-12 Thread Alex Waite
This affects me as well on natty.  I'd be willing to test out the fix if
it is put in a repo somewhere.

---Alex

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815895

Title:
  W: Bizarre Error - File size is not what the server reported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/815895/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 815895] Re: W: Bizarre Error - File size is not what the server reported

2011-09-12 Thread Launchpad Bug Tracker
** Changed in: apt (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815895

Title:
  W: Bizarre Error - File size is not what the server reported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/815895/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 815895] Re: W: Bizarre Error - File size is not what the server reported

2011-08-11 Thread Bug Watch Updater
** Changed in: apt (Debian)
   Status: Unknown = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815895

Title:
  W: Bizarre Error - File size is not what the server reported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/815895/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 815895] Re: W: Bizarre Error - File size is not what the server reported

2011-07-26 Thread Joe Burgess
** Also affects: apt (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632271
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815895

Title:
  W: Bizarre Error - File size is not what the server reported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/815895/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 815895] Re: W: Bizarre Error - File size is not what the server reported

2011-07-25 Thread msp3k
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815895

Title:
  W: Bizarre Error - File size is not what the server reported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/815895/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 815895] Re: W: Bizarre Error - File size is not what the server reported

2011-07-25 Thread David Kalnischkies
The latest incarnation of this in debian is 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632271
(your referred bugreport is just a report to change the message, which was 
done).

This bug is hopefully finally fixed in the version currently sitting in
debian experimental. It would be splendid if you could try this version
in a vm/chroot or alike and report back as it is untested so far (there
are not many users around which have packages 2 GB or even 4 GB handy…
and i am not one of those)

** Bug watch added: Debian Bug tracker #632271
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632271

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815895

Title:
  W: Bizarre Error - File size is not what the server reported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/815895/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs