Code Monkey home page Code Monkey logo

Comments (5)

iMichka avatar iMichka commented on September 16, 2024 7

Ok so all the formulae were migrated.

Regarding the warnings: make sure you brew uninstall xorg first.
Then run:

for tab in $(grep -l -o 'linuxbrew/xorg' $(brew --cellar)/*/*/INSTALL_RECEIPT.json)
do
    formula=$(basename $(dirname $(dirname $tab)))
    echo $formula
done

This will give you a list of formulae that need to be uninstalled and reinstalled.
Run brew uninstall --force on each of these, and then brew install.

If at the end you still have issues, let me know, so that we can have a look.

from homebrew-xorg.

iMichka avatar iMichka commented on September 16, 2024 2

Yes, I know about the issue. And I know of to fix it.

Just to remember that this is a warning, so nothing should be broken.

This code checks for mentions of xorg formulae in your installed packages:

for tab in $(grep -l -o 'linuxbrew/xorg' $(brew --cellar)/*/*/INSTALL_RECEIPT.json)
do
  formula=$(basename $(dirname $(dirname $tab)))
  echo $formula
done

All these formulae need to be revision bumped. I did it once, but I think it did not work as expected. I need to check because I think homebrew-core was maybe not at the latest version when I did the rebuild with the new CI workflow in the xorg repo.

Anyway, as I still need to migrate a few xorg formulae to core, I'll do the final cleanup at the end.

from homebrew-xorg.

maxim-belkin avatar maxim-belkin commented on September 16, 2024

@iMichka, since you did this transition -- could you please take a look at this and suggest a solution?

from homebrew-xorg.

zrma avatar zrma commented on September 16, 2024

thank you for your checking 😺

from homebrew-xorg.

zrma avatar zrma commented on September 16, 2024

Ok so all the formulae were migrated.

Regarding the warnings: make sure you brew uninstall xorg first.
Then run:

for tab in $(grep -l -o 'linuxbrew/xorg' $(brew --cellar)/*/*/INSTALL_RECEIPT.json)
do
    formula=$(basename $(dirname $(dirname $tab)))
    echo $formula
done

This will give you a list of formulae that need to be uninstalled and reinstalled.
Run brew uninstall --force on each of these, and then brew install.

If at the end you still have issues, let me know, so that we can have a look.

It works well!
thank you for your help 😺

from homebrew-xorg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.