Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] @world update dosen't work
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
ROGA
Apprentice
Apprentice


Joined: 17 Feb 2018
Posts: 156
Location: Zurich, Switzerland

PostPosted: Sat Feb 17, 2018 2:10 pm    Post subject: [SOLVED] @world update dosen't work Reply with quote

Hallo liebes Forum,

bin langsam am verzweifeln :-( habe mir Gentoo mit KDE installiert. Hat alles bestens funktioniert. Jetzt wollte ich mein System updaten, doch das zeigt mir nur eine nicht verständliche Ausgabe, mit der ich so gar nix anfangen kann.

Code:


emerge -avuD world


Total: 226 packages (204 upgrades, 12 new, 9 in new slots, 1 reinstall, 10 uninstalls), Size of downloads: 0 KiB
Conflict: 13 blocks

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

x11-base/xorg-server:0

  (x11-base/xorg-server-1.19.5:0/1.19.5::gentoo, ebuild scheduled for merge) pulled in by
    (no parents that aren't satisfied by other packages in this slot)

  (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) pulled in by
    x11-base/xorg-server:0/1.19.3= required by (x11-drivers/xf86-input-keyboard-1.9.0:0/0::gentoo, installed)
                        ^^^^^^^^^^                                                                                                                         
    (and 5 more with the same problem)

sys-apps/dbus:0

  (sys-apps/dbus-1.10.18:0/0::gentoo, installed) pulled in by
    >=sys-apps/dbus-1.6:=[user-session=] required by (net-wireless/bluez-5.47-r1:0/3::gentoo, ebuild scheduled for merge)
                          ^^^^^^^^^^^^^                                                                                                                     

  (sys-apps/dbus-1.10.18:0/0::gentoo, ebuild scheduled for merge) pulled in by
    sys-apps/dbus[user-session] required by (kde-plasma/plasma-workspace-5.11.5-r1:5/5::gentoo, ebuild scheduled for merge)
                  ^^^^^^^^^^^^                                                                                                                             

NOTE: Use the '--verbose-conflicts' option to display parents omitted above

It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously.  If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.



BITTE HELFT MIR !!!! ICH VERSTEHE NICHT, WAS DAS SYSTEM VON MIR WILL!!!!

LG
ROGA


Last edited by ROGA on Sat Feb 17, 2018 5:27 pm; edited 3 times in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54220
Location: 56N 3W

PostPosted: Sat Feb 17, 2018 2:14 pm    Post subject: Reply with quote

ROGA,

Welcome.

English here please. We do have a German language section if you prefer.

Try adding
Code:
 --backtrack=50
to your emerge command.
It tells portage to try harder to find a solution.

Capital letters will be interpreted as SHOUTING. Please don't do that.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
ROGA
Apprentice
Apprentice


Joined: 17 Feb 2018
Posts: 156
Location: Zurich, Switzerland

PostPosted: Sat Feb 17, 2018 2:58 pm    Post subject: Reply with quote

NeddySeagoon,

thank you for your fast answer.

Sorry, I thought that this is the german Forum, (my fault).

Ok, I will try in english, but have patience with me, because my english isn't good. And you're right, I would realy like to SHOUT, because I'm searching for a solution and only lost my time. I have try so many things but nothing seems to work! :oops: Today, Gentoo isn't nice to me. :cry:

I'm trying your recommendation and at the moment, it seems to work for a little while! Now it comes an another Problem!

Code:

mv -f libqquicklayoutsplugin.so ../../../qml/QtQuick/Layouts/
make[3]: Leaving directory '/var/tmp/portage/dev-qt/qtdeclarative-5.7.1-r1/work/qtdeclarative-opensource-src-5.7.1/src/imports/layouts'
make[2]: Leaving directory '/var/tmp/portage/dev-qt/qtdeclarative-5.7.1-r1/work/qtdeclarative-opensource-src-5.7.1/src/imports'
make[1]: *** [Makefile:309: sub-imports-make_first-ordered] Error 2
make[1]: Leaving directory '/var/tmp/portage/dev-qt/qtdeclarative-5.7.1-r1/work/qtdeclarative-opensource-src-5.7.1/src'
make: *** [Makefile:46: sub-src-make_first] Error 2
 * ERROR: dev-qt/qtdeclarative-5.7.1-r1::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=dev-qt/qtdeclarative-5.7.1-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-qt/qtdeclarative-5.7.1-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-qt/qtdeclarative-5.7.1-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-qt/qtdeclarative-5.7.1-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-qt/qtdeclarative-5.7.1-r1/work/qtdeclarative-opensource-src-5.7.1'
 * S: '/var/tmp/portage/dev-qt/qtdeclarative-5.7.1-r1/work/qtdeclarative-opensource-src-5.7.1'



I have no idea what I have to do now?

Thx
ROGA

(hope, you understand my ugly english)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30894
Location: here

PostPosted: Sat Feb 17, 2018 3:12 pm    Post subject: Reply with quote

ROGA wrote:
I have no idea what I have to do now?

You should post full build.log with wgetpaste, the chunk of code you posted not include the real error
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
ROGA
Apprentice
Apprentice


Joined: 17 Feb 2018
Posts: 156
Location: Zurich, Switzerland

PostPosted: Sat Feb 17, 2018 3:32 pm    Post subject: Reply with quote

Hi fedeliallalinea,

Thank you for your hint with wgetpaste, I didn't know about that but it's a greate tool. Is it ok, that I only post the link to my build.log? (I hope so) here is it:

https://paste.pound-python.org/show/GU7MIc1X5amDSvg83PEs/

But who in the world can read that crazy log???

kind regards,

ROGA
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8935

PostPosted: Sat Feb 17, 2018 3:47 pm    Post subject: Reply with quote

Rebuild these packages: 'emerge -1 qtcore qtnetwork'
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30894
Location: here

PostPosted: Sat Feb 17, 2018 4:03 pm    Post subject: Reply with quote

ROGA wrote:
But who in the world can read that crazy log???

asturm wrote:
Rebuild these packages: 'emerge -1 qtcore qtnetwork'

:D
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Sat Feb 17, 2018 4:08 pm    Post subject: Reply with quote

Quote:
But who in the world can read that crazy log???

It's not that difficult! First of all, you should look at the error messages at the end of the file. In most cases, they don't tell you much - because people use parallel make jobs and the real error occured earlier. For that reason, you should go up in the file and search for the first occurrence of an error. In your case it's in line 1070:
Code:
/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../lib64/libQt5Network.so:(*IND*+0x0): multiple definition of `_edata'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../lib64/libQt5Network.so:(*IND*+0x0): multiple definition of `__bss_start'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../lib64/libQt5Network.so:(*IND*+0x0): multiple definition of `_end'
collect2: error: ld returned 1 exit status

Those messages show the real problem.
Back to top
View user's profile Send private message
ROGA
Apprentice
Apprentice


Joined: 17 Feb 2018
Posts: 156
Location: Zurich, Switzerland

PostPosted: Sat Feb 17, 2018 4:31 pm    Post subject: Reply with quote

Hello Asturm,

Thanks for your help!

I rebuilded those packages that you recommended me. And after that, I restarted my whole @world update with the following command:

Code:
emerge -avuD @world --backtrack=50


Now it seems to be worked for me (at the Moment). Those package, that doesn't worked bevor (dev-qt/qtdeclarative-5.7.1-r1), now has done very good.

I hope, that every packages would work fine, because there are still 200 packages left.

I only would like to know, how you could know about that these two packages had to be rebuilt??? Can you tell me this?

Thank you!

ROGA
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30894
Location: here

PostPosted: Sat Feb 17, 2018 4:41 pm    Post subject: Reply with quote

ROGA wrote:
I only would like to know, how you could know about that these two packages had to be rebuilt??? Can you tell me this?

You can try to seach bug in google and in bugs.gentoo.org
https://forums.gentoo.org/viewtopic-p-8159812.html
https://bugs.gentoo.org/623566
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
ROGA
Apprentice
Apprentice


Joined: 17 Feb 2018
Posts: 156
Location: Zurich, Switzerland

PostPosted: Sat Feb 17, 2018 4:55 pm    Post subject: Reply with quote

@mike155,

Thank you also for your Support.

Now, I have learned a Little bit more about error tracking. But how could somebody know, that he has to rebuilt qtcore and qtnetwork? In my case, I do not recognize a indication in build.log, to rebuilt those packages. Is there another clue, that should show me this?

I would like to learn more about that!

Thx
ROGA


Last edited by ROGA on Mon Feb 19, 2018 5:47 am; edited 1 time in total
Back to top
View user's profile Send private message
ROGA
Apprentice
Apprentice


Joined: 17 Feb 2018
Posts: 156
Location: Zurich, Switzerland

PostPosted: Sat Feb 17, 2018 5:20 pm    Post subject: Reply with quote

@ALL,

Hey guys, many, many thanks at everyone of you!!!

I think, my Problem is solved. :lol: :lol:

(My last question: how could I mark this thread as solved? :oops: )

kind regards,
ROGA
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54220
Location: 56N 3W

PostPosted: Sat Feb 17, 2018 5:25 pm    Post subject: Reply with quote

ROGA,

You can edit the title of the topic in your original post to add [solved].

Your last question ... for now. You will be back. :)
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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