Coder Social home page Coder Social logo

Comments (2)

zqqw avatar zqqw commented on August 25, 2024

I think this is probably a problem in the keysmith-git PKGBUILD, from $ man PKGBUILD : "depends (array) An array of packages this package depends on to run. Entries in this list should be surrounded with single quotes"
But in keysmith-git they are double quotes. Quickly testing just now, when I replaced these with single quotes it started to build then failed later during the build process. I think you should put a comment on the keysmith-git AUR page and hopefully the maintainer will update it:
https://aur.archlinux.org/packages/keysmith-git

from pakku.

zqqw avatar zqqw commented on August 25, 2024

a7a1188
1276d35
That should fix it. The hidden .SRCINFO file in the AUR repo for keysmith-git has been edited by hand and a stray whitespace character was left on the end of the line saying "frameworkintegration " which by chance didn't get removed by the initial file parsing in Pakku, although at some later points in the code it did. Also the way Pakku deleted files and quit immediately wasn't helpful to allow anyone to try and manually remedy the situation, I think this fix will be OK and still quit when needed, it's difficult when dealing with situations that shouldn't happen to decide exactly what should happen. The .SRCINFO file should really be corrected, but it will work in Pakku now regardless, matching how makepkg handled it. Thank you for highlighting this interesting bug.

from pakku.

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.