Gtk problems with audacity

Jack L. xxjack12xx at gmail.com
Fri Mar 22 20:15:53 UTC 2019


 Looks like ocaml-lablgtk2 can be configured without libgnomeui

.if ${PORT_OPTIONS:MGNOMEUI}
CONFIGURE_ARGS+=        --with-gnomeui
USE_GNOME+=     libgnomeui
.else
CONFIGURE_ARGS+=        --without-gnomeui
.endif

But it does sound like the bug should be reported with libgnomeui and
not audacity.

On Fri, Mar 22, 2019 at 3:38 AM Mike Clarke <jmc-freebsd2 at milibyte.co.uk> wrote:
>
> On Friday, 22 March 2019 00:35:38 GMT Jack L. wrote:
>
> > Do you have libgnomeui installed?
>
>
>
> Yes
>
>
>
> > If so, what happens if you remove it? Does audacity magically work?
>
>
>
> Yes it works fine with libgnomeui removed. Unfortunately i can't permanently delete libgnomeui because it's required by net/unison which I occasionally use for maintaining a remote system but it does provide a temporary workaround for the times I need to run audacity.
>
>
> curlew:/root# pkg info -r libgnomeui
>
> libgnomeui-2.24.5:
>
> ocaml-lablgtk2-2.18.3_2
>
> curlew:/root# pkg info -r ocaml-lablgtk2
>
> ocaml-lablgtk2-2.18.3_2:
>
> unison-2.51.2
>
>
>
> --
>
> Mike Clarke


More information about the freebsd-questions mailing list