Package Details: oxyromon-git 0.7.0.r7.3a885be-1

Git Clone URL: https://aur.archlinux.org/oxyromon-git.git (read-only, click to copy)
Package Base: oxyromon-git
Description: Rusty ROM OrgaNizer
Upstream URL: https://github.com/alucryd/oxyromon
Licenses: GPL3
Conflicts: oxyromon
Provides: oxyromon
Submitter: alucryd
Maintainer: alucryd
Last Packager: alucryd
Votes: 0
Popularity: 0.000000
First Submitted: 2021-04-17 09:38 (UTC)
Last Updated: 2021-04-17 09:38 (UTC)

Dependencies (10)

Required by (0)

Sources (1)

Latest Comments

vickyorlo commented on 2024-11-20 16:10 (UTC) (edited on 2024-11-20 16:25 (UTC) by vickyorlo)

Looks like this doesn't build at the moment. Building straight from source works.

   Compiling sqlx v0.7.4
error: /home/vic/bin/oxyromon-git/src/oxyromon/target/release/deps/libsqlx_macros-e9afce1962932efe.so: undefined symbol: sqlite3_db_config
  --> /home/vic/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlx-0.7.4/src/lib.rs:54:1
   |
54 | pub extern crate sqlx_macros;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0432]: unresolved imports `self::encode::Encode`, `self::decode::Decode`, `super::Decode`, `super::Encode`, `super::FromRow`, `super::Type`
   --> /home/vic/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlx-0.7.4/src/lib.rs:120:9
    |
120 | pub use self::encode::Encode;
    |         ^^^^^^^^^^^^^^^^^^^^
...
131 | pub use self::decode::Decode;
    |         ^^^^^^^^^^^^^^^^^^^^
...
145 |     pub use super::Decode;
    |             ^^^^^^^^^^^^^
146 |     pub use super::Encode;
    |             ^^^^^^^^^^^^^
147 |     pub use super::Executor;
148 |     pub use super::FromRow;
    |             ^^^^^^^^^^^^^^
...
152 |     pub use super::Type;
    |             ^^^^^^^^^^^

For more information about this error, try `rustc --explain E0432`.
error: could not compile `sqlx` (lib) due to 2 previous errors
==> ERROR: A failure occurred in build().
    Aborting...