Re: GTK and black window content

2012-08-29 Thread Anthony ''Ishpeck'' Tedjamulia
On Wed, Aug 29, 2012 at 12:43:45AM +0200, Stephan Schindel wrote:
 I have sometimes a problem with GTK applications such as Firefox, Thunderbird 
 and some others too: The whole application window gets almost black and the 
 only fix is to reboot the system. I am using KDE (disabled composite) as my 
 Desktop and I have got a Nvidia card (propr. driver).
 
 Does this happen to you as well?

Sometimes pidgin stops drawing for me.

The program still runs.  I noticed that even tho' I can't see it,
I can send IM's to my contacts.  They get the text but the window
stays blank (just the widget background color).

Sometimes I've had to restart X.  I've never had to reboot the
computer to get this fixed.

I'm using naked openbox (no desktop environment). 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: GTK and black window content

2012-08-28 Thread Polytropon
On Wed, 29 Aug 2012 00:43:45 +0200, Stephan Schindel wrote:
 Hey :),
 
 I have sometimes a problem with GTK applications such as Firefox, Thunderbird 
 and some others too: The whole application window gets almost black [...]

ALMOST black?



 [...] and the 
 only fix is to reboot the system.

Does the program window stop responding? Have you tried killing X?
Maybe that's not as drastic as rebooting (except of course the
system completely refuses to respond, which you didn't mention).



 I am using KDE (disabled composite) as my 
 Desktop and I have got a Nvidia card (propr. driver).

Have you tried to temporarily use a different, more simpler
window manager (simplest idea: twm) to see if this might be
related to KDE?



 Does this happen to you as well?

I'm using several Gtk applications here on WindowMaker (so
no full KDE desktop), and _sometimes_ I have Firefox freezing
the whole system; it stops during drawing operations (!) and
the only help is to power off the machine. But in my case,
I'm quite confident it's related to a malfunctioning graphics
card -- also nVidia card + proper driver. However, this does
not happen to other Gtk applications (such as Sylpheed), only
to Firefox (and games such as Doom 3 demo and Quake 4 demo,
but not to OpenArena).




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: GTK Compile fail in 7.0-R

2008-03-06 Thread Mel
On Thursday 06 March 2008 18:45:31 [EMAIL PROTECTED] wrote:
 I have tried to re-build all of my ports, but gtk-2 is failing.  Any
 suggestions.

 the comand I used last was:

 portupgrade -Rf --batch gtk-2.12.3

 iqr.la im-multipress.la   gtk.immodules
 /libexec/ld-elf.so.1: Shared object libm.so.4 not found, required by
 libgdk_pixbuf-2.0.so.0
 gmake[3]: *** [gtk.immodules] Error 1
 gmake[3]: Leaving directory
 `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8/modules/input'
 gmake[2]: *** [all-recursive] Error 1
 gmake[2]: Leaving directory
 `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8/modules'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory
 `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8' gmake: *** [all] Error 2
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade.13565.39 env UPGRADE_TOOL=portupgrade
 UPGRADE_PORT=gtk-2.12.3 UPGRADE_PORT_VER=2.12.3 make BATCH=yes
 ** Fix the problem and try again.
 ** Listing the failed packages (-:ignored / *:skipped / !:failed)
 ! x11-toolkits/gtk20 (gtk-2.12.3)   (new compiler error)


gtk20 doesn't depend on gdk-pixbuf according to the port, but the gtk2's 
configure script doesn't agree.
In short: the gnome-hack magic is not working for this as it doesn't add 
gdkpixbuf to LIB_DEPENDS. You might wanna report this to the freebsd-gnome 
list.

To make it work for you:
Just do portupgrade -f graphics/gdk-pixbuf, then portupgrade -Rf gtk20 again. 
There's a change you'll run into the same with a different port this time, 
then rinse and repeat.
-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK Compile fail in 7.0-R

2008-03-06 Thread Chris Maness

Mel wrote:

On Thursday 06 March 2008 18:45:31 [EMAIL PROTECTED] wrote:
  

I have tried to re-build all of my ports, but gtk-2 is failing.  Any
suggestions.

the comand I used last was:

portupgrade -Rf --batch gtk-2.12.3

iqr.la im-multipress.la   gtk.immodules
/libexec/ld-elf.so.1: Shared object libm.so.4 not found, required by
libgdk_pixbuf-2.0.so.0
gmake[3]: *** [gtk.immodules] Error 1
gmake[3]: Leaving directory
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8/modules/input'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8/modules'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8' gmake: *** [all] Error 2
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade.13565.39 env UPGRADE_TOOL=portupgrade
UPGRADE_PORT=gtk-2.12.3 UPGRADE_PORT_VER=2.12.3 make BATCH=yes
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! x11-toolkits/gtk20 (gtk-2.12.3)   (new compiler error)




gtk20 doesn't depend on gdk-pixbuf according to the port, but the gtk2's 
configure script doesn't agree.
In short: the gnome-hack magic is not working for this as it doesn't add 
gdkpixbuf to LIB_DEPENDS. You might wanna report this to the freebsd-gnome 
list.


To make it work for you:
Just do portupgrade -f graphics/gdk-pixbuf, then portupgrade -Rf gtk20 again. 
There's a change you'll run into the same with a different port this time, 
then rinse and repeat.
  
I am not a member of this list.  Could someone that is a member post 
this on freebsd-gnome? (Sorry, my in box is pretty cluttered these days).


--
Chris Maness
(909) 223-9179
http://www.chrismaness.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK Compile fail in 7.0-R

2008-03-06 Thread Chris Maness

Mel wrote:

On Thursday 06 March 2008 18:45:31 [EMAIL PROTECTED] wrote:
  

I have tried to re-build all of my ports, but gtk-2 is failing.  Any
suggestions.

the comand I used last was:

portupgrade -Rf --batch gtk-2.12.3

iqr.la im-multipress.la   gtk.immodules
/libexec/ld-elf.so.1: Shared object libm.so.4 not found, required by
libgdk_pixbuf-2.0.so.0
gmake[3]: *** [gtk.immodules] Error 1
gmake[3]: Leaving directory
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8/modules/input'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8/modules'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8' gmake: *** [all] Error 2
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade.13565.39 env UPGRADE_TOOL=portupgrade
UPGRADE_PORT=gtk-2.12.3 UPGRADE_PORT_VER=2.12.3 make BATCH=yes
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! x11-toolkits/gtk20 (gtk-2.12.3)   (new compiler error)




gtk20 doesn't depend on gdk-pixbuf according to the port, but the gtk2's 
configure script doesn't agree.
In short: the gnome-hack magic is not working for this as it doesn't add 
gdkpixbuf to LIB_DEPENDS. You might wanna report this to the freebsd-gnome 
list.


To make it work for you:
Just do portupgrade -f graphics/gdk-pixbuf, then portupgrade -Rf gtk20 again. 
There's a change you'll run into the same with a different port this time, 
then rinse and repeat.
  

I don't see this port graphics/gdk-pixbuf in the current ports tree.

--
Chris Maness
(909) 223-9179
http://www.chrismaness.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK Compile fail in 7.0-R

2008-03-06 Thread Mel
On Friday 07 March 2008 00:38:35 Chris Maness wrote:
 Mel wrote:
  On Thursday 06 March 2008 18:45:31 [EMAIL PROTECTED] wrote:
  I have tried to re-build all of my ports, but gtk-2 is failing.  Any
  suggestions.
 
  the comand I used last was:
 
  portupgrade -Rf --batch gtk-2.12.3
 
  iqr.la im-multipress.la   gtk.immodules
  /libexec/ld-elf.so.1: Shared object libm.so.4 not found, required by
  libgdk_pixbuf-2.0.so.0
  gmake[3]: *** [gtk.immodules] Error 1
  gmake[3]: Leaving directory
  `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8/modules/input'
  gmake[2]: *** [all-recursive] Error 1
  gmake[2]: Leaving directory
  `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8/modules'
  gmake[1]: *** [all-recursive] Error 1
  gmake[1]: Leaving directory
  `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8' gmake: *** [all] Error
  2 ** Command failed [exit code 1]: /usr/bin/script -qa
  /tmp/portupgrade.13565.39 env UPGRADE_TOOL=portupgrade
  UPGRADE_PORT=gtk-2.12.3 UPGRADE_PORT_VER=2.12.3 make BATCH=yes
  ** Fix the problem and try again.
  ** Listing the failed packages (-:ignored / *:skipped / !:failed)
  ! x11-toolkits/gtk20 (gtk-2.12.3)   (new compiler error)
 
  gtk20 doesn't depend on gdk-pixbuf according to the port, but the gtk2's
  configure script doesn't agree.
  In short: the gnome-hack magic is not working for this as it doesn't add
  gdkpixbuf to LIB_DEPENDS. You might wanna report this to the
  freebsd-gnome list.
 
  To make it work for you:
  Just do portupgrade -f graphics/gdk-pixbuf, then portupgrade -Rf gtk20
  again. There's a change you'll run into the same with a different port
  this time, then rinse and repeat.

 I don't see this port graphics/gdk-pixbuf in the current ports tree.

http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/gdk-pixbuf/

What's the output of:
ldd /usr/local/lib/libgdk_pixbuf-2.0.so.0

On 7.x it should look like this:
/usr/local/lib/libgdk_pixbuf-2.0.so.0:
libgmodule-2.0.so.0 = /usr/local/lib/libgmodule-2.0.so.0 (0x3819d000)
libgobject-2.0.so.0 = /usr/local/lib/libgobject-2.0.so.0 (0x381a1000)
libglib-2.0.so.0 = /usr/local/lib/libglib-2.0.so.0 (0x3830)
libiconv.so.3 = /usr/local/lib/libiconv.so.3 (0x3839f000)
libm.so.5 = /lib/libm.so.5 (0x381db000)
libc.so.7 = /lib/libc.so.7 (0x3808)
libintl.so.8 = /usr/local/lib/libintl.so.8 (0x381f)
libicui18n.so.38 = /usr/local/lib/libicui18n.so.38 (0x38494000)
libpcre.so.0 = /usr/local/lib/libpcre.so.0 (0x385eb000)
libicuuc.so.38 = /usr/local/lib/libicuuc.so.38 (0x38612000)
libicudata.so.38 = /usr/local/lib/libicudata.so.38 (0x3873)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x39207000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x392fc000)


-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK Compile fail in 7.0-R

2008-03-06 Thread Chris Maness

Mel wrote:

On Thursday 06 March 2008 18:45:31 [EMAIL PROTECTED] wrote:
  

I have tried to re-build all of my ports, but gtk-2 is failing.  Any
suggestions.

the comand I used last was:

portupgrade -Rf --batch gtk-2.12.3

iqr.la im-multipress.la   gtk.immodules
/libexec/ld-elf.so.1: Shared object libm.so.4 not found, required by
libgdk_pixbuf-2.0.so.0
gmake[3]: *** [gtk.immodules] Error 1
gmake[3]: Leaving directory
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8/modules/input'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8/modules'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8' gmake: *** [all] Error 2
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade.13565.39 env UPGRADE_TOOL=portupgrade
UPGRADE_PORT=gtk-2.12.3 UPGRADE_PORT_VER=2.12.3 make BATCH=yes
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! x11-toolkits/gtk20 (gtk-2.12.3)   (new compiler error)




gtk20 doesn't depend on gdk-pixbuf according to the port, but the gtk2's 
configure script doesn't agree.
In short: the gnome-hack magic is not working for this as it doesn't add 
gdkpixbuf to LIB_DEPENDS. You might wanna report this to the freebsd-gnome 
list.


To make it work for you:
Just do portupgrade -f graphics/gdk-pixbuf, then portupgrade -Rf gtk20 again. 
There's a change you'll run into the same with a different port this time, 
then rinse and repeat.
  
I fixed by ripping out gtk20 (make deinstall in the port directory) and 
adding the binary package.  I figured that the binary can't be too far 
out of sync with the rest of the ports since it has just been released, 
but I thin there is some sort of dependency bug.  It should be able to 
compile.


Thanks

--
Chris Maness
(909) 223-9179
http://www.chrismaness.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK Compile fail in 7.0-R

