Bug 238009 - audio/audacity: pkg coredump on GTK 2 and 3 symbols confusion
Summary: audio/audacity: pkg coredump on GTK 2 and 3 symbols confusion
Status: Closed DUPLICATE of bug 236512
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-20 20:38 UTC by Tomasz "CeDeROM" CEDRO
Modified: 2019-05-21 18:44 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (xxjack12xx)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz "CeDeROM" CEDRO 2019-05-20 20:38:05 UTC
Audacity installed with pkg crashes after install..

% audacity

(Audacity:30272): Gtk-ERROR **: 22:32:42.510: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
zsh: trace trap (core dumped)  audacity

0xCFC2% su -
Password:
root@0xCFC2:~ # pkg info audacity
audacity-2.3.1
Name           : audacity
Version        : 2.3.1
Installed on   : Mon May 20 22:28:14 2019 CEST
Origin         : audio/audacity
Architecture   : FreeBSD:12:amd64
Prefix         : /usr/local
Categories     : audio
Licenses       : GPLv2+
Maintainer     : xxjack12xx@gmail.com
WWW            : https://www.audacityteam.org/
Comment        : GUI editor for digital audio waveforms
Options        :
        DEBUG          : off
        DOCS           : on
        DYNLOAD        : off
        FFMPEG         : off
        FLAC           : on
        ID3TAG         : on
        LADSPA         : on
        LAME           : off
        LV2            : off
        MAD            : on
        MOD_NYQ_BENCH  : off
        MOD_SCRIPT_PIPE: off
        NLS            : on
        SBSMS          : on
        SOUNDTOUCH     : on
        SSE            : on
        STATIC_WX      : off
        TWOLAME        : on
        VAMP           : on
        VORBIS         : on
        VST            : on
Shared Libs required:
        libmad.so.0
        libexpat.so.1
        libid3tag.so.0
        libpango-1.0.so.0
        libFLAC.so.8
        libcairo.so.2
        libvorbisenc.so.2
        libsndfile.so.1
        libgtk-3.so.0
        libsoxr.so.0
        libcairo-gobject.so.2
        libatk-1.0.so.0
        libwx_gtk3u_xrc-3.1.so.2
        libtwolame.so.0
        libSoundTouch.so.1
        libgdk_pixbuf-2.0.so.0
        libwx_baseu_net-3.1.so.2
        libgio-2.0.so.0
        libwx_gtk3u_qa-3.1.so.2
        libasound.so.2
        libwx_gtk3u_html-3.1.so.2
        libwx_baseu_xml-3.1.so.2
        libgobject-2.0.so.0
        libogg.so.0
        libFLAC++.so.6
        libglib-2.0.so.0
        libwx_gtk3u_core-3.1.so.2
        libintl.so.8
        libvorbis.so.0
        libvamp-hostsdk.so.3
        libwx_baseu-3.1.so.2
        libvorbisfile.so.3
        libgdk-3.so.0
        libportaudio.so.2
        libpangocairo-1.0.so.0
Annotations    :
        FreeBSD_version: 1200086
        cpe            : cpe:2.3:a:audacity:audacity:2.3.1:::::freebsd12:x64
        repo_type      : binary
        repository     : FreeBSD
Flat size      : 22.7MiB
Description    :
Audacity is a program that lets you manipulate digital audio
waveforms. In addition to letting you record sounds directly from
within the program, it imports many sound file formats, including
WAV, AIFF, AU, IRCAM, MP3, and Ogg Vorbis. It supports all
common editing operations such as Cut, Copy, and Paste, plus it will
mix tracks and let you apply plug-in effects to any part of a sound. It
also has a built-in amplitude envelope editor, a customizable
spectrogram mode and a frequency analysis window for audio
analysis applications.

WWW: https://www.audacityteam.org/

root@0xCFC2:~ # pkg -v
1.10.5

root@0xCFC2:~ # uname -a
FreeBSD 0xCFC2 12.0-RELEASE-p4 FreeBSD 12.0-RELEASE-p4 GENERIC  amd64
Comment 1 Jack 2019-05-20 20:48:48 UTC
Does 2.3.2 still crash?
Comment 2 Tomasz "CeDeROM" CEDRO 2019-05-21 15:25:04 UTC
Hello Jack, thanks for asking :-) Built from ports r2.3.2 seems to have the same problem.. maybe dependencies issue?

