Giter VIP home page Giter VIP logo

Comments (6)

FWDekker avatar FWDekker commented on June 7, 2024 1

mommy v1.2.2 has now been released, so since this version doesn't check the manual pages during installation, you should no longer encounter this bug.

however, running mommy --help or man mommy may not necessarily work. if you encounter any problems with that, please let me know :-)

from mommy.

dsprenkels avatar dsprenkels commented on June 7, 2024 1

Everything works as expected now! ❤️

from mommy.

FWDekker avatar FWDekker commented on June 7, 2024

strange, I cannot reproduce this error. after running yay mommy and selecting the right package, installation succeeds as expected. with which command exactly did you install mommy?

the errors you have indicate that the manual pages were not installed correctly, or that you do not have the man command available in sh. do you already have man-db installed? man-db is currently a requirement, but should be installed automatically by yay if you don't have it. (see also #41) man-db should be temporarily installed during the check process, so it's somewhat surprising to me that the tests fail 🤔

if you do have man-db installed, then perhaps you modified your system so that packages are installed in a non-standard location? if so, the man page may end up not being placed on the man path, and man does not work. do you have any idea if that might be the case?

from mommy.

FWDekker avatar FWDekker commented on June 7, 2024

I've spent some more time investigating this after I encountered the bug myself while running archlinux in a docker environment. in my case, this was caused by NoExtract = usr/share/man/* in my pacman-conf. so you can temporarily work around this by disabling that part of the config, but i'll look into detecting whether the directory is not extracted and disabling the tests if that is the case

could you maybe run pacman-conf | grep "usr/share/man" and tell me if that command has any output?

from mommy.

dsprenkels avatar dsprenkels commented on June 7, 2024

Unfortunately, NoExtract is empty in my setup. (I.e., pacman-conf | grep "usr/share/man" returns nothing). Otherwise my pacman setup also has all settings set to their default values.

from mommy.

FWDekker avatar FWDekker commented on June 7, 2024

Strange. Luckily, I expect the installation problem to be solved with the next release of mommy, since the build procedure and check function will have been rewritten completely. However, I think man mommy and mommy --help will not work on your system, so I'd still like to figure out what the cause of this is. Does the directory /usr/share/man/man1 exist?

from mommy.

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.