Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Printer package blocks it self [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
jonfr
l33t
l33t


Joined: 20 Jul 2003
Posts: 873
Location: Denmark

PostPosted: Fri Jun 22, 2012 8:51 am    Post subject: Printer package blocks it self [solved] Reply with quote

The package system-config-printer-common is blocking it self from installing. I did remove the older version to resolve this issue. But that does not seems to have worked.

Code:
emerge system-config-printer-common

 * IMPORTANT: 4 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

Calculating dependencies... done!
[ebuild  N     ] app-admin/system-config-printer-common-1.3.9-r2  USE="(policykit) -doc"
[blocks B      ] <app-admin/system-config-printer-gnome-1.3.9-r2 ("<app-admin/system-config-printer-gnome-1.3.9-r2" is blocking app-admin/system-config-printer-common-1.3.9-r2)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (app-admin/system-config-printer-common-1.3.9-r2::gentoo, ebuild scheduled for merge) pulled in by
    system-config-printer-common
    >=app-admin/system-config-printer-common-1.2.2 required by (kde-base/system-config-printer-kde-4.8.3::gentoo, installed)
    >=app-admin/system-config-printer-common-1.2.2 required by (kde-base/printer-applet-4.8.3::gentoo, installed)

  (app-admin/system-config-printer-gnome-1.3.9-r1::gentoo, installed) pulled in by
    >=app-admin/system-config-printer-gnome-1.3.3 required by (gnome-base/gnome-2.32.1-r2::gentoo, installed)


I am now trying to resolve this by removing the package that depends on older version of the blocked package. I hope it is going to work.


Last edited by jonfr on Mon Jul 02, 2012 3:29 am; edited 1 time in total
Back to top
View user's profile Send private message
jonfr
l33t
l33t


Joined: 20 Jul 2003
Posts: 873
Location: Denmark

PostPosted: Fri Jun 22, 2012 8:56 am    Post subject: Reply with quote

When I did remove the packages that where part of the problem. I got hit by this issue when trying to re-emerge them back into the system.

Code:
emerge system-config-printer-gnome system-config-printer-kde printer-applet system-config-printer-common -p

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] app-admin/system-config-printer-common-1.3.7  USE="(policykit) -doc"
[ebuild  N     ] app-admin/system-config-printer-gnome-1.3.7  USE="-gnome-keyring" LINGUAS="da en_GB is -ar -as -bg -bn -bn_IN -br -bs -ca -cs -cy -de -el -es -et -fa -fi -fr -gu -he -hi -hr -hu -hy -id -it -ja -ka -kn -ko -lo -lv -mai -mk -ml -mr -ms -nb -nl -nn -or -pa -pl -pt -pt_BR -ro -ru -si -sk -sl -sr -sr@latin -sv -ta -te -th -tr -uk -vi -zh_CN -zh_TW"
[ebuild  N     ] kde-base/system-config-printer-kde-4.8.3  USE="(-aqua)"
[ebuild  N     ] kde-base/printer-applet-4.8.3  USE="handbook (-aqua)"

WARNING: One or more updates have been skipped due to a dependency conflict:

app-admin/system-config-printer-common:0

  (app-admin/system-config-printer-common-1.3.9-r2::gentoo, ebuild scheduled for merge) conflicts with
    ~app-admin/system-config-printer-common-1.3.7 required by (app-admin/system-config-printer-gnome-1.3.7::gentoo, ebuild scheduled for merge)


!!! The following update has been skipped due to unsatisfied dependencies:

app-admin/system-config-printer-gnome:0

emerge: there are no ebuilds to satisfy "=app-admin/system-config-printer-common-1.3.9-r1".
(dependency required by "app-admin/system-config-printer-gnome-1.3.9-r1" [ebuild])
Back to top
View user's profile Send private message
VoidMage
Advocate
Advocate


Joined: 14 Oct 2006
Posts: 4810

PostPosted: Fri Jun 22, 2012 10:15 am    Post subject: Reply with quote

Post following:
- 'equery l -p app-admin/system-config-printer-common'
- 'equery l -p app-admin/system-config-printer-gnome'
- 'emerge -1pv =app-admin/system-config-printer-gnome-<version relevant to your system>'
Back to top
View user's profile Send private message
MustrumR
n00b
n00b


Joined: 15 Nov 2011
Posts: 35
Location: Right here

