Re: [gentoo-user] unable to compile totem

2007-08-10 Thread Bo Ørsted Andresen
On Friday 10 August 2007 05:59:32 John covici wrote:
checking whether to compile the browser plugins... yes
checking which gecko to use... configure: error: Gecko firefox not
found
  
   Either disable nsplugin _or_ emerge firefox

 But the thing is, I have firefox compiled and installed already --
 what am I missing?

First to be sure show us the output of

# emerge -pv mozilla-firefox totem

If that doesn't show any problems you'll have to find the error message 
in /var/tmp/portage/media-video/totem-2.18.2/work/totem-2.18.2/config.log . 
If unable to find the relevant lines from it yourself you can attach the 
entire file after compressing it with gzip or bzip2...

-- 
Bo Andresen


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


Re: [gentoo-user] unable to compile totem

2007-08-10 Thread John covici
on Friday 08/10/2007 Bo Ørsted Andresen([EMAIL PROTECTED]) wrote
  On Friday 10 August 2007 04:59:08 John covici wrote:
   EMERGE_DEFAULT_OPTS=--ask --color=n  --verbose --nospinner
  
  This is nit-picking but usually (99% of all cases) --verbose isn't needed 
  with --info. Hence `emerge --info --ignore-default-opts` would be preferable 
  (less noisy) on bug reports and mailing lists with this setting...

OK, I had no idea that --verbose would have anything to do with
--info.  Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unable to compile totem

2007-08-10 Thread Bo Ørsted Andresen
On Friday 10 August 2007 17:30:54 John covici wrote:
 And now here is the relevant section of the config.log file.

 configure:23040: checking whether to compile the browser plugins
 configure:23058: result: yes
 configure:23064: checking which gecko to use
 configure:23093: error: Gecko firefox not found

 If you need amy more from that log, let me know.

Ok, this was all of the relevant lines from config.log in this case. Sometimes 
a little context which shows that there is nothing more of relevance is 
useful to make sure no error messages are missing. Anyway the relevant 
command from the configure script would be:

# pkg-config --exists firefox-xpcom

which returns false in your case. You'd be more interested in:

# pkg-config --exists --print-errors firefox-xpcom

though, as that prints a human readable error message. I bet `equery check 
mozilla-firefox` will report that some files from firefox are missing. In 
particular /usr/lib/pkgconfig/firefox-xpcom.pc is apparently missing are 
something. In either case remerging (or in your case upgrading) firefox 
should fix it...

-- 
Bo Andresen


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


Re: [gentoo-user] unable to compile totem

2007-08-10 Thread John covici
on Friday 08/10/2007 Bo Ørsted Andresen([EMAIL PROTECTED]) wrote
  On Friday 10 August 2007 05:59:32 John covici wrote:
  checking whether to compile the browser plugins... yes
  checking which gecko to use... configure: error: Gecko firefox not
  found

 Either disable nsplugin _or_ emerge firefox
  
   But the thing is, I have firefox compiled and installed already --
   what am I missing?
  
  First to be sure show us the output of
  
  # emerge -pv mozilla-firefox totem
  
  If that doesn't show any problems you'll have to find the error message 
  in /var/tmp/portage/media-video/totem-2.18.2/work/totem-2.18.2/config.log . 
  If unable to find the relevant lines from it yourself you can attach the 
  entire file after compressing it with gzip or bzip2...

OK, here is the output of the emerge command.

Script started on Fri Aug 10 11:22:51 2007
 --pretend disables --ask... removing --ask from options.



These are the packages that would be merged, in order:



Calculating dependencies  . . . .... done!

[ebuild U ] www-client/mozilla-firefox-2.0.0.6 [2.0.0.4] USE=gnome ipv6 
-bindist -debug -filepicker -java -mozdevelop -moznopango -restrict-javascript 
-xforms -xinerama -xprint LINGUAS=-af -ar -be -bg -ca -cs -da -de -el -en_GB 
-es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja 
-ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR 
-pt_PT -ro -ru -sk -sl -sv -sv_SE -tr -zh -zh_CN -zh_TW 36,546 kB 

