| View previous topic :: View next topic |
| Author |
Message |
danm n00b


Joined: 26 Aug 2003 Posts: 14
|
Posted: Thu May 11, 2006 2:22 pm Post subject: |
|
|
| I re-emerged all the gnome-python-* stuff to fix that thing with deskbar-applet not finding gnomeapplet. |
|
| Back to top |
|
 |
gasparov Tux's lil' helper


Joined: 13 Apr 2006 Posts: 86
|
Posted: Thu May 11, 2006 4:05 pm Post subject: |
|
|
| monts wrote: | just got gnome2.14 to build with just one error. It stopped on gedit but then went through ok when restarted. I'm using gcc-4.1.0 and glibc-2.4 so far its working well. Things that didn't work at all last time i tried 2.14 (about 2 weeks ago) like gaim-2.0.0-beta and amarok are working fine
Also doing the old "emerge -e system && emerge -e system && emerge -e world && emerge -e world" trick in the meantime may have helped.  |
emerging now and still that problem exists,reemerge and solved...even without trick  |
|
| Back to top |
|
 |
hoschi Advocate


Joined: 19 Jul 2003 Posts: 2517 Location: Ulm, Germany, Europe
|
Posted: Thu May 11, 2006 4:26 pm Post subject: |
|
|
Hello, I recognized that Gstreamer 0.10 and 0.8 are installed in Slots. But why?
I use only one Gstreamer-App, it is Totem 1.4.
If I do a "emerge -C =gstreamer-0.8.xx" it remove everthing, after "emerge --depclean". But revdep-rebuild installs the unneccessary gstreamer-0.8 stuff again
Any Idea? _________________ Just you and me strogg! |
|
| Back to top |
|
 |
suck_ma_penguin Apprentice


Joined: 03 May 2004 Posts: 180
|
Posted: Thu May 11, 2006 5:09 pm Post subject: |
|
|
try doing what you did then reinstalling totem. to find out all the files that depend on gstreamer-0.8 run:
| Code: | | equery d gstreamer-0.8 |
if you don't have equery then you need to
Just because totem is the only app that you think uses gst doesn't mean that something somewhere doesn't still depend on it. Sorry if you've already done this and I sound patronising  |
|
| Back to top |
|
 |
ljp n00b

Joined: 21 Aug 2004 Posts: 6
|
Posted: Thu May 11, 2006 7:20 pm Post subject: endless loop emerging gnome-base/control-center 2.14 |
|
|
Apologies if this problem has already been mentioned. I couldn't find anything about it.
When trying to emerge gnome-base/control-center 2.14 with ~x86, I'm getting an infinite loop:
| Code: |
make all-recursive
make[1]: Entering directory `/var/tmp/portage/control-center-2.14.1/work/control-center-2.14.1'
Making all in po
make[2]: Entering directory `/var/tmp/portage/control-center-2.14.1/work/control-center-2.14.1/po'
cd .. \
&& CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
/bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing default-1 commands
config.status: executing depfiles commands
config.status: executing default-2 commands
config.status: executing default-3 commands
make[2]: Leaving directory `/var/tmp/portage/control-center-2.14.1/work/control-center-2.14.1/po'
make[2]: Entering directory `/var/tmp/portage/control-center-2.14.1/work/control-center-2.14.1/po'
cd .. \
&& CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
/bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing default-1 commands
config.status: executing depfiles commands
config.status: executing default-2 commands
config.status: executing default-3 commands
make[2]: Leaving directory `/var/tmp/portage/control-center-2.14.1/work/control-center-2.14.1/po'
make[2]: Entering directory `/var/tmp/portage/control-center-2.14.1/work/control-center-2.14.1/po'
cd .. \
&& CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
/bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing default-1 commands
config.status: executing depfiles commands
config.status: executing default-2 commands
config.status: executing default-3 commands
make[2]: Leaving directory `/var/tmp/portage/control-center-2.14.1/work/control-center-2.14.1/po'
make[2]: Entering directory `/var/tmp/portage/control-center-2.14.1/work/control-center-2.14.1/po'
cd .. \
&& CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
/bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing default-1 commands
config.status: executing depfiles commands
config.status: executing default-2 commands
config.status: executing default-3 commands
make[2]: Leaving directory `/var/tmp/portage/control-center-2.14.1/work/control-center-2.14.1/po'
make[2]: Entering directory `/var/tmp/portage/control-center-2.14.1/work/control-center-2.14.1/po'
cd .. \
...ad infinitum
|
Has anyone else encountered and/or solved this? Any suggestions much appreciated. |
|
| Back to top |
|
 |