2008-03-06 Thread chris
 On Friday 07 March 2008 00:38:35 Chris Maness wrote:
 Mel wrote:
  On Thursday 06 March 2008 18:45:31 [EMAIL PROTECTED] wrote:
  I have tried to re-build all of my ports, but gtk-2 is failing.  Any
  suggestions.
 
  the comand I used last was:
 
  portupgrade -Rf --batch gtk-2.12.3
 
  iqr.la im-multipress.la   gtk.immodules
  /libexec/ld-elf.so.1: Shared object libm.so.4 not found, required
 by
  libgdk_pixbuf-2.0.so.0
  gmake[3]: *** [gtk.immodules] Error 1
  gmake[3]: Leaving directory
  `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8/modules/input'
  gmake[2]: *** [all-recursive] Error 1
  gmake[2]: Leaving directory
  `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8/modules'
  gmake[1]: *** [all-recursive] Error 1
  gmake[1]: Leaving directory
  `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.8' gmake: *** [all]
 Error
  2 ** Command failed [exit code 1]: /usr/bin/script -qa
  /tmp/portupgrade.13565.39 env UPGRADE_TOOL=portupgrade
  UPGRADE_PORT=gtk-2.12.3 UPGRADE_PORT_VER=2.12.3 make BATCH=yes
  ** Fix the problem and try again.
  ** Listing the failed packages (-:ignored / *:skipped / !:failed)
  ! x11-toolkits/gtk20 (gtk-2.12.3)   (new compiler error)
 
  gtk20 doesn't depend on gdk-pixbuf according to the port, but the
 gtk2's
  configure script doesn't agree.
  In short: the gnome-hack magic is not working for this as it doesn't
 add
  gdkpixbuf to LIB_DEPENDS. You might wanna report this to the
  freebsd-gnome list.
 
  To make it work for you:
  Just do portupgrade -f graphics/gdk-pixbuf, then portupgrade -Rf gtk20
  again. There's a change you'll run into the same with a different port
  this time, then rinse and repeat.

 I don't see this port graphics/gdk-pixbuf in the current ports tree.

 http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/gdk-pixbuf/

 What's the output of:
 ldd /usr/local/lib/libgdk_pixbuf-2.0.so.0

 On 7.x it should look like this:
 /usr/local/lib/libgdk_pixbuf-2.0.so.0:
 libgmodule-2.0.so.0 = /usr/local/lib/libgmodule-2.0.so.0
 (0x3819d000)
 libgobject-2.0.so.0 = /usr/local/lib/libgobject-2.0.so.0
 (0x381a1000)
 libglib-2.0.so.0 = /usr/local/lib/libglib-2.0.so.0 (0x3830)
 libiconv.so.3 = /usr/local/lib/libiconv.so.3 (0x3839f000)
 libm.so.5 = /lib/libm.so.5 (0x381db000)
 libc.so.7 = /lib/libc.so.7 (0x3808)
 libintl.so.8 = /usr/local/lib/libintl.so.8 (0x381f)
 libicui18n.so.38 = /usr/local/lib/libicui18n.so.38 (0x38494000)
 libpcre.so.0 = /usr/local/lib/libpcre.so.0 (0x385eb000)
 libicuuc.so.38 = /usr/local/lib/libicuuc.so.38 (0x38612000)
 libicudata.so.38 = /usr/local/lib/libicudata.so.38 (0x3873)
 libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x39207000)
 libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x392fc000)


 --
 Mel

 Problem with today's modular software: they start with the modules
 and never get to the software part.


ldd /usr/local/lib/libgdk_pixbuf-2.0.so.0
/usr/local/lib/libgdk_pixbuf-2.0.so.0:
libgmodule-2.0.so.0 = /usr/local/lib/libgmodule-2.0.so.0
(0x2819d000)
libgobject-2.0.so.0 = /usr/local/lib/libgobject-2.0.so.0
(0x281a1000)
libglib-2.0.so.0 = /usr/local/lib/libglib-2.0.so.0 (0x2830)
libiconv.so.3 = /usr/local/lib/libiconv.so.3 (0x2839f000)
libm.so.5 = /lib/libm.so.5 (0x281db000)
libc.so.7 = /lib/libc.so.7 (0x2808)
libintl.so.8 = /usr/local/lib/libintl.so.8 (0x281f)
libpcre.so.0 = /usr/local/lib/libpcre.so.0 (0x28494000)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-29 Thread John Nielsen

Quoting cpghost [EMAIL PROTECTED]:


On Fri, Mar 23, 2007 at 01:44:09PM -0400, John Nielsen wrote:

On Friday 23 March 2007 11:02:46 am Frank Staals wrote:
 It seems that I'm having problems (again) with the GTK filedialog in
 Firefox/Thunderbird. It happens when saving or opening a file in Firefox
 or thunderbird resulting in a crash. What to do:

 - Open Firefox
 - Save a file, the save-file dialog comes up, Save or cancel it.
 - Save a file, when the file dialog comes up, file dialog hangs and
 after a second or something firefox crashes

I'm seeing the same behavior. I searched around on the web a while 
ago and saw
a report (on a firefox bug issue or mailinglist I think) from 
another FreeBSD
user about this. He later followed up to his own post saying that 
the problem

went away after he recompiled ALL of his ports. The thing that was
interesting is that he only saw the bad behavior under xfce (what WM are you
using, btw?).  I'm running xfce 4.4.0 and have the problem, but I haven't
gotten around to recompiling everything yet. I may or may not wait for the
modularXorg stuff to be committed before I do so...


I'm experiencing a similar problem with the GTK file save box. Under
fluxbox, the save box starts to grow and shrink horizontally by approx
40% of its size twice per second or so. The only way out of this is to
kill and restart Firefox. I don't know if other GTK-based programs are
affected though. Another data point: I'm too in the midst of the giant
gettext upgrade tango, so this could be temporary, until everything is
finally upgraded.


I just want to report that I'm no longer having a problem after a 
complete system refresh. I upgraded to -CURRENT (mostly for better 
gjournal support, not because of anything in this thread), uninstalled 
all my ports, deleted the /var/db/ports directory, removed /usr/X11R6 
entirely, set $X11BASE to /usr/local in /etc/make.conf, removed 
everything but a few config files in /usr/local, and installed 
everything again.


Between the firefox issue I was seeing, the gettext upgrade, and 
upgrading to -CURRENT I definitely needed to reinstall everything 
anyway. I decided to go ahead and make the X11BASE change so my life 
will be easier when the default gets changed. (I'm already running the 
experimental modularXorg ports tree.)


JN

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-24 Thread Gerard Seibert
On Fri, 23 Mar 2007 22:39:19 -0600 (MDT)
Warren Block [EMAIL PROTECTED] wrote:

 On Fri, 23 Mar 2007, Frank Staals wrote:
 
  Hmm I wondered if I should have added what WM I was running but I
  guess so: Running xfce-4.4.0 on xorg-7.2rc3.
 
  Fixed by recompiling all my ports seems a lot of work to fix
  something with GTK :S but well I'm planning on reinstalling FreeBSD
  not that long from now ( want to switch disc setup ) hope that will
  fix the problem then. Allthough there ougth to be an better/more
  specific solution then just recompiling everything   
 
 After the recent gettext rebuild-everything episode (you've done
 that, right?), I had a problem like I'd had before with GTK: slow
 xfce4.4 startup, slow Terminal startup.  Rebuilding GTK fixed it:
 
 portupgrade -f gtk-2.10.11
 
 It was already at that version, but it seems to depend on order.
 
 Anyway, before you rebuild everything, try rebuilding just GTK.

You also use: portmanager -u -p -l

It will update your ports, as well as rebuild dependencies in their
correct order if required if required. Make sure to update your ports
prior to running it if you go that route.

-- 
Gerard

Hitchcock's Staple Principle:
The stapler runs out of staples
only while you are trying to staple something.


signature.asc
Description: PGP signature


Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-23 Thread John Nielsen
On Friday 23 March 2007 11:02:46 am Frank Staals wrote:
 It seems that I'm having problems (again) with the GTK filedialog in
 Firefox/Thunderbird. It happens when saving or opening a file in Firefox
 or thunderbird resulting in a crash. What to do:

 - Open Firefox
 - Save a file, the save-file dialog comes up, Save or cancel it.
 - Save a file, when the file dialog comes up, file dialog hangs and
 after a second or something firefox crashes

 Same thing happens when trying to open a file using the file dialog a
 second time, and same for thunderbird: The second time the GTK file
 dialog comes up it seems to crash firefox or thunderbird.

 When I was running firefox-1.5 there was the exact same problem which
 was fixed in one of the developement releases and when first running
 Fx-2 I didn't have any problems with it either. I checked in the gimp
 and geany if there were problems with the file dialog but it worked fine
 in those programs. Has anyone else problems with this ?

I'm seeing the same behavior. I searched around on the web a while ago and saw 
a report (on a firefox bug issue or mailinglist I think) from another FreeBSD 
user about this. He later followed up to his own post saying that the problem 
went away after he recompiled ALL of his ports. The thing that was 
interesting is that he only saw the bad behavior under xfce (what WM are you 
using, btw?).  I'm running xfce 4.4.0 and have the problem, but I haven't 
gotten around to recompiling everything yet. I may or may not wait for the 
modularXorg stuff to be committed before I do so...

JN
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-23 Thread Frank Staals

John Nielsen wrote:

On Friday 23 March 2007 11:02:46 am Frank Staals wrote:
  

It seems that I'm having problems (again) with the GTK filedialog in
Firefox/Thunderbird. It happens when saving or opening a file in Firefox
or thunderbird resulting in a crash. What to do:

- Open Firefox
- Save a file, the save-file dialog comes up, Save or cancel it.
- Save a file, when the file dialog comes up, file dialog hangs and
after a second or something firefox crashes

Same thing happens when trying to open a file using the file dialog a
second time, and same for thunderbird: The second time the GTK file
dialog comes up it seems to crash firefox or thunderbird.

When I was running firefox-1.5 there was the exact same problem which
was fixed in one of the developement releases and when first running
Fx-2 I didn't have any problems with it either. I checked in the gimp
and geany if there were problems with the file dialog but it worked fine
in those programs. Has anyone else problems with this ?



I'm seeing the same behavior. I searched around on the web a while ago and saw 
a report (on a firefox bug issue or mailinglist I think) from another FreeBSD 
user about this. He later followed up to his own post saying that the problem 
went away after he recompiled ALL of his ports. The thing that was 
interesting is that he only saw the bad behavior under xfce (what WM are you 
using, btw?).  I'm running xfce 4.4.0 and have the problem, but I haven't 
gotten around to recompiling everything yet. I may or may not wait for the 
modularXorg stuff to be committed before I do so...


JN

  
Hmm I wondered if I should have added what WM I was running but I guess 
so: Running xfce-4.4.0 on xorg-7.2rc3.


Fixed by recompiling all my ports seems a lot of work to fix something 
with GTK :S but well I'm planning on reinstalling FreeBSD not that long 
from now ( want to switch disc setup ) hope that will fix the problem 
then. Allthough there ougth to be an better/more specific solution then 
just recompiling everything 


--
-Frank Staals


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-23 Thread cpghost
On Fri, Mar 23, 2007 at 01:44:09PM -0400, John Nielsen wrote:
 On Friday 23 March 2007 11:02:46 am Frank Staals wrote:
  It seems that I'm having problems (again) with the GTK filedialog in
  Firefox/Thunderbird. It happens when saving or opening a file in Firefox
  or thunderbird resulting in a crash. What to do:
 
  - Open Firefox
  - Save a file, the save-file dialog comes up, Save or cancel it.
  - Save a file, when the file dialog comes up, file dialog hangs and
  after a second or something firefox crashes
 
 I'm seeing the same behavior. I searched around on the web a while ago and 
 saw 
 a report (on a firefox bug issue or mailinglist I think) from another FreeBSD 
 user about this. He later followed up to his own post saying that the problem 
 went away after he recompiled ALL of his ports. The thing that was 
 interesting is that he only saw the bad behavior under xfce (what WM are you 
 using, btw?).  I'm running xfce 4.4.0 and have the problem, but I haven't 
 gotten around to recompiling everything yet. I may or may not wait for the 
 modularXorg stuff to be committed before I do so...

I'm experiencing a similar problem with the GTK file save box. Under
fluxbox, the save box starts to grow and shrink horizontally by approx
40% of its size twice per second or so. The only way out of this is to
kill and restart Firefox. I don't know if other GTK-based programs are
affected though. Another data point: I'm too in the midst of the giant
gettext upgrade tango, so this could be temporary, until everything is
finally upgraded.

cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-23 Thread Garrett Cooper

On Mar 23, 2007, at 2:01 PM, cpghost wrote:


On Fri, Mar 23, 2007 at 01:44:09PM -0400, John Nielsen wrote:

On Friday 23 March 2007 11:02:46 am Frank Staals wrote:

It seems that I'm having problems (again) with the GTK filedialog in
Firefox/Thunderbird. It happens when saving or opening a file in  
Firefox

or thunderbird resulting in a crash. What to do:

- Open Firefox
- Save a file, the save-file dialog comes up, Save or cancel it.
- Save a file, when the file dialog comes up, file dialog hangs and
after a second or something firefox crashes


I'm seeing the same behavior. I searched around on the web a while  
ago and saw
a report (on a firefox bug issue or mailinglist I think) from  
another FreeBSD
user about this. He later followed up to his own post saying that  
the problem

went away after he recompiled ALL of his ports. The thing that was
interesting is that he only saw the bad behavior under xfce (what  
WM are you
using, btw?).  I'm running xfce 4.4.0 and have the problem, but I  
haven't
gotten around to recompiling everything yet. I may or may not wait  
for the

modularXorg stuff to be committed before I do so...


I'm experiencing a similar problem with the GTK file save box. Under
fluxbox, the save box starts to grow and shrink horizontally by approx
40% of its size twice per second or so. The only way out of this is to
kill and restart Firefox. I don't know if other GTK-based programs are
affected though. Another data point: I'm too in the midst of the giant
gettext upgrade tango, so this could be temporary, until everything is
finally upgraded.

cpghost.

--
Cordula's Web. http://www.cordula.ws/


What version are you guys running with what CFLAGS/CXXFLAGS? I was  
experiencing the same thing until 2.0.0.2 (filed a bug and Mozilla  
folks said they fixed it in this version).


Now if I can only determine why the same happens when I try and add a  
file with azureus.. that's another ball of wax though..


-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-23 Thread Warren Block

On Fri, 23 Mar 2007, Frank Staals wrote:

Hmm I wondered if I should have added what WM I was running but I guess so: 
Running xfce-4.4.0 on xorg-7.2rc3.


Fixed by recompiling all my ports seems a lot of work to fix something with 
GTK :S but well I'm planning on reinstalling FreeBSD not that long from now ( 
want to switch disc setup ) hope that will fix the problem then. Allthough 
there ougth to be an better/more specific solution then just recompiling 
everything 


After the recent gettext rebuild-everything episode (you've done that, 
right?), I had a problem like I'd had before with GTK: slow xfce4.4 
startup, slow Terminal startup.  Rebuilding GTK fixed it:


portupgrade -f gtk-2.10.11

It was already at that version, but it seems to depend on order.

Anyway, before you rebuild everything, try rebuilding just GTK.

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk-2.10.9 doesn't compile

2007-02-13 Thread Vittorio
As requested, please find attached the complete, tarred log of gtk 
failed compilation.
Ciao
Vittorio

--  Messaggio inoltrato  
--

Subject: Re: gtk-2.10.9 doesn't compile
Date: 18:06, lunedì 
12 febbraio 2007
From: Jeremy Messenger [EMAIL PROTECTED]
To: Vittorio 
[EMAIL PROTECTED]
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]

On Mon, 
12 Feb 2007 06:52:05 -0600, Vittorio [EMAIL PROTECTED] wrote:
 Dear 
All,

 Under a fresh installation of 6.2 I recently updated via
 
portsnap the ports tree and recompiled what was needed (including
 
portupgrade!), BUT after issuing as root:

 portupgrade gtk
 I 
obtain the
 following obscure, esoteric diagnostic:
 snip

You have 
cutted out the important part. In general, it is always best to
send a 
FULL log. While I am here, please follow this:
http://www.freebsd.
org/gnome/docs/bugging.html

Cheers,
Mezz

 gmake[2]: Leaving
 
directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.9/gdk'
 gmake
 [1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory
 
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.9'
 gmake: *** [all] 
Error
 2
 *** Error code 2

 Stop in /usr/ports/x11-toolkits/gtk20.
 ** Command
 failed [exit code 1]: /usr/bin/script -qa 
/tmp/portupgrade.55166.1 env
 UPGRADE_TOOL=portupgrade 
UPGRADE_PORT=gtk-2.10.7 UPGRADE_PORT_VER=2.
 10.7 make
 ** Fix the 
problem and try again.
 /snip

 What shall I do?
 Ciao from Rome 
- Vittorio

 Ciao
 Vittorio

--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: gtk-2.10.9 doesn't compile

2007-02-13 Thread [EMAIL PROTECTED]
Please find attached the complete tarred log of gtk failed
compilation.
Ciao
Vittorio

--  Messaggio inoltrato  --

Subject: Re: gtk-2.10.9 doesn't compile
Date: 18:06, lunedì 12 febbraio 2007
From: Jeremy Messenger [EMAIL PROTECTED]
To: Vittorio [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]

On Mon, 12 Feb 2007 06:52:05 -0600, Vittorio
[EMAIL PROTECTED] wrote:
 Dear All,

 Under a fresh installation of 6.2 I recently updated via
 portsnap the ports tree and recompiled what was needed
(including
 portupgrade!), BUT after issuing as root:

 portupgrade gtk
 I obtain the
 following obscure, esoteric diagnostic:
 snip

You have cutted out the important part. In general, it is
always best to
send a FULL log. While I am here, please follow this:
http://www.freebsd.org/gnome/docs/bugging.html

Cheers,
Mezz

 gmake[2]: Leaving
 directory
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.9/gdk'
 gmake
 [1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory
 `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.9'
 gmake: *** [all] Error
 2
 *** Error code 2

 Stop in /usr/ports/x11-toolkits/gtk20.
 ** Command
 failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade.55166.1 env
 UPGRADE_TOOL=portupgrade UPGRADE_PORT=gtk-2.10.7
