wrong src list - Printable Version +- Maui Forums (https://forums.mauilinux.org) +-- Forum: Maui Support (https://forums.mauilinux.org/forumdisplay.php?fid=74) +--- Forum: Installation (https://forums.mauilinux.org/forumdisplay.php?fid=83) +--- Thread: wrong src list (/showthread.php?tid=24225) |
RE: wrong src list - leszek - 12th January 2017 Seems like libkf5kipi32.0.0 needs to be installed. Can you try that. Also please use LC_ALL=C for all output to have english output (e.g. LC_ALL=C sudo apt-get install ...) and use quote or code tags for better readability RE: wrong src list - smoreau - 12th January 2017 (12th January 2017, 13:16)leszek Wrote: Seems like libkf5kipi32.0.0 needs to be installed. Can you try that. It is already. Where shall I put the LC_ALL=C command ? RE: wrong src list - smoreau - 12th January 2017 The full command : serge@serge-MacBookPro:~$ LC_ALL=C sudo apt-get install digikam -o "Debug::pkgProblemResolver=1" Reading package lists... Done Building dependency tree Reading state information... Done Starting pkgProblemResolver with broken count: 2 Starting 2 pkgProblemResolver with broken count: 2 Investigating (0) digikam [ amd64 ] < none -> 4:5.3.0-0neon+16.04+build11 > ( graphics ) Broken digikam:amd64 Depends on libmarblewidget-qt5-25 [ amd64 ] < none -> 4:16.08.2-0neon+16.04+build19 > ( libs ) Considering libmarblewidget-qt5-25:amd64 1 as a solution to digikam:amd64 9999 Reinst Failed early because of libastro1:amd64 Investigating (0) libkf5kipi32.0.0 [ amd64 ] < 16.12.0-0neon+16.04+build2 > ( libs ) Broken libkf5kipi32.0.0:amd64 Breaks on libkf5kipi31.0.0 [ amd64 ] < none -> 16.08.2-0neon+16.04+build18 > ( libs ) Considering libkf5kipi31.0.0:amd64 -1 as a solution to libkf5kipi32.0.0:amd64 -2 Removing libkf5kipi32.0.0:amd64 rather than change libkf5kipi31.0.0:amd64 Investigating (1) digikam [ amd64 ] < none -> 4:5.3.0-0neon+16.04+build11 > ( graphics ) Broken digikam:amd64 Depends on libmarblewidget-qt5-25 [ amd64 ] < none -> 4:16.08.2-0neon+16.04+build19 > ( libs ) Considering libmarblewidget-qt5-25:amd64 1 as a solution to digikam:amd64 9999 Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: digikam : Depends: libmarblewidget-qt5-25 but it is not going to be installed E: Unable to correct problems, you have held broken packages. serge@serge-MacBookPro:~$ RE: wrong src list - leszek - 12th January 2017 Can you try removing it then ? (see the e.g. for the command with LC_ALL=C) PLEASE USE QUOTE OR CODE TAGS for not self written text like command output. RE: wrong src list - smoreau - 12th January 2017 (12th January 2017, 13:24)leszek Wrote: Can you try removing it then ? (see the e.g. for the command with LC_ALL=C) Which one you want I remove ? RE: wrong src list - leszek - 12th January 2017 Can you please take a look at the sources.list and make sure maui-xenial-backports and maui-xenial-backports-neon are activated. I fear that the update of maui-apt-config might've resetted this. RE: wrong src list - leszek - 12th January 2017 Also make sure to install digikam as following. The build2 is the one from our maui-xenial-backports-neon the build11 is the older one from maui-2-1-neon. So you need build2 (this is a stupid cause as neon uses build11 and neon-lts upstream uses build2 and we want to use the lts for having the most stable desktop experience for our users) Code: LC_ALL=C sudo apt-get install digikam=4:5.3.0-0neon+16.04+build2 digikam-data=4:5.3.0-0neon+16.04+build2 RE: wrong src list - smoreau - 12th January 2017 leszekAlso make sure to install digikam as following. The build2 is the one from our maui-xenial-backports-neon the build11 is the older one from maui-2-1-neon. So you need build2 (this is a stupid cause as neon uses build11 and neon-lts upstream uses build2 and we want to use the lts for having the most stable desktop experience for our users) Code: LC_ALL=C sudo apt-get install digikam=4:5.3.0-0neon+16.04+build2 digikam-data=4:5.3.0-0neon+16.04+build2 OK success Thanks very much leszek Code: serge@serge-MacBookPro:~$ LC_ALL=C sudo apt-get install digikam=4:5.3.0-0neon+16.04+build2 digikam-data=4:5.3.0-0neon+16.04+build2 RE: wrong src list - leszek - 12th January 2017 Good to know. Regarding the output kffmpegthumbnailer needs to go away for ffmpegthumbs to install successfully. Sorry for the incovenience. Thats a problem that slipped through our testing. |