From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1344861108.25589.13.camel@moss-pluto.epoch.ncsc.mil> Subject: Re: SE Android (Was: Re: Welcome to selinux) From: Stephen Smalley To: Alexandra Test Cc: William Roberts , selinux@tycho.nsa.gov Date: Mon, 13 Aug 2012 08:31:48 -0400 In-Reply-To: References: <201206211329.q5LDT6PW031262@tarius.tycho.ncsc.mil> <1340288275.4234.48.camel@moss-pluto.epoch.ncsc.mil> <1340980684.15948.7.camel@moss-pluto.epoch.ncsc.mil> <1341866938.10134.23.camel@moss-pluto.epoch.ncsc.mil> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: owner-selinux@tycho.nsa.gov List-Id: selinux@tycho.nsa.gov On Mon, 2012-08-13 at 10:37 +0200, Alexandra Test wrote: > My version was a bit old so I decided to update it. > > Unfortunately it cannot succeed, this is the error: > update-apt-xapian-index has closedReceiving objects: 82% (4843/5898), > 299.71 Mifatal: The remote end hung up unexpectedly65 MiB | 411 > KiB/s > fatal: early EOF > fatal: index-pack failed > remote: Counting objects: 5898, done. > remote: Compressing objects: 100% (2778/2778), done. > ^Cerror: Cannot fetch device-samsung-tuna77 MiB | 400 KiB/s > > I am using the master version. If I look into the folder it did not > write anything inside... Previously discussed on list (subject was "Cloning Android repo's from bitbucket"). The problem is that the tuna project is very large and apparently git clone via https falls over for such a large project from bitbucket.org. Options for resolving: 1) Switch to using ssh access. Requires creating a registered bitbucket account first with ssh keys. To use this approach, create an account on bitbucket.org, upload your public ssh key, and switch to the master-ssh branch of the manifests project to get the local_manifest.xml file using ssh access. -or- 2) Do your repo sync first without the local_manifest.xml file (i.e. just download AOSP), then move the local_manifest.xml file into place and run repo sync again. This should fetch the original projects from AOSP which in turn should reduce what it has to fetch from bitbucket.org to just our changes. -- Stephen Smalley National Security Agency -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with the words "unsubscribe selinux" without quotes as the message.