UPGRADE_PORT_VER=2.
 10.7 make
 ** Fix the problem and try again.
 /snip

 What shall I do?
 Ciao from Rome - Vittorio

 Ciao
 Vittorio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: gtk-2.10.9 doesn't compile

2007-02-12 Thread Patrick Bowen

On Mon, 12 Feb 2007 13:52:05 +0100 (GMT+01:00), Vittorio
[EMAIL PROTECTED] said:
 Dear All,
 
 Under a fresh installation of 6.2 I recently updated via 
 portsnap the ports tree and recompiled what was needed (including 
 portupgrade!), BUT after issuing as root:
 
 portupgrade gtk
 I obtain the 
 following obscure, esoteric diagnostic:
 snip
 gmake[2]: Leaving 
 directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.9/gdk'
 gmake
 [1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory 
 `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.9'
 gmake: *** [all] Error 
 2
 *** Error code 2
 
 Stop in /usr/ports/x11-toolkits/gtk20.
 ** Command 
 failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.55166.1 env 
 UPGRADE_TOOL=portupgrade UPGRADE_PORT=gtk-2.10.7 UPGRADE_PORT_VER=2.
 10.7 make
 ** Fix the problem and try again.
 /snip
 
 What shall I do?
 Ciao from Rome - Vittorio
 
 Ciao
 Vittorio
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 


You'll need to upgrade portupgrade(1) to the latest version (2.2.2_4 if
memory serves). See /usr/ports/UPDATING and grep for portupgrade.

Patrick
-- 
  Patrick Bowen
  [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk-2.10.9 doesn't compile

2007-02-12 Thread Jeremy Messenger

On Mon, 12 Feb 2007 06:52:05 -0600, Vittorio [EMAIL PROTECTED] wrote:


Dear All,

Under a fresh installation of 6.2 I recently updated via
portsnap the ports tree and recompiled what was needed (including
portupgrade!), BUT after issuing as root:

portupgrade gtk
I obtain the
following obscure, esoteric diagnostic:
snip


You have cutted out the important part. In general, it is always best to  
send a FULL log. While I am here, please follow this:  
http://www.freebsd.org/gnome/docs/bugging.html


Cheers,
Mezz


gmake[2]: Leaving
directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.9/gdk'
gmake
[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.9'
gmake: *** [all] Error
2
*** Error code 2

Stop in /usr/ports/x11-toolkits/gtk20.
** Command
failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.55166.1 env
UPGRADE_TOOL=portupgrade UPGRADE_PORT=gtk-2.10.7 UPGRADE_PORT_VER=2.
10.7 make
** Fix the problem and try again.
/snip

What shall I do?
Ciao from Rome - Vittorio

Ciao
Vittorio



--
[EMAIL PROTECTED]  -  [EMAIL PROTECTED]
FreeBSD GNOME Team  -  FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/  -  [EMAIL PROTECTED]
http://wiki.freebsd.org/multimedia  -  [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fwd: Re: gtk-2.10.9 doesn't compile

2007-02-12 Thread Jeremy Messenger

On Mon, 12 Feb 2007 14:40:16 -0600, vittorio [EMAIL PROTECTED] wrote:


Please find attached the complete log of gtk failed compilation.


grep: /usr/X11R6/lib/libX11.la: No such file or directory
sed: /usr/X11R6/lib/libX11.la: No such file or directory
gnome-libtool: link: `/usr/X11R6/lib/libX11.la' is not a valid libtool  
archive

gmake[4]: *** [libgdk-x11-2.0.la] Error 1

Did you change from XFree86 to xorg recently by any chance? I am not sure  
how you did to break your system, it looks like you might have to rebuild  
all of ports that depend on xorg-libraries or maybe lower than that like  
pkg-config.


Cheers,
Mezz


Ciao
Vittorio

--  Messaggio inoltrato  --

Subject: Re: gtk-2.10.9 doesn't compile
Date: 18:06, lunedì 12 febbraio 2007
From: Jeremy Messenger [EMAIL PROTECTED]
To: Vittorio [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]

On Mon, 12 Feb 2007 06:52:05 -0600, Vittorio [EMAIL PROTECTED] wrote:

Dear All,

Under a fresh installation of 6.2 I recently updated via
portsnap the ports tree and recompiled what was needed (including
portupgrade!), BUT after issuing as root:

portupgrade gtk
I obtain the
following obscure, esoteric diagnostic:
snip


You have cutted out the important part. In general, it is always best to
send a FULL log. While I am here, please follow this:
http://www.freebsd.org/gnome/docs/bugging.html

Cheers,
Mezz


gmake[2]: Leaving
directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.9/gdk'
gmake
[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.9'
gmake: *** [all] Error
2
*** Error code 2

Stop in /usr/ports/x11-toolkits/gtk20.
** Command
failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.55166.1 env
UPGRADE_TOOL=portupgrade UPGRADE_PORT=gtk-2.10.7 UPGRADE_PORT_VER=2.
10.7 make
** Fix the problem and try again.
/snip

What shall I do?
Ciao from Rome - Vittorio

Ciao
Vittorio


--
[EMAIL PROTECTED]  -  [EMAIL PROTECTED]
FreeBSD GNOME Team  -  FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/  -  [EMAIL PROTECTED]
http://wiki.freebsd.org/multimedia  -  [EMAIL PROTECTED]

---



--
[EMAIL PROTECTED]  -  [EMAIL PROTECTED]
FreeBSD GNOME Team  -  FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/  -  [EMAIL PROTECTED]
http://wiki.freebsd.org/multimedia  -  [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-Warning **: Cannot open display

2006-05-18 Thread Barnaby Scott

John Nielsen wrote:

On Tuesday 16 May 2006 17:07, Barnaby Scott wrote:

Kevin Kinsey wrote:

Barnaby Scott wrote:

So, I installed Firefox from ports, having made sure everything was
bang up to date. Evrything seemed to go perfectly well, but lo and
behold, first attempt to use it and I get this:

(firefox-bin:582): Gtk-Warning **: Cannot open display

What the..?

I have searched for this problem and found plenty of references
similar error messages, but none of it seems to apply in my case. I am
not trying to run Firefox as root, I am not doing it from a remote
terminal, I am not standing in a bucket of water, I have the computer
plugged in.

I think these are Good Things(tm), 'though I have been able to operate
a browser whilst standing in a bucket of water.

Q: Are you running an X display at the time this message is given,
or are you attempting to run Firefox from the console?

Kevin Kinsey

I have tried both. It is running from the console that gives the message
  quoted - if I am running an X display at the time it fails with no
message at all.


This is a Firefox oddity.  It needs to be run as root one time after it is 
installed (or [sometimes] upgraded).  Do this from an xterm:


cd
su
cp .Xauthority /root
firefox

Assuming the browser window comes up, you can just close it.  You should be 
able to run it as a regular user afterwards.


JN


Thanks for both bits of advice - one of them worked, though I'm not sure 
which!


So now I can strat Firefox from an xterm, but 2 things still puzzle me 
though:
1) Forgive my stupidity, but why can I not start Firefox from the 
console? Or rather, what could I do to make it do so with a single command?
2) I thought Firefox wasn't going to start from the xterm, but really it 
just took ages - far longer than I am used to with my old OS (same 
machine). Is there something I am missing here too?




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-Warning **: Cannot open display

2006-05-18 Thread Saifi
  From: Barnaby Scott [EMAIL PROTECTED]
  Subject: Re: Gtk-Warning **: Cannot open display
  Sent: 18 May '06 16:45
  
  John Nielsen wrote:
   On Tuesday 16 May 2006 17:07, Barnaby Scott wrote:
   Kevin Kinsey wrote:
   Barnaby Scott wrote:
   So, I installed Firefox from ports, having made sure everything was
   bang up to date. Evrything seemed to go perfectly well, but lo and
   behold, first attempt to use it and I get this:
  
   (firefox-bin:582): Gtk-Warning **: Cannot open display
  
   What the..?
  


Hi:

You may want to check the following.

1. prompt$ xhost + (from the connecting client)
2. export DISPLAY=client-ip-address:0.0

Firefox should start if the above mentioned settings are in place.

Hope this helps.

thanks
Saifi.

TWINCLING Society, India
http://www.twincling.org/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-Warning **: Cannot open display

2006-05-18 Thread Saifi
  From: Barnaby Scott [EMAIL PROTECTED]
  Subject: Re: Gtk-Warning **: Cannot open display
  Sent: 18 May '06 16:45
  
  John Nielsen wrote:
   On Tuesday 16 May 2006 17:07, Barnaby Scott wrote:
   Kevin Kinsey wrote:
   Barnaby Scott wrote:
   So, I installed Firefox from ports, having made sure everything was
   bang up to date. Evrything seemed to go perfectly well, but lo and
   behold, first attempt to use it and I get this:
  
   (firefox-bin:582): Gtk-Warning **: Cannot open display
  
   What the..?
  


Hi:

You may want to check the following.

1. prompt$ xhost + (from the connecting client)
2. export DISPLAY=client-ip-address:0.0

Firefox should start if the above mentioned settings are in place.

Hope this helps.

thanks
Saifi.

TWINCLING Society, India
http://www.twincling.org/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-Warning **: Cannot open display

2006-05-18 Thread Kevin Kinsey

Barnaby Scott wrote:

So now I can strat Firefox from an xterm, but 2 things still puzzle me 
though:
1) Forgive my stupidity, but why can I not start Firefox from the 
console? Or rather, what could I do to make it do so with a single command?


I'm perfectly willing to be wrong, flamed, and corrected, but my counter
question (and it seems a good one to me):  how do you expect to run a
graphical program in a non-graphical environment?

If you wish, you could add firefox to your ~/.xinitrc or
(? .Xresources ?) file, and then firefox would be called when
you called startx to invoke X Windows.

2) I thought Firefox wasn't going to start from the xterm, but really it 
just took ages - far longer than I am used to with my old OS (same 
machine). Is there something I am missing here too?


I couldn't say.  I've used firefox, and more often the entire Mozilla
suite (which is now 'Seamonkey').  It probably starts slower and hangs
more often than any other program I run on FreeBSD, (with the possible
exception of the xrayswarm screen saver) but I can't say why or that
I've even done much investigating.  I did build a 'debug' version
of Seamonkey last time, but I've not yet done anything with it.  FWIW,
it seems a tad less prone to some of the behavior I saw with Mozilla
(which seems strange, perhaps).

