Ask questions about Arch Linux ARM. Please search before making a new topic.
by agkbill » Thu Mar 12, 2015 6:42 am
I am trying to build the "urbackup-server" package from AUR on my Raspberry Pi.
Got the building process running by editing the PKBUILD file.
Changed:
$this->bbcode_second_pass_quote('', 'a')rch=("i686" "x86_64")
to:
$this->bbcode_second_pass_quote('', 'a')rch=("armv6h")
And removed,
$this->bbcode_second_pass_quote('', ' ')ln -sf /usr/include/cryptopp /usr/include/crypto++
makepkg failed to create that link due to permission problems so I did that manually before runing makepkg.
The build start to run and runs for some time, then I am asked for Password, giving the password build stops with error.
$this->bbcode_second_pass_quote('', '
')Password:
useradd: Permission denied.
useradd: cannot lock /etc/passwd; try again later.
==> ERROR: A failure occurred in build().
Aborting...
I can not (should not) run makepkg as root, so I feel a bit stuck.
Any ideas or input that can help to solve this.