[SOLVED] Is something wrong with KXStudio non-free repo?

Unofficial support for the KXStudio Linux distribution and applications.
More info at http://kxstudio.linuxaudio.org/

Moderators: MattKingUSA, khz

Post Reply
mrbumpy409
Established Member
Posts: 14
Joined: Fri Oct 19, 2012 3:56 am

[SOLVED] Is something wrong with KXStudio non-free repo?

Post by mrbumpy409 »

I have the KXStudio non-free repository added to my software sources in Kubuntu 12.04. The apt line is:
http://kxstudio.sourceforge.net/repo/ precise free non-free

When updating the package manager, I get the following error:
W: Conflicting distribution: http://kxstudio.sourceforge.net precise Release (expected precise but got stable)

Not quite sure what this means or what to do about it. Anybody else getting this?
Last edited by mrbumpy409 on Thu Aug 29, 2013 5:32 pm, edited 1 time in total.
User avatar
totalchaos
Established Member
Posts: 155
Joined: Fri Sep 30, 2011 10:12 am
Contact:

Re: Is something wrong with KXStudio non-free repository?

Post by totalchaos »

Nothing wrong. Just a migration to a repositories that supports Debian-Wheezy.
You can fix it quickly in 3 steps

1.Update the current repositories

Code: Select all

sudo apt-get update
2. Update the "kxstudio-repos" package

Code: Select all

sudo apt-get install --reinstall kxstudio-repos
3. Update the new repositories

Code: Select all

sudo apt-get update
PS: After the update you should train yourself not to be bothered with the fact that you now have a new repositories from "lucid" as well. This is just a part of the evil plan by FalkTX to conquer the Linuxaudio world :)
luster
Established Member
Posts: 221
Joined: Mon Mar 05, 2012 10:03 pm

Re: Is something wrong with KXStudio non-free repository?

Post by luster »

This is just a part of the evil plan by FalkTX to conquer the Linuxaudio world
The campaign is well underway... :evilgrin: :twisted:
mrbumpy409
Established Member
Posts: 14
Joined: Fri Oct 19, 2012 3:56 am

Re: Is something wrong with KXStudio non-free repository?

Post by mrbumpy409 »

Unfortunately, that seems to have made things worse. Now when I do "sudo apt-get update" I get the following:

Code: Select all

W: Conflicting distribution: http://kxstudio.sourceforge.net precise Release (expected precise but got stable)
W: Duplicate sources.list entry http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/ precise/main amd64 Packages (/var/lib/apt/lists/ppa.launchpad.net_kubuntu-ppa_backports_ubuntu_dists_precise_main_binary-amd64_Packages)
W: Duplicate sources.list entry http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/ precise/main i386 Packages (/var/lib/apt/lists/ppa.launchpad.net_kubuntu-ppa_backports_ubuntu_dists_precise_main_binary-i386_Packages)
mrbumpy409
Established Member
Posts: 14
Joined: Fri Oct 19, 2012 3:56 am

Re: Is something wrong with KXStudio non-free repository?

Post by mrbumpy409 »

Okay, after disabling one of the unneeded KXStudio repositories, it looks like apt corrected its "duplicate entries" problem... at least it's no longer complaining about it. The "conflicting distribution" warning still persists, though.

EDIT: Nevermind... I'm getting all the errors again. It seems that after adding the kxstudio-repos package that now I have two versions of the KXStudio repos added simultaneously... the ones I had added manually before (http://ppa.launchpad.net/kxstudio-team/), and the new ones that were added by the kxstudio-repos package (http://ppa.launchpad.net/kxstudio-debian/).

I'm going to try removing all the KXStudio repos and start again... see if that solves my issues.
mrbumpy409
Established Member
Posts: 14
Joined: Fri Oct 19, 2012 3:56 am

Re: Is something wrong with KXStudio non-free repository?

Post by mrbumpy409 »

Okay, everything's working now. I found and removed the duplicate entry and re-added all of the KXStudio repos. Initially, I was still getting the "conflicting distribution" error, and then I noticed that I had originally added the following PPA from the KXStudio website:

Code: Select all

deb http://kxstudio.sourceforge.net/repo/ precise free non-free
...whereas the kxstudio-repos package added this:

Code: Select all

deb http://kxstudio.sourceforge.net/repo/ stable free non-free
So, I simply removed the source labeled for "precise" and kept the "stable" version instead, and no more errors.
Post Reply