Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#62806 - [gtk3] package breaks Rust code using the gtk crate

Attached to Project: Arch Linux
Opened by Eduard Toloza (edu4rdshl) - Tuesday, 04 June 2019, 03:20 GMT
Last edited by Jan Alexander Steffens (heftig) - Tuesday, 04 June 2019, 08:13 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Jan Alexander Steffens (heftig)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Using the latest package version 1:3.24.8+167+gdd25499f1e-1 breaks the gtk Rust crate for developing GTK aplications. As reported in https://github.com/gtk-rs/gtk/issues/821 it fails because it's detecting that ibgtk-3 was configured with `--enable-debug=no`

Additional info:
* package version(s): 1:3.24.8+167+gdd25499f1e-1
* config and/or log files etc: package fails with

thread 'main' panicked at 'libgtk-3 was configured with `--enable-debug=no`. See https://github.com/gtk-rs/gtk/issues/270 for details', /home/sechacklabs/.cargo/registry/src/github.com-1ecc6299db9ec823/gtk-0.6.0/src/rt.rs:141:13
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

* link to upstream bug report, if any

Steps to reproduce:

$ git clone https://github.com/gtk-rs/examples
$ cd examples
$ cargo build
$ cargo run --bin basic

Fix: downgrading to 1:3.24.8-1[extra] fix the issue.
This task depends upon

Closed by  Jan Alexander Steffens (heftig)
Tuesday, 04 June 2019, 08:13 GMT
Reason for closing:  Fixed
Additional comments about closing:  gtk3 3.24.8+177
Comment by Eduard Toloza (edu4rdshl) - Tuesday, 04 June 2019, 03:26 GMT

Loading...