Giter VIP home page Giter VIP logo

Comments (5)

AladW avatar AladW commented on July 17, 2024 2

Fixed in 19.3

from aurutils.

AladW avatar AladW commented on July 17, 2024 1

Cleared the mystery: type -P prints the command name to standard output, and this resulted in aur chroot --status printing six lines instead of the (expected) three. This in turn leads to a SIGPIPE in wait $!: https://github.com/aurutils/aurutils/blob/master/lib/aur-build#L226

Using hash or command -p as suggested on IRC would help, or just redirect standard output to /dev/null. That said, I think adding these diagnostics - when the required commands can easily be retrieved from say, pacman -F - was premature anyway.

I've added an additional error message to avoid future confusion: db906f3

from aurutils.

ardhinata avatar ardhinata commented on July 17, 2024

I'm also can reproduce this issue with aur sync -cu. My mitigation right now is downgrading aurutils version 19.2 to 19.1 and add IgnorePkg=aurutils to /etc/pacman.conf to pin aurutils version.

I'm also attaching debug logs for comparison:
aurutils-19.1.log
aurutils-19.2-fail.log

from aurutils.

AladW avatar AladW commented on July 17, 2024

It makes no sense to me that it would work in 19.1, but not 19.2. The only thing that changed is 6f91817

Does reverting that commit fix the issue?

from aurutils.

nl6720 avatar nl6720 commented on July 17, 2024

6f91817 is bork while eb664e7 works fine.

from aurutils.

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.