Author Topic: Can't install Subversion on Kubuntu 7.10  (Read 3970 times)

mattlindsay

  • Regular Poster
  • **
  • Posts: 18
    • View Profile
Can't install Subversion on Kubuntu 7.10
« on: October 10, 2009, 01:23:05 am »
Guys I'm having a massive issue installing Subversion on Kubuntu 7.10. I get the following error:
Code: [Select]
linuxmce@linuxmce-v2:~$ sudo apt-get install subversion
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package subversion

Any ideas?

pigdog

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1105
    • View Profile
Re: Can't install Subversion on Kubuntu 7.10
« Reply #1 on: October 10, 2009, 01:40:48 am »
Hi,

Just to double check... is main enabled in your gutsy repository list?

Subversion should be in main.

mattlindsay

  • Regular Poster
  • **
  • Posts: 18
    • View Profile
Re: Can't install Subversion on Kubuntu 7.10
« Reply #2 on: October 10, 2009, 01:45:04 am »
lols!
Thanks PigDog, yeah, that is the obvious one, but....

Code: [Select]
deb cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1)]/ gutsy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

# Line commented out by installer because it failed to verify:
deb http://gb.archive.ubuntu.com/ubuntu/ gutsy main restricted
# Line commented out by installer because it failed to verify:
deb-src http://gb.archive.ubuntu.com/ubuntu/ gutsy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
# Line commented out by installer because it failed to verify:
deb http://gb.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
# Line commented out by installer because it failed to verify:
deb-src http://gb.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# Line commented out by installer because it failed to verify:
#deb http://gb.archive.ubuntu.com/ubuntu/ gutsy universe
# Line commented out by installer because it failed to verify:
#deb-src http://gb.archive.ubuntu.com/ubuntu/ gutsy universe
# Line commented out by installer because it failed to verify:
#deb http://gb.archive.ubuntu.com/ubuntu/ gutsy-updates universe
# Line commented out by installer because it failed to verify:
#deb-src http://gb.archive.ubuntu.com/ubuntu/ gutsy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
# Line commented out by installer because it failed to verify:
#deb http://gb.archive.ubuntu.com/ubuntu/ gutsy multiverse
# Line commented out by installer because it failed to verify:
#deb-src http://gb.archive.ubuntu.com/ubuntu/ gutsy multiverse
# Line commented out by installer because it failed to verify:
#deb http://gb.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
# Line commented out by installer because it failed to verify:
#deb-src http://gb.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://gb.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu gutsy partner
deb-src http://archive.canonical.com/ubuntu gutsy partner

# Line commented out by installer because it failed to verify:
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
# Line commented out by installer because it failed to verify:
deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
# Line commented out by installer because it failed to verify:
deb http://security.ubuntu.com/ubuntu gutsy-security universe
# Line commented out by installer because it failed to verify:
deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
# Line commented out by installer because it failed to verify:
deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
# Line commented out by installer because it failed to verify:
deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse
You can see I've uncommented the lines that failed on install.

Thanks for the start though.

pigdog

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1105
    • View Profile
Re: Can't install Subversion on Kubuntu 7.10
« Reply #3 on: October 10, 2009, 01:57:12 am »
Hi,

710 is unsupported now.  Have you tried updating your sources.list with...

deb http://old-releases.ubuntu.com/ubuntu/

...on each line?

mattlindsay

  • Regular Poster
  • **
  • Posts: 18
    • View Profile
Re: Can't install Subversion on Kubuntu 7.10
« Reply #4 on: October 10, 2009, 01:59:47 am »
Oh cripes, I thought 710 was what LinuxMCE was built on? What Kubuntu version should I be running?

Cheers PigDog

pigdog

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1105
    • View Profile
Re: Can't install Subversion on Kubuntu 7.10
« Reply #5 on: October 10, 2009, 02:06:37 am »
Hi,

You can do LinuxMCE on 710.  There is a DVD that can be downloaded or you do a 710 Kubuntu CD and 2 Install CD's.

However, if you have newer hardware 710 will probably be lots a fun because of a lack of drivers, etc.

You can get things running with a bit of pain... if you are a digger, and enjoy a challenge or ...