Of course, I use it heavily, so perhaps that characterization is
flawed.

Kevin Kinsey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-Warning **: Cannot open display

2006-05-18 Thread Barnaby Scott
On Thu, May 18, 2006 2:51 pm, Kevin Kinsey wrote:
 Barnaby Scott wrote:


 So now I can strat Firefox from an xterm, but 2 things still puzzle me
 though:
 1) Forgive my stupidity, but why can I not start Firefox from the
 console? Or rather, what could I do to make it do so with a single
 command?

 I'm perfectly willing to be wrong, flamed, and corrected, but my counter
 question (and it seems a good one to me):  how do you expect to run a
 graphical program in a non-graphical environment?

I'm certainly not going to flame or correct you! I'm afraid it shows the
profundity of my ignorance at this stage, but at least I have browser
functionality without rebooting back into Windows now, so looking up
solutions and sorting my own problems just got a whole lot easier. I guess
my beginner's reasoning was something like this: if a program  needs a gui
to work, then maybe it has a mechanism to fire one up when needed, in the
same way it will look for and use whatever libraries or resources it
needs. Oh dear, looks like I have loads more reading to do.

Thanks for your help



 If you wish, you could add firefox to your ~/.xinitrc or
 (? .Xresources ?) file, and then firefox would be called when
 you called startx to invoke X Windows.

 2) I thought Firefox wasn't going to start from the xterm, but really
 it just took ages - far longer than I am used to with my old OS (same
 machine). Is there something I am missing here too?

 I couldn't say.  I've used firefox, and more often the entire Mozilla
 suite (which is now 'Seamonkey').  It probably starts slower and hangs more
 often than any other program I run on FreeBSD, (with the possible
 exception of the xrayswarm screen saver) but I can't say why or that
 I've even done much investigating.  I did build a 'debug' version
 of Seamonkey last time, but I've not yet done anything with it.  FWIW, it
 seems a tad less prone to some of the behavior I saw with Mozilla (which
 seems strange, perhaps).

 Of course, I use it heavily, so perhaps that characterization is
 flawed.

 Kevin Kinsey
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-Warning **: Cannot open display

2006-05-18 Thread Norberto Meijome
On Thu, 18 May 2006 16:59:33 +0100 (BST)
Barnaby Scott [EMAIL PROTECTED] wrote:

  1) Forgive my stupidity, but why can I not start Firefox from the
  console? Or rather, what could I do to make it do so with a single
  command?
 
  I'm perfectly willing to be wrong, flamed, and corrected, but my counter
  question (and it seems a good one to me):  how do you expect to run a
  graphical program in a non-graphical environment?
 
 I'm certainly not going to flame or correct you! I'm afraid it shows the
 profundity of my ignorance at this stage, but at least I have browser
 functionality without rebooting back into Windows now, so looking up
 solutions and sorting my own problems just got a whole lot easier. I guess
 my beginner's reasoning was something like this: if a program  needs a gui
 to work, then maybe it has a mechanism to fire one up when needed, in the
 same way it will look for and use whatever libraries or resources it
 needs. Oh dear, looks like I have loads more reading to do.

Hi,

Saifi's reply should get it all to work, and it comes in handy to understand
why. 

Saifi wrote
 1. prompt$ xhost + (from the connecting client)
 2. export DISPLAY=client-ip-address:0.0

XWindows is a network service. You need a) to tell your client WHERE to send
the 'graphics' ( that's point 2) in Saifi's mail. and b) Xorg has to allow you
to connect to it (has to allow you to send  *your* apps' graphs into its
displays.

When you start an X session, DISPLAY env var is set automatically:

[EMAIL PROTECTED] [Fri May 19 11:06:49 2006]
~
$ env | grep DISPLAY
DISPLAY=:0.0

I am not completelly sure how do clients inside the session get authorised -
BUT anything that is NOT started from another host OR a different user than the
one owning the display (Xorg ) you want to use will need to be authorised with
xhost.

I just tested this doing Ctrl-Alt-F1, logging as myself again, i typed aterm,
then went back to X and there it was my new term. WHY you couldnt do that with
firefox, i dont know.

HIH.
Beto

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-Warning **: Cannot open display

2006-05-17 Thread John Nielsen
On Tuesday 16 May 2006 17:07, Barnaby Scott wrote:
 Kevin Kinsey wrote:
  Barnaby Scott wrote:
  So, I installed Firefox from ports, having made sure everything was
  bang up to date. Evrything seemed to go perfectly well, but lo and
  behold, first attempt to use it and I get this:
 
  (firefox-bin:582): Gtk-Warning **: Cannot open display
 
  What the..?
 
  I have searched for this problem and found plenty of references
  similar error messages, but none of it seems to apply in my case. I am
  not trying to run Firefox as root, I am not doing it from a remote
  terminal, I am not standing in a bucket of water, I have the computer
  plugged in.
 
  I think these are Good Things(tm), 'though I have been able to operate
  a browser whilst standing in a bucket of water.
 
  Q: Are you running an X display at the time this message is given,
  or are you attempting to run Firefox from the console?
 
  Kevin Kinsey

 I have tried both. It is running from the console that gives the message
   quoted - if I am running an X display at the time it fails with no
 message at all.

This is a Firefox oddity.  It needs to be run as root one time after it is 
installed (or [sometimes] upgraded).  Do this from an xterm:

cd
su
cp .Xauthority /root
firefox

Assuming the browser window comes up, you can just close it.  You should be 
able to run it as a regular user afterwards.

JN
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-Warning **: Cannot open display

2006-05-16 Thread Kevin Kinsey

Barnaby Scott wrote:


So, I installed Firefox from ports, having made sure everything was bang 
up to date. Evrything seemed to go perfectly well, but lo and behold, 
first attempt to use it and I get this:


(firefox-bin:582): Gtk-Warning **: Cannot open display

What the..?

I have searched for this problem and found plenty of references similar 
error messages, but none of it seems to apply in my case. I am not 
trying to run Firefox as root, I am not doing it from a remote terminal, 
I am not standing in a bucket of water, I have the computer plugged in.


I think these are Good Things(tm), 'though I have been able to operate
a browser whilst standing in a bucket of water.

Q: Are you running an X display at the time this message is given,
or are you attempting to run Firefox from the console?

Kevin Kinsey

--
I THINK MAN INVENTED THE CAR by instinct.
-- Jack Handley, The New Mexican, 1988.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-Warning **: Cannot open display

2006-05-16 Thread Barnaby Scott

Kevin Kinsey wrote:

Barnaby Scott wrote:


So, I installed Firefox from ports, having made sure everything was 
bang up to date. Evrything seemed to go perfectly well, but lo and 
behold, first attempt to use it and I get this:


(firefox-bin:582): Gtk-Warning **: Cannot open display

What the..?

I have searched for this problem and found plenty of references 
similar error messages, but none of it seems to apply in my case. I am 
not trying to run Firefox as root, I am not doing it from a remote 
terminal, I am not standing in a bucket of water, I have the computer 
plugged in.


I think these are Good Things(tm), 'though I have been able to operate
a browser whilst standing in a bucket of water.

Q: Are you running an X display at the time this message is given,
or are you attempting to run Firefox from the console?

Kevin Kinsey

I have tried both. It is running from the console that gives the message 
 quoted - if I am running an X display at the time it fails with no 
message at all.


Barnaby
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-Warning **: Cannot open display

2006-05-16 Thread Kevin Kinsey

Barnaby Scott wrote:

Kevin Kinsey wrote:

Barnaby Scott wrote:


(firefox-bin:582): Gtk-Warning **: Cannot open display



Q: Are you running an X display at the time this message is given,
or are you attempting to run Firefox from the console?



I have tried both. It is running from the console that gives the message 
 quoted - if I am running an X display at the time it fails with no 
message at all.


Barnaby


Try running firefox from an xterm during an X session.  The
message given is because it's being run from outside an X session,
and is therefore irrelevant, most likely.

KDK

--
Reality is just a convenient measure of complexity.
-- Alvy Ray Smith

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-WARNING **: cannot open display:

2006-02-11 Thread Norberto Meijome
Peter wrote:
 
 As mentioned in an earlier post, I tried that on my own when I ran into
 trouble and I have not edited this file.  The default is to allow root
 logins.

Just to be clear, FreeBSD is shipped with root logins via SSH
*DISABLED*. (most Linux distros i remember, OTOH, have it enabled).


 I have another possibly related issue.  I cannot use the login command for
 root either.  I get the same effects: prompt for password but password
 does not work.

- if you go to the console, can you log in as root?
- is the shell program assigned to the root user a valid root?


 I have a feeling this has to do with pam which I know nothing about.

why do you say that is PAM related?

Beto
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-WARNING **: cannot open display:

2006-02-09 Thread Карамышев Степан
Hello!

You can use gtk-su.

On Thu, 9 Feb 2006 15:00:54 -0500 (EST)
Peter [EMAIL PROTECTED] wrote:

 Hello, I am running FreeBSD 5.4 with the Fluxbox window manager.  I have
 installed a MySQL GUI but I cannot run it as root:
 
 (mysql-administrator-bin:814): Gtk-WARNING **: cannot open display:
 
 I logged in locally as a non-privileged user (who can open the program)
 and su'd to root.  I then set my DISPLAY variable:
 
 # DISPLAY=LOCALHOST:0.0
 
 Here are the programs (mysql-administrator calls mysql-administrator-bin):
 
 -rwxr-xr-x  1 root  wheel   546B Feb  8 03:10
 /usr/X11R6/bin/mysql-administrator
 -rwxr-xr-x  1 root  wheel   2.3M Feb  8 03:10
 /usr/X11R6/bin/mysql-administrator-bin
 
 What should I do?
 
 
   
 
   
   
 __ 
 Find your next car at http://autos.yahoo.ca
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-WARNING **: cannot open display:

2006-02-09 Thread Eric Ekong
try ssh -X -C -l root localhost as the normal user of X
then run the program

Eric
* Peter [EMAIL PROTECTED] [060209 15:00]:
 Date: Thu, 9 Feb 2006 15:00:54 -0500 (EST)
 From: Peter [EMAIL PROTECTED]
 To: freebsd-questions freebsd-questions@freebsd.org
 Subject: Gtk-WARNING **: cannot open display:
 
 Hello, I am running FreeBSD 5.4 with the Fluxbox window manager.  I have
 installed a MySQL GUI but I cannot run it as root:
 
 (mysql-administrator-bin:814): Gtk-WARNING **: cannot open display:
 
 I logged in locally as a non-privileged user (who can open the program)
 and su'd to root.  I then set my DISPLAY variable:
 
 # DISPLAY=LOCALHOST:0.0
 
 Here are the programs (mysql-administrator calls mysql-administrator-bin):
 
 -rwxr-xr-x  1 root  wheel   546B Feb  8 03:10
 /usr/X11R6/bin/mysql-administrator
 -rwxr-xr-x  1 root  wheel   2.3M Feb  8 03:10
 /usr/X11R6/bin/mysql-administrator-bin
 
 What should I do?
 
 
   
 
   
   
 __ 
 Find your next car at http://autos.yahoo.ca
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-WARNING **: cannot open display:

2006-02-09 Thread Peter

--- Eric Ekong [EMAIL PROTECTED] wrote:

 try ssh -X -C -l root localhost as the normal user of X
 then run the program
 
 Eric
 * Peter [EMAIL PROTECTED] [060209 15:00]:
  Date: Thu, 9 Feb 2006 15:00:54 -0500 (EST)
  From: Peter [EMAIL PROTECTED]
  To: freebsd-questions freebsd-questions@freebsd.org
  Subject: Gtk-WARNING **: cannot open display:
  
  Hello, I am running FreeBSD 5.4 with the Fluxbox window manager.  I
 have
  installed a MySQL GUI but I cannot run it as root:
  
  (mysql-administrator-bin:814): Gtk-WARNING **: cannot open display:
  
  I logged in locally as a non-privileged user (who can open the
 program)
  and su'd to root.  I then set my DISPLAY variable:
  
  # DISPLAY=LOCALHOST:0.0
  
  Here are the programs (mysql-administrator calls
 mysql-administrator-bin):
  
  -rwxr-xr-x  1 root  wheel   546B Feb  8 03:10
  /usr/X11R6/bin/mysql-administrator
  -rwxr-xr-x  1 root  wheel   2.3M Feb  8 03:10
  /usr/X11R6/bin/mysql-administrator-bin
  
  What should I do?

I tried the X11 forwarding but my password for root is not being accepted.






__ 
Find your next car at http://autos.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-WARNING **: cannot open display:

2006-02-09 Thread Eric Ekong
check /etc/ssh/sshd_config

there is a line that says

grep Root /etc/ssh/sshd_config  ~
PermitRootLogin no

change that

grep Root /etc/ssh/sshd_config  ~
PermitRootLogin yes
* Peter [EMAIL PROTECTED] [060209 15:31]:
 Date: Thu, 9 Feb 2006 15:31:33 -0500 (EST)
 From: Peter [EMAIL PROTECTED]
 To: Eric Ekong [EMAIL PROTECTED], freebsd-questions@freebsd.org
 Subject: Re: Gtk-WARNING **: cannot open display:
 
 
 --- Eric Ekong [EMAIL PROTECTED] wrote:
 
  try ssh -X -C -l root localhost as the normal user of X
  then run the program
  
  Eric
  * Peter [EMAIL PROTECTED] [060209 15:00]:
   Date: Thu, 9 Feb 2006 15:00:54 -0500 (EST)
   From: Peter [EMAIL PROTECTED]
   To: freebsd-questions freebsd-questions@freebsd.org
   Subject: Gtk-WARNING **: cannot open display:
   
   Hello, I am running FreeBSD 5.4 with the Fluxbox window manager.  I
  have
   installed a MySQL GUI but I cannot run it as root:
   
   (mysql-administrator-bin:814): Gtk-WARNING **: cannot open display:
   
   I logged in locally as a non-privileged user (who can open the
  program)
   and su'd to root.  I then set my DISPLAY variable:
   
   # DISPLAY=LOCALHOST:0.0
   
   Here are the programs (mysql-administrator calls
  mysql-administrator-bin):
   
   -rwxr-xr-x  1 root  wheel   546B Feb  8 03:10
   /usr/X11R6/bin/mysql-administrator
   -rwxr-xr-x  1 root  wheel   2.3M Feb  8 03:10
   /usr/X11R6/bin/mysql-administrator-bin
   
   What should I do?
 
 I tried the X11 forwarding but my password for root is not being accepted.
 
 
   
 
   
   
 __ 
 Find your next car at http://autos.yahoo.ca

-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-WARNING **: cannot open display:

2006-02-09 Thread Eric Ekong
forgot to say  /etc/rc.d/sshd restart and then try again


* Eric Ekong [EMAIL PROTECTED] [060209 15:37]:
 Date: Thu, 9 Feb 2006 15:37:06 -0500
 From: Eric Ekong [EMAIL PROTECTED]
 To: Peter [EMAIL PROTECTED]
 Cc: Eric Ekong [EMAIL PROTECTED], freebsd-questions@freebsd.org
 X-Mailer: Mutt http://www.mutt.org/
 Subject: Re: Gtk-WARNING **: cannot open display:
 
 check /etc/ssh/sshd_config
 
 there is a line that says
 
 grep Root /etc/ssh/sshd_config  ~
 PermitRootLogin no
 
 change that
 
 grep Root /etc/ssh/sshd_config  ~
 PermitRootLogin yes
 * Peter [EMAIL PROTECTED] [060209 15:31]:
  Date: Thu, 9 Feb 2006 15:31:33 -0500 (EST)
  From: Peter [EMAIL PROTECTED]
  To: Eric Ekong [EMAIL PROTECTED], freebsd-questions@freebsd.org
  Subject: Re: Gtk-WARNING **: cannot open display:
  
  
  --- Eric Ekong [EMAIL PROTECTED] wrote:
  
   try ssh -X -C -l root localhost as the normal user of X
   then run the program
   
   Eric
   * Peter [EMAIL PROTECTED] [060209 15:00]:
Date: Thu, 9 Feb 2006 15:00:54 -0500 (EST)
From: Peter [EMAIL PROTECTED]
To: freebsd-questions freebsd-questions@freebsd.org
Subject: Gtk-WARNING **: cannot open display:

Hello, I am running FreeBSD 5.4 with the Fluxbox window manager.  I
   have
installed a MySQL GUI but I cannot run it as root:

(mysql-administrator-bin:814): Gtk-WARNING **: cannot open display:

I logged in locally as a non-privileged user (who can open the
   program)
and su'd to root.  I then set my DISPLAY variable:

# DISPLAY=LOCALHOST:0.0

Here are the programs (mysql-administrator calls
   mysql-administrator-bin):

-rwxr-xr-x  1 root  wheel   546B Feb  8 03:10
/usr/X11R6/bin/mysql-administrator
-rwxr-xr-x  1 root  wheel   2.3M Feb  8 03:10
/usr/X11R6/bin/mysql-administrator-bin

What should I do?
  
  I tried the X11 forwarding but my password for root is not being accepted.
  
  
  
  
  
  
  __ 
  Find your next car at http://autos.yahoo.ca
 
 -- 
 ===
 Eric I. Ekong[EMAIL PROTECTED]
 FreeBSD - The Power to Serve http://www.freebsd.org   
 K Desktop Environment on FreeBSD http://freebsd.kde.org   
 ===
 
 Laws of Serendipity:
 
 (1) In order to discover anything, you must be looking for
 something.
 (2) If you wish to make an improved product, you must already
 be engaged in making an inferior one.
 

-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-WARNING **: cannot open display:

2006-02-09 Thread Peter

--- Eric Ekong [EMAIL PROTECTED] wrote:

 forgot to say  /etc/rc.d/sshd restart and then try again
 
 
 * Eric Ekong [EMAIL PROTECTED] [060209 15:37]:
  Date: Thu, 9 Feb 2006 15:37:06 -0500
  From: Eric Ekong [EMAIL PROTECTED]
  To: Peter [EMAIL PROTECTED]
  Cc: Eric Ekong [EMAIL PROTECTED], freebsd-questions@freebsd.org
  X-Mailer: Mutt http://www.mutt.org/
  Subject: Re: Gtk-WARNING **: cannot open display:
  
  check /etc/ssh/sshd_config
  
  there is a line that says
  
  grep Root /etc/ssh/sshd_config  ~
  PermitRootLogin no
  
  change that
  
  grep Root /etc/ssh/sshd_config  ~
  PermitRootLogin yes
  * Peter [EMAIL PROTECTED] [060209 15:31]:
   Date: Thu, 9 Feb 2006 15:31:33 -0500 (EST)
   From: Peter [EMAIL PROTECTED]
   To: Eric Ekong [EMAIL PROTECTED], freebsd-questions@freebsd.org
   Subject: Re: Gtk-WARNING **: cannot open display:
   
   
   --- Eric Ekong [EMAIL PROTECTED] wrote:
   
try ssh -X -C -l root localhost as the normal user of X
then run the program

Eric
* Peter [EMAIL PROTECTED] [060209 15:00]:
 Date: Thu, 9 Feb 2006 15:00:54 -0500 (EST)
 From: Peter [EMAIL PROTECTED]
 To: freebsd-questions freebsd-questions@freebsd.org
 Subject: Gtk-WARNING **: cannot open display:
 
 Hello, I am running FreeBSD 5.4 with the Fluxbox window manager.
  I
have
 installed a MySQL GUI but I cannot run it as root:
 
 (mysql-administrator-bin:814): Gtk-WARNING **: cannot open
 display:
 
 I logged in locally as a non-privileged user (who can open the
program)
 and su'd to root.  I then set my DISPLAY variable:
 
 # DISPLAY=LOCALHOST:0.0
 
 Here are the programs (mysql-administrator calls
mysql-administrator-bin):
 
 -rwxr-xr-x  1 root  wheel   546B Feb  8 03:10
 /usr/X11R6/bin/mysql-administrator
 -rwxr-xr-x  1 root  wheel   2.3M Feb  8 03:10
 /usr/X11R6/bin/mysql-administrator-bin
 
 What should I do?
   
   I tried the X11 forwarding but my password for root is not being
 accepted.

That was the first thing I looked at.  The superuser is permitted to log
in.  I didn't edit this file.






__ 
Find your next car at http://autos.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-WARNING **: cannot open display:

2006-02-09 Thread Peter

--- Eric Ekong [EMAIL PROTECTED] wrote:

 check /etc/ssh/sshd_config
 
 there is a line that says
 
 grep Root /etc/ssh/sshd_config  ~
 PermitRootLogin no
 
 change that
 
 grep Root /etc/ssh/sshd_config  ~
 PermitRootLogin yes
 * Peter [EMAIL PROTECTED] [060209 15:31]:
  Date: Thu, 9 Feb 2006 15:31:33 -0500 (EST)
  From: Peter [EMAIL PROTECTED]
  To: Eric Ekong [EMAIL PROTECTED], freebsd-questions@freebsd.org
  Subject: Re: Gtk-WARNING **: cannot open display:
  
  
  --- Eric Ekong [EMAIL PROTECTED] wrote:
  
   try ssh -X -C -l root localhost as the normal user of X
   then run the program
   
   Eric
   * Peter [EMAIL PROTECTED] [060209 15:00]:
Date: Thu, 9 Feb 2006 15:00:54 -0500 (EST)
From: Peter [EMAIL PROTECTED]
To: freebsd-questions freebsd-questions@freebsd.org
Subject: Gtk-WARNING **: cannot open display:

Hello, I am running FreeBSD 5.4 with the Fluxbox window manager. 
 I
   have
installed a MySQL GUI but I cannot run it as root:

(mysql-administrator-bin:814): Gtk-WARNING **: cannot open
 display:

I logged in locally as a non-privileged user (who can open the
   program)
and su'd to root.  I then set my DISPLAY variable:

# DISPLAY=LOCALHOST:0.0

Here are the programs (mysql-administrator calls
   mysql-administrator-bin):

-rwxr-xr-x  1 root  wheel   546B Feb  8 03:10
/usr/X11R6/bin/mysql-administrator
-rwxr-xr-x  1 root  wheel   2.3M Feb  8 03:10
/usr/X11R6/bin/mysql-administrator-bin

What should I do?
  
  I tried the X11 forwarding but my password for root is not being
 accepted.

As mentioned in an earlier post, I tried that on my own when I ran into
trouble and I have not edited this file.  The default is to allow root
logins.

I have another possibly related issue.  I cannot use the login command for
root either.  I get the same effects: prompt for password but password
does not work.

I have a feeling this has to do with pam which I know nothing about.






__ 
Find your next car at http://autos.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk library for linux application?

2006-01-23 Thread Beech Rintoul
On Sunday 22 January 2006 20:48, John wrote:
 I am trying to run a Linux application on my 5.3-STABLE FreeBSD
 system, but it needs a gtk library.  Having the equivalent native
 FreeBSD library is apparently of no consequence.  I can find Linux
 RPM source bundles for this all over the place, but I can't seem
 to find the binaries anywhere.  I'm not sure I'm ready to try
 creating Linux-compatible libraries on my FreeBSD machine, nor
 learning the ins and outs of RPM.

 Does anyone have a libgtk-1.2.so.0 (and any dependent libraries)
 that they could send me so that I can drop it (them) into
 /usr/compat/linux/usr/lib and hope to run this thing?

It's in the ports:

/usr/ports/x11-toolkits/linux-gtk

Cheers,

Beech

-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Alaska Paradise Travel
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
---













pgpno20lW12LZ.pgp
Description: PGP signature


Re: GTK interfaces in KDE

2005-11-13 Thread Michał Masłowski
 Hi,
 I run 5.4 stable with xorg 6.8.2 and kde 3.4.0. I also use quite a few
 apps with a rather dull looking GTK interface. I know that GTK
 interfaces pick up the desktop themes under Gnome. Is there any way of
 applying a theme to GTK interfaces under kde, either the kde theme
 itself or a Gnome theme in any way ?
 Thanks,
 Edward

Use x11-themes/gtk-qt-engine to use KDE theme with GTK.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK interfaces in KDE

2005-11-13 Thread Luk van den Borne
2005/11/13, Michał Masłowski [EMAIL PROTECTED]:
  Hi,
  I run 5.4 stable with xorg 6.8.2 and kde 3.4.0. I also use quite a few
  apps with a rather dull looking GTK interface. I know that GTK
  interfaces pick up the desktop themes under Gnome. Is there any way of
  applying a theme to GTK interfaces under kde, either the kde theme
  itself or a Gnome theme in any way ?
  Thanks,
  Edward

 Use x11-themes/gtk-qt-engine to use KDE theme with GTK.
Yep, with gtk-qt engine you can select your current QT theme. With
gtk2-theme-switch you can select a GTK2 theme that you want to apply.

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: gtk+ mailnotify

2005-02-22 Thread Gert Cuykens
I skipt the configure screen so now i have no icon in my notification
area, how can i get the configuration screen back ? Witch .* do i have
to delete ?

There is no help on there home page
http://www.nongnu.org/mailnotify/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk+ mailnotify

2005-02-21 Thread Donald J. O'Neill
On Monday 21 February 2005 02:47 pm, Gert Cuykens wrote:
 http://www.gnomefiles.org/app.php?soft_id=252

 does this exist somewhere in ports ?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

Yes. Have you ever heard of: make search key=keyword ? It'll help you 
out a lot.

Don

-- 
Donald J. O'Neill
[EMAIL PROTECTED]

I'm not totally useless,
I can be used as a bad example.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk+ mailnotify

2005-02-21 Thread Gert Cuykens
On Mon, 21 Feb 2005 15:20:23 -0600, Donald J. O'Neill
[EMAIL PROTECTED] wrote:
 On Monday 21 February 2005 02:47 pm, Gert Cuykens wrote:
  http://www.gnomefiles.org/app.php?soft_id=252
 
  does this exist somewhere in ports ?
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
 Yes. Have you ever heard of: make search key=keyword ? It'll help you
 out a lot.
 
 Don
 
 --
 Donald J. O'Neill
 [EMAIL PROTECTED]
 
 I'm not totally useless,
 I can be used as a bad example.
 

Generating INDEX-5 - please wait..

takes longer then you writing me a email telling where it is :P
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk+ mailnotify

2005-02-21 Thread Gert Cuykens
On Mon, 21 Feb 2005 23:24:49 +0100, Gert Cuykens [EMAIL PROTECTED] wrote:
 On Mon, 21 Feb 2005 15:20:23 -0600, Donald J. O'Neill
 [EMAIL PROTECTED] wrote:
  On Monday 21 February 2005 02:47 pm, Gert Cuykens wrote:
   http://www.gnomefiles.org/app.php?soft_id=252
  
   does this exist somewhere in ports ?
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   [EMAIL PROTECTED]
 
  Yes. Have you ever heard of: make search key=keyword ? It'll help you
  out a lot.
 
  Don
 
  --
  Donald J. O'Neill
  [EMAIL PROTECTED]
 
  I'm not totally useless,
  I can be used as a bad example.
 
 
 Generating INDEX-5 - please wait..
 
 takes longer then you writing me a email telling where it is :P


And yes Donald can also write a email faster then make fetchindex :P
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK vs QT

2005-02-09 Thread Gert Cuykens
On Tue, 8 Feb 2005 21:07:10 -0800, Kris Kennaway [EMAIL PROTECTED] wrote:
 On Wed, Feb 09, 2005 at 05:53:55AM +0100, Gert Cuykens wrote:
  On Tue, 08 Feb 2005 20:29:53 -0800, Tabor Kelly
  [EMAIL PROTECTED] wrote:
   Gert Cuykens wrote:
On Wed, 09 Feb 2005 03:39:05 +, Mick Walker [EMAIL PROTECTED] 
wrote:
   
   Why would you make a statement like that without making points to back
   it up?
   
   
because i dont have points except that qt can kiss my $$$ :)
   
no i am just wondering what you guy's think thats all i lookt around
on the internet a bit but that was old stuff about gtk1 and so.
  
   I have read the QT is far more efficient and that the only reason anyone
   uses GTK is for licensing reasons. Any comments? Also, not to mention
   that QT is fully portable to M$ Windows.
  
 
  i knew you where going to say that , let me fire some counter measures
  by saying that GTK2 + GIMP works excellent on windows XP
 
 Gert, this list is for technical support questions about FreeBSD.  If
 you want to have random discussions about other topics, the
 appropriate list is freebsd-chat.
 
 Thanks,
 Kris
 

ok
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK vs QT

2005-02-08 Thread Mick Walker
On Wed, 2005-02-09 at 04:34 +0100, Gert Cuykens wrote:

 I say gtk rules but dont ask me why :)
 Wich one do you like and why ?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

Why would you make a statement like that without making points to back
it up?
I actually agree with you, but my reasoning is due to me being a
predominately C programmer as opposed to a C++ programmer.
But front end (user) wise, I have no preference.

Mick Walker


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK vs QT

2005-02-08 Thread Gert Cuykens
On Wed, 09 Feb 2005 03:39:05 +, Mick Walker [EMAIL PROTECTED] wrote:
 Why would you make a statement like that without making points to back
 it up?

because i dont have points except that qt can kiss my $$$ :)

no i am just wondering what you guy's think thats all i lookt around
on the internet a bit but that was old stuff about gtk1 and so.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK vs QT

2005-02-08 Thread Tabor Kelly
Gert Cuykens wrote:
On Wed, 09 Feb 2005 03:39:05 +, Mick Walker [EMAIL PROTECTED] wrote:
Why would you make a statement like that without making points to back
it up?

because i dont have points except that qt can kiss my $$$ :)
no i am just wondering what you guy's think thats all i lookt around
on the internet a bit but that was old stuff about gtk1 and so.
I have read the QT is far more efficient and that the only reason anyone 
uses GTK is for licensing reasons. Any comments? Also, not to mention 
that QT is fully portable to M$ Windows.

--
Tabor Kelly
[EMAIL PROTECTED]
http://tabor.taborandtashell.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK vs QT

2005-02-08 Thread Gert Cuykens
On Tue, 08 Feb 2005 20:29:53 -0800, Tabor Kelly
[EMAIL PROTECTED] wrote:
 Gert Cuykens wrote:
  On Wed, 09 Feb 2005 03:39:05 +, Mick Walker [EMAIL PROTECTED] wrote:
 
 Why would you make a statement like that without making points to back
 it up?
 
 
  because i dont have points except that qt can kiss my $$$ :)
 
  no i am just wondering what you guy's think thats all i lookt around
  on the internet a bit but that was old stuff about gtk1 and so.
 
 I have read the QT is far more efficient and that the only reason anyone
 uses GTK is for licensing reasons. Any comments? Also, not to mention
 that QT is fully portable to M$ Windows.
 

i knew you where going to say that , let me fire some counter measures
by saying that GTK2 + GIMP works excellent on windows XP
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK vs QT

2005-02-08 Thread Kris Kennaway
On Wed, Feb 09, 2005 at 05:53:55AM +0100, Gert Cuykens wrote:
 On Tue, 08 Feb 2005 20:29:53 -0800, Tabor Kelly
 [EMAIL PROTECTED] wrote:
  Gert Cuykens wrote:
   On Wed, 09 Feb 2005 03:39:05 +, Mick Walker [EMAIL PROTECTED] wrote:
  
  Why would you make a statement like that without making points to back
  it up?
  
  
   because i dont have points except that qt can kiss my $$$ :)
  
   no i am just wondering what you guy's think thats all i lookt around
   on the internet a bit but that was old stuff about gtk1 and so.
  
  I have read the QT is far more efficient and that the only reason anyone
  uses GTK is for licensing reasons. Any comments? Also, not to mention
  that QT is fully portable to M$ Windows.
  
 
 i knew you where going to say that , let me fire some counter measures
 by saying that GTK2 + GIMP works excellent on windows XP

Gert, this list is for technical support questions about FreeBSD.  If
you want to have random discussions about other topics, the
appropriate list is freebsd-chat.

Thanks,
Kris


pgp7ezle2wp6R.pgp
Description: PGP signature


Re: gtk-sharp build hangs

2004-10-21 Thread Benjamin Walkenhorst
Christopher Nehren wrote:
Yes for DotGNU, haven't tried Rotor recently. DotGNU masquerades in the
ports tree under the names pnet*, found under lang/. Rotor masquerades
under the name cli, and is also under lang/.
Thanks,
Benjamin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk-sharp build hangs

2004-10-18 Thread Benjamin Walkenhorst
Hello,
Thanks for your answers (that goes to everyone who answered)!
Tom McLaughlin wrote:
On Sat, 2004-10-16 at 16:01 +0200, Benjamin Walkenhorst wrote:
 

Hello everyone,
I am just trying to install gtk-sharp from ports. mono installed just 
fine, but the gtk-sharp build seems to hang at some point:

snip
At this point mono will start eating huge amount of cpu-cycles. I don't 
know if this is to be expected, but after mono had gathered about an 
hour of cpu-time, I aborted.
I'm going to give it another try tonight, but I wanted to ask, if it is 
normal for a gtk-sharp build to take so long.
The machine is a dual AthlonMP 2400+ (only one cpu used for building)  
with 512MB RAM, the system is 5.3-BETA7.
mono is version 1.0_1 and gtk-sharp - as you can see above - is version 
1.0_2

Thank you very much,
Benjamin
   

Simple solution:
cd /usr/ports/x11-toolkits/gtk-sharp/  make clean  make install
(repeat as necessary)
 

That is what I did in the first place. To make sure it didn't just take 
a long time to build, I let it run all night.
When I came back to my machine the next morning, mono had been consuming 
some 11 hours of CPU-time, with no further output on the terminal...


Long solution:
Someone needs to look at the threading issues with Mono and FreeBSD.  If
anyone is interested I can gladly point them to a number of reproducible
crashes.
While I am not really a programmer (I do know a little C... but not 
*that* much), I think I do agree...
I tried to compile a simple Hello-World that used the Console only - 
half of the time, mcs would spit out an error message, half of the time 
it would hang, again eating up an entire CPU (sometimes I *am* glad to 
own an SMP-machine, hehe).
To me it looks like mcs and mono enter infinite loops from time to 
time...  But this is not really reproducible, sometimes it hangs and 
sometimes it does not, for no apparent reason.

To make sure I wasn't wasting my - and your - time, I looked into the 
issue with libm.so.[23].
After upgrading to 5.3-BETA7 and switching to X.org, I found that most 
of my X-apps did not work any more, so I had to rebuild nearly all of my 
ports. Well, and the base system, of course (having upgraded from sources).
I decided to create /etc/libmap.conf and enter
libm.so.2   libm.so.3
like /usr/ports/UPDATING suggested.
Afterwards, I rebuilt mono - it took me three tries before I had it 
installed without mono_lt hanging.

Then I retried to build Hello-World:

=== 18:14:55 [EMAIL PROTECTED]:~/Media/devel/mono:: mcs Hallo.cs
error CS0016: Could not write to file `Hallo.exe', cause: Win32 IO 
returned ERROR_LOCK_VIOLATION. Path: ./Hallo.exe
Compilation failed: 1 error(s), 0 warnings
^C
=== 18:15:13 [EMAIL PROTECTED]:~/Media/devel/mono:: mcs Hallo.cs
error CS0016: Could not write to file `Hallo.exe', cause: Win32 IO 
returned ERROR_LOCK_VIOLATION. Path: ./Hallo.exe
Compilation failed: 1 error(s), 0 warnings


The first build - the one I aborted - had resulted in mono hanging.
 I keep the mono ports up to date myself while the regular
maintainer is away plus I've added some new ports.  My project site is
in my sig and you can download mono-merge.tar.gz from there to work with
the latest versions of Mono.
 