hoschi Advocate


Joined: 19 Jul 2003 Posts: 2517 Location: Ulm, Germany, Europe
|
Posted: Fri May 12, 2006 1:01 pm Post subject: |
|
|
| suck_ma_penguin wrote: | try doing what you did then reinstalling totem. to find out all the files that depend on gstreamer-0.8 run:
| Code: | | equery d gstreamer-0.8 |
if you don't have equery then you need to
Just because totem is the only app that you think uses gst doesn't mean that something somewhere doesn't still depend on it. Sorry if you've already done this and I sound patronising  |
Hello, good idea. It seems, that the plugins of gstreamer 0.8 insist on gstreamer - seem to be a loop
Gst-Plugins require Gstreamer, and Gstreamer require Gst-Plugins... _________________ Just you and me strogg! |
|
| Back to top |
|
 |
red-wolf76 l33t


Joined: 13 Apr 2005 Posts: 713 Location: Rhein-Main Area
|
Posted: Fri May 12, 2006 2:16 pm Post subject: |
|
|
I think that's one reason, things may turn awkward when there's version mismatch, causing up-downgrading circles...
There's a newer USE flag, "gstreamer010" that's supposed to make gstreamer apps use the newer if the choice exists... I guess it's not harmful to have them both installed, but attention should probably be paid as to what version you build your progs against. _________________ 0mFg, G3nt00 r0X0r$ T3h B1g!1111
Use sane CFLAGS! If for no other reason, do it for the lulz! |
|
| Back to top |
|
 |
sl70 Guru


Joined: 18 Jun 2002 Posts: 305 Location: Chicago, USA
|
Posted: Fri May 12, 2006 3:39 pm Post subject: |
|
|
| danm wrote: | | I re-emerged all the gnome-python-* stuff to fix that thing with deskbar-applet not finding gnomeapplet. |
Didn't help me. I emerge gnome-python, gnome-python-desktop, and gnome-python-extras. Still the same problem. |
|
| Back to top |
|
 |
loux.thefuture Tux's lil' helper


Joined: 15 Nov 2005 Posts: 133
|
Posted: Fri May 12, 2006 8:22 pm Post subject: gnome-setting-daemon |
|
|
hello,
gnome can not start gnome-setting-daemon,
because it search it on /var/portage/..
and gnome-setting-daemon is on /usr/libexec/
i remerge control-center and gnome-setting-daemon
but no way to make it search (control-center) at the right place,
could you help me please
thanks
loux _________________ "So long and thanks for all the fishs !" |
|
| Back to top |
|
 |
loux.thefuture Tux's lil' helper


Joined: 15 Nov 2005 Posts: 133
|
Posted: Fri May 12, 2006 8:57 pm Post subject: |
|
|
i solve my trouble : emerge control-center without "USE_EINSTALL=1"
bye
loux _________________ "So long and thanks for all the fishs !" |
|
| Back to top |
|
 |
red-wolf76 l33t


