FS#59815 - Aegisub: Mismatch between the program and library build versions detected

Attached to Project: Community Packages
Opened by Tomas Volf (gray_-_wolf) - Sunday, 26 August 2018, 14:36 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 26 August 2018, 15:26 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

Aegisub complain about version mismatch for program and library. At the same
time aegisub is bit misbehaving (audio is being played weird) and I have no
idea if it's caused by this or it's something I should report to upstream.

Rebuild should probably fix this warning?


Additional info:
* package version(s) :

$ pacman -Qi aegisub
Name : aegisub
Version : 3.2.2-28

* config and/or log files etc.

$ aegisub-3.2
16:30:50: Warning: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1011,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1013,wx containers,compatible with 2.8).

(aegisub-3.2:20586): Gtk-CRITICAL **: 16:30:50.640: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkSpinButton

(aegisub-3.2:20586): Gtk-WARNING **: 16:30:50.640: Negative content width -12 (allocation 6, extents 9x9) while allocating gadget (node entry, owner GtkEntry)

(aegisub-3.2:20586): Gtk-CRITICAL **: 16:30:50.640: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkRadioButton

(aegisub-3.2:20586): Gtk-CRITICAL **: 16:30:50.640: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkRadioButton

(aegisub-3.2:20586): Gtk-CRITICAL **: 16:30:50.640: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkCheckButton

(aegisub-3.2:20586): Gtk-CRITICAL **: 16:30:50.666: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkSpinButton


Steps to reproduce:

1. Run aegisub
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 26 August 2018, 15:26 GMT
Reason for closing:  Not a bug
Comment by Tomas Volf (gray_-_wolf) - Sunday, 26 August 2018, 15:02 GMT
Hm, rebuild from source does not fix the warning.. :/

Loading...