Package Details: podlet 0.3.0-1

Git Clone URL: https://aur.archlinux.org/podlet.git (read-only, click to copy)
Package Base: podlet
Description: Generate podman quadlet (systemd-like) files from a podman command
Upstream URL: https://github.com/containers/podlet
Licenses: custom: MPL-2.0
Submitter: bomgar
Maintainer: bomgar
Last Packager: bomgar
Votes: 6
Popularity: 0.38
First Submitted: 2023-09-28 17:22 (UTC)
Last Updated: 2024-05-21 20:33 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

Koli commented on 2024-05-24 10:11 (UTC) (edited on 2024-05-24 10:11 (UTC) by Koli)

Looks like I'm a bit outdated. I have rust installed with rustup from the official packages. I don't even remember why I installed specific toolchains, but I have 2 old nightlies installed

nightly-2023-11-15-x86_64-unknown-linux-gnu
nightly-2024-01-14-x86_64-unknown-linux-gnu (default)

After installing the latest stable toolchain, I was able to install the package stuccessfully, thanks for the tip!

I wonder if there's any non-obtrusive way of checking rust version prerequisites. I also second that podlet-bin would be nice to have, I have a pretty low end server and compiling packages can be tough on ram at times

bomgar commented on 2024-05-23 12:41 (UTC) (edited on 2024-05-23 13:08 (UTC) by bomgar)

@itoffshore someone is free to publish a binary package podlet-bin.

bomgar commented on 2024-05-23 12:37 (UTC)

I cannot reproduce this. What rust version do you have installed?

Koli commented on 2024-05-23 12:29 (UTC)

I just tried installing the package today but could not, with an error of

error[E0658]: use of unstable library feature 'offset_of'

There are 4 similar occurrences to

1291 |             || len < offset_of!(libc::sockaddr_un, sun_path)
     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: see issue #106655 <https://github.com/rust-lang/rust/issues/106655> for more information
     = help: add `#![feature(offset_of)]` to the crate attributes to enable
     = note: this compiler was built on 2024-01-13; consider upgrading it if it is out of date
     = note: this error originates in the macro `_memoffset__offset_of_impl` which comes from the expansion of the macro `offset_of` (in Nightly builds, run wit                                                                             h -Z macro-backtrace for more info)

itoffshore commented on 2024-04-19 23:15 (UTC)

For such a small utility It probably makes more sense to just package the binary releases

chengscott commented on 2024-04-19 07:47 (UTC)

@bomgar The upstream project is moved to https://github.com/containers/podlet

bomgar commented on 2023-11-16 13:07 (UTC)

@ogarcia done

ogarcia commented on 2023-11-16 12:18 (UTC)

@bomgar a couple of details missing in pkgbuild:

license=('custom: MPL-2.0')
depends=('gcc-libs')

As the licence is not one of the standard licences, it has to be a custom: tag. And binary depends on gcc-libs ;-)