Package Details: kalker 2.2.0-1

Git Clone URL: https://aur.archlinux.org/kalker.git (read-only, click to copy)
Package Base: kalker
Description: A calculator program that supports user-defined variables, functions, derivation, and integration.
Upstream URL: https://github.com/PaddiM8/kalker
Licenses: MIT
Submitter: daniel_chesters
Maintainer: daniel_chesters
Last Packager: daniel_chesters
Votes: 8
Popularity: 0.79
First Submitted: 2021-06-03 20:13 (UTC)
Last Updated: 2024-04-04 19:05 (UTC)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

daniel_chesters commented on 2024-03-26 16:04 (UTC)

Kalker are updated to 2.1.0 with a patch.

daniel_chesters commented on 2024-03-26 12:26 (UTC)

Hello here,

I had an issue to update kalker to 2.1.0. For the moment. I had error on gmp-mpfr-sys dependency build, and I cannot find how to deactivate correctly the gmp-mpfr-sys feature.

Furthermore, I had opened an issue on the upstream repository : https://github.com/PaddiM8/kalker/issues/137

Sorry for the delay to update this package.

matthias.rudnick commented on 2024-01-07 17:54 (UTC) (edited on 2024-01-07 17:56 (UTC) by matthias.rudnick)

I tried to install the package and get the following error message:


  thread 'main' panicked at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gmp-mpfr-sys-1.5.0/build.rs:1196:13:
  Program failed with code 2: cd "/var/tmp/pamac-build-matthias/kalker/src/kalker-2.0.4/target/release/build/gmp-mpfr-sys-b32e51d9ae75cd41/out/build/mpfr-build" && "make" "-j" "16" "check"
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
==> FEHLER: Ein Fehler geschah in build().
    Breche ab...

What is the problem? I am pretty new to Linux.

itayf commented on 2023-07-04 15:11 (UTC)

Sorry for the late update - It does compile well with the new (2.0.3) version! Thank you! :-)

daniel_chesters commented on 2023-06-11 16:27 (UTC)

Hi,

I just updated the kalker to version 2.0.3. I let you see if it fixes your issue.

itayf commented on 2023-06-10 10:45 (UTC)

Right, my bad, forgot to update (-y) local repos.

But even with 1:1.70.0-1 I get the exact same error.

daniel_chesters commented on 2023-06-08 22:15 (UTC)

The last version of rust is 1.70.0. I let you check why you have an old version.

❯ paru -Qi rust
Name            : rust
Version         : 1:1.70.0-1
Description     : Systems programming language focused on safety, speed and concurrency
Architecture    : x86_64
URL             : https://www.rust-lang.org/
Licenses        : Apache  MIT
Groups          : None
Provides        : cargo  rustfmt
Depends On      : curl  gcc  gcc-libs  libssh2  llvm-libs
Optional Deps   : gdb: rust-gdb script
                  lldb: rust-lldb script
Required By     : rust-src
Optional For    : None
Conflicts With  : cargo  rust-docs<1:1.56.1-3  rustfmt
Replaces        : cargo  cargo-tree  rust-docs<1:1.56.1-3  rustfmt
Installed Size  : 461.53 MiB
Packager        : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date      : Thu 01 Jun 2023 21:16:23 CEST
Install Date    : Sun 04 Jun 2023 16:18:41 CEST
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature

itayf commented on 2023-06-08 22:05 (UTC)

Thanks for the quick response and for maintaining the package!

Yes, I seem to have the latest version:

00:58:03 ~ $ paru -S rust
warning: rust-1:1.69.0-3 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) rust-1:1.69.0-3

Total Installed Size:  454.69 MiB
Net Upgrade Size:        0.00 MiB

I'll try again with the updated PKGBUILD once you'll find the time to update it. thanks again :-)

daniel_chesters commented on 2023-06-08 21:32 (UTC)

Hi,

I try to build the package on my machine and it is OK. Could you verify you have the last version of rust on your machine ?

If I don't forget, I will update the PKGBUILD to the last version this weekend, I don't have write access to AUR git for this package on my current machine.

itayf commented on 2023-06-08 20:57 (UTC) (edited on 2023-06-08 20:57 (UTC) by itayf)

Hi! The build fails on my machine:

  --- stderr
  ../../gmp-src/tests/misc.c: In function ‘seed_from_urandom’:
  ../../gmp-src/tests/misc.c:109:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
    109 |   fread (buf, 1, 6, fs);
        |   ^~~~~~~~~~~~~~~~~~~~~
  In function ‘check_bad’,
      inlined from ‘main’ at ../../mpfr-src/tests/tfpif.c:428:3:
  ../../mpfr-src/tests/tfpif.c:355:9: warning: ‘emax’ may be used uninitialized [-Wmaybe-uninitialized]
    355 |         mpfr_set_emax (emax);
        |         ^~~~~~~~~~~~~~~~~~~~
  ../../mpfr-src/tests/tfpif.c: In function ‘main’:
  ../../mpfr-src/tests/tfpif.c:280:18: note: ‘emax’ was declared here
    280 |       mpfr_exp_t emax;
        |                  ^~~~
  make[3]: *** [Makefile:2830: test-suite.log] Error 1
  make[2]: *** [Makefile:2938: check-TESTS] Error 2
  make[1]: *** [Makefile:4286: check-am] Error 2
  make: *** [Makefile:500: check-recursive] Error 1
  thread 'main' panicked at 'Program failed with code 2: cd "/home/itay/.cache/paru/clone/kalker/src/kalker-2.0.1/target/release/build/gmp-mpfr-sys-bada5b2cd197cc32/out/build/mpfr-build" && "make" "-j" "20" "check"', /home/itay/.cargo/registry/src/github.com-1ecc6299db9ec823/gmp-mpfr-sys-1.4.10/build.rs:1319:13
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'kalker-2.0.1-1': 
error: packages failed to build: kalker-2.0.1-1

I can provide any other info if needed.