Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Forced to update the old system
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 13, 14, 15, 16  Next  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Fri Mar 29, 2024 6:31 pm    Post subject: Reply with quote

Plus! wrote:
(original post: https://forums.gentoo.org/viewtopic-p-8820329.html#8820329)

Quote:

Old version of binutils activated! pciutils -3.10.0 cannot be built withan old version
Please follow this steps:

1. Select a newer binutils (>= 2.37) using binutils-config
(if no such version is installed, run emerge -v1 sys-devel/binutils)
2. Run: . /etc/profile
3. Try emerging again with: emerge -v1 sys-apps/pciutils-3.10.0
4. Complete your world upgrade if you wee performing one.
5. Perform a depclean (emerge -acv)
You must DEPCLEAN after every world upgrade in the future


It looks like a bug.
Shouldn't the pciutils ebuild list binutils (>= 2.37) as a dependency?

This has been addressed already. The problem is that >=binutils-2.37 is indeed installed already, but the default selected binutils is not active. It's not exactly a good idea to change the version on the fly, perhaps there was a specific reason you had a version set as default.

Same issue with gcc where it is likewise slotted but the default may not be the version set and used.
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Fri Mar 29, 2024 6:37 pm    Post subject: Reply with quote

Hi, ALL,
I added the "et.ifname=0" to the kernel line and now the wlan0 is restored.

Howeer I have following on screen during boot:

Code:

Successfully initialized wpa_supplicant
line 8: invalid cipher: 'CCMP TKIP'
line 8: failed to parse pairwise 'CCMP TKIP'
line 9: invalid cipher 'CCMP TKIP WEP 104 WEP40'
line 9: failed to parse group 'CCMP TKIP WEP 104 WEP40'
line 12: failed to parse the network block
Failed to read or parse configuration '/etc/wpa_supplicant/wpa_supplicant.conf'
: ctrl-event-dscp-policy clear all
    start-stop-daemon: failed to start 'wpa_supplicant'
    ERROR: net.wlan0 failed to start
    ERROR: cannot start netmount as net.wlan0 would not start


Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sat Mar 30, 2024 12:33 am    Post subject: Reply with quote

Hi,
wpa_supplicant is merged with:

Code:

dbus fils hs2-0 mbo mesh readline


Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sat Mar 30, 2024 10:07 pm    Post subject: Reply with quote

Hi guys,
network is fixed. I now have access.
I also can successfully run X.

Since I removed GNOME, I need to re-installing it.
The "emerge -pv gnome" didn't have any blockage.

However trying to actually merge it resulted in the compilation error on the very first package:

I'm going to try and get the failure log...

The log is located here.

The weird thing is - libxml2 is already installed.

Any idea on how to fix it?

Thank you.
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21637

PostPosted: Sat Mar 30, 2024 10:22 pm    Post subject: Reply with quote

How did you determine that libxml2 is already installed? Please show the output of emerge --pretend --verbose dev-libs/libxml2 dev-build/meson; python --version.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sat Mar 30, 2024 10:51 pm    Post subject: Reply with quote

Hi,
Log is here.

python --version gives "3.11.8".

Thank you.
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21637

PostPosted: Sat Mar 30, 2024 11:06 pm    Post subject: Reply with quote

Please show the output of emerge --pretend --verbose dev-util/itstool. I missed that meson was running an external program and getting an error there, so I was checking Python versions for meson+libxml2 directly. I now suspect that your /usr/bin/itstool is not on the current Python, and is completely broken until that is fixed.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sat Mar 30, 2024 11:27 pm    Post subject: Reply with quote

Hi,
Thank you.
Updating "itstool" makes emerging "gnome" going.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Mar 31, 2024 2:02 pm    Post subject: Reply with quote

Hi,
Next issue merging GNOME is here.

Thank you.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Sun Mar 31, 2024 2:43 pm    Post subject: Reply with quote

Re-merge (oneshot of course) app-crypt/gcr ...

Looks like this may be bugs.gentoo.org worthy, gcr seems to have a stealth autodependency on wayland ...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Mar 31, 2024 3:19 pm    Post subject: Reply with quote

Hi,
Yes, looks like you are right.
Re-merging gcr didn't help...

Maybe I should try to lower the version of failing package?

Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Mar 31, 2024 5:07 pm    Post subject: Reply with quote

Hi,
In the meantime I file a bug.

There is only one version in Portage so downgrading is not possible..

Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Mar 31, 2024 8:47 pm    Post subject: Reply with quote

Hi,
It turns ot I had to do "emerge -1va /usr/lib64/libgcr-ui-3.so".

Thank you
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21637

PostPosted: Sun Mar 31, 2024 10:43 pm    Post subject: Reply with quote

ONEEYEMAN wrote:
Yes, looks like you are right.
Re-merging gcr didn't help...
ONEEYEMAN wrote:
It turns ot I had to do "emerge -1va /usr/lib64/libgcr-ui-3.so".
First you said re-merging gcr did not help, then you posted that re-merging it was the solution. What did you do the first time that did not work?
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Mar 31, 2024 10:57 pm    Post subject: Reply with quote

Hi,
I re-emerged the library that ws using wayland instead.

Thank you.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Mon Apr 01, 2024 12:04 am    Post subject: Reply with quote

libgcr is a part of app-crypt/gcr hence the confusion...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Mon Apr 01, 2024 12:32 am    Post subject: Reply with quote

Hi,
I don't know - running that command I posted fixed the build.

Thank you.
Back to top
View user's profile Send private message
Plus!
n00b
n00b


Joined: 04 Mar 2008
Posts: 15

PostPosted: Mon Apr 01, 2024 12:56 pm    Post subject: Reply with quote

eccerr0r wrote:

This has been addressed already. The problem is that >=binutils-2.37 is indeed installed already, but the default selected binutils is not active. It's not exactly a good idea to change the version on the fly, perhaps there was a specific reason you had a version set as default.

Same issue with gcc where it is likewise slotted but the default may not be the version set and used.


In my case, >=binutils-2.37 was not installed already, so I had to install it manually with --oneshot flag. I suppose it should be included in the dependency list automatically.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Mon Apr 01, 2024 1:32 pm    Post subject: Reply with quote

Hi,
Code:

WaylandGnome /home/igor # emerge @preserved-rebuild

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


 * IMPORTANT: config file '/etc/portage/package.use/zz-autounmask' needs updating.
 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.
Calculating dependencies... done!
Dependency resolution took 3.89 s (backtrack: 0/20).


emerge: there are no ebuilds to satisfy "dev-lang/spidermonkey:78".
(dependency required by "@preserved-rebuild" [argument])
WaylandGnome /home/igor #



Any idea what to do?

Thank you.

P.S.: I'm in GNOME...
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Mon Apr 01, 2024 3:05 pm    Post subject: Reply with quote

You still have something using spidermonkey:78 that didn't get updated, probably polkit?

What if you tried to --pretend --verbose --depclean spidermonkey, what does it complain about?
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Mon Apr 01, 2024 11:44 pm    Post subject: Reply with quote

Hi,
The result is:

Code:

WaylandGnome /home/igor # emerge -pv --depclean spidermonkey

Calculating dependencies... done!
  dev-lang/spidermonkey-115.3.1 pulled in by:
    dev-libs/gjs-1.78.1 requires dev-lang/spidermonkey:115

>>> Calculating removal order...

>>> These are the packages that would be unmerged:

 dev-lang/spidermonkey
    selected: 78.12.0
   protected: none
     omitted: 115.3.1

All selected packages: =dev-lang/spidermonkey-78.12.0

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

Packages installed:   1019
Packages in world:    41
Packages in system:   49
Required packages:    1018
Number to remove:     1
WaylandGnome /home/igor #



Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Tue Apr 02, 2024 12:18 am    Post subject: Reply with quote

Hi,
And this is the result of the system "depclean":

Code:

WaylandGnome /home/igor # emerge -pv --depclean

 * Always study the list of packages to be cleaned for any obvious
 * mistakes. Packages that are part of the world set will always
 * be kept.  They can be manually added to this set with
 * `emerge --noreplace <atom>`.  Packages that are listed in
 * package.provided (see portage(5)) will be removed by
 * depclean, even if they are part of the world set.
 *
 * As a safety measure, depclean will not remove any packages
 * unless *all* required dependencies have been resolved.  As a
 * consequence of this, it often becomes necessary to run
 * `emerge --update --newuse --deep @world` prior to depclean.

Calculating dependencies... done!
 * Dependencies could not be completely resolved due to
 * the following required packages not being installed:
 *
 *   dev-python/lxml[python_targets_python3_9(-)] pulled in by:
 *     app-text/yelp-tools-40.0
 *
 *   >=dev-lang/python-exec-2:2/2=[python_targets_python3_9(-)] pulled in by:
 *     dev-libs/newt-0.52.21-r1
 *
 *   virtual/libcrypt:0/1= pulled in by:
 *     net-dialup/ppp-2.4.9-r4
 *
 *   >=dev-lang/python-exec-2:2/2=[python_targets_python3_9] pulled in by:
 *     app-text/yelp-tools-40.0
 *
 *   virtual/notification-daemon pulled in by:
 *     x11-libs/libnotify-0.8.3
 *
 *   >=media-sound/pulseaudio-2.1-r1[abi_x86_64(-)] pulled in by:
 *     media-libs/libsdl-1.2.15_p20210224
 *
 *   >=x11-libs/cairo-1.12.14-r4:0/0=[svg,X,abi_x86_64(-)] pulled in by:
 *     x11-libs/gtk+-2.24.33
 *
 *   >=x11-libs/cairo-1.12.14-r4:0/0=[svg,abi_x86_64(-)] pulled in by:
 *     x11-libs/gtk+-2.24.33
 *
 *   dev-libs/openssl:0/1.1= pulled in by:
 *     net-dialup/ppp-2.4.9-r4
 *
 * Have you forgotten to do a complete update prior to depclean? The
 * most comprehensive command for this purpose is as follows:
 *
 *   emerge --update --newuse --deep --with-bdeps=y @world
 *
 * Note that the --with-bdeps=y option is not required in many
 * situations. Refer to the emerge manual page (run `man emerge`)
 * for more information about --with-bdeps.
 *
 * Also, note that it may be necessary to manually uninstall
 * packages that no longer exist in the repository, since it may not
 * be possible to satisfy their dependencies.
WaylandGnome /home/igor #



And this is the result of running that suggested command:

Code:

WaylandGnome /home/igor # emerge --pretend --update --newuse --deep --with-bdeps=y @world

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

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

Calculating dependencies... done!
Dependency resolution took 49.58 s (backtrack: 0/20).

[ebuild     U  ] acct-group/plugdev-0-r3 [0-r1]
[ebuild     U  ] virtual/jpeg-100-r1 [100]
[ebuild     U  ] gnome-base/gnome-common-3.18.0-r2 [3.18.0-r1]
[ebuild     U  ] net-misc/mobile-broadband-provider-info-20230416 [20201225]
[ebuild     U  ] net-libs/libmbim-1.26.4 [1.24.8]
[ebuild  N     ] net-libs/libqrtr-glib-1.2.2  USE="-gtk-doc"
[ebuild     U  ] net-libs/libqmi-1.30.8 [1.28.6] USE="qrtr%*"
[ebuild     U  ] dev-libs/libgee-0.20.6-r1 [0.20.4]
[ebuild  N     ] dev-util/gtk-doc-1.33.2-r1  USE="-emacs -test" PYTHON_SINGLE_TARGET="python3_11 -python3_10 -python3_12"
[ebuild     U  ] app-text/yelp-tools-42.1 [40.0] PYTHON_SINGLE_TARGET="python3_11%* -python3_10%"
[ebuild     U  ] x11-libs/libXinerama-1.1.5 [1.1.4-r1]
[ebuild     U  ] dev-libs/libpcre-8.45-r3 [8.45] USE="-valgrind%"
[ebuild     U  ] x11-libs/xcb-util-0.4.1 [0.4.0-r2]
[ebuild     U  ] sys-libs/slang-2.3.3 [2.3.2]
[ebuild     U  ] dev-libs/newt-0.52.23-r1 [0.52.21-r1] PYTHON_TARGETS="python3_11%*"
[ebuild  N     ] virtual/notification-daemon-0  USE="gnome -kde"
[ebuild     U  ] dev-util/wayland-scanner-1.22.0 [1.19.0]
[uninstall     ] dev-libs/wayland-1.19.0
[blocks b      ] <dev-libs/wayland-1.22.0 ("<dev-libs/wayland-1.22.0" is soft blocking dev-util/wayland-scanner-1.22.0)
[ebuild     U  ] net-misc/modemmanager-1.18.12 [1.16.6] USE="qrtr%* (-selinux) -test%"
[ebuild     U  ] media-libs/libsdl-1.2.68 [1.2.15_p20210224] USE="-test%"
[ebuild     U  ] x11-libs/gtk+-2.24.33-r3 [2.24.33]
[ebuild     U  ] net-dialup/ppp-2.5.0-r6 [2.4.9-r4] USE="(-selinux) -systemd%"
[ebuild     U  ] net-misc/networkmanager-1.42.6-r2 [1.30.4] USE="concheck%* gtk-doc%* tools%* -debug% -iptables% -libedit% -nftables% -psl% -syslog%"

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

WaylandGnome /home/igor #



So I guess not everything is updated yet.

Thank you.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Tue Apr 02, 2024 1:11 am    Post subject: Reply with quote

actually n/m looks correct... should just be able to depclean spidermonkey, don't pretend ...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Tue Apr 02, 2024 2:16 am    Post subject: Reply with quote

Hi,
This is the next results:

Code:

WaylandGnome /home/igor # emerge @preserved-rebuild

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


 * IMPORTANT: config file '/etc/portage/package.use/zz-autounmask' needs updating.
 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.
Calculating dependencies... done!
Dependency resolution took 3.78 s (backtrack: 0/20).


emerge: there are no ebuilds to satisfy "net-wireless/crda:0".
(dependency required by "@preserved-rebuild" [argument])


And the depclean result:

Code:

WaylandGnome /home/igor # emerge -pv --depclean net-wireless/crda

Calculating dependencies... done!
>>> Calculating removal order...

>>> These are the packages that would be unmerged:

 net-wireless/crda
    selected: 4.14
   protected: none
     omitted: none

All selected packages: =net-wireless/crda-4.14

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

Packages installed:   1018
Packages in world:    41
Packages in system:   49
Required packages:    1017
Number to remove:     1
WaylandGnome /home/igor #


Thank you.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Tue Apr 02, 2024 7:12 am    Post subject: Reply with quote

I recall that one is deprecated and you can depclean it, or something like that///
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
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
Goto page Previous  1, 2, 3 ... 13, 14, 15, 16  Next
Page 14 of 16

 
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