[ebuild U ] media-video/totem-2.18.2 [2.18.0] USE=dvd flac gnome hal mad 
mpeg nsplugin* ogg theora vorbis xv -a52 -debug -ffmpeg -lirc -nvtv -seamonkey% 
-xulrunner (-firefox%*) 0 kB 



Total: 2 packages (2 upgrades), Size of downloads: 36,546 kB


Script done on Fri Aug 10 11:23:37 2007

And now here is the relevant section of the config.log file.

configure:23040: checking whether to compile the browser plugins
configure:23058: result: yes
configure:23064: checking which gecko to use
configure:23093: error: Gecko firefox not found
 
If you need amy more from that log, let me know.


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]

Re: [gentoo-user] unable to compile totem

2007-08-10 Thread John covici
on Friday 08/10/2007 Bo Ørsted Andresen([EMAIL PROTECTED]) wrote
  On Friday 10 August 2007 17:30:54 John covici wrote:
   configure:23040: checking whether to compile the browser plugins
   configure:23058: result: yes
   configure:23064: checking which gecko to use
   configure:23093: error: Gecko firefox not found
    
   If you need amy more from that log, let me know.
  
  Yeah, we need more lines above that. Just add another 20-30 lines are 
  whatever.

OK, here is some more.

configure:22241: checking for MISSING_PLUGINS
configure:22249: $PKG_CONFIG --exists --print-errors 
gstreamer-plugins-base-0.10 = 0.10.11.3
Requested 'gstreamer-plugins-base-0.10 = 0.10.11.3' but version of GStreamer 
Base Plugins Libraries is 0.10.11
configure:22252: $? = 1
configure:22267: $PKG_CONFIG --exists --print-errors 
gstreamer-plugins-base-0.10 = 0.10.11.3
Requested 'gstreamer-plugins-base-0.10 = 0.10.11.3' but version of GStreamer 
Base Plugins Libraries is 0.10.11
configure:22270: $? = 1
Requested 'gstreamer-plugins-base-0.10 = 0.10.11.3' but version of GStreamer 
Base Plugins Libraries is 0.10.11
configure:22298: result: no
configure:22340: checking for GST
configure:22348: $PKG_CONFIG --exists --print-errors $MM
configure:22351: $? = 0
configure:22366: $PKG_CONFIG --exists --print-errors $MM
configure:22369: $? = 0
configure:22405: result: yes
configure:22413: checking for backend libraries
configure:22420: result: GStreamer-0.10
configure:22428: checking GStreamer 0.10 playbin plugin
configure:22431: result: yes
configure:22428: checking GStreamer 0.10 ffmpegcolorspace plugin
configure:22431: result: yes
configure:22428: checking GStreamer 0.10 videoscale plugin
configure:22431: result: yes
configure:22450: checking GStreamer 0.10 gconfaudiosink plugin
configure:22453: result: yes
configure:22450: checking GStreamer 0.10 gconfvideosink plugin
configure:22453: result: yes
configure:22450: checking GStreamer 0.10 goom plugin
configure:22453: result: yes
configure:22605: checking for Linux
configure:22609: result: yes
configure:22634: checking whether to compile vanity
configure:22636: result: no
configure:22656: checking for EXTRA_GNOME
configure:22664: $PKG_CONFIG --exists --print-errors glib-2.0 = $GLIB_REQS 
gtk+-2.0 = $GTK_REQS libgnomeui-2.0 = $GNOMEUI_REQS libglade-2.0 
gnome-vfs-2.0 = $GNOMEVFS_REQS gnome-vfs-module-2.0 = $GNOMEVFS_REQS 
libgnome-2.0 = $LIBGNOME_REQS  gnome-desktop-2.0 = 2.1.5 gnome-icon-theme = 
$GNOMEICON_REQS gmodule-2.0 iso-codes $MM
configure:22667: $? = 0
configure:22682: $PKG_CONFIG --exists --print-errors glib-2.0 = $GLIB_REQS 
gtk+-2.0 = $GTK_REQS libgnomeui-2.0 = $GNOMEUI_REQS libglade-2.0 
gnome-vfs-2.0 = $GNOMEVFS_REQS gnome-vfs-module-2.0 = $GNOMEVFS_REQS 
libgnome-2.0 = $LIBGNOME_REQS  gnome-desktop-2.0 = 2.1.5 gnome-icon-theme = 
$GNOMEICON_REQS gmodule-2.0 iso-codes $MM
configure:22685: $? = 0
configure:22761: result: yes
configure:22892: checking whether iso-codes has iso-639 domain
configure:22895: result: yes
configure:22923: checking for GTK
configure:22931: $PKG_CONFIG --exists --print-errors gtk+-2.0 $MM gthread-2.0
configure:22934: $? = 0
configure:22949: $PKG_CONFIG --exists --print-errors gtk+-2.0 $MM gthread-2.0
configure:22952: $? = 0
configure:23028: result: yes
configure:23040: checking whether to compile the browser plugins
configure:23058: result: yes
configure:23064: checking which gecko to use
configure:23093: error: Gecko firefox not found

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unable to compile totem