Joined: 13 Apr 2005 Posts: 713 Location: Rhein-Main Area
|
Posted: Sat May 13, 2006 12:20 am Post subject: |
|
|
| axiom777 wrote: | | Quote: |
Anybody having a problem with gnome-system-tools compiling?
Code:
-MF ".deps/transfer.Tpo" -c -o transfer.o transfer.c; \
then mv -f ".deps/transfer.Tpo" ".deps/transfer.Po"; else rm -f ".deps/transfer.Tpo"; exit 1; fi
LC_ALL=C ../../intltool-merge -d -u -c ../../po/.intltool-merge-cache ../../po time.desktop.in time.desktop
Possible unintended interpolation of @INTLTOOL_LIBDIR in string at ../../intltool-merge line 260.
Global symbol "@INTLTOOL_LIBDIR" requires explicit package name at ../../intltool-merge line 260.
Execution of ../../intltool-merge aborted due to compilation errors.
make[4]: *** [time.desktop] Error 255
make[4]: *** Waiting for unfinished jobs....
transfer.c: In function `transfer_misc_xml_to_tool':
transfer.c:241: warning: cast to pointer from integer of different size
make[4]: Leaving directory `/var/tmp/portage/gnome-system-tools-2.14.0/work/gnome-system-tools-2.14.0/src/time'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/gnome-system-tools-2.14.0/work/gnome-system-tools-2.14.0/src/time'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-system-tools-2.14.0/work/gnome-system-tools-2.14.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-system-tools-2.14.0/work/gnome-system-tools-2.14.0'
make: *** [all] Error 2
!!! ERROR: app-admin/gnome-system-tools-2.14.0 failed.
Call stack:
ebuild.sh, line 1525: Called dyn_compile
ebuild.sh, line 928: Called src_compile
ebuild.sh, line 1237: Called gnome2_src_compile
gnome2.eclass, line 58: Called die
!!! compile failure
!!! If you need support, post the topmost build error, and the call stack if relevant. |
I found a workaround for this. Gome-system-tools will finish compiling if yo modify the intltool-merge script.
The way I did it was to pause the emerge before the make failed (CTRL+Z)
go to the build directory under /var/tmp/portage/gnome-system-tools/work/gnome-system-tools
nano +260 intltool-emerge
replace:
my $alias_file = $ENV{"G_CHARSET_ALIAS"} || "@INTLTOOL_LIBDIR@/charset.alias";
with
my $alias_file = "" ;
do the same for intltool-emerge.in
bg && fg to restart the paused process
I'm sure theres a better way but that did it for me. | This workaround fixes emerging gnome-media for me. It used to fail to emerge with a very similar error on cddb-slave. Did anyone find out a proper solution for this. I does seem like a rather nasty hack to me, just editing out stuff under portage's bottom... _________________ 0mFg, G3nt00 r0X0r$ T3h B1g!1111
Use sane CFLAGS! If for no other reason, do it for the lulz! |
|
| Back to top |
|
 |
ensonic n00b

