From: ajtiM on
Hi!

After all of updtaes I have a little problem with GIMP:
on the image window doesn't show anymore pointer coordinates, units and zoom.
It show just Background...
I have FreeBSD 8.0 p2, KDE 4.4.3.
If I start GIMP from Konsole I got:
gimp
** Message: Module '/usr/local/lib/gegl-0.1/ff-load.so' load error:
/usr/local/lib/gegl-0.1/ff-load.so: Undefined symbol "avcodec_decode_video2"
:1: error: unexpected character `\1', expected keyword - e.g. `style'

(gimp:70750): Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR
(container) || widget->parent == GTK_WIDGET (container)' failed

(gimp:70750): Gtk-WARNING **: Attempting to add a widget with type GtkHBox to
a GtkFrame, but as a GtkBin subclass a GtkFrame can only contain one widget at
a time; it already contains a widget of type GtkHBox

(gimp:70750): Gtk-CRITICAL **: gtk_box_pack: assertion `child->parent == NULL'
failed

Thanks in advance.


Mitja
--------
http://starikarp.redbubble.com
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Koop Mast on
On Sun, 2010-05-23 at 19:14 -0500, ajtiM wrote:
> Hi!
>
> After all of updtaes I have a little problem with GIMP:
> on the image window doesn't show anymore pointer coordinates, units and zoom.
> It show just Background...
> I have FreeBSD 8.0 p2, KDE 4.4.3.
> If I start GIMP from Konsole I got:
> gimp
> ** Message: Module '/usr/local/lib/gegl-0.1/ff-load.so' load error:
> /usr/local/lib/gegl-0.1/ff-load.so: Undefined symbol "avcodec_decode_video2"
> :1: error: unexpected character `\1', expected keyword - e.g. `style'

avcodec_* looks like a ffmpeg symbol. Since gegl depends on ffmpeg, did
you recently upgrade the ffmpeg port? please rebuild the gegl port and
try again. The problem should go away.

-Koop

> (gimp:70750): Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR
> (container) || widget->parent == GTK_WIDGET (container)' failed
>
> (gimp:70750): Gtk-WARNING **: Attempting to add a widget with type GtkHBox to
> a GtkFrame, but as a GtkBin subclass a GtkFrame can only contain one widget at
> a time; it already contains a widget of type GtkHBox
>
> (gimp:70750): Gtk-CRITICAL **: gtk_box_pack: assertion `child->parent == NULL'
> failed
>
> Thanks in advance.
>
>
> Mitja
> --------
> http://starikarp.redbubble.com
> _______________________________________________
> freebsd-ports(a)freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
>


_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: ajtiM on
On Monday 24 May 2010 03:23:59 Koop Mast wrote:
> On Sun, 2010-05-23 at 19:14 -0500, ajtiM wrote:
> > Hi!
> >
> > After all of updtaes I have a little problem with GIMP:
> > on the image window doesn't show anymore pointer coordinates, units and
> > zoom. It show just Background...
> > I have FreeBSD 8.0 p2, KDE 4.4.3.
> > If I start GIMP from Konsole I got:
> > gimp
> > ** Message: Module '/usr/local/lib/gegl-0.1/ff-load.so' load error:
> > /usr/local/lib/gegl-0.1/ff-load.so: Undefined symbol
> > "avcodec_decode_video2"
> >
> > :1: error: unexpected character `\1', expected keyword - e.g. `style'
>
> avcodec_* looks like a ffmpeg symbol. Since gegl depends on ffmpeg, did
> you recently upgrade the ffmpeg port? please rebuild the gegl port and
> try again. The problem should go away.
>
> -Koop
>
> > (gimp:70750): Gtk-CRITICAL **: gtk_container_remove: assertion
> > `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)'
> > failed
> >
> > (gimp:70750): Gtk-WARNING **: Attempting to add a widget with type
> > GtkHBox to a GtkFrame, but as a GtkBin subclass a GtkFrame can only
> > contain one widget at a time; it already contains a widget of type
> > GtkHBox
> >
> > (gimp:70750): Gtk-CRITICAL **: gtk_box_pack: assertion `child->parent ==
> > NULL' failed
> >
> > Thanks in advance.

I did rebuilt a gegl and I have still:

gimp
** Message: Module '/usr/local/lib/gegl-0.1/ff-load.so' load error:
/usr/local/lib/gegl-0.1/ff-load.so: Undefined symbol "avcodec_decode_video2"
:1: error: unexpected character `\1', expected keyword - e.g. `style'

