Re: [pve-devel] Compiling PBS on arm64

2020-12-08 Thread Kamil Trzciński
OK. If anyone is interested, a little hacky, but works: 1. I was able to compile (after minor patching) without having to rebuild the whole dependency tree as required by Debian, instead using `crates.io`. It builds on a Debian Bullseye as it was simpler and required basically no backports

Re: [pve-devel] Compiling PBS on arm64

2020-12-07 Thread Kamil Trzciński
Thank you Fabian :) I was looking for just that. I was able to remove `.cargo/config` and use `crates.io` to compile packages. I will post more results once it is done, but I got it rebuild at least on amd64, and waiting for arm64 to finish. Kamil On Mon, Dec 7, 2020 at 8:54 AM Fabian Grünbichl

Re: [pve-devel] Compiling PBS on arm64

2020-12-06 Thread Fabian Grünbichler
On December 6, 2020 8:41 pm, Kamil Trzciński wrote: > I'm slightly progressing, but I stumbled across some `debcargo` problem. It > appears that > Proxmox uses their own fork of `debcargo`, which is needed in order to > build crates > without the usage of crates.io. Is this patch published somewher

Re: [pve-devel] Compiling PBS on arm64

2020-12-06 Thread Dietmar Maurer
> On 12/06/2020 8:41 PM Kamil Trzciński wrote: > > > I'm slightly progressing, but I stumbled across some `debcargo` problem. It > appears that > Proxmox uses their own fork of `debcargo`, which is needed in order to > build crates > without the usage of crates.io. I guess you can simply ado

Re: [pve-devel] Compiling PBS on arm64

2020-12-06 Thread Kamil Trzciński
I'm slightly progressing, but I stumbled across some `debcargo` problem. It appears that Proxmox uses their own fork of `debcargo`, which is needed in order to build crates without the usage of crates.io. Is this patch published somewhere? rust-debcargo (2.4.2-pve1) proxmox-rust; urgency=medium

Re: [pve-devel] Compiling PBS on arm64

2020-12-04 Thread Kamil Trzciński
I'm looking for some help on how to get it running and how to make it reproducible :) On Fri, Dec 4, 2020 at 4:21 PM Kamil Trzciński wrote: > ARM64 is becoming increasingly popular, especially that PBS seems at least > for my usage-pattern to be ideal to run on my arm64 NAS. In the end > I want

[pve-devel] Compiling PBS on arm64

2020-12-04 Thread Kamil Trzciński
ARM64 is becoming increasingly popular, especially that PBS seems at least for my usage-pattern to be ideal to run on my arm64 NAS. In the end I want to try to be able to recompile everything for arm64 and see how nicely it works there. But first I decided to try to compile all packages for `amd64