I'm very loathe to post this in the Dev board, but the question has be raised several times in the Linux board, and we've gotten nowhere.
The question is, why is XBMC uninstalled when any of the xbmc-eventclient packages are installed? As an example, I use my Wii remote as my primary remote control. I have a nightly build from Oct. 25th, and if I perform an install of the xbmc-eventclient package(s) xbmc and xbmc-bin are removed by apt. If I reinstall xbmc, then xbmc-eventclient-common and xbmc-eventclient-wiiremote are removed by apt.
Here's a thread asking this question in the Linux board.
Here's one that I started back in September.
As I said, I really didn't want to post here, as I didn't feel it was appropriate, but we haven't gotten any traction at all in the Linux board, so I thought it might be worth a shot.
[Linux] Installing any of the Eventclients uninstalls XBMC in pre-Eden nightlies
pumkinut
Posting Freak Posts: 875 Joined: May 2006 Reputation: 9 |
2011-11-03 18:29
Post: #1
|
| find quote |
rcase822
Junior Member Posts: 8 Joined: Oct 2011 Reputation: 0 |
2011-11-18 16:58
Post: #2
|
| find quote |
anthonws
Junior Member Posts: 12 Joined: May 2010 Reputation: 0 Location: Portugal |
2011-12-13 01:21
Post: #3
The dirty "hack" would be to download via wget the necessary packages and install with "--force-conflicts".
I did it like that and it's working. But, nevertheless it's necessary to review the files dependencies. Best regards, Anthonws. ------------ EDIT: Obviously it "breaks" apt... Anyone knows how to make apt ignore this packages? ---------------- EDIT2: WARNING! THIS MIGHT BREAK YOUR APT! NO RESPONSIBILITY! (DIRTY HACK)^2! Go to /var/lib/dpkg/status and remove the conflicts manually
(This post was last modified: 2011-12-13 01:39 by anthonws.)
|
| find quote |
pumkinut
Posting Freak Posts: 875 Joined: May 2006 Reputation: 9 |
2011-12-13 02:42
Post: #4
Could you post a howto? Apt is not one of the tools I'm all that familiar with.
I'd really like to see a resolution to this. Since the eventclients seem to be a pretty integral part, at least I think so, of XBMC, and Eden is pretty close to going beta, I'm wondering if anyone is actually looking into this. |
| find quote |
bigdawgte
Junior Member Posts: 20 Joined: Nov 2010 Reputation: 0 |
2011-12-25 00:25
Post: #5
I went through this issue ages ago, and could not find any help. I see what you guys are going through and wish I could help. I just gave up. Good luck.
|
| find quote |
mossroy
Junior Member Posts: 27 Joined: May 2011 Reputation: 0 |
2011-12-28 23:09
Post: #6
I face the same issue with the .deb files from unstable PPA (version 2:11.0~git20111222.22ad8e4-0ubuntu1~ppa1~lucid)
The packages xbmc-eventclients-common and xbmc-eventclients-wiiremote can not be installed because they conflict with packages xbmc and xbmc-bin. I managed to force the installation with dpkg --force-conflicts : xbmc & wiimote work correctly after that, but it breaks apt-get until I remove these packages. If you look at the "control" file in the .deb package, the following conflicts are declared : Package: xbmc (...) Conflicts: xbmc-data, xbmc-eventclients-common, xbmc-eventclients-dev, xbmc-eventclients-j2me, xbmc-eventclients-ps3, xbmc-eventclients-xbmc-send, xbmc-skin-confluence, xbmc-standalone Replaces: xbmc-data, xbmc-eventclients-common, xbmc-eventclients-dev, xbmc-eventclients-j2me, xbmc-eventclients-ps3, xbmc-eventclients-xbmc-send, xbmc-skin-confluence, xbmc-standalone Provides: xbmc-data, xbmc-eventclients-common, xbmc-eventclients-dev, xbmc-eventclients-j2me, xbmc-eventclients-ps3, xbmc-eventclients-xbmc-send, xbmc-skin-confluence, xbmc-standalone Package: xbmc-bin (...) Conflicts: xbmc-common, xbmc-eventclients-wiiremote Replaces: xbmc-common, xbmc-eventclients-wiiremote Provides: xbmc-common, xbmc-eventclients-wiiremote It looks like it comes from this source file : https://github.com/xbmc/xbmc-packaging/b...an/control Is there any good reason why these packages are declared conflicted? |
| find quote |
pumkinut
Posting Freak Posts: 875 Joined: May 2006 Reputation: 9 |
2011-12-28 23:40
Post: #7
Anyone tried it with Eden beta?
If there are these conflicts, does it mean that some of the functionality has been incorporated? If not, why haven't they been addressed? If support for the eventclients has been left by the wayside, why are they still being developed? From the github page, it looks as if some of the eventclient functionality is being incorporated into XBMC main, is this true? If so, do we only need to install specific clients? I'd really like it if someone could shed at least a hint of light on this. As it stands, the Wii remote is my only remote for XBMC. Without it, I'm forced to use my wireless keyboard for everything, and that just...well, it sucks. Especially when the Wii remote is so simple to use, yet has a lot of functionality. |
| find quote |
ghatothkach
Junior Member Posts: 15 Joined: Nov 2008 Reputation: 0 |
2011-12-29 02:20
Post: #8
hi
looks like xbmc-bin is suppose to deliver the eventclients (scripts/binaries), but it is just delivering the man pages only... some body needs to patch the build to build the event clients into the xbmc-bin package... G xbmc 1:9.11_lucid2 on boxdg45fc |
| find quote |
mossroy
Junior Member Posts: 27 Joined: May 2011 Reputation: 0 |
2011-12-29 11:40
Post: #9
I think there are 2 possibilities :
- the wiimote code has been incorporated (in some new way) inside the xbmc and xbmc-bin packages. In this case, the declared conflicts are correct, and the eventclient packages are obsolete. But I did not find any info in the changelog http://xbmc.iguanesolutions.com/releases...ngelog.txt regarding wiimote support. I did not find the way to use the wiimote with only xbmc and xbmc-bin packages - the wiimote code has not been significantly modified, and is still inside the eventclient packages. In this case, the declared conflicts look wrong I thought about opening a bug on some bugtracker, but http://trac.xbmc.org/ does not seem to be open for user registration (and I did not find any relevant existing bug) |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2011-12-29 13:26
Post: #10
you use your forum user on trac. exactly as stated on the trac frontpage...
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |

Search
Help