Giter Site home page Giter Site logo

aur-builder's People

Contributors

blallo avatar leophys avatar recolic avatar

Watchers

 avatar  avatar

aur-builder's Issues

Error if one AUR package depends on another AUR package

If the AUR package to be built depends on another AUR package, it would report an failure.

➜  AUR-builder git:(master) ✗ sudo aurbuilder pacaur
++ echo pacaur
++ awk -F: '{print $1}'
+ PKG=pacaur
++ echo pacaur
++ awk -F: '{print $2}'
+ INSTALL=
+ echo ====================================
====================================
+ echo 'Building: pacaur'
Building: pacaur
+ echo ====================================
====================================
+ test -v pacaur
+ cd store
+ test -d pacaur
+ git clone https://aur.archlinux.org/pacaur.git pacaur
Cloning into 'pacaur'...
remote: Enumerating objects: 190, done.
remote: Counting objects: 100% (190/190), done.
remote: Compressing objects: 100% (144/144), done.
remote: Total 190 (delta 62), reused 173 (delta 46), pack-reused 0
Receiving objects: 100% (190/190), 34.37 KiB | 138.00 KiB/s, done.
Resolving deltas: 100% (62/62), done.
+ cd pacaur
+ install_wrapper
+ err=/tmp/makepkg-10943
+ makepkg -s --noconfirm
+ tee -a /tmp/makepkg-10943
==> Making package: pacaur 4.8.6-1 (Wed 23 Jun 2021 08:45:14 AM UTC)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: auracle-git
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
  -> auracle-git
  -> expac
  -> jq
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
++ cat /tmp/makepkg-10943
++ grep 'error: failed'
++ awk '-F'\''' '{print $2}'
+ failed_pkgs=
+ [[ '' != '' ]]
+ test

It seems that we need some code to build the dependencies recursively.

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.