lua
and gdk-pixbuf2
should be added to depends
.
Also, python
should be added to makedepends
.
@timidger I am running rust 1:1.22.1-1, same error happened here
==> Making package: way-cooler 1:0.7.0-2 (Mon Jan 1 22:41:21 AEDT 2018)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating way-cooler git repo...
Fetching origin
==> Validating source files with md5sums...
way-cooler ... Skipped
==> Extracting sources...
-> Creating working copy of way-cooler git repo...
Reset branch 'makepkg'
==> Removing existing $pkgdir/ directory...
==> Starting build()...
error: unable to get packages from source
Caused by:
failed to parse manifest at `/extra/home/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.33/Cargo.toml`
Caused by:
no `package` section found.
==> ERROR: A failure occurred in build().
Aborting...
lua
needs to be installed in the system as well
Might need to add python to dependencies.
When it's not installed, next error comes up while building rust-xcb:
error: failed to run custom build command for xcb v0.8.1
Here's the discussion for that one: https://github.com/rtbo/rust-xcb/issues/49
Getting the following error when building:
==> Starting build()...
error: unable to get packages from source
Caused by:
failed to parse manifest at `/extra/home/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.33/Cargo.toml`
Caused by:
no `package` section found.
==> ERROR: A failure occurred in build().
Aborting...
Hey,
I wonder if cairo is not missing in the dependencies list ?
@grmat:
You're too new to ArchLinux. If you expect to build any PKGBUILD, the entire group of `base-devel` is already expected as a dependency. `pkg-config` is part of this group.
So, no. `pkg-config` is not missing as a dependency in the PKGBUILD recipe.
pkg-config is missing as a makedepend
@m4ng0squ4sh Fixed the url
lua
andgdk-pixbuf2
should be added todepends
. Also,python
should be added tomakedepends
.