PostPosted: Fri Jun 22, 2012 1:55 pm    Post subject: Reply with quote

Seems to be a bug.
app-admin/system-config-printer-gnome-1.3.9-r1 depends on app-admin/system-config-printer-common-1.3.9-r1
app-admin/system-config-printer-common-1.3.9-r1 doesn't exist
app-admin/system-config-printer-gnome-1.3.7 (the previous version) gets pulled and so does app-admin/system-config-printer-common-1.3.7

offtopic: It's much nicer when aaa-aaa/aaa depends on bbb-bbb/bbb which depends on !aaa-aaa/aaa. There is one like that.
Back to top
View user's profile Send private message
jonfr
l33t
l33t


Joined: 20 Jul 2003
Posts: 873
Location: Denmark

PostPosted: Fri Jun 22, 2012 10:28 pm    Post subject: Reply with quote

VoidMage wrote:
Post following:
- 'equery l -p app-admin/system-config-printer-common'
- 'equery l -p app-admin/system-config-printer-gnome'
- 'emerge -1pv =app-admin/system-config-printer-gnome-<version relevant to your system>'


I am missing this command set.
Back to top
View user's profile Send private message
VoidMage
Advocate
Advocate


Joined: 14 Oct 2006
Posts: 4810

PostPosted: Sat Jun 23, 2012 5:03 am    Post subject: Reply with quote

jonfr wrote:
I am missing this command set.

:roll: 'emerge gentoolkit', unless you've got portage-utils already, then modify first to fit.
Back to top
View user's profile Send private message
spod
n00b
n00b


Joined: 24 Jun 2012
Posts: 1

PostPosted: Sun Jun 24, 2012 2:16 pm    Post subject: same error Reply with quote

Hello, i have the same error...

Code:

spod ~ # emerge -avuN xorg-x11 gnome chromium

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "=app-admin/system-config-printer-common-1.3.9-r1".
(dependency required by "app-admin/system-config-printer-gnome-1.3.9-r1" [ebuild])
(dependency required by "gnome-base/gnome-2.32.1-r2[cups]" [ebuild])
(dependency required by "gnome" [argument])


Quote:

Post following:
- 'equery l -p app-admin/system-config-printer-common'
- 'equery l -p app-admin/system-config-printer-gnome'
- 'emerge -1pv =app-admin/system-config-printer-gnome-<version relevant to your system>'


Code:

spod ~ # equery l -p app-admin/system-config-printer-common
app-admin/system-config-printer-common-1.3.6
app-admin/system-config-printer-common-1.3.7
app-admin/system-config-printer-common-1.3.9-r2

spod ~ # equery l -p app-admin/system-config-printer-gnome
app-admin/system-config-printer-gnome-1.3.6
app-admin/system-config-printer-gnome-1.3.7
app-admin/system-config-printer-gnome-1.3.9-r1

spod ~ # emerge -1pv =app-admin/system-config-printer-gnome-1.3.9-r1

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "=app-admin/system-config-printer-common-1.3.9-r1".
(dependency required by "app-admin/system-config-printer-gnome-1.3.9-r1" [ebuild])
(dependency required by "=app-admin/system-config-printer-gnome-1.3.9-r1" [argument])


Any help would be appreciated.
Back to top
View user's profile Send private message
poncho
n00b
n00b


Joined: 06 Mar 2011
Posts: 42

PostPosted: Sun Jun 24, 2012 2:29 pm    Post subject: Reply with quote

MustrumR wrote:
Seems to be a bug.


app-admin/system-config-printer-gnome-1.3.9-r1 depends on =app-admin/system-config-printer-common-1.3.9-r1 not in tree
https://bugs.gentoo.org/show_bug.cgi?id=422709
Back to top
View user's profile Send private message
jonfr
l33t
l33t


Joined: 20 Jul 2003
Posts: 873
Location: Denmark

PostPosted: Mon Jun 25, 2012 1:24 am    Post subject: Reply with quote

After new portage sync. I still get this error.

Code:
WARNING: One or more updates have been skipped due to a dependency conflict:

app-admin/system-config-printer-common:0

  (app-admin/system-config-printer-common-1.3.9-r2::gentoo, ebuild scheduled for merge) conflicts with
    ~app-admin/system-config-printer-common-1.3.7 required by (app-admin/system-config-printer-gnome-1.3.7::gentoo, installed)