(gimp:13104): Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR
(container) || widget->parent == GTK_WIDGET (container)' failed

(gimp:13104): Gtk-WARNING **: Attempting to add a widget with type GtkHBox to
a GtkFrame, but as a GtkBin subclass a GtkFrame can only contain one widget at
a time; it already contains a widget of type GtkHBox

(gimp:13104): Gtk-CRITICAL **: gtk_box_pack: assertion `child->parent == NULL'
failed

Mitja
--------
http://starikarp.redbubble.com
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: ajtiM on
On Monday 24 May 2010 06:17:44 ajtiM wrote:
> On Monday 24 May 2010 03:23:59 Koop Mast wrote:
> > On Sun, 2010-05-23 at 19:14 -0500, ajtiM wrote:
> > > Hi!
> > >
> > > After all of updtaes I have a little problem with GIMP:
> > > on the image window doesn't show anymore pointer coordinates, units and
> > > zoom. It show just Background...
> > > I have FreeBSD 8.0 p2, KDE 4.4.3.
> > > If I start GIMP from Konsole I got:
> > > gimp
> > > ** Message: Module '/usr/local/lib/gegl-0.1/ff-load.so' load error:
> > > /usr/local/lib/gegl-0.1/ff-load.so: Undefined symbol
> > > "avcodec_decode_video2"
> > >
> > > :1: error: unexpected character `\1', expected keyword - e.g. `style'
> >
> > avcodec_* looks like a ffmpeg symbol. Since gegl depends on ffmpeg, did
> > you recently upgrade the ffmpeg port? please rebuild the gegl port and
> > try again. The problem should go away.
> >
> > -Koop
> >
> > > (gimp:70750): Gtk-CRITICAL **: gtk_container_remove: assertion
> > > `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET
> > > (container)' failed
> > >
> > > (gimp:70750): Gtk-WARNING **: Attempting to add a widget with type
> > > GtkHBox to a GtkFrame, but as a GtkBin subclass a GtkFrame can only
> > > contain one widget at a time; it already contains a widget of type
> > > GtkHBox
> > >
> > > (gimp:70750): Gtk-CRITICAL **: gtk_box_pack: assertion `child->parent
> > > == NULL' failed
> > >
> > > Thanks in advance.
>
> I did rebuilt a gegl and I have still:
>
> gimp
> ** Message: Module '/usr/local/lib/gegl-0.1/ff-load.so' load error:
> /usr/local/lib/gegl-0.1/ff-load.so: Undefined symbol
> "avcodec_decode_video2"
>
> :1: error: unexpected character `\1', expected keyword - e.g. `style'
>
> (gimp:13104): Gtk-CRITICAL **: gtk_container_remove: assertion
> `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)'
> failed
>
> (gimp:13104): Gtk-WARNING **: Attempting to add a widget with type GtkHBox
> to a GtkFrame, but as a GtkBin subclass a GtkFrame can only contain one
> widget at a time; it already contains a widget of type GtkHBox
>
> (gimp:13104): Gtk-CRITICAL **: gtk_box_pack: assertion `child->parent ==
> NULL' failed
>
I rebuilt gegl again and without ffmpeg and without video4Linux and I have a
problem with widget still:
gimp
:1: error: unexpected character `\1', expected keyword - e.g. `style'

(gimp:15380): Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR
(container) || widget->parent == GTK_WIDGET (container)' failed

(gimp:15380): Gtk-WARNING **: Attempting to add a widget with type GtkHBox to
a GtkFrame, but as a GtkBin subclass a GtkFrame can only contain one widget at
a time; it already contains a widget of type GtkHBox

(gimp:15380): Gtk-CRITICAL **: gtk_box_pack: assertion `child->parent == NULL'
failed

Is this mean that is a problem with GTK?
Thanks.



Mitja
--------
http://starikarp.redbubble.com
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Oleg Kozheltsev on
On May 26, 4:02 am, lum...(a)gmail.com (ajtiM) wrote:
> > > > (gimp:70750): Gtk-CRITICAL **: gtk_container_remove: assertion
> > > > `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET
> > > > (container)' failed
>
> > > > (gimp:70750): Gtk-WARNING **: Attempting to add a widget with type
> > > > GtkHBox to a GtkFrame, but as a GtkBin subclass a GtkFrame can only
> > > > contain one widget at a time; it already contains a widget of type
> > > > GtkHBox
>
> > > > (gimp:70750): Gtk-CRITICAL **: gtk_box_pack: assertion `child->parent
> > > > == NULL' failed

same problem. no pointer coordinates with this error. in linux seems
already fixed...