Joined: 29 Oct 2004 Posts: 31 Location: Leipzig/Germany
|
Posted: Sat May 13, 2006 10:24 am Post subject: |
|
|
I also have problems with ssh-agent. For me the gtk2--askpass programm comes up as usual, I enter my ssh-passphrase and thats it. But when doing 'ssh-add -L' it shows that no key has been added. After running ssh-add and entering my key in the terminal it works. My ~/.xsession-errors shows also some erors:
| Code: |
/etc/X11/gdm/PreSession/Default: could not find the sessreg utility, cannot update wtmp and utmp
/etc/X11/gdm/Xsession: Beginning session setup...
/etc/X11/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session
SESSION_MANAGER=local/fluffy:/tmp/.ICE-unix/8026
Initializing nautilus-open-terminal extension
|
I seem to miss x11-apps/sessreg ...
| MerlinTheWizard wrote: | I emerged gnome 2.14 yesterday, but gdm won't start the gnome session now.
Apparently, this is a known problem, but I fail to see how to solve it?
Here is what I get in my ~/.xsession-errors:
| Code: |
/etc/X11/gdm/PreSession/Default: Registering your session with wtmp and utmp
/etc/X11/gdm/PreSession/Default: running: /usr/X11R6/bin/sessreg -a -w /var/log/wtmp -u /var/run/utmp -x "/var/gdm/:0.Xservers" -h "" -l ":0" "guillaume"
/etc/X11/gdm/Xsession: Beginning session setup...
/etc/X11/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
(gnome-session:21915): Gtk-WARNING **: cannot open display:
|
Any pointers appreciated! |
_________________ [ http://www.buzztard.org | http://www.sonicpulse.de | http://www.eksor.de ] |
|
| Back to top |
|
 |
prunus n00b

Joined: 13 May 2006 Posts: 1
|
Posted: Sat May 13, 2006 6:52 pm Post subject: unable to emerge gnome |
|
|
Hello,
I am unable to emerge gnome.
I get following error:
Error: the virtual/glut package conflicts with another package.
both can't be installed on the same system together.
Please use 'emerge --pretend' to determine blockers.
emerge -vp gnome
[blocks B ] virtual/glut (is blocking media-libs/freeglut-2.2.0)
hmm, virtual/glut is not installed, freeglut is not installed too.
I am new to gentoo and to linux too, I dont wanna use MSwindows,
please help me
laptop: acer travelmate 8104WLMi, 2GHz centrino, 1GB DDR2 RAM
kernel: 2.6.16-r7 |
|
| Back to top |
|
 |
andrewd18 Guru


Joined: 11 Apr 2004 Posts: 364 Location: Wisconsin, USA
|
Posted: Sat May 13, 2006 6:56 pm Post subject: |
|
|
Gnome 2.14.1 is in portage now. Here's my updated package.keywords file.
~~ Andrew D.
| Code: | #### Gnome 2.14.1 ###
=gnome-base/gnome-2.14.1 ~amd64
=gnome-base/eel-2.14.1 ~amd64
=gnome-base/gnome-menus-2.14.0 ~amd64
=gnome-base/control-center-2.14.1 ~amd64
=net-misc/vino-2.13.5 ~amd64
=app-editors/gedit-2.14.2 ~amd64
=gnome-base/gnome-vfs-2.14.1 ~amd64
=sys-apps/hal-0.5.7-r1 ~amd64
=dev-libs/glib-2.10.2 ~amd64
=net-misc/neon-0.25.5 ~amd64
=dev-python/gnome-python-desktop-2.14.0 ~amd64
=x11-wm/metacity-2.14.3 ~amd64
=gnome-base/gnome-panel-2.14.1 ~amd64
=gnome-base/libgnome-2.14.1 ~amd64
=gnome-base/libbonobo-2.14.0 ~amd64
=x11-libs/libwnck-2.14.1 ~amd64
=gnome-base/libgtop-2.14.1 ~amd64
=gnome-base/libgnomeui-2.14.1 ~amd64
=gnome-base/libbonoboui-2.14.0 ~amd64
=media-sound/sound-juicer-2.14.2 ~amd64
=gnome-extra/nautilus-cd-burner-2.14.1 ~amd64
=gnome-base/nautilus-2.14.1 ~amd64
=x11-themes/gnome-backgrounds-2.14.1 ~amd64
=gnome-extra/gconf-editor-2.14.0 ~amd64
=gnome-extra/gnome2-user-docs-2.14.0 ~amd64
=app-text/gnome-doc-utils-0.6.0 ~amd64
=dev-libs/atk-1.11.4 ~amd64
=gnome-extra/gnome-system-monitor-2.14.1 ~amd64
=gnome-base/librsvg-2.14.3 ~amd64
=dev-libs/libcroco-0.6.1 ~amd64
=gnome-extra/gnome-games-2.14.1 ~amd64
=gnome-extra/yelp-2.14.1 ~amd64
=x11-libs/gtksourceview-1.6.1 ~amd64
=gnome-base/gnome-desktop-2.14.1.1 ~amd64
=gnome-extra/gucharmap-1.6.0 ~amd64
=gnome-extra/bug-buddy-2.14.0 ~amd64
=x11-libs/gtk+-2.8.17 ~amd64
=www-client/epiphany-2.14.1-r1 ~amd64
=gnome-extra/evolution-data-server-1.6.1 ~amd64
=gnome-base/gnome-applets-2.14.1 ~amd64
=x11-libs/pango-1.12.2 ~amd64
=gnome-extra/gcalctool-5.7.32 ~amd64
=gnome-extra/gnome-utils-2.14.0 ~amd64
=gnome-extra/zenity-2.14.1 ~amd64
=gnome-base/gdm-2.14.5 ~amd64
=gnome-extra/gtkhtml-3.10.1 ~amd64
=net-libs/libsoup-2.2.92 ~amd64
=gnome-extra/deskbar-applet-2.14.1.1 ~amd64
=gnome-base/gnome-keyring-0.4.9 ~amd64
=gnome-extra/gnome-media-2.14.0-r1 ~amd64
=x11-themes/gnome-themes-2.14.0 ~amd64
=x11-libs/libxklavier-2.2 ~amd64
=app-admin/gnome-system-tools-2.14.0 ~amd64
=gnome-base/libgnomecanvas-2.14.0 ~amd64
=gnome-base/gnome-session-2.14.1 ~amd64
=gnome-extra/fast-user-switch-applet-2.14.1 ~amd64
=gnome-base/gconf-2.14.0 ~amd64
=x11-terms/gnome-terminal-2.14.1 ~amd64
=net-analyzer/gnome-netstatus-2.12.0 ~amd64
=net-analyzer/gnome-nettool-2.14.1 ~amd64
=gnome-base/gnome-volume-manager-1.5.15-r1 ~amd64
=gnome-base/gnome-mount-0.4-r1 ~amd64
=x11-themes/gnome-icon-theme-2.14.2 ~amd64
=x11-libs/vte-0.12.0 ~amd64
=gnome-base/orbit-2.14.0 ~amd64
=media-video/totem-1.4.0 ~amd64
=mail-client/evolution-2.6.1 ~amd64 |
_________________ Keep Your Toolchain Stable! - emwrap.sh
There's no place like ::1
Last edited by andrewd18 on Sat May 13, 2006 7:16 pm; edited 1 time in total |
|
| Back to top |
|
 |
andrewd18 Guru


Joined: 11 Apr 2004 Posts: 364 Location: Wisconsin, USA
|
Posted: Sat May 13, 2006 7:01 pm Post subject: Re: endless loop emerging gnome-base/control-center 2.14 |
|
|
| ljp wrote: | Apologies if this problem has already been mentioned. I couldn't find anything about it.
When trying to emerge gnome-base/control-center 2.14 with ~x86, I'm getting an infinite loop: |
I thought I saw something about that in Bugzilla last week, but I can't seem to find it. Try posting that in Bugzilla.
~~ Andrew D. _________________ Keep Your Toolchain Stable! - emwrap.sh
There's no place like ::1 |
|
| Back to top |
|
 |
falcus_peregrinus n00b

Joined: 21 Apr 2006 Posts: 15 Location: Seixal
|
Posted: Sat May 13, 2006 7:09 pm Post subject: |
|
|
Hi guys, I emerge the new gnome, but I have problems with the clock...
| Code: | | The panel encountered a problem while loading "OAFIID:GNOME_ClockApplet". |
What shoul I do in this case.
thank you  |
|
| Back to top |
|
 |
cricket n00b

Joined: 24 Jun 2003 Posts: 18
|
Posted: Sat May 13, 2006 7:16 pm Post subject: |
|
|
I had same problem.
re-emerge gnome-applets.
Good luck |
|
| Back to top |
|
 |
AndrewNZ n00b

Joined: 12 May 2006 Posts: 2
|
Posted: Sat May 13, 2006 11:48 pm Post subject: |
|
|
I'm having problems emereging totem...
| Code: |
manny totem-1.4.0 # emerge -vaD totem
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] media-video/totem-1.4.0 [1.2.1] USE="a52* dbus% dvd flac* gnome mad mpeg nsplugin ogg theora* vorbis xv -debug -lirc -nvtv% -xine" 0 kB
Total size of downloads: 0 kB
Would you like to merge these packages? [Yes/No] y
>>> Emerging (1 of 1) media-video/totem-1.4.0 to /
>>> checking ebuild checksums ;-)
>>> checking auxfile checksums ;-)
>>> checking miscfile checksums ;-)
>>> checking totem-1.4.0.tar.bz2 ;-)
>>> Unpacking source...
>>> Unpacking totem-1.4.0.tar.bz2 to /var/tmp/portage/totem-1.4.0/work
* Fixing OMF Makefiles ... [ ok ] * Applying totem-1.3.0-gecko-sdk.patch ... [ ok ] * Applying totem-1.4.0-as-needed.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/totem-1.4.0/work/totem-1.4.0' ...
* Running aclocal ... [ ok ] * Running libtoolize --copy --force --automake ... [ ok ] * Running aclocal ... [ ok ] * Running autoconf ... [ ok ] * Running autoheader ... [ ok ] * Running automake --add-missing --copy ... [ ok ] * Running elibtoolize in: totem-1.4.0
* Applying max_cmd_len-1.5.0.patch ...
* Applying sed-1.5.6.patch ...
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/totem-1.4.0/work/totem-1.4.0 ...
QA Notice: USE Flag 'doc' not in IUSE for media-video/totem-1.4.0
* econf: updating totem-1.4.0/config.sub with /usr/share/gnuconfig/config.sub
* econf: updating totem-1.4.0/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-vanity --disable-gtk --with-dbus --enable-nautilus --disable-lirc --enable-mozilla --with-mozilla=gecko-sdk --disable-nvtv --enable-gstreamer=0.10 MOZILLA_PLUGINDIR=/usr/lib/nsbrowser --disable-gtk-doc --build=i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of i686-pc-linux-gnu-g++... gcc3
checking dependency style of i686-pc-linux-gnu-g++... (cached) gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking dependency style of i686-pc-linux-gnu-gcc... gcc3
checking dependency style of i686-pc-linux-gnu-gcc... (cached) gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E
checking for i686-pc-linux-gnu-g77... i686-pc-linux-gnu-g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether i686-pc-linux-gnu-g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
checking for correct ltmain.sh version... yes
checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-gcc static flag -static works... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g++ static flag -static works... yes
checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for i686-pc-linux-gnu-g77 option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g77 PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g77 static flag -static works... yes
checking if i686-pc-linux-gnu-g77 supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for intltool >= 0.20... 0.34.1 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking for i686-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for backend libraries... checking for GST... yes
GStreamer-0.10
checking GStreamer 0.10 playbin plugin... yes
checking GStreamer 0.10 ffmpegcolorspace plugin... yes
checking GStreamer 0.10 videoscale plugin... yes
checking GStreamer 0.10 gconfaudiosink plugin... yes
checking GStreamer 0.10 gconfvideosink plugin... yes
checking whether GLib has atomic refcounting for objects... checking for GLIB_WITH_ATOMIC_REFCOUNTING... yes
yes
checking for Linux... yes
checking whether to compile vanity... no
checking for EXTRA_GNOME... yes
checking for D-BUS... checking for DBUS... yes
we're getting on D-BUS
checking whether iso-codes has iso-639 domain... yes
checking for GTK... yes
checking whether to compile the mozilla plugin... yes
checking which gecko to use... gecko-sdk
checking for MOZILLA... yes
checking for DBUS... yes
checking for dbus-binding-tool... /usr/bin/dbus-binding-tool
checking for xpidl... /usr/lib/gecko-sdk/lib/../bin/xpidl
checking for NAUTILUS... yes
checking for X... libraries , headers
checking for XTestFakeKeyEvent in -lXtst... yes
checking for XF86VidModeQueryExtension in -lXxf86vm... yes
checking for XRRUpdateConfiguration in -lXrandr... yes
checking for X11/extensions/Xrandr.h... yes
checking for X11 XFree86 headers... yes
checking for broken old architecture... h0rk3d
checking for broken user... n334
checking for bad taste in TV series... pheew nope
checking asm/vm86.h usability... yes
checking asm/vm86.h presence... yes
checking for asm/vm86.h... yes
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for TOTEM_PLPARSER... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... am ar az be bg bn br ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id is it ja ko ku lt lv mk ml ms nb ne nl no pa pl pt pt_BR ro ru rw sk sq sr sr@Latn sv te th tr ug uk vi wa xh zh_CN zh_HK zh_TW
configure: creating ./config.status
config.status: creating Makefile
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating totem.spec
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating totem-plparser.pc
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating src/Makefile
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating src/backend/Makefile
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating src/plparse/Makefile
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating src/plparse/totem-pl-parser-features.h
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating data/Makefile
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating data/totem.desktop.in.in
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating data/vanity.desktop.in
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating po/Makefile.in
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating help/Makefile
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating help/C/Makefile
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating help/bg/Makefile
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating help/de/Makefile
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating help/es/Makefile
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating help/fr/Makefile
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating help/ru/Makefile
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating help/uk/Makefile
sed: file ./confstatEZXtns/subs-3.sed line 29: unterminated `s' command
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
Using the GStreamer-0.10 backend
make: *** No targets. Stop.
!!! ERROR: media-video/totem-1.4.0 failed.
Call stack:
ebuild.sh, line 1527: Called dyn_compile
ebuild.sh, line 930: Called src_compile
totem-1.4.0.ebuild, line 121: Called gnome2_src_compile
gnome2.eclass, line 58: Called die
!!! compile failure
!!! If you need support, post the topmost build error, and the call stack if relevant.
|
Any ideas? |
|
| Back to top |
|
 |
falcus_peregrinus n00b

Joined: 21 Apr 2006 Posts: 15 Location: Seixal
|
Posted: Sun May 14, 2006 11:52 am Post subject: |
|
|
I re-emerge gnome-applets , but I have the same problem...
Any ideias?
 |
|
| Back to top |
|
 |
crudh l33t


Joined: 12 May 2005 Posts: 696 Location: Sundbyberg, Sweden
|
Posted: Sun May 14, 2006 12:24 pm Post subject: |
|
|
| falcus_peregrinus wrote: | I re-emerge gnome-applets , but I have the same problem...
Any ideias?
 |
Try re-emerging gnome-panel too. |
|
| Back to top |
|
 |
iaindb n00b


Joined: 30 Jun 2004 Posts: 19
|
Posted: Sun May 14, 2006 1:24 pm Post subject: xscreensaver hacks for gnome-screensaver |
|
|
Hi All,
I posted a while ago that I was looking for how to get gnome-screensaver to use xscreensaver hacks. Well, I never found out anything, so I wrote this script to convert the xscreensaver xml files to gnome-screensaver .desktop files. Just run it like this:
$ xs2gs.pl /path/to/xscreensaver-files/ tmp/
then when you're happy with all the files in /tmp, copy them to /path/to/gnome-screensaver-files/
That's usually /usr/share/xscreensaver/config/ and /usr/share/gnome-screensaver/themes/
If your favourite hack doesn't work, let me know and I may get around to working on it
save this as xs2gs.pl
| Code: |
#!/usr/bin/perl -w
# xs2gs.pl - Xscreensaver .xml 2 gnome-screensaver .desktop converter
# Copyright 2006 Iain Buchanan, iaindb at netspace dot net dot au
# Permission granted to use and abuse in any form, provided the copyright is
# propogated for as long as the script retains similarity to my original.
# No worry-nty of any sort, implied, expreess, or otherwise.
#
# eventually I get around to reading /usr/share/xscreensaver/config/README.
#
use strict;
use XML::Simple;
use IO::Handle;
# use Data::Dumper;
my $usage = "xs2gs.pl <xscreensaver-read-dir> <gnome-screensaver-write-dir>\n";
my $xsdir; # = '/usr/share/xscreensaver/config/';
my $gsdir; # = '/usr/share/gnome-screensaver/themes/';
my $xsrx = 'xml$';
while ($_ = shift @ARGV) {
chomp;
if (defined $xsdir) {
if (defined $gsdir) {
die "$usage";
}
$gsdir = $_;
}
else {
$xsdir = $_;
}
}
# $xsdir = '/usr/share/xscreensaver/config/' unless defined $xsdir;
# $gsdir = '/usr/share/gnome-screensaver/themes/' unless defined $gsdir;
# print "xsdir is $xsdir\ngsdir is $gsdir\n";
# die;
my @files = `ls $xsdir`;
foreach my $file (@files) {
chomp $file;
&convert ($file) if ($file =~ /$xsrx/);
}
sub convert {
my $filename = $_[0];
my $xml = new XML::Simple;
# print "$xsdir$filename\n";
print '.'; STDOUT->flush;
my $xs = $xml->XMLin("$xsdir$filename", 'keeproot' => '1');
# print Dumper($xs);
# die;
unless (exists $xs->{'screensaver'}) {
print STDERR "\n$filename doesn't look like an xscreensaver hack\n";
$"=', ';
print '(has keys ', keys %$xs, ")\n";
return;
}
unless (exists $xs->{'screensaver'}{'name'} &&
exists $xs->{'screensaver'}{'_label'} &&
exists $xs->{'screensaver'}{'command'} &&
exists $xs->{'screensaver'}{'_description'} &&
exists $xs->{'screensaver'}{'command'}{'arg'}) {
print STDERR "\n$filename is missing some elements, skipping\n";
return;
}
# descriptions seem to be a bit messy - clean it up
$xs->{'screensaver'}{'_description'} =~ s/[\n\r]//g;
$filename =~ s/$xsrx/desktop/;
if (-f "$gsdir$filename") {
print STDERR "\n$gsdir$filename exists, not clobbering.\n";
return;
}
unless (open (GS, ">$gsdir$filename")) {
print STDERR "\ncouldn't open '$gsdir$filename': $!\n";
return;
}
print GS "[Desktop Entry]\n";
print GS "Encoding=UTF-8\n";
print GS "Name=$xs->{'screensaver'}{'_label'}\n";
print GS "Comment=$xs->{'screensaver'}{'_description'}\n";
print GS "Exec=$xs->{'screensaver'}{'name'} $xs->{'screensaver'}{'command'}{'arg'}\n";
print GS "TryExec=$xs->{'screensaver'}{'name'}\n";
print GS "StartupNotify=false\n";
print GS "Terminal=false\n";
print GS "Type=Application\n";
print GS "Categories=GNOME;Screensaver;\n";
}
|
enjoy  |
|
| Back to top |
|
 |
HeLLBoY n00b


Joined: 09 Oct 2004 Posts: 9 Location: Yekaterinburg, Russia
|
Posted: Sun May 14, 2006 2:25 pm Post subject: |
|
|
I've got strange problem after emerging Gnome-2.14.0-r1.
Gtk2 apps, such as gajim, gedit or stardict are crashing without any output when I'm tryin' to select or paste(using middle mouse button) text... In Firefox and Emacs everything is OK.
I can't understand, why... Can you help? |
|
| Back to top |
|
 |
HeLLBoY n00b


Joined: 09 Oct 2004 Posts: 9 Location: Yekaterinburg, Russia
|
Posted: Sun May 14, 2006 2:33 pm Post subject: |
|
|
| falcus_peregrinus wrote: | Hi guys, I emerge the new gnome, but I have problems with the clock...
| Code: | | The panel encountered a problem while loading "OAFIID:GNOME_ClockApplet". |
What shoul I do in this case.
thank you  | Try to run /usr/libexec/clock-applet and see it's output... Maybe there will be information about missing .so |
|
| Back to top |
|
 |
ecatmur Advocate


Joined: 20 Oct 2003 Posts: 3595 Location: Edinburgh
|
|
| Back to top |
|
 |
falcus_peregrinus n00b

Joined: 21 Apr 2006 Posts: 15 Location: Seixal
|
Posted: Sun May 14, 2006 10:19 pm Post subject: |
|
|
| crudh wrote: | | falcus_peregrinus wrote: | I re-emerge gnome-applets , but I have the same problem...
Any ideias?
 |
Try re-emerging gnome-panel too. |
Solved after re-emerge gnome-panel, thank you, but now, also gaim don't work. |
|
| Back to top |
|
 |
|