!!! The following update has been skipped due to unsatisfied dependencies:

app-admin/system-config-printer-gnome:0

emerge: there are no ebuilds to satisfy "=app-admin/system-config-printer-common-1.3.9-r1".
(dependency required by "app-admin/system-config-printer-gnome-1.3.9-r1" [ebuild])
Back to top
View user's profile Send private message
jonfr
l33t
l33t


Joined: 20 Jul 2003
Posts: 873
Location: Denmark

PostPosted: Mon Jun 25, 2012 1:28 am    Post subject: Reply with quote

VoidMage wrote:
jonfr wrote:
I am missing this command set.

:roll: 'emerge gentoolkit', unless you've got portage-utils already, then modify first to fit.


I got both installed.

Code:
emerge portage-utils -pv

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] app-portage/portage-utils-0.10  USE="-static" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB


emerge gentoolkit -pv

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] app-portage/gentoolkit-0.3.0.5  0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB


I still get this error when I try to run the command.

Code:
jupiter jonfr # 'equery l -p app-admin/system-config-printer-common'
bash: equery l -p app-admin/system-config-printer-common: No such file or directory
jupiter jonfr # 'equery l -p app-admin/system-config-printer-gnome'
bash: equery l -p app-admin/system-config-printer-gnome: No such file or directory


I have no idea why this is.
Back to top
View user's profile Send private message
comprookie2000
Developer
Developer


Joined: 25 Jul 2004
Posts: 854
Location: Ft.Lauderdale Florida

PostPosted: Mon Jun 25, 2012 8:27 am    Post subject: Reply with quote

jonfr wrote:
I have no idea why this is.


Try;
equery l -p app-admin/system-config-printer-common

Without the quotes;
'equery l -p app-admin/system-config-printer-common'
_________________
http://dev.gentoo.org/~dabbott/
Back to top
View user's profile Send private message
marziods
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jun 2009
Posts: 103
Location: <Padova>par lavor | Udine | Friul | Italie

PostPosted: Mon Jun 25, 2012 10:14 am    Post subject: Reply with quote

same issue here!
this is my
Code:
equery l -p app-admin/system-config-printer-common

Code:
[-P-] [  ] app-admin/system-config-printer-common-1.3.6:0
[-P-] [  ] app-admin/system-config-printer-common-1.3.7:0
[-P-] [  ] app-admin/system-config-printer-common-1.3.9-r2:0

Code:
equery l -p app-admin/system-config-printer-gnome

Code:
[-P-] [  ] app-admin/system-config-printer-gnome-1.3.6:0
[-P-] [  ] app-admin/system-config-printer-gnome-1.3.7:0
[-P-] [  ] app-admin/system-config-printer-gnome-1.3.9-r1:0


Code:
emerge -1pv =app-admin/system-config-printer-gnome-1.3.9-r1
zsh: app-admin/system-config-printer-gnome-1.3.9-r1 not found


I had unistalled app-admin/system-config-printer-gnome-1.3.9-r1 and, now, when i try to emerge I am blocked by this:
Code:
[blocks B      ] <app-admin/system-config-printer-gnome-1.3.9-r2 ("<app-admin/system-config-printer-gnome-1.3.9-r2" is blocking app-admin/system-config-printer-common-1.3.9-r2)


 (app-admin/system-config-printer-gnome-1.3.9-r1::gentoo, ebuild scheduled for merge) pulled in by
    >=app-admin/system-config-printer-gnome-1.3.3 required by (gnome-base/gnome-2.32.1-r2::gentoo, installed)


Tnx Marzio
_________________
linux user #493115
Back to top
View user's profile Send private message
jonfr
l33t
l33t


Joined: 20 Jul 2003
Posts: 873
Location: Denmark

PostPosted: Mon Jun 25, 2012 1:16 pm    Post subject: Reply with quote

comprookie2000 wrote:
jonfr wrote:
I have no idea why this is.


Try;
equery l -p app-admin/system-config-printer-common

Without the quotes;
'equery l -p app-admin/system-config-printer-common'


That worked. Then I get this information.

Code:
equery l -p app-admin/system-config-printer-common
 * Searching for system-config-printer-common in app-admin ...
