Re: [gentoo-user] gthumb

2009-11-24 Thread Albert Hopkins
On Tue, 2009-11-24 at 19:20 +0100, Roger Cahn wrote:
 Hi all,
 
 gthumb-2.10.11
 gcc-4.3.4
 
 I have a problem with re-emerging gthumb
 on my laptop. Nevertheless it works and I
 can see pictures with it.
 After a revde-rebuild I have this:
 
 * Checking dynamic linking consistency
 [ 46% ]  *   broken /usr/lib/gthumb/modules/libduplicates.la (requires
 -lesd)
  *   broken /usr/lib/gthumb/modules/libjpegtran.la (requires -lesd)
  *   broken /usr/lib/gthumb/modules/libphotoimporter.la (requires -lesd)
  *   broken /usr/lib/gthumb/modules/libpngexporter.la (requires -lesd)
  *   broken /usr/lib/gthumb/modules/libsearch.la (requires -lesd)
  *   broken /usr/lib/gthumb/modules/libwebexporter.la (requires -lesd)
 [ 59% ]  *   broken /usr/lib/libgthumb.la (requires -lesd)
 [ 100% ]
  * Generated new 3_broken.rr
  * Assigning files to packages
  *   /usr/lib/gthumb/modules/libduplicates.la - media-gfx/gthumb
  *   /usr/lib/gthumb/modules/libjpegtran.la - media-gfx/gthumb
  *   /usr/lib/gthumb/modules/libphotoimporter.la - media-gfx/gthumb
  *   /usr/lib/gthumb/modules/libpngexporter.la - media-gfx/gthumb
  *   /usr/lib/gthumb/modules/libsearch.la - media-gfx/gthumb
  *   /usr/lib/gthumb/modules/libwebexporter.la - media-gfx/gthumb
  *   /usr/lib/libgthumb.la - media-gfx/gthumb
  * Generated new 4_raw.rr and 4_owners.rr
  * Cleaning list of packages to rebuild
  * Generated new 4_pkgs.rr
  * Assigning packages to ebuilds
  * Generated new 4_ebuilds.rr
  * Evaluating package order
  * Generated new 5_order.rr
  * All prepared. Starting rebuild
 emerge --oneshot  media-gfx/gthumb:0
 

For this problem you probably need to run lafilefixer --justfixit

 And the emerge fails with this:
 
 -DGTHUMB_GLADEDIR=\/usr/share/gthumb/glade\-O3 -march=pentium-m
 -pipe -fomit-frame-pointer -MT totem-scrsaver.o -MD -MP -MF
 .deps/totem-scrsaver.Tpo -c -o totem-scrsaver.o totem-scrsaver.c
 totem-scrsaver.c:30:34: erreur: X11/extensions/XTest.h : Aucun fichier
 ou dossier de ce type
 make[3]: *** [totem-scrsaver.o] Erreur 1
 make[3]: *** Attente des tâches non terminées
 mv -f .deps/main.Tpo .deps/main.Po
 make[3]: quittant le répertoire «
 /var/tmp/portage/media-gfx/gthumb-2.10.11/work/gthumb-2.10.11/src »
 make[2]: *** [all-recursive] Erreur 1
 make[2]: quittant le répertoire «
 /var/tmp/portage/media-gfx/gthumb-2.10.11/work/gthumb-2.10.11/src »
 make[1]: *** [all-recursive] Erreur 1
 make[1]: quittant le répertoire «
 /var/tmp/portage/media-gfx/gthumb-2.10.11/work/gthumb-2.10.11 »
 make: *** [all] Erreur 2
  *
  * ERROR: media-gfx/gthumb-2.10.11 failed.
 
 I don't have totem on my PC
 I made a lafilefixer
 
 Thank you for a help
 Regards
 Roger

Could you change your locale so that we can see the error messages in
English?




Re: [gentoo-user] gthumb

2009-11-24 Thread Willie Wong
On Tue, Nov 24, 2009 at 11:59:22AM -0500, Penguin Lover Albert Hopkins squawked:
 Could you change your locale so that we can see the error messages
 in English?

In addition, please also include a few more lines of the failed
compile. Right now the command that is generating the error is not
shown in its entirety. 

The OP wrote:

  And the emerge fails with this:
  
  -DGTHUMB_GLADEDIR=\/usr/share/gthumb/glade\-O3 -march=pentium-m
  -pipe -fomit-frame-pointer -MT totem-scrsaver.o -MD -MP -MF
  .deps/totem-scrsaver.Tpo -c -o totem-scrsaver.o totem-scrsaver.c
  totem-scrsaver.c:30:34: erreur: X11/extensions/XTest.h : Aucun fichier
  ou dossier de ce type

The relevant error says: No file or folder of this type. It seems
that it cannot find X11/extensions/XTest.h

  make[3]: *** [totem-scrsaver.o] Erreur 1
  make[3]: *** Attente des t??ches non termin??es

W

-- 
Why does the chicken cross the road?
Einstein: it's not the chicken crossing the road, it is the road crossing the
 chicken.
Heisenberg: well, if you know it is moving, you can't know where it is; and if
 you know where it is, you can't really know where it's going. Therefore
 you can't know for certain that the chicken is actually crossing the road.
von Neumann: it satisfies the Minimax theorem for worm finding.
Schroedinger: not really. It is in the state of crossing and not crossing at
 the same time. Until you observe it, you can't really be sure.
Pauli: Well, it must be that there's another chicken of the same shape, size, 
 color, taste, smell, etc. on this side of the road...