0xCFC2% audacity

(Audacity:64188): Gtk-ERROR **: 17:20:27.599: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
zsh: trace trap (core dumped)  audacity
0xCFC2% audacity -v

(Audacity:64277): Gtk-ERROR **: 17:20:32.196: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
zsh: trace trap (core dumped)  audacity -v
0xCFC2% audacity --help

(Audacity:64294): Gtk-ERROR **: 17:20:34.972: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
zsh: trace trap (core dumped)  audacity --help
0xCFC2% audacity --version

(Audacity:64690): Gtk-ERROR **: 17:20:41.550: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
zsh: trace trap (core dumped)  audacity --version
0xCFC2% audacity -v

(Audacity:64866): Gtk-ERROR **: 17:20:45.552: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
zsh: trace trap (core dumped)  audacity -v
0xCFC2% pkg info audacity
audacity-2.3.2
Name           : audacity
Version        : 2.3.2
Installed on   : Tue May 21 17:19:05 2019 CEST
Origin         : audio/audacity
Architecture   : FreeBSD:12:amd64
Prefix         : /usr/local
Categories     : audio
Licenses       : GPLv2+
Maintainer     : xxjack12xx@gmail.com
WWW            : https://www.audacityteam.org/
Comment        : GUI editor for digital audio waveforms
Options        :
        DEBUG          : off
        DOCS           : on
        DYNLOAD        : on
        FFMPEG         : on
        FLAC           : on
        ID3TAG         : on
        LADSPA         : on
        LAME           : on
        LV2            : on
        MAD            : on
        MOD_NYQ_BENCH  : on
        MOD_SCRIPT_PIPE: off
        NLS            : on
        SBSMS          : on
        SOUNDTOUCH     : on
        SSE            : on
        STATIC_WX      : off
        TWOLAME        : on
        VAMP           : on
        VORBIS         : on
        VST            : on
Shared Libs required:
        libsuil-0.so.0
        libmad.so.0
        libexpat.so.1
        libgdk-3.so.0
        libid3tag.so.0
        libpango-1.0.so.0
        libFLAC.so.8
        libcairo.so.2
        libvorbisenc.so.2
        libsndfile.so.1
        libgtk-3.so.0
        libsoxr.so.0
        libcairo-gobject.so.2
        libatk-1.0.so.0
        libwx_gtk3u_xrc-3.1.so.2
        libsord-0.so.0
        libtwolame.so.0
        libSoundTouch.so.1
        libgdk_pixbuf-2.0.so.0
        libwx_baseu_net-3.1.so.2
        libwx_gtk3u_qa-3.1.so.2
        libgio-2.0.so.0
        libserd-0.so.0
        libasound.so.2
        libwx_gtk3u_html-3.1.so.2
        libwx_baseu_xml-3.1.so.2
        libgobject-2.0.so.0
        libogg.so.0
        libFLAC++.so.6
        libudev.so.0
        libglib-2.0.so.0
        libwx_gtk3u_core-3.1.so.2
        libintl.so.8
        libvorbis.so.0
        libsratom-0.so.0
        libvamp-hostsdk.so.3
        libwx_baseu-3.1.so.2
        libvorbisfile.so.3
        liblilv-0.so.0
        libportaudio.so.2
        libpangocairo-1.0.so.0
Annotations    :
        FreeBSD_version: 1200086
        cpe            : cpe:2.3:a:audacity:audacity:2.3.2:::::freebsd12:x64
Flat size      : 23.8MiB
Description    :
Audacity is a program that lets you manipulate digital audio
waveforms. In addition to letting you record sounds directly from
within the program, it imports many sound file formats, including
WAV, AIFF, AU, IRCAM, MP3, and Ogg Vorbis. It supports all
common editing operations such as Cut, Copy, and Paste, plus it will
mix tracks and let you apply plug-in effects to any part of a sound. It
also has a built-in amplitude envelope editor, a customizable
spectrogram mode and a frequency analysis window for audio
analysis applications.

WWW: https://www.audacityteam.org/
Comment 3 Walter Schwarzenfeld freebsd_triage 2019-05-21 18:44:26 UTC

*** This bug has been marked as a duplicate of bug 236512 ***