[-P-] [  ] app-admin/system-config-printer-common-1.3.6:0
[IP-] [  ] app-admin/system-config-printer-common-1.3.7:0
[-P-] [  ] app-admin/system-config-printer-common-1.3.9-r2:0
Back to top
View user's profile Send private message
marziods
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jun 2009
Posts: 103
Location: <Padova>par lavor | Udine | Friul | Italie

PostPosted: Mon Jun 25, 2012 1:50 pm    Post subject: Reply with quote

In part I solved and upgraded my system with this comand:
Code:
emerge -Duav world --useoldpkg-atoms system-config-printer-gnome

It is obvious that my system is not at all full updated and I hope the bug will be fixed ASAP.
_________________
linux user #493115
Back to top
View user's profile Send private message
saellaven
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jul 2006
Posts: 113

PostPosted: Mon Jun 25, 2012 2:13 pm    Post subject: Reply with quote

app-admin/system-config-printer-common requires that app-admin/system-config-printer-gnome is the same version or higher.

RDEPEND="${COMMON_DEPEND}
!<app-admin/system-config-printer-gnome-${PVR}

it's trying to install app-admin/system-config-printer-common-1.3.9-r2 when the highest available version of app-admin/system-config-printer-gnome is 1.3.9-r1

Bugzilla is down right now or I'd file a bug
_________________
Athlon 64 X2 4400+ / Asus M2N-E
Athlon 2650e (Acer Aspire 5515)
Pentium D 945 / Dell Optiplex 745
Back to top
View user's profile Send private message
saellaven
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jul 2006
Posts: 113

PostPosted: Mon Jun 25, 2012 4:32 pm    Post subject: Reply with quote

https://bugs.gentoo.org/show_bug.cgi?id=423469
_________________
Athlon 64 X2 4400+ / Asus M2N-E
Athlon 2650e (Acer Aspire 5515)
Pentium D 945 / Dell Optiplex 745
Back to top
View user's profile Send private message
jonfr
l33t
l33t


Joined: 20 Jul 2003
Posts: 873
Location: Denmark

PostPosted: Tue Jun 26, 2012 5:07 am    Post subject: Reply with quote

Something has been changed. Now this happens. Even after I uninstall the blocking package.

Code:
[blocks B      ] <app-admin/system-config-printer-gnome-1.3.9-r2 ("<app-admin/system-config-printer-gnome-1.3.9-r2" is blocking app-admin/system-config-printer-common-1.3.9-r2)

Total: 92 packages (89 upgrades, 3 new), Size of downloads: 100,375 kB
Conflict: 1 block (1 unsatisfied)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (app-admin/system-config-printer-common-1.3.9-r2::gentoo, ebuild scheduled for merge) pulled in by
    >=app-admin/system-config-printer-common-1.2.2 required by (kde-base/system-config-printer-kde-4.8.3::gentoo, installed)
    >=app-admin/system-config-printer-common-1.2.2 required by (kde-base/printer-applet-4.8.3::gentoo, installed)
    ~app-admin/system-config-printer-common-1.3.9 required by (app-admin/system-config-printer-gnome-1.3.9-r1::gentoo, ebuild scheduled for merge)

  (app-admin/system-config-printer-gnome-1.3.9-r1::gentoo, ebuild scheduled for merge) pulled in by
    >=app-admin/system-config-printer-gnome-1.3.3 required by (gnome-base/gnome-2.32.1-r2::gentoo, installed)


I am bit unsure on how to resolve this package blog that is taking place. Since I have both kde and gnome installed on my system.
Back to top
View user's profile Send private message
marziods
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jun 2009
Posts: 103
Location: <Padova>par lavor | Udine | Friul | Italie

PostPosted: Tue Jun 26, 2012 10:24 am    Post subject: Reply with quote

The bug has been removed - It is marked as RESOLVED FIXED --> https://bugs.gentoo.org/show_bug.cgi?id=422709
@jonfr I think you can set as SOLVED this Topic.
_________________
linux user #493115
Back to top
View user's profile Send private message
jonfr
l33t
l33t


Joined: 20 Jul 2003
Posts: 873
Location: Denmark

PostPosted: Mon Jul 02, 2012 3:29 am    Post subject: Reply with quote

marziods wrote:
The bug has been removed - It is marked as RESOLVED FIXED --> https://bugs.gentoo.org/show_bug.cgi?id=422709
@jonfr I think you can set as SOLVED this Topic.


I did notice when this bug was finally fixed.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum