Skip to content

[BUG] - out-of-date AUR package and broken download #172

Description

@ParadaCarleton

The AUR package is out-of-date:

> paru punktf
1 aur/punktf 3.1.1-1 [+0 ~0.00] [Out-of-date: 2024-12-30]
A cross-platform multi-target dotfiles manager

Trying to install it anyways results in an error:

warning: unexpected `cfg` condition value: `wasm`
--> crates/punktf-lib/src/template/resolve.rs:84:20
|
84  |             } else if #[cfg(target_os = "wasm")] {
|                             ^^^^^^^^^   ------ help: there is a expected value with a similar name: `"wasi"`
...
380 |                             return Ok(family!().into())
|                                       --------- in this macro invocation
|
= note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, and `unknown` and 8 more
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
= note: this warning originates in the macro `family` (in Nightly builds, run with -Z macro-backtrace for more info)

error: unnecessary qualification
--> crates/punktf-lib/src/visit/mod.rs:467:12
|
467 |                 None::<std::io::Error>,
|                        ^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> crates/punktf-lib/src/lib.rs:23:2
|
23  |     unused_qualifications,
|     ^^^^^^^^^^^^^^^^^^^^^
help: remove the unnecessary path segments
|
467 -                 None::<std::io::Error>,
467 +                 None::<io::Error>,
|

warning: `punktf-lib` (lib) generated 1 warning
error: could not compile `punktf-lib` (lib) due to 1 previous error; 1 warning emitted
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'punktf-3.1.1-1':
error: packages failed to build: punktf-3.1.1-1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions