Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

1.4 stages


Recommended Posts

  • Funtoo Linux BDFL

So, upgrade is pretty easy this time around.I will have instructions soon. But you can basically use "standard" upgrade steps. I recommend emerge -1 glibc gcc first, then emerge -auDN @world should generally work. Report any bugs related to upgrade like failed builds because often this can be fixed by tweaking dependencies. Overall the upgrade is MUCH easier than 1.2 -> 1.3.

One trick is to remember to "eselect python set --python3 python3.7" after python-3.7 is emerged to make it default. Also, mesa right now is very picky about USE flags related to video card. For example, if you don't have a card that supports vulkan, you cannot have vulkan in USE. Same with xa and other things that were more "permissible" before.

As of yesterday, I am now happily running gnome 3.32 and it is working perfectly. I would still call things "in beta" but the remaining issues (there is a "reboot doesn't work" issue currently active, due to a missing /run/initctl -> /dev/initctl symlink) should be worked out with minor package updates.

Link to comment
Share on other sites

  • 2 weeks later...

I can't confirm that migrate to 1.4 is easy. On local machine it was very slow and pain. Many packages must be removed and than added and rebuilded many times.

 

On Funtoo container migration is also not success. For example dev-libs/hyperscan-5.1.0::dev-kit is failed to build. But all other was simple.

Link to comment
Share on other sites

  • 2 weeks later...

I'm performing the 1.4 migration on my VM and it has mostly gone well but I am running into some of those issues with video cards.

I looked into using the video card mixins but I am running this in VMWare and I didn't see a mixin for that so I am bravely making lots of stupid mistakes.

At least, I'll claim to do them on purpose since the alternative is admitting that I don't know what I am doing.

Here's what I continue to get when I try to do an emerge --update for @world

cricket /etc/portage # emerge --update --deep --with-bdeps=y -j3 --keep-going  @world
Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy "media-libs/mesa[xa]".
!!! One of the following packages is required to complete your request:
- media-libs/mesa-19.1.3-r1::core-gl-kit (Missing IUSE: xa)
(dependency required by "x11-drivers/xf86-video-vmware-13.3.0::xorg-kit" [ebuild])
(dependency required by "x11-base/xorg-drivers-1.20::xorg-kit[video_cards_vmware]" [ebuild])
(dependency required by "x11-base/xorg-server-1.20.1-r1::xorg-kit" [ebuild])
(dependency required by "x11-base/xorg-x11-7.4-r3::xorg-kit" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
 

I can go post for help in the General Help forum if I can't figure it out shortly.  I just figured this was topical to the 1.4 discussion so I would bring it up here.

Link to comment
Share on other sites

Quick self-update.

I removed all of the x11-proto packages as suggested in the 1.2 to 1.3 upgrade procedure, removed the stuff I had put in the VIDEO_CARDS variable in make.conf and removed the USE variables for xa and the vmware video driver in various packages in package.use (libdrm, mesa, xorg-server)

I added the vmware-guest as a mixin and emerged the x11-proto,  and xorg-server stuff and it all seems to work fine now. 

Kudos..

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...