Package Details: python-etebase 0.31.6-1

Git Clone URL: https://aur.archlinux.org/python-etebase.git (read-only, click to copy)
Package Base: python-etebase
Description: Etebase Python library
Upstream URL: https://github.com/etesync/etebase-py
Licenses: BSD
Submitter: tasn
Maintainer: tasn
Last Packager: tasn
Votes: 1
Popularity: 0.027263
First Submitted: 2020-09-12 07:14 (UTC)
Last Updated: 2022-12-11 18:18 (UTC)

Latest Comments

1 2 Next › Last »

tasn commented on 2022-12-11 23:36 (UTC)

I just pushed a new version with the fix. Sorry for the delay.

jmo707 commented on 2022-11-09 15:11 (UTC)

I think it's due to this:

https://github.com/rust-lang/socket2/issues/139

Banning the use of socket2 versions prior 0.3.16

I've changed the rustup toolchain to an older version (1.50.0), and it compiled successfully.

arichiardi commented on 2022-10-24 18:01 (UTC)

Hi there, I got the following error while compiling

   Compiling socket2 v0.3.12
     Running `rustc --crate-name socket2 --edition=2018 /home/cokap/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.3.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C metadata=3575afb34facf600 -C extra-filename=-3575afb34facf600 --out-dir /var/tmp/pamac-build-cokap/python-etebase/src/python-etebase/target/release/deps -L dependency=/var/tmp/pamac-build-cokap/python-etebase/src/python-etebase/target/release/deps --extern cfg_if=/var/tmp/pamac-build-cokap/python-etebase/src/python-etebase/target/release/deps/libcfg_if-6631bca10d61eb38.rmeta --extern libc=/var/tmp/pamac-build-cokap/python-etebase/src/python-etebase/target/release/deps/liblibc-021f7b84e3d787a1.rmeta --cap-lints allow`
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
   --> /home/cokap/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.3.12/src/sockaddr.rs:176:9
    |
176 |         mem::transmute::<SocketAddrV4, sockaddr_in>(v4);
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: source type: `SocketAddrV4` (48 bits)
    = note: target type: `sockaddr_in` (128 bits)

I have not yet found the issue cause I am not very familiar with the toolchain but will try to investigate

tasn commented on 2022-07-09 16:30 (UTC)

I'm too rusty as a packager. Fixed. Thanks @xiretza.

xiretza commented on 2022-07-09 15:58 (UTC)

@mtvec: those two packages are part of base-devel and should not be specified explicitly by packages: https://wiki.archlinux.org/title/PKGBUILD#makedepends

tasn commented on 2022-07-06 21:38 (UTC)

Done, thanks!

mtvec commented on 2022-07-06 10:14 (UTC)

While trying to build this package, I got errors while compiling the 'openssl-sys' crate. They were solved by installing the 'make' and 'pkgconf' packages. Should they be added to 'makedepends'?

tasn commented on 2022-01-14 14:48 (UTC)

It looked like you had some networking issues for whatever reason.

frainz commented on 2022-01-14 14:45 (UTC)

Hm, now it worked. No idea what went wrong the last time

tasn commented on 2022-01-14 10:01 (UTC)

@frainz: I'm not sure. It looks like it time out for whatever reason? Try again?