Results 1 to 6 of 6

Thread: Subversion checkout of repos (long delay/inactivity)

  1. #1
    Join Date
    Apr 2005
    Location
    Frequent Flyer Underworld
    Beans
    508

    Subversion checkout of repos (long delay/inactivity)

    I'm trying to check out the repositories using subversion (part 2 of the cheat sheet) for the first time:

    svn co http://backports.ubuntuforums.org/backports .

    * I normally get ~250 KB/s download speeds with a 5Mbps pipe to the internet (and even right now am getting those speeds while using synaptic). For some reason though, it's taking forever just to check these repos out.

    Here's where I'm at now:

    A dists/hoary-extras/restricted/binary-i386/libdvdcss2_1.2.8-1~5.04ubp1_i386.deb

    It's been over 1 hour now tyring to check out the repos, and I'm still waiting for it to end. How long does it normally take for this process?

  2. #2
    Join Date
    Oct 2004
    Location
    Cupertino, CA
    Beans
    5,092
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Subversion checkout of repos (long delay/inactivity)

    First, make sure you know what you're doing

    Checking out the repository fetches a copy of _ALL_ the packages in the Ubuntu Backports tree. You do NOT need to do this to build Backports, unless you have commit rights to the repository!

    If you want to submit/contribute packages, all you need to do is build the sources against a cleanly installed Hoary (or chroot -- just make sure everything currently installed comes from Backports or Ubuntu) and e-mail the packages to me.


    BTW, a working copy of the repository is currently priced at 10GB!
    Quote Originally Posted by tuxradar
    Linux's audio architecture is more like the layers of the Earth's crust than the network model, with lower levels occasionally erupting on to the surface, causing confusion and distress, and upper layers moving to displace the underlying technology that was originally hidden

  3. #3
    Join Date
    Apr 2005
    Location
    Frequent Flyer Underworld
    Beans
    508

    Re: Subversion checkout of repos (long delay/inactivity)

    Thanks for the reply. I basically wanted to learn how to build packages in Ubuntu. I've managed/built packages for my old distro so I'm familiar with most package management methods.

    I realized shortly after my original post that I was checking out the entire backport repos. Unless I'm missing something, they were only ~1.3 G and I checked them all out in about 2 hours.

    skoal@morpheus:///data/ubuntu $ du -sh backports-arena/
    1.3G backports-arena/

    I've read the Debian maintainers guide and some instructions/tools are missing or not applicable on Ubuntu (from what I gather, dh_make for example). I'm learning it bit by bit and I'll get on the developers mailing list if I need help. I've found what I basically need in these forums and the Debian documentation.

    My goals:

    1. Learn how to modify/change existing Ubuntu packages for my own custom needs.
    2. Setup a local repo to manage them.
    3. Create a package from scratch not currently in the Ubuntu repos. I have one picked out already for that purpose.
    4. Possibly contribute to Ubuntu with some of my packages, following the Debian maintainer policies/guidelines and through the proper Ubuntu channels, like you mention with an email.

    * I've read/searched the Wiki, forums, and elsewhere for a guide specific to Ubuntu, not Debian. My prior Debian experience is dated back 5+ years so I have some catching up to do. I cannot seem to find one at present with my goals in mind. If you know of one, please let me know. I'd like to contribute in any way I can, and if nothing else, at least get more familiar with my Ubuntu system in the process.

    Thanks.

  4. #4
    Join Date
    Oct 2004
    Location
    Cupertino, CA
    Beans
    5,092
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Subversion checkout of repos (long delay/inactivity)

    All of the Debian Maintainer's guide still applies. dh_make, etc are available, but do need to be installed separately. When in doubt, use package.ubuntu.com to perform a file search.

    Building a package has remained much unchanged from Debian to Ubuntu, but changed a bit from 5 years ago...
    Quote Originally Posted by tuxradar
    Linux's audio architecture is more like the layers of the Earth's crust than the network model, with lower levels occasionally erupting on to the surface, causing confusion and distress, and upper layers moving to displace the underlying technology that was originally hidden

  5. #5
    Join Date
    Apr 2005
    Location
    Frequent Flyer Underworld
    Beans
    508

    Re: Subversion checkout of repos (long delay/inactivity)

    Thank you sir. One last question before I proceed with my first build. I was about to install the 'fakeroot' package but I got some sort of warning:

    WARNING: The following packages cannot be authenticated!
    fakeroot

    I can't say I've seen that warning before while installing from multiverse, universe or other repos. What does that mean?

    By the way, feel free to move this thread to the recycling bin or another forum if necessary. I didn't know where to originally post it and my original subject line is quite misleading. My apologies.

    Thanks.

  6. #6
    Join Date
    Oct 2004
    Location
    Cupertino, CA
    Beans
    5,092
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Subversion checkout of repos (long delay/inactivity)

    It probably means it's a backport....

    Backports are yet to be GPG-signed, mostly because:

    1. False Sense of Security -- GPG sigs are useful when you have mirrors, and are afraid of mirrors tampering with the packages. There are NO Backports mirrors -- the only place to get them is backports.ubuntuforums.org, on a carefully administered and watched FreeBSD server. If that thing is compromised, what stops an attacker from just regenerating illegitimate signatures?

    2. Lack of time -- I have very little free time to be playing around with GPG signatures...

    I think it's better to leave the WARNING there, because it lets people know that they're installing from a 3rd party repository that isn't supported by Ubuntu, and should use their best judgement on whether or not to install the packages.
    Quote Originally Posted by tuxradar
    Linux's audio architecture is more like the layers of the Earth's crust than the network model, with lower levels occasionally erupting on to the surface, causing confusion and distress, and upper layers moving to displace the underlying technology that was originally hidden

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •