Hello,
I've just installed archlinux through Manjaro and tried pdx aur package. pacman -U pd-extended.tar.gz command line outputs errors like this:
error: missing package metadata in pd-extended.tar.gz
What can I do to solve this?
Colet Patrice
Salut,
Patrice Colet wrote:
I've just installed archlinux through Manjaro and tried pdx aur package.
Which one ? pdx gives nothing :).
pacman -U pd-extended.tar.gz command line outputs errors like this:
error: missing package metadata in pd-extended.tar.gz
did you build pd-extended with makepkg ?
Fast track:
[archlinuxfr] SigLevel = PackageOptional Server = http://repo.archlinux.fr/$arch
pacman -S yaourt
yaourt -S pd-extended
Note: if you want, you can separatare the download and build parts.
yaourt -G pd-extended cd pd-extended makepkg pacman -U pd-extended-version.tar.xz
What can I do to solve this?
I think you're trying to install the source, not the built package. rtfm :)
Enjoy archlinux !
I use this repo instead:
[pure-aur] SigLevel = Never Server = http://pureaur.bitbucket.org/$arch
It has prebuilt packages even for pd-l2ork!
2013/11/27 Charles Goyard cg@fsck.fr
Salut,
Patrice Colet wrote:
I've just installed archlinux through Manjaro and tried pdx aur package.
Which one ? pdx gives nothing :).
pacman -U pd-extended.tar.gz command line outputs errors like this:
error: missing package metadata in pd-extended.tar.gz
did you build pd-extended with makepkg ?
Fast track:
- add archlinuxfr in your pacman.conf :
[archlinuxfr] SigLevel = PackageOptional Server = http://repo.archlinux.fr/$arch
- then install yaourt :
pacman -S yaourt
- then get pd-extended source from AUR, build and install :
yaourt -S pd-extended
Note: if you want, you can separatare the download and build parts.
yaourt -G pd-extended cd pd-extended makepkg pacman -U pd-extended-version.tar.xz
What can I do to solve this?
I think you're trying to install the source, not the built package. rtfm :)
Enjoy archlinux !
-- Charles
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
----- Mail original -----
De: "Antonio Bonifacio" neuromancer85@gmail.com
I use this repo instead:
[pure-aur] SigLevel = Never Server = http://pureaur.bitbucket.org/$arch
It has prebuilt packages even for pd-l2ork!
cool I have l2ork with this, really nice!
Colet Patrice