Newton: an unbalanced force
Bohr: Because it is excited, and because it can't stay on the road...
Feynman: (dum, dum, dong, dum-da, dum, dong)
 Ah... Old MacDonald had a farm... E I E I O
 And on this farm he has a chicken... E I E I O
Sortir en Pantoufles: up 1082 days, 16:26



Re: [gentoo-user] gthumb

2009-11-24 Thread Roger Cahn
Thank you for your answers.
 The relevant error says: No file or folder of this type. It seems
 that it cannot find X11/extensions/XTest.h

That's it!
I tried to find out what to do, but in Google
I didn't find anything which helps.

I put xtest.h in /usr/include/X11/extensions
but it didn't work.

Perhaps something else?
I tried lafilefixer --justfixit without success.
When we read revdep-rebuild answer we can see
that the broken libs require -lesd
I can't find neither what it means nor what to do...

Roger




Re: [gentoo-user] gthumb 2.6.8 doesn't save images anymore

2006-01-22 Thread Glenn Enright
On Monday 23 January 2006 02:47, Alexander Skwar wrote:
 Hello!

 Since a few days, gthumb doesn't save changed images anymore. When I
 try to save an image as jpeg, it creates a 0 byte file. When I try to
 save a PNG, it does the same and, as a bonus :), it crashes.

 A while back, this used to work.

 I also tried to recompile gthumb - didn't help... :(
Sounds like some of the dependancies of gthumb may have changed on your 
system. 

You can figure out the dependencies with ldd
eg; #ldd /sbin/udev
linux-gate.so.1 =  (0xe000)
libc.so.6 = /lib/libc.so.6 (0xb7dd)
/lib/ld-linux.so.2 (0xb7f07000)

Are any of the files you get related to packages you updated/downgrades 
recently? are they made available in /etc/portage/package.* which might 
indicate using unstable builds?

Just some ideas. not to sure otherwise
-- 
It destroys one's nerves to be amiable every day to the same human being.
-- Benjamin Disraeli
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gthumb GTK error

2005-06-08 Thread Kurt Guenther
Grant wrote:

To me this looks like a simple case of not being in X when trying to run
an X-based application.
Trying starting X (most likely you run gnome) then try to run gthumb.




Huh, I logged out of root and I can run gthumb as a normal user just
fine.  Not as root though.  Weird.
  


try running `xhost +local:` from your user console.  Then you should be
able to run it as root.

btw, I can run as root.   I'm not sure what the diff is.

--Kurt

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gthumb GTK error

2005-06-06 Thread Phill MV
uh, what version?

Upon which you usually follow up with, when did it stop working/when was your last sync/have you tried downgrading the package.On 06/06/05, Grant 
[EMAIL PROTECTED] wrote:Does anyone know how to fix this:
system4 ~ # gthumb(gthumb:30898): Gtk-WARNING **: cannot open display:There don't seem to be any related bugs.- Grant--gentoo-user@gentoo.org
 mailing list


Re: [gentoo-user] gthumb GTK error

2005-06-06 Thread Grant
 uh, what version?
  
  Upon which you usually follow up with, when did it stop working/when was
 your last sync/have you tried downgrading the package.

I just synced, emerged it, and tried to run it for the first time.

- Grant

 On 06/06/05, Grant  [EMAIL PROTECTED] wrote:
  
  Does anyone know how to fix this: 
  
  system4 ~ # gthumb
  (gthumb:30898): Gtk-WARNING **: cannot open display:
  
  There don't seem to be any related bugs.
  
  - Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gthumb GTK error

2005-06-06 Thread Jamie Dobbs
To me this looks like a simple case of not being in X when trying to run
an X-based application.
Trying starting X (most likely you run gnome) then try to run gthumb.

 uh, what version?

  Upon which you usually follow up with, when did it stop working/when
 was
 your last sync/have you tried downgrading the package.

 I just synced, emerged it, and tried to run it for the first time.

 - Grant

 On 06/06/05, Grant  [EMAIL PROTECTED] wrote:
 
  Does anyone know how to fix this:
 
  system4 ~ # gthumb
  (gthumb:30898): Gtk-WARNING **: cannot open display:
 
  There don't seem to be any related bugs.
 
  - Grant

 --
 gentoo-user@gentoo.org mailing list






-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gthumb GTK error

2005-06-06 Thread Grant
 To me this looks like a simple case of not being in X when trying to run
 an X-based application.
 Trying starting X (most likely you run gnome) then try to run gthumb.
 

Huh, I logged out of root and I can run gthumb as a normal user just
fine.  Not as root though.  Weird.

- Grant

  uh, what version?
 
   Upon which you usually follow up with, when did it stop working/when
  was
  your last sync/have you tried downgrading the package.
 
  I just synced, emerged it, and tried to run it for the first time.
 
  - Grant
 
  On 06/06/05, Grant  [EMAIL PROTECTED] wrote:
  
   Does anyone know how to fix this:
  
   system4 ~ # gthumb
   (gthumb:30898): Gtk-WARNING **: cannot open display:
  
   There don't seem to be any related bugs.
  
   - Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gthumb GTK error

2005-06-06 Thread Zac Medico


--- Grant [EMAIL PROTECTED] wrote:
 Huh, I logged out of root and I can run gthumb as a
 normal user just
 fine.  Not as root though.  Weird.

That's normal.  See the man page for xhost.

Zac



__ 
Discover Yahoo! 
Stay in touch with email, IM, photo sharing and more. Check it out! 
http://discover.yahoo.com/stayintouch.html
-- 
gentoo-user@gentoo.org mailing list