2007-08-10 Thread Bo Ørsted Andresen
On Friday 10 August 2007 17:30:54 John covici wrote:
 configure:23040: checking whether to compile the browser plugins
 configure:23058: result: yes
 configure:23064: checking which gecko to use
 configure:23093: error: Gecko firefox not found
  
 If you need amy more from that log, let me know.

Yeah, we need more lines above that. Just add another 20-30 lines are 
whatever.

-- 
Bo Andresen


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


Re: [gentoo-user] unable to compile totem

2007-08-10 Thread Bo Ørsted Andresen
On Friday 10 August 2007 04:59:08 John covici wrote:
 EMERGE_DEFAULT_OPTS=--ask --color=n  --verbose --nospinner

This is nit-picking but usually (99% of all cases) --verbose isn't needed 
with --info. Hence `emerge --info --ignore-default-opts` would be preferable 
(less noisy) on bug reports and mailing lists with this setting...

-- 
Bo Andresen


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


Re: [gentoo-user] unable to compile totem

2007-08-10 Thread John covici
on Friday 08/10/2007 Bo Ørsted Andresen([EMAIL PROTECTED]) wrote
  On Friday 10 August 2007 17:30:54 John covici wrote:
   And now here is the relevant section of the config.log file.
  
   configure:23040: checking whether to compile the browser plugins
   configure:23058: result: yes
   configure:23064: checking which gecko to use
   configure:23093: error: Gecko firefox not found
  
   If you need amy more from that log, let me know.
  
  Ok, this was all of the relevant lines from config.log in this case. 
  Sometimes 
  a little context which shows that there is nothing more of relevance is 
  useful to make sure no error messages are missing. Anyway the relevant 
  command from the configure script would be:
  
  # pkg-config --exists firefox-xpcom
  
  which returns false in your case. You'd be more interested in:
  
  # pkg-config --exists --print-errors firefox-xpcom
  
  though, as that prints a human readable error message. I bet `equery check 
  mozilla-firefox` will report that some files from firefox are missing. In 
  particular /usr/lib/pkgconfig/firefox-xpcom.pc is apparently missing are 
  something. In either case remerging (or in your case upgrading) firefox 
  should fix it...
  

OK, that did the trick and solved the problem with yelp which was
having similar problems except it said gtk2 geco build.

Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unable to compile totem

2007-08-09 Thread Norberto Bensa

John covici [EMAIL PROTECTED] ha escrito:


checking whether to compile the browser plugins... yes
checking which gecko to use... configure: error: Gecko firefox not found



Either disable nsplugin _or_ emerge firefox

Regards,
Norberto



This message was sent using IMP, the Internet Messaging Program.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unable to compile totem

2007-08-09 Thread John covici
on Friday 08/10/2007 Norberto Bensa([EMAIL PROTECTED]) wrote
  John covici [EMAIL PROTECTED] ha escrito:
  
   checking whether to compile the browser plugins... yes
   checking which gecko to use... configure: error: Gecko firefox not found
  
  
  Either disable nsplugin _or_ emerge firefox

But the thing is, I have firefox compiled and installed already --
what am I missing?

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list