sakaki- / gentoo-on-rpi-64bit

Bootable 64-bit Gentoo image for the Raspberry Pi4B, 3B & 3B+, with Linux 5.4, OpenRC, Xfce4, VC4/V3D, camera and h/w codec support, weekly-autobuild binhost
GNU General Public License v3.0
925 stars 127 forks source link

Install Wireshark #146

Closed JJTech0130 closed 4 years ago

JJTech0130 commented 4 years ago

I cant figure out how to install wireshark (sudo emerge wireshark) It gives this error:

Local copy of remote index is up-to-date and will be used.

 * IMPORTANT: config file '/etc/portage/package.use/rpi-64bit-meta' needs updating.
 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.

Local copy of remote index is up-to-date and will be used.
Calculating dependencies... done!
[binary  N     ] net-dns/c-ares-1.15.0  USE="-static-libs" 
[binary     U  ] dev-qt/qtcore-5.14.1 [5.13.2]
[binary     U  ] dev-qt/qtnetwork-5.14.1 [5.13.2]
[binary     U  ] dev-qt/qtdbus-5.14.1 [5.13.2]
[binary     U  ] dev-qt/qtgui-5.14.1-r1 [5.13.2] USE="X%*" 
[binary     U  ] dev-qt/qtwidgets-5.14.1 [5.13.2] USE="X%*" 
[binary     U  ] dev-qt/qtopengl-5.14.1 [5.13.2]
[binary  N     ] dev-qt/qtmultimedia-5.14.1  USE="alsa pulseaudio widgets -debug (-gles2) -gstreamer -openal -qml -test" 
[ebuild  N     ] net-analyzer/wireshark-3.2.1  USE="capinfos captype dftest dumpcap editcap filecaps mergecap minizip netlink pcap plugins qt5 randpkt randpktdump reordercap sharkd ssl text2pcap tshark udpdump zlib -androiddump (-bcg729) -brotli -ciscodump -doc -dpauxmon -http2 -kerberos -libxml2 -lua -lz4 -maxminddb -plugin-ifdemo -sbc -sdjournal (-selinux) (-smi) -snappy -spandsp -sshdump -tfshark" 

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

dev-qt/qtcore:5

  (dev-qt/qtcore-5.13.2:5/5.13::gentoo, installed) pulled in by
    ~dev-qt/qtcore-5.13.2 required by (dev-qt/qtnetwork-5.13.2:5/5.13::gentoo, installed)
    ^              ^^^^^^                                                                                                                       
    (and 14 more with the same problem)

  (dev-qt/qtcore-5.14.1:5/5.14::gentoo, binary scheduled for merge) pulled in by
    ~dev-qt/qtcore-5.14.1 required by (dev-qt/qtwidgets-5.14.1:5/5.14::gentoo, binary scheduled for merge)
    ^              ^^^^^^                                                                                                                                        
    (and 5 more with the same problem)

dev-qt/qtgui:5

  (dev-qt/qtgui-5.13.2:5/5.13::gentoo, installed) pulled in by
    dev-qt/qtgui:5/5.13= required by (media-video/smplayer-19.10.2:0/0::gentoo, installed)
                ^^^^^^^^                                                                                                      
    ~dev-qt/qtgui-5.13.2[gles2=,png=,xcb?] required by (dev-qt/qtwidgets-5.13.2:5/5.13::gentoo, installed)
    ^             ^^^^^^                                                                                                                                         
    (and 6 more with the same problems)

  (dev-qt/qtgui-5.14.1-r1:5/5.14.1::gentoo, binary scheduled for merge) pulled in by
    ~dev-qt/qtgui-5.14.1[-gles2] required by (dev-qt/qtmultimedia-5.14.1:5/5.14::gentoo, binary scheduled for merge)
    ^             ^^^^^^                                                                                                                                                   
    (and 3 more with the same problem)

dev-qt/qtwidgets:5

  (dev-qt/qtwidgets-5.13.2:5/5.13::gentoo, installed) pulled in by
    ~dev-qt/qtwidgets-5.13.2 required by (dev-qt/designer-5.13.2:5/5.13::gentoo, installed)
    ^                 ^^^^^^                                                                                                                      
    (and 3 more with the same problem)

  (dev-qt/qtwidgets-5.14.1:5/5.14::gentoo, binary scheduled for merge) pulled in by
    ~dev-qt/qtwidgets-5.14.1[-gles2] required by (dev-qt/qtmultimedia-5.14.1:5/5.14::gentoo, binary scheduled for merge)
    ^                 ^^^^^^                                                                                                                                                   
    (and 1 more with the same problem)

dev-qt/qtnetwork:5

  (dev-qt/qtnetwork-5.14.1:5/5.14::gentoo, binary scheduled for merge) pulled in by
    ~dev-qt/qtnetwork-5.14.1 required by (dev-qt/qtmultimedia-5.14.1:5/5.14::gentoo, binary scheduled for merge)
    ^                 ^^^^^^                                                                                                                                           

  (dev-qt/qtnetwork-5.13.2:5/5.13::gentoo, installed) pulled in by
    ~dev-qt/qtnetwork-5.13.2 required by (dev-qt/designer-5.13.2:5/5.13::gentoo, installed)
    ^                 ^^^^^^                                                                                                                      
    (and 1 more with the same problem)

dev-qt/qtdbus:5

  (dev-qt/qtdbus-5.14.1:5/5.14::gentoo, binary scheduled for merge) pulled in by
    ~dev-qt/qtdbus-5.14.1 required by (dev-qt/qtgui-5.14.1-r1:5/5.14.1::gentoo, binary scheduled for merge)
    ^              ^^^^^^                                                                                                                                         

  (dev-qt/qtdbus-5.13.2:5/5.13::gentoo, installed) pulled in by
    ~dev-qt/qtdbus-5.13.2 required by (dev-qt/qtbluetooth-5.13.2:5/5.13::gentoo, installed)
    ^              ^^^^^^                                                                                                                         
    (and 1 more with the same problem)

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. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.

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

I tried to mask the conflicting version of QT, but it didn't help. Any suggestions?

sakaki- commented 4 years ago

If you update your system with genup before trying to emerge wireshark, this issue should be gone.