Hi werdahias,
I recently tried to package caligula using debcargo. After writing a debcargo.toml, I ran: debcargo package caligula --config debcargo.toml Unfortunately, it failed with the following error: thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 28, kind: StorageFull, message: "No space left on device" }', src/debian/mod.rs:213:48 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace I’m not sure how to resolve this, and for now I might give up on packaging caligula myself. If you end up working on it and successfully get it packaged, I’d be very grateful if you could share your experience and files—I’d love to learn from them and understand how you solved the issues. Best regards, EastDong XU > 2025年5月4日 20:56,Matthias Geiger <werdah...@riseup.net> 写道: > > On Sun, 04 May 2025 02:04, xu dong <xdong...@gmail.com> wrote: >> Hi werdahias, >> >> Thank you for your support and for getting in touch! >> >> I originally intended to package caligula myself, but my initial attempt was >> blocked due to some unresolved dependencies. I’m planning to give it another >> try soon. >> >> If possible, I’d really appreciate the opportunity to ask you a few >> questions during the packaging process. >> >> Thanks again for your help! >> >> Best regards >> Dong > > Hi Dong, > > no worries :) > Last I checked there were no big conflicts. You can keep track of the missing > dependencies by installing cargo-debstatus and then running cargo debstatus > against the cloned repo. > > Let me know if you have any more questions. > > best, > > werdahias