To be honest, I'm short of giving up - I am not really a fan of .Net, I 
was just going to learn it for a friend's sake who is just discovering .Net.
Personally, I am more into Perl and Python. From what I've seen so far, 
I think C# is too much like Java - static typing, Arrays of fixed size...
I mean, I am not saying C# or .Net sucks - I just don't like it so far. 
OTOH, I was strongly prejudiced against both Perl and Python before I 
actually toyed around with them a little, and then I came to like both 
*very much*. So, who knows...
And finally, I just don't trust Microsoft not to come back in a few 
years and rip everybody's head off for patent-issues or something like 
that. (I mean, if Microsoft says 'platform-independent', it means 'runs 
on several versions of windows')

Anyway, I'd like to be able to at least get this to work, so I'll try 
the tarballs from the project site.
BTW, has anyone managed to get DotGnu or Rotor to work? I haven't found 
them in the ports tree (I looked under ports/devel and ports/lang).

Thank you very much,
Benjamin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk-sharp build hangs

2004-10-18 Thread Christopher Nehren
On Mon, 2004-10-18 at 18:52 +0200, Benjamin Walkenhorst wrote:
 BTW, has anyone managed to get DotGnu or Rotor to work? I haven't found 
 them in the ports tree (I looked under ports/devel and ports/lang).

Yes for DotGNU, haven't tried Rotor recently. DotGNU masquerades in the
ports tree under the names pnet*, found under lang/. Rotor masquerades
under the name cli, and is also under lang/.

-- 
I abhor a system designed for the user, if that word is a coded
pejorative meaning stupid and unsophisticated.  -- Ken Thompson
-
Unix is user friendly. However, it isn't idiot friendly.



signature.asc
Description: This is a digitally signed message part


Re: gtk-sharp build hangs

2004-10-16 Thread Subhro
On Sat, 16 Oct 2004 16:01:56 +0200, Benjamin Walkenhorst [EMAIL PROTECTED] wrote:
 Hello everyone,
Hi,

 At this point mono will start eating huge amount of cpu-cycles. I don't
 know if this is to be expected, 

Nopes its not expected. But you need to clean up the old libraries.
Refer to /usr/src/UPDATING. A few libraries had been updated like
/lib/libm.so.2 and a few more. Also go for a rebuild of all the ports
as removing the old libraries would make them stop working. BTW any
non standard CFLAGS in /etc/make.conf? Also set up CPUTYPE to further
optimize things.

 Thank you very much,
You are most welcome

Regards
S.

-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk-sharp build hangs

2004-10-16 Thread Kris Kennaway
On Sat, Oct 16, 2004 at 04:01:56PM +0200, Benjamin Walkenhorst wrote:

 At this point mono will start eating huge amount of cpu-cycles. I don't 
 know if this is to be expected, but after mono had gathered about an 
 hour of cpu-time, I aborted.
 I'm going to give it another try tonight, but I wanted to ask, if it is 
 normal for a gtk-sharp build to take so long.

Could be..the package takes quite a long time to build.  I'd let it
run overnight and see what happens.

Kris


pgpz8Gz5vND9J.pgp
Description: PGP signature


Re: gtk-sharp build hangs

2004-10-16 Thread Tom McLaughlin
On Sat, 2004-10-16 at 16:01 +0200, Benjamin Walkenhorst wrote:
 Hello everyone,
 
 I am just trying to install gtk-sharp from ports. mono installed just 
 fine, but the gtk-sharp build seems to hang at some point:
 
 snip
 
 At this point mono will start eating huge amount of cpu-cycles. I don't 
 know if this is to be expected, but after mono had gathered about an 
 hour of cpu-time, I aborted.
 I'm going to give it another try tonight, but I wanted to ask, if it is 
 normal for a gtk-sharp build to take so long.
 The machine is a dual AthlonMP 2400+ (only one cpu used for building)  
 with 512MB RAM, the system is 5.3-BETA7.
 mono is version 1.0_1 and gtk-sharp - as you can see above - is version 
 1.0_2
 
 Thank you very much,
 Benjamin

Simple solution:
cd /usr/ports/x11-toolkits/gtk-sharp/  make clean  make install
(repeat as necessary)


Long solution:
Someone needs to look at the threading issues with Mono and FreeBSD.  If
anyone is interested I can gladly point them to a number of reproducible
crashes.  I keep the mono ports up to date myself while the regular
maintainer is away plus I've added some new ports.  My project site is
in my sig and you can download mono-merge.tar.gz from there to work with
the latest versions of Mono.

Tom

-- 

BSD# Project - Porting Mono to FreeBSD
http://forge.novell.com/modules/xfmod/project/?bsd-sharp

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk upgrade

2004-06-26 Thread Henning Vedstesen
On Saturday 26 June 2004 18:15, Henning Vedstesen wrote:
 I'm trying to upgrade gtk to the newest version 2.4.3_1 from 2.4.2,
 but I keep getting configure errors. I have attached a logfile with
 the output.

 I'm using xorg but had the same problem before I switched from
 Xfree86 to xorg.

 Anyone have any idea of where the problem might be ?

 Henning
Seem to have forgotten the log... Here it is 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk upgrade

2004-06-26 Thread Henning Vedstesen
On Saturday 26 June 2004 18:22, Henning Vedstesen wrote:
 On Saturday 26 June 2004 18:15, Henning Vedstesen wrote:
  I'm trying to upgrade gtk to the newest version 2.4.3_1 from 2.4.2,
  but I keep getting configure errors. I have attached a logfile with
  the output.
 
  I'm using xorg but had the same problem before I switched from
  Xfree86 to xorg.
 
  Anyone have any idea of where the problem might be ?
 
  Henning

 Seem to have forgotten the log... Here it is
Must be stripped or something like that ?

well anyway, here is the error:

 Checksum OK for gnome2/gtk+-2.4.3.tar.bz2.
===   gtk-2.4.3_1 depends on file: /usr/local/bin/perl5.8.4 - found
===  Patching for gtk-2.4.3_1
===   gtk-2.4.3_1 depends on file: /usr/local/bin/perl5.8.4 - found
===  Applying FreeBSD patches for gtk-2.4.3_1
===   gtk-2.4.3_1 depends on file: /usr/local/bin/perl5.8.4 - found
===   gtk-2.4.3_1 depends on executable: pkg-config - found
===   gtk-2.4.3_1 depends on shared library: png.5 - found
===   gtk-2.4.3_1 depends on shared library: tiff.4 - found
===   gtk-2.4.3_1 depends on shared library: jpeg.9 - found
===   gtk-2.4.3_1 depends on shared library: X11.6 - found
===   gtk-2.4.3_1 depends on shared library: glib-2.0.400 - found
===   gtk-2.4.3_1 depends on shared library: atk-1.0.600 - found
===   gtk-2.4.3_1 depends on shared library: pango-1.0.399 - found
===  Configuring for gtk-2.4.3_1

snip.

checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XOpenDisplay in -lX11... no
configure: error: *** libX11 not found. Check 'config.log' for more 
details.
===  Script configure failed unexpectedly.
Please direct the output of the failure of the make command to a file, 
and
then feed that file to the gnomelogalyzer, available from
http://www.freebsd.org/gnome/gnomelogalyzer.sh, which will diagnose the 
problem
and suggest a solution.  If - and only if - the gnomelogalyzer cannot 
solve
the problem, report the problem to the FreeBSD GNOME team at 
[EMAIL PROTECTED],
and attach /usr/ports/x11-toolkits/gtk20/work/gtk+-2.4.3/config.log 
and the
output of the failure of the make command.  Also, it might be a good 
idea to
provide an overview of all packages installed on your system (e.g. an 
`ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/x11-toolkits/gtk20.
** Command failed [exit code 1]: /usr/bin/script 
-qa /tmp/portupgrade69879.0 make
** Fix the problem and try again.



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk upgrade

2004-06-26 Thread epilogue
On Sat, 26 Jun 2004 18:34:51 +0200
Henning Vedstesen [EMAIL PROTECTED] wrote:

 On Saturday 26 June 2004 18:22, Henning Vedstesen wrote:
  On Saturday 26 June 2004 18:15, Henning Vedstesen wrote:
   I'm trying to upgrade gtk to the newest version 2.4.3_1 from 2.4.2,
   but I keep getting configure errors. I have attached a logfile with
   the output.
  
   I'm using xorg but had the same problem before I switched from
   Xfree86 to xorg.
  
   Anyone have any idea of where the problem might be ?
  
   Henning
 

[snip]

 ===  Script configure failed unexpectedly.
 Please direct the output of the failure of the make command to a file, 
 and
 then feed that file to the gnomelogalyzer, available from
 http://www.freebsd.org/gnome/gnomelogalyzer.sh, which will diagnose the 
 problem
 and suggest a solution.

hello.  not sure that i can help you with this.  but...

...did you perform the step described above?

1) if so, what results did it give?
2) would it be better to contact the mailing list below?


cheers.

 If - and only if - the gnomelogalyzer cannot 
 solve
 the problem, report the problem to the FreeBSD GNOME team at 
 [EMAIL PROTECTED],
 and attach /usr/ports/x11-toolkits/gtk20/work/gtk+-2.4.3/config.log 
 and the
 output of the failure of the make command.  Also, it might be a good 
 idea to
 provide an overview of all packages installed on your system (e.g. an 
 `ls
 /var/db/pkg`).
 *** Error code 1
 
 Stop in /usr/ports/x11-toolkits/gtk20.
 ** Command failed [exit code 1]: /usr/bin/script 
 -qa /tmp/portupgrade69879.0 make
 ** Fix the problem and try again.
 
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk upgrade

2004-06-26 Thread Henning Vedstesen
On Saturday 26 June 2004 18:58, [EMAIL PROTECTED] wrote:
 On Sat, 26 Jun 2004 18:34:51 +0200

 Henning Vedstesen [EMAIL PROTECTED] wrote:
  On Saturday 26 June 2004 18:22, Henning Vedstesen wrote:
   On Saturday 26 June 2004 18:15, Henning Vedstesen wrote:
I'm trying to upgrade gtk to the newest version 2.4.3_1 from
2.4.2, but I keep getting configure errors. I have attached a
logfile with the output.
   
I'm using xorg but had the same problem before I switched from
Xfree86 to xorg.
   
Anyone have any idea of where the problem might be ?
   
Henning

 [snip]

  ===  Script configure failed unexpectedly.
  Please direct the output of the failure of the make command to a
  file, and
  then feed that file to the gnomelogalyzer, available from
  http://www.freebsd.org/gnome/gnomelogalyzer.sh, which will diagnose
  the problem
  and suggest a solution.

 hello.  not sure that i can help you with this.  but...

 ...did you perform the step described above?

 1) if so, what results did it give?
 2) would it be better to contact the mailing list below?

You are right. I'll try that.


 cheers.

  If - and only if - the gnomelogalyzer cannot
  solve
  the problem, report the problem to the FreeBSD GNOME team at
  [EMAIL PROTECTED],
  and attach
  /usr/ports/x11-toolkits/gtk20/work/gtk+-2.4.3/config.log and the
  output of the failure of the make command.  Also, it might be a
  good idea to
  provide an overview of all packages installed on your system (e.g.
  an `ls
  /var/db/pkg`).
  *** Error code 1
 
  Stop in /usr/ports/x11-toolkits/gtk20.
  ** Command failed [exit code 1]: /usr/bin/script
  -qa /tmp/portupgrade69879.0 make
  ** Fix the problem and try again.
 
 
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK+ 2.0 problems

2004-04-07 Thread Kent Stewart
On Wednesday 07 April 2004 09:35 pm, Ralph M. Los wrote:
 OK, trying to make install with /usr/ports/net/grdesktop, I get this:

 checking for gtk+-2.0... Package gtk+-2.0 was not found in the
 pkg-config search path. Perhaps you should add the directory
 containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable
 No package 'gtk+-2.0' found
 configure: error: cannot find GTK+ 2.0!
 ===  Script configure failed unexpectedly.
 Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
 /usr/ports/net/grdesktop/work/grdesktop-0.22/config.log including
 the output of the failure of your make command. Also, it might be a
 good idea to provide an overview of all packages installed on your
 system (e.g. an `ls /var/db/pkg`).
 *** Error code 1


 In fact, the file it's looking for exists here:

 frog# locate gtk+-2.0.pc
 /usr/X11R6/libdata/pkgconfig/gtk+-2.0.pc


 So now what?  Plz help - thanks.


Well, grdesktop has a number of dependencies that also depend on 
glib-2.4.0. I would guess that you have some that haven't been built 
since you updated glib to 2.4.0.

The ports that require glib-2.4 look to be smaller than the requirements 
of grdesktop. If you use gnome2, you might download the update script 
from the URL in the gnome2 section of /usr/ports/UPDATING. It appears 
that you need to run it.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk#/Mono on FreeBSD?

2004-03-02 Thread Joe Marcus Clarke
On Tue, 2004-03-02 at 13:54, Dinesh Nadarajah wrote:
 Can anyone please tell me if GTK# is available on FreeBSD? Already
 searched the Applications database but no entries there. Have not heard
 of anyone working on it either.

It's in the ports tree as x11-toolkits/gtk-sharp, but it's most likely
broken as mono support isn't there on FreeBSD yet.

Joe

 
 -D
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




signature.asc
Description: This is a digitally signed message part


Re: Gtk#/Mono on FreeBSD?

2004-03-02 Thread Vulpes Velox
On Tue, 02 Mar 2004 14:43:14 -0500
Joe Marcus Clarke [EMAIL PROTECTED] wrote:

 On Tue, 2004-03-02 at 13:54, Dinesh Nadarajah wrote:
  Can anyone please tell me if GTK# is available on FreeBSD? Already
  searched the Applications database but no entries there. Have not
  heard of anyone working on it either.
 
 It's in the ports tree as x11-toolkits/gtk-sharp, but it's most
 likely broken as mono support isn't there on FreeBSD yet.

Hmm, was wondering if I was the only person having problems getting
the newest one to build.

So has any one had any luck building the newest version yet?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk-gnutella-0.93.2 crashing frequently..

2004-01-11 Thread clayton rollins
Quoting Jason [EMAIL PROTECTED]:
anyone else seeing this app dumping core very frequently?
a core file can be seen at
http://monsterjam.org/core/
the previous version I portupgraded from 0.91 I believe was working fine 
and dandy before I portupgraded it.

regards,
Jason
Hi Jason,

I can't access your core file (probably permissions). It
probably wouldn't help much, as I would need to reproduce
the executable it came from, and code. The crash output
would be more useful, for me.
At any rate, the problem you're experiencing is likely due to
a bug reported recently, which causes a segfault when
running the gtk1 version on freebsd. (Without getting too far
into it, a widget with 7 items is hard-coded with 5 items. The
problem wasn't noticed in advance as the dev.s mostly use
linux. I use the gtk2 version, so I was unaware of the bug.)
For fixing, there are three or four options for you.

1. Get and compile the newest cvs. (which is currently in
freeze for a bugfix release.)
This will also fix a minor memory leak that was discovered
recently.
Get a snapshot here:
http://gtk-gnutella.sourceforge.net/index.php?page=devel#devel-snapshots
Run:
./Configure -d -e -Dyacc='bison -y' -Dofficial='true'
  -Dprefix=${PREFIX} -Dbindir=${PREFIX}/bin
  -Dprivlib=${PREFIX}/share/gtk-gnutella
  -Dsysman=${PREFIX}/man/man1
  -Dlocale=${PREFIX}/share/locale
  -Dccflags='${CFLAGS} -I${LOCALBASE}/include/'
(note 1: the above are defaults for the port.)

(note 2: if ICU is installed, you will need to run
interactively (remove -d) and remove the linking
to -licuuc, or edit it out in the Configure script.)
then make  make install, as usual.

2. find a package from the previous release in ports
(0.93).
This was a  very recent update, and it is likely there
are good package builds out there.
3. Wait a few days.

As I mentioned, a serious bug was found in the gtk1
version, and a bugfix release is imminent. The port will
be updated as soon as the source is available.
4. compile a gtk2 version.

Using gtk2 takes quite a bit of cpu (I'd say, don't bother
if you have less than 600 MHz), but should allow you to
run... (Use WITH_GTK2 to do.)
On behalf of the gtk-g project, I would like to formally
apologize. Many new people have joined the dev. team,
and some issues with memory leaks, etc., have been
occuring with some frequency. While work is being
achieved at a much faster rate than ever before, this
also means that undiscovered bugs enter the code
more than ever before.
In response, a new policy of doing a 'code freeze'
before release has been instituted now, and newer
version should, hopefully, show less and less of this.
(Keep in mind the software only purports to be beta
quality)
One criticism for you, though. Your statement that
0.91 I believe was working fine is a *very* bad point
of view. Gnutella is an evolving protocol, and frequent
updates of the client software are a neccesity. In fact,
version 0.91 is considered fully deprecated, and other
gtk-gnutella nodes will not even connect to you. (Their
existence is considered harmful to the network.)
I don't want to scold you or anything, but that is a
common thought that, really, *must* end.
Regards,
Clayton Rollins
PS. sorry for taking some time to respond. I only get
this list in digest form, so didn't see your post
immediately. On the same note, be sure to cc any
replies directly to me.
PPS. If you need personal assistance, help is available
on #gtk-gnutella on freenode.net.
_
Let the new MSN Premium Internet Software make the most of your high-speed 
experience. http://join.msn.com/?pgmarket=en-uspage=byoa/premST=1

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK

2003-10-22 Thread Sergey 'DoubleF' Zaharchenko
On Tue, 21 Oct 2003 09:54:47 +1000 Andrew Kozak [EMAIL PROTECTED] probably wrote:

 Hi All
 
 Thank You very much to C Ulrich and Sergey 'DoubleF' Zaharchenko for your
[name corrected]
 help with my GTK problem. Unfortunately I think that  C Ulrich is right in
 that I will have to install again from scratch. Unfortunately reinstalling

At least you are wiser now... 

 GTK, gettext etc. has not helped. Ohh well, practice make perfect, and
 Sergey, you have started something now, what on earth does 'In the words of
 M. Bulghakov, Annushka uzhe razlila maslo...' mean ? Thank you both so much
[quotation corrected]

It's a quotation from Master and Margharet. It means (not literally,
but here) that the thing that sentenced you was already done and there's
little you can do about it (I guess the rest about it is OT, so you
should read the book to find out more:).

You might not have to reinstall FreeBSD from scratch, you could just try
wiping out /usr/local, /usr/X11R6, /var/db/pkg and starting all over
again (but that's rather close to reinstalling).

If you will want to recollect what ports you have (so that, when
reinstalling, you don't miss anything), something like 

$ ls /var/db/pkg~/portsList

will help (surely before you delete /var/db/pkg).

 for using terms I can understand, and although it seems I cannot repair the
 problem, I have learnt a valuable lesson, and picked up a couple of tips
 along the way :) I definitely do intend to read a great deal more about
 FreeBSD, I just have trouble finding time (work 60+ hours a week, new Dad
 etc.) so I guess I will just take a little longer than some :) But I'll get
 there !!
 
 Thanks Again
 Andrew Kozak


-- 
DoubleF
You think Oedipus had a problem -- Adam was Eve's mother.


pgp0.pgp
Description: PGP signature


Re: GTK

2003-10-20 Thread C. Ulrich
On Mon, 2003-10-20 at 03:53, Andrew Kozak wrote:
 From: Andrew Kozak
 Date: Monday, 20 October 2003 05:42:11 PM
 To: FreeBSD Questions
 Subject: GTK
  
   
 Hi Everyone
  
 Hope someone can help me here, I've kinda stuffed up big time. Whilst trying
 to install etherape, I received a message that my gtk was too old, and that
 I should uninstall it and install the new one. Which I did. Immediately
 afterwards, I found that quite a few programs rely on this older version of
 gtk I have lost all web browsers other than knoqueror (missing dillo, what a
 nice efficient fast little browser that is). I am using FreeBSD 4.9RC on a
 Pentium 2 with 128Mb of RAM. I have downloaded the gtk version that used to
 run the broken programs (version 1.2.0) and tried to ./configure, which goes
 ahead, but complains about glib not being there, so I downloaded that, still
 complains that glib is not there. I did download version 1.2.0 and did the
 /configure but no good, still complains that this file is missing. 

From your description, this machine sounds like its had some of its
parts (software parts, that is) upgraded over a period of time and now
you're running into problems with version compatibility. We call this
dependency hell, though the phrase is usually used in a slightly
different context. I'm afraid I don't have any advice specific to your
problem, but I can give some general advice starting with: Consider
saving all of your important data (to include networking configuration,
custom scripts, and X configuration) and start from scratch with a new
install of 4.9RC.

 The error
 I get if I try and run one of the broken programs is /usr/libexec/ld-elf.so
 1: Shared Object libintl.so.4 not found If I do a locate libintl.so.4, the
 machine tells me that is is located in libexec, right where it should be,
 however, when I log into that directory and look, It's not there - and I
 have been logging in as root to make sure that I get all privileges and can
 see hidden files.

The 'locate' utility uses a database, located in
/var/db/locate.database, to keep track of things. Theoretically, this
database is supposed to be updated weekly via a cron job, which can
result in a confusing scenario for those not familiar with how locate
works. If you do any work to the filesystem (installing a program,
deleting some files, etc) then the locate database will be out of date
until the the next time the cron job is run. This is the problem that
you're describing. Do an 'ls -l' on the database file and look at the
timestamp--that will tell you the exact time that the database was last
synched with the system.

I personally lothe the locate system because it's most useless when it's
most needed. I tinker on my system a lot, and if I've just installed
something and run into library dependency issues, I usually want to know
where my libraries are *now*, not last Saturday at 4:15AM. For this
reason, I usually disable the weekly database sync (to save wear and
tear on my disks) and resort to 'which', 'whereis', and 'find'. See the
manpages for each.

[snip]

 Please don't bother if you are a 'boffin' who likes big words such as just
 hiblib the hoobiwhastis with alt 67 and configure the path to match the
 environment via port 28774. Don't get me wrong, I'm not unappreciative, but
 it goes over my head, and is a waste of time for all of us. I do not
 understand code or programming, I am just a workstation operator who is
 trying to learn this flexible powerful system. I hope to be able to discuss
 and understand terminology associated with code and programming when I get
 my head around the basics and have an  opportunity to learn more. I am a
 newbie and need laymen terms to understand.

I'm sure you're not unappreciative, but bear in mind that FreeBSD is a
complex, technical system and that technical language is usually
required to communicate any meaningful solution or idea. There might be
a few on this list who enjoy trying to flex their alleged superiority
over newbies by using throwing in advanced words and highly technical
concepts, but most of us are just here volunteering our valuable time to
help. Understanding, however, can never simply be given. That's a
journey that you have to take up yourself. If you're having trouble with
the technical jargon, you should strive to learn it by reading as many
docs and manpages as you can, especially since you indicate that your
intention is to learn. I can sympathize with your situation, though,
because I'm not much of a programmer either. This is a significant
disadvantage when it comes to learning FreeBSD as its surrounding
culture is deeply intertwined with programming and development, even
compared to other Unix clones and derivatives. But with persistance and
a LOT of reading, FreeBSD is far from impossible to learn.

Charles Ulrich
-- 
http://bityard.net

___
[EMAIL PROTECTED] mailing list

Re: GTK

2003-10-20 Thread Andrew Kozak
Hi All

Thank You very much to C Ulrich and Sergey 'Double F' Zaharchen for your
help with my GTK problem. Unfortunately I think that  C Ulrich is right in
that I will have to install again from scratch. Unfortunately reinstalling
GTK, gettext etc. has not helped. Ohh well, practice make perfect, and
Sergey, you have started something now, what on earth does 'In the words of
M. Bulghakov, Annushkauzhe razlila maslo...' mean ? Thank you both so much
for using terms I can understand, and although it seems I cannot repair the
problem, I have learnt a valuable lesson, and picked up a couple of tips
along the way :) I definitely do intend to read a great deal more about
FreeBSD, I just have trouble finding time (work 60+ hours a week, new Dad
etc.) so I guess I will just take a little longer than some :) But I'll get
there !!

Thanks Again
Andrew Kozak
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk-gnutella unstable

2003-07-01 Thread Kris Kennaway
On Tue, Jul 01, 2003 at 04:55:35AM -0500, Richard morris wrote:
 I installed gtk-gnutella thru the ports. and I ran it. But I notice 
 something In my xterm window it was giving me the following warning over 
 and over:

Complain to the developers, this isn't a gtk-gnutella support forum.

Kris


pgp0.pgp
Description: PGP signature


Re: gtk themes in kde 3.1 fbsd 4.7-release

2003-02-06 Thread Joe Marcus Clarke
On Thu, 2003-02-06 at 10:52, Redmond Militante wrote:
 hi all
 
 anyone know how to get gtk themes going from from within kde 3.1?  i've tried 
googling this and asking in irc, to no avail.  i've installed gtk-theme-switch and 
gtk-themes-collection from ports, it doesn't seem to work from within kde, it works 
however, from within gnome.  the error i get when i try to apply a gtk theme is 
 
 Gtk-CRITICAL **: file gtkentry.c: line 440 (gtk_entry_set_text): assertion `text != 
NULL' failed.
 
 not sure if the error is related...

You have to edit your ~/.gtkrc file to include the correct theme you
want.  For example:

include /usr/X11R6/share/themes/Bluecurve/gtk/gtkrc

Joe

 
 thanks again
 redmond
-- 
PGP Key : http://www.marcuscom.com/pgp.asc





signature.asc
Description: This is a digitally signed message part


Re: Gtk+ not installed

2003-01-10 Thread Joe Marcus Clarke
On Fri, 2003-01-10 at 14:17, Hanspeter Roth wrote:
 Hello,
 
 I'm trying to install the xmms port. I get:
 
 checking for GTK - version = 1.2.2... no
 *** Could not run GTK test program, checking why...
 [...]
 ***rpm --erase --nodeps gtk gtk-devel
 configure: error: *** GTK+ = 1.2.2 not installed - please install first ***
 ===  Script configure failed unexpectedly.
 
 My gtk port is Version 1.2.10_7.
 So is 10  2?
 Are GTK+ and the gtk port something different?

Looks like it might be a problem with your GTK install.  Either that or
a hidden problem.  Can you send the config.log from xmms?

Joe

 
 -Hanspeter
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Gtk+ not installed

2003-01-10 Thread Hanspeter Roth
  On Jan 10 at 14:29, Joe Marcus Clarke spoke:

 Looks like it might be a problem with your GTK install.  Either that or
 a hidden problem.  Can you send the config.log from xmms?

Maybe there's a problem with concerning libintl.so.2?

-Hanspeter

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:796: checking host system type
configure:834: checking for a BSD compatible install
configure:887: checking whether build environment is sane
configure:944: checking whether gmake sets ${MAKE}
configure:990: checking for working aclocal
configure:1003: checking for working autoconf
configure:1016: checking for working automake
configure:1029: checking for working autoheader
configure:1042: checking for working makeinfo
configure:1166: checking for gcc
configure:1279: checking whether the C compiler (cc -O -pipe -march=pentium ) works
configure:1295: cc -o conftest -O -pipe -march=pentium -I/usr/local/include  
conftest.c -L/usr/local/lib 15
configure:1321: checking whether the C compiler (cc -O -pipe -march=pentium ) is a 
cross-compiler
configure:1326: checking whether we are using GNU C
configure:1335: cc -E conftest.c
configure:1354: checking whether cc accepts -g
configure:1386: checking for POSIXized ISC
configure:1407: checking whether byte ordering is bigendian
configure:1425: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 15
configure:1440: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 15
configure: In function `main':
configure:1435: syntax error before `big'
configure: failed program was:
#line 1429 configure
#include confdefs.h
#include sys/types.h
#include sys/param.h
int main() {

#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif
; return 0; }
configure:1497: checking for inline
configure:1511: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 15
configure:1537: checking for working const
configure:1591: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 15
configure:1624: checking for a BSD compatible install
configure:1677: checking whether ln -s works
configure:1698: checking whether gmake sets ${MAKE}
configure:1760: checking for Cygwin environment
configure:1776: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 15
configure: In function `main':
configure:1772: `__CYGWIN32__' undeclared (first use in this function)
configure:1772: (Each undeclared identifier is reported only once
configure:1772: for each function it appears in.)
configure: failed program was:
#line 1765 configure
#include confdefs.h

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1793: checking for mingw32 environment
configure:1805: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 15
configure: In function `main':
configure:1801: `__MINGW32__' undeclared (first use in this function)
configure:1801: (Each undeclared identifier is reported only once
configure:1801: for each function it appears in.)
configure: failed program was:
#line 1798 configure
#include confdefs.h

int main() {
return __MINGW32__;
; return 0; }
configure:1822: checking how to run the C preprocessor
configure:1843: cc -E -I/usr/local/include conftest.c /dev/null 2conftest.out
configure:1948: checking build system type
configure:1977: checking for ld used by GCC
configure:2045: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.12.1 [FreeBSD] 2002-07-20
configure:2062: checking for /usr/libexec/elf/ld option to reload object files
configure:2074: checking for BSD-compatible nm
configure:2112: checking how to recognise dependant libraries
configure:2295: checking for object suffix
configure:2301: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 15
configure:2321: checking for executable suffix
configure:2331: cc -o conftest -O -pipe -march=pentium -I/usr/local/include  
conftest.c -L/usr/local/lib 15
configure:2362: checking command to parse /usr/bin/nm -B output
configure:2442: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 15
configure:2445: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ 
]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'  
conftest.nm
configure:2496: cc -o conftest -O -pipe -march=pentium -I/usr/local/include  
conftest.c conftstm.o 15
configure:2545: checking for dlfcn.h
configure:2555: cc -E -I/usr/local/include conftest.c /dev/null 2conftest.out
configure:2723: checking for ranlib
configure:2790: checking for strip
configure:3033: checking for objdir
configure:3060: checking for cc option to produce PIC
configure:3212: checking if cc PIC flag -fPIC works
configure:3226: cc -c -O -pipe -march=pentium -fPIC -DPIC -I/usr/local/include 
conftest.c 15
configure:3278: checking if cc static flag -static works
configure:3293: cc -o conftest -O -pipe -march=pentium -I/usr/local/include  -static 
conftest.c -L/usr/local/lib 15

Re: Gtk+ not installed

2003-01-10 Thread Joe Marcus Clarke
On Fri, 2003-01-10 at 14:42, Hanspeter Roth wrote:
   On Jan 10 at 14:29, Joe Marcus Clarke spoke:
 
  Looks like it might be a problem with your GTK install.  Either that or
  a hidden problem.  Can you send the config.log from xmms?
 
 Maybe there's a problem with concerning libintl.so.2?

Yep.  You need to first remove all versions of gettext on your machine,
then install the latest version of devel/gettext.  After that, rebuild
and reinstall x11-toolkits/gtk12, and you should be set.

Joe

 
 -Hanspeter
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Gtk+ not installed

2003-01-10 Thread Hanspeter Roth
  On Jan 10 at 14:44, Joe Marcus Clarke spoke:

 On Fri, 2003-01-10 at 14:42, Hanspeter Roth wrote:
  Maybe there's a problem with concerning libintl.so.2?
 
 Yep.  You need to first remove all versions of gettext on your machine,
 then install the latest version of devel/gettext.  After that, rebuild
 and reinstall x11-toolkits/gtk12, and you should be set.

Yes, this has worked! Thanks!

-Hanspeter

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message