Giter VIP home page Giter VIP logo

Comments (6)

actionless avatar actionless commented on September 27, 2024

The AUR package maintainers may omit some of the build-time dependencies needed to build theirs packages.

in that case please report them on AUR. pikaur didn't meant to work with broken packages

from pikaur.

actionless avatar actionless commented on September 27, 2024

more on this topic - i'd rather consider checking base-devel and printing a warning if it's not installed (if that's not yet implemented in makepkg itself?) - if not feel free to file a PR to add that

from pikaur.

roussak avatar roussak commented on September 27, 2024

It seems like you didn't read the issue description completely... :(

It was not about fixing all the "broken" packages (just in case, nor about saving the World too), but about the strange (in my opinion) behaviour of the pikaur utility. It tries to rebuild all packages instead of the current package rebuilding after that its PKGBUILD was edited. Furthermore, the reason of this editing is the secondary here. So, the checking on the base-devel presence doesn't matter here.

But, of course, if you don't want to make your software better, I can't enforce you...

from pikaur.

actionless avatar actionless commented on September 27, 2024

that is needed to re-compute the dependencies, because pkgbuild changed - that's also expected behavior, not a bug

from pikaur.

roussak avatar roussak commented on September 27, 2024

I see. But, how these new dependencies can influence on the packages that already built?

Let's imagine, we are trying to install 20 packages and the described case is "fired" on the 20th one. We has edited the PKGBUILD and are going to see the movie... Probably, not the last episode.

from pikaur.

actionless avatar actionless commented on September 27, 2024

and during this process it installs the corresponding dependencies, performs checks, tries to build a current package, sees that it has already been built and does another mainly unneeded actions

and this is also by design - because some AUR packages require dependencies installed for executing pkgver

so only one potential improvement i see is to do smth like this, (75a3380) to mark already built packages, thus avoid need to call pkgver() of pkgbuild of verifying if that version is already installed

from pikaur.

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.