look here... http://wiki.linuxmce.org/index.php/LinuxMCE-0810_alpha2

dlewis

  • Guru
  • ****
  • Posts: 401
    • View Profile
Re: Can't install Subversion on Kubuntu 7.10
« Reply #6 on: October 10, 2009, 03:43:56 am »
we're no longer supporting 710. Please use 0810: http://wiki.linuxmce.org/index.php/Building_LinuxMCE_0810

colinjones

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 3003
    • View Profile
Re: Can't install Subversion on Kubuntu 7.10
« Reply #7 on: October 10, 2009, 08:50:17 am »
I think there was some confusion in these comments!

To clarify - the comment that 0710 is not supported any more applies equally to Kubuntu itself and LMCE. However, pigdog was referring to Kubuntu 0710 is no longer supported by Kubuntu/Canonical ... the upshot of which is that they have removed the sources from the normal apt sources site and moved them to old-releases.ubuntu.com.. thus if you are using 0710 you need to update your /etc/apt/sources.list file with the new URL, then do an apt-get update, then attempt the install of subversion again.


That being said.... no further development is being done at all on LMCE 0710, and that branch is closed off from updates. So there really is no point installing 0710 (kubuntu or LMCE) and developing there... plus setting up a dev env for 0710 was notoriously difficult! Additionally, the team really need your help on the 0810 release!

totallymaxed

  • LinuxMCE God
  • ****
  • Posts: 4660
  • Smart Home Consulting
    • View Profile
    • Dianemo - at home with technology
Re: Can't install Subversion on Kubuntu 7.10
« Reply #8 on: October 10, 2009, 11:32:06 am »
Oh cripes, I thought 710 was what LinuxMCE was built on? What Kubuntu version should I be running?

Cheers PigDog

All the development going on here is around LinuxMCE-0810 which is built on top of Kubuntu 0810. See here for info on installing the current alpah build; http://wiki.linuxmce.org/index.php/LinuxMCE-0810_alpha2. If you want to directly participate in the debugging & development of the alphas (and soon the beta's) then this is the way to go for you.

Alternatively if you want a working stable system that has high WAF then my company CHT has Dianemo & Cascade which are both based currently on LinuxMCE-0710 (there will be an upgrade path to the next release) but are in active development and have many of the LinuxMCE-0810 fixes/changes/improvements back ported alongside our own changes and improvements too. We also provide our fixes & changes back to the Dev team for inclusion into LinuxMCE-0810. Dianemo & Cascade are commercial products that we sell with hardware to our customers. Our typical customers are people who just want a working Home Automation system but dont want to pay Crestron/AMX style prices. With these customers we provide a fully installed and supported product & service.

However we are starting to sell 'self install' Dianemo/Cascade systems to some of our traditional customers and increasingly to forum member here too. See this thread for more info; http://forum.linuxmce.org/index.php?topic=8880.0.

With Dianemo & Cascade we ship a pre-built Core (we call that a NerveCentre or NC) to you and then you add your own Media Directors (we call those Media Manager's or MM). So for example once you unpack your NC and set it up you can just buy an ACER Revo and plug it in...it will add itself and just work...No fuss and no hassle. Choose your config in the AVwizard... maybe HDMI-Audio with 5.1...and your good to go. It just works period. We support a number of MD's (ie we have tested these in our Lab and they work period) and we are adding support for new hardware all the time. We still allow you to 'get under the hood' if thats what you want but in the meantime you get a full working usable system...and your family are happy ;-). We also support all the other optional add-on hardware like ZWave, KNX, Squeezeboxes etc etc. Dianemo & Cascade also have our remote secure support capability built in so we can (with your permission) remotely access your system if necessary. We also 'push' updates out to all of our Dianemo & Cascade systems on a regular basis to add support for new features/hardware or to fix bugs (yes we have some of those too ;-) ).

Now the Dianemo/Cascade route is not for everyone at all...its going to cost you more than building your own system for sure. But for some people that extra cost is acceptable and is worth paying.

Anyway enough of me hijacking this thread lol!

All the best

Andrew
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses http://forum.linuxmce.org/index.php?topic=14026.0

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: http://wp.me/P4KgIc-5P

Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

http://www.dianemo.co.uk