Re: [gentoo-user] gtk 1.2

2005-11-19 Thread Peter Gordon
Peter wrote:
 # emerge =gtk-1.2*
Hrm. That should be gtk+, not gtk. 

# emerge =gtk+-1.2*

Sorry about that. :-)
--Peter


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Error on gtk thmem: gtk-engines-flat

2011-03-07 Thread du yang

Hi,

I got a gtk library error when trying to run a python script.

# ./st.py 
/usr/bin/python2.7: symbol lookup error: 
/usr/lib/gtk-2.0/2.10.0/engines/libflat.so: undefined symbol: 
gtk_rc_style_get_type

The problem appears only after I recenly changed the gtk thmem to 
gtk-engines-flat.
There is no problem if use another gtk thmem x11-themes/gtk-engines-aurora.

I tried to reinstall gtk-engines or gtk-engines-flat, but the problem is still 
there.

Thanks!
du yang

-- 
oooO:
(..):
:\.(:::Oooo::
::\_)::(..)::
:::)./:::
::(_/



[gentoo-user] error compiling gtk-perl-0.7009

2005-05-03 Thread Leopold Gouverneur
Compiling gtk-perl (needed by dvdrip ) I get this error:
gtktypexp.c:1:30: gtk/gtktypeutils.h : Aucun fichier ou
répertoire de ce type
locate gtktypeutils.h gives /usr/include/gtk-1.2/gtk/gtktypeutils.h
and /usr/include/gtk-2.0/gtk/gtktypeutils.h so I tried to make a
symlink /usr/include/gtk - /usr/include/gtk-2.0/gtk or
/usr/include/gtk - /usr/include/gtk-1.2/gtk without success.
I found many reports of the problem on the net but no solution.
Any help appreciated!


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gtk+ emerge fails

2017-10-06 Thread Perry S Glenn

Hi,

gtk+ 2 and 3 both fail to emerge
glib-compile-resources gtk.gresource.xml \
--target=gtkresources.c 
--sourcedir=/var/tmp/portage/x11-libs/gtk+-3.22.16/work/gtk+-3.22.16/gtk 
--c-name _gtk --generate-source --manual-register
failed to load 
"/var/tmp/portage/x11-libs/gtk+-3.22.16/work/gtk+-3.22.16/gtk/theme/Adwaita/assets/bullet-symbolic.symbolic.png":
 Couldn't recognize the image file format for file 
'/var/tmp/portage/x11-libs/gtk+-3.22.16/work/gtk+-3.22.16/gtk/theme/Adwaita/assets/bullet-symbolic.symbolic.png

Anyone else seen this?

-- 
kamak...@sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org



Re: [gentoo-user] net-libs/webkit-gtk-2.38.5 and net-libs/webkit-gtk-2.38.5-r500

2023-04-10 Thread Neil Bothwick
On Sun, 9 Apr 2023 14:37:26 -0600, the...@sys-concept.com wrote:

> My system pulled IN two versions of webkit-gtk (slot 4 and 5)
> net-libs/webkit-gtk-2.38.5
> net-libs/webkit-gtk-2.38.5-r500
> 
> Running:
> equery d =net-libs/webkit-gtk-2.38.5-r500
>   * These packages depend on net-libs/webkit-gtk-2.38.5-r500:
> app-office/gnucash-4.8 (net-libs/webkit-gtk:4/37)
> net-libs/libproxy-0.4.18 (webkit ? net-libs/webkit-gtk:4)
> 
> equery d =net-libs/webkit-gtk-2.38.5
>   * These packages depend on net-libs/webkit-gtk-2.38.5:
> app-office/gnucash-4.8 (net-libs/webkit-gtk:4/37)
> net-libs/libproxy-0.4.18 (webkit ? net-libs/webkit-gtk:4)
> 
> Which package is pulling IN slotted version?

Use emerge instead of equery, it gives better, if slower, results:

emerge -cpv webkit-gtk:4
emerge -cpv webkit-gtk:5


-- 
Neil Bothwick

Q. Why do women have orgasms?
A: It gives them one extra reason to moan.



Re: [gentoo-user] GTK+ circular dependency

2016-10-14 Thread Stroller

> On 13 Oct 2016, at 18:01, Daniel Quinn <gen...@danielquinn.org> wrote:
> 
> On 13/10/16 02:36, wabe wrote:
>> Since the update process is dead slow anyway and I really don't care
> about a few minutes less ore more, I always use --backtrack=999.
> 
> Unfortunately yes.  I took your advice just now and it's still
> complaining about circular dependencies.  Maybe I'm missing something,
> but how can gtk+ *depend* on gtk-engines-adwaita?

If you look in the ebuilds:

• gtk+-2.24.31-r1 depends upon x11-themes/gtk-engines-adwaita, [1] and
• gtk-engines-adwaita-3.20.2 depends upon >=x11-libs/gtk+-2.24.15 [2]

If you look at the packages page for x11-libs/gtk+ [3], you'll see there are 
some earlier versions of it in the tree that fulfils gtk-engines-adwaita's 
requirement, x11-libs/gtk+-2.24.28-r1 for example.

x11-libs/gtk+-2.24.28-r1 does not seem to require gtk-engines-adwaita. [4]

So you should be able to `emerge -1 =x11-libs/gtk+-2.24.28-r1` and then `emerge 
-1 gtk-engines-adwaita` should pull in the 3.20.2 version of it.

You can then, for good measure, update gtk+ to version 2.24.31-r1 (`emerge -1 
=x11-libs/gtk+-2.24.31-r1`), I think.

Stroller.



[1] 
https://gitweb.gentoo.org/repo/gentoo.git/tree/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild
[2] 
https://gitweb.gentoo.org/repo/gentoo.git/tree/x11-themes/gtk-engines-adwaita/gtk-engines-adwaita-3.20.2.ebuild
[3] https://packages.gentoo.org/packages/x11-libs/gtk+
[4] 
https://gitweb.gentoo.org/repo/gentoo.git/tree/x11-libs/gtk+/gtk+-2.24.28-r1.ebuild


Re: [gentoo-user] quickpkg gtk+

2005-09-16 Thread Mike Williams
On Saturday 17 September 2005 03:23, Willie Wong wrote:
 It is a curious thing: apparently portage doesn't think /etc/gtk-2.0
 belongs to any package:

Ahh, but it does...

gimli ~ # equery belongs '/etc/gtk-2.0/*'
[ Searching for file(s) /etc/gtk-2.0/* in *... ]
x11-libs/gtk+-2.6.8 (/etc/gtk-2.0)
gimli ~ # equery belongs '/etc/gtk/*'
[ Searching for file(s) /etc/gtk/* in *... ]
x11-libs/gtk+-1.2.10-r11 (/etc/gtk)

Note the slightly odd usage. equery appears to only be able to link files to 
packages, not directories.

As for the parent problem, re-quickpkg, then check that the exact version 
being packaged up does in fact contain those files, is the best I can suggest 
off the top of my head.

-- 
Mike Williams
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Web browsers crash when trying to print.

2020-02-16 Thread Neil Bothwick
On Sat, 15 Feb 2020 12:01:36 -0600, Dale wrote:

> root@fireball / # equery list -p x11-libs/gtk+ x11-libs/gtk+
>  * Searching for gtk+ in x11-libs ...
> [IP-] [  ] x11-libs/gtk+-2.24.32-r1:2
> [-P-] [  ] x11-libs/gtk+-3.24.10:3
> [-P-] [  ] x11-libs/gtk+-3.24.11:3
> [IP-] [  ] x11-libs/gtk+-3.24.13:3
> root@fireball / #
> 
> Since there is only one version for gtk-2, I went back a version on
> gtk-3, minor 11.  Now I can print.  Now to mask a buggy version of
> gtk-3. 

https://bugs.gentoo.org/707344


-- 
Neil Bothwick

I typed Format SER: and accidentally killed a telephone operator!


pgpP7VHVvCTYs.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] blocking package can't be found

2008-04-10 Thread tecnic5
On Wed, 2008-04-09 at 19:51 +0200, Uwe Thiem wrote: 
 On Wednesday 09 April 2008, Dale wrote:
  Uwe Thiem wrote:
   Hi folks,
  
   emerge --update world tells me:
   [blocks B ] dev-util/gtk-doc-am (is blocking
   dev-util/gtk-doc-1.8-r2)
  
   emerge --unmerge gtk-doc-am tells me:
   --- Couldn't find 'gtk-doc-am' to unmerge.
  
   So let's be more specific:
   emerge --unmerge =dev-util/gtk-doc-am-1.10 tells me:
   --- Couldn't find '=dev-util/gtk-doc-am-1.10' to unmerge.
  
   Now what?

heh heh!

  Equery list gtk-doc and see what it says is installed.  It may not
  be that exact version.  Ran into something similar a while back.
 
 uwix uwe # equery list gtk-doc-am
 [ Searching for package 'gtk-doc-am' in all categories among: ]
  * installed packages
 uwix uwe # equery list gtk-doc
 [ Searching for package 'gtk-doc' in all categories among: ]
  * installed packages
 [I--] [  ] dev-util/gtk-doc-1.8-r2 (0)
 
 gtk-doc-1.8-r2 is the package that gets blocked, it isn't installed 
 yet..

yes it is!  equery just told you so! 

 More interesting is that the first equery didn't list anything, but 
 the gtk-doc-am ebuild exists:
 uwix uwe # ls /usr/portage/dev-util/gtk-doc-am
 ChangeLog  Manifest  gtk-doc-am-1.10.ebuild  metadata.xml

yes, the ebuild exists, but it's not installed!  Therefore equery didn't
show it to you.

 G. Wanted to let a long compile sesses run overnight - and now 
 this! Conspiracies. All around me. Against my innocent self.

:)

I think it just means gtk-doc-am wants a newer gtk-doc, so it's blocking
the one you have installed.  You need to uninstall gtk-doc, and then you
can install a newer gtk-doc and gtk-doc-am.
-- 
Iain Buchanan iaindb at netspace dot net dot au

Quid me anxius sum?

[ What? Me, worry? ]

-- 
gentoo-user@lists.gentoo.org mailing list


**

Exactly, from gtk-doc-am's ebuild we get:

DEPEND=${RDEPEND}
!=dev-utils/gtk-doc-1.10

That seems gtk-doc-am can't be installed if gtk-doc is older than version 
gtk-doc-1.0 and you seem to be working with gtk-doc-1.8-r2. As Iain 
Buchanan said, uninstall gtk-doc and run everything, that should work.

Abraham

-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] there are no ebuilds to satisfy =x11-libs/gtk+-2.24.19.

2013-10-22 Thread Joseph

I'm tryint to emerge: gtk+-2.24.19 on one of my x86
but I'm getting:
there are no ebuilds to satisfy =x11-libs/gtk+-2.24.19.

I've created manifest in:
ebuild /usr/local/portage/x11-libs/gtk+/gtk+-2.24.19.ebuild manifest
Appending /usr/local/portage to PORTDIR_OVERLAY...

Creating Manifest for /usr/local/portage/x11-libs/gtk+


package.keywords has:
=x11-libs/gtk+-2.24.19 ~x86

--
Joseph



[gentoo-user] emerge of libexif fails

2006-04-13 Thread Ondra Zahradnik
Hello,
please where is mistake in emerging  media-libs/libexif-gtk-0.3.3.
Thanks

gtk-exif-content-list.c: In function `update_foreach_func':
gtk-exif-content-list.c:376: error: too few arguments to function 
`exif_entry_get_value'
gtk-exif-content-list.c: In function `gtk_exif_content_list_add_entry':
gtk-exif-content-list.c:403: error: too few arguments to function 
`exif_entry_get_value'
make[2]: *** [gtk-exif-content-list.lo] Error 1
make[2]: *** Waiting for unfinished jobs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../gtk-extensions 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/libexif -DG_LOG_DOMAIN=\libexif\ 
-Os -mcpu=i686 -pipe -Wall -Wchar-subscripts -Wmissing-declarations 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -c gtk-exif-browser.c -MT 
gtk-exif-browser.lo -MD -MP -MF .deps/gtk-exif-browser.TPlo -o 
gtk-exif-browser.o /dev/null 21
mv -f .libs/gtk-exif-browser.lo gtk-exif-browser.lo
make[2]: Leaving directory 
`/var/tmp/portage/libexif-gtk-0.3.3/work/libexif-gtk-0.3.3/libexif-gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/libexif-gtk-0.3.3/work/libexif-gtk-0.3.3'
make: *** [all] Error 2

!!! ERROR: media-libs/libexif-gtk-0.3.3 failed.
!!! Function src_compile, Line 30, Exitcode 2
!!! (no error message)

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] net-libs/webkit-gtk-2.38.5 and net-libs/webkit-gtk-2.38.5-r500

2023-04-09 Thread thelma

My system pulled IN two versions of webkit-gtk (slot 4 and 5)
net-libs/webkit-gtk-2.38.5
net-libs/webkit-gtk-2.38.5-r500

Running:
equery d =net-libs/webkit-gtk-2.38.5-r500
 * These packages depend on net-libs/webkit-gtk-2.38.5-r500:
app-office/gnucash-4.8 (net-libs/webkit-gtk:4/37)
net-libs/libproxy-0.4.18 (webkit ? net-libs/webkit-gtk:4)

equery d =net-libs/webkit-gtk-2.38.5
 * These packages depend on net-libs/webkit-gtk-2.38.5:
app-office/gnucash-4.8 (net-libs/webkit-gtk:4/37)
net-libs/libproxy-0.4.18 (webkit ? net-libs/webkit-gtk:4)

Which package is pulling IN slotted version?





[gentoo-user] Why do I have both net-libs/webkit-gtk-1.8.1-r200 and net-libs/webkit-gtk-1.8.1-r300?

2012-05-02 Thread Hilco Wijbenga
Hi all,

I ran equery depends on both but it gives me identical results:

centaur ~ # equery depends net-libs/webkit-gtk
 * These packages depend on net-libs/webkit-gtk:
dev-java/swt-3.7.2 (webkit ? =net-libs/webkit-gtk-1.2:2)
gnome-extra/sushi-0.2.1 (net-libs/webkit-gtk:3[introspection])
gnome-extra/zenity-3.2.0 (webkit ? =net-libs/webkit-gtk-1.4.0:3)
media-gfx/gimp-2.6.12 (webkit ? net-libs/webkit-gtk:2)
centaur ~ # equery depends =net-libs/webkit-gtk-1.8.1-r200
 * These packages depend on net-libs/webkit-gtk-1.8.1-r200:
dev-java/swt-3.7.2 (webkit ? =net-libs/webkit-gtk-1.2:2)
gnome-extra/sushi-0.2.1 (net-libs/webkit-gtk:3[introspection])
gnome-extra/zenity-3.2.0 (webkit ? =net-libs/webkit-gtk-1.4.0:3)
media-gfx/gimp-2.6.12 (webkit ? net-libs/webkit-gtk:2)
centaur ~ # equery depends =net-libs/webkit-gtk-1.8.1-r300
 * These packages depend on net-libs/webkit-gtk-1.8.1-r300:
dev-java/swt-3.7.2 (webkit ? =net-libs/webkit-gtk-1.2:2)
gnome-extra/sushi-0.2.1 (net-libs/webkit-gtk:3[introspection])
gnome-extra/zenity-3.2.0 (webkit ? =net-libs/webkit-gtk-1.4.0:3)
media-gfx/gimp-2.6.12 (webkit ? net-libs/webkit-gtk:2)

I unmerged the *-r200 version but it got reinstalled so apparently
something needs it. Can anyone explain this?

Cheers,
Hilco



[gentoo-user] profile 17.0 change and net-libs/webkit-gtk

2017-12-02 Thread Corbin
FYI :

Since the profile change, 2 versions of net-libs/webkit-gtk began
failing to compile.

net-libs/webkit-gtk-2.18.3:4

net-libs/webkit-gtk-2.4.11-r200:2

Both had the same failures. JavaScript support related.

-

net-libs/webkit-gtk-2.4.11-r1:3 did compile.


Corbin






Re: [gentoo-user] Re: Flac - emerge error

2006-10-13 Thread Mick
On Thursday 12 October 2006 22:58, Bo Ørsted Andresen wrote:

 equery check x11-libs/gtk+

Thanks Bo, it seems that I have two of them?

# equery check x11-libs/gtk+
[ Checking x11-libs/gtk+-1.2.10-r12 ]
 * 0 out of 0 files good
[ Checking x11-libs/gtk+-2.8.19 ]
 * 944 out of 944 files good



# genlop gtk+
 * x11-libs/gtk+

 Thu Dec 16 20:12:02 2004  x11-libs/gtk+-1.2.10-r11
 Sat Jan  8 09:22:13 2005  x11-libs/gtk+-2.4.13-r1
 Fri Jan 14 20:35:18 2005  x11-libs/gtk+-2.4.14
 Thu Mar  3 05:02:37 2005  x11-libs/gtk+-2.6.2
 Fri Apr  1 23:07:08 2005  x11-libs/gtk+-2.6.4-r1
 Wed Jun 29 20:54:08 2005  x11-libs/gtk+-2.6.7
 Thu Aug 25 23:27:42 2005  x11-libs/gtk+-2.6.8
 Fri Sep  2 18:42:07 2005  x11-libs/gtk+-2.6.8
 Sun Sep  4 00:01:25 2005  x11-libs/gtk+-2.6.8
 Sun Nov  6 12:02:06 2005  x11-libs/gtk+-2.6.10
 Wed Nov 16 21:42:37 2005  x11-libs/gtk+-2.6.10-r1
 Thu Jan  5 21:25:58 2006  x11-libs/gtk+-2.8.8
 Mon Mar 20 22:39:38 2006  x11-libs/gtk+-2.8.12
 Fri Jul 14 14:32:23 2006  x11-libs/gtk+-2.8.19
 Sat Sep  2 11:23:35 2006  x11-libs/gtk+-1.2.10-r11
 Sun Sep  3 11:10:01 2006  x11-libs/gtk+-2.8.19
 Mon Oct  9 16:46:02 2006  x11-libs/gtk+-1.2.10-r12


And:

# equery depends =x11-libs/gtk+-1.2.10-r12
[ Searching for packages depending on =x11-libs/gtk+-1.2.10-r12... ]
#


Shall I remove gtk+-1.2.10-r12 ?
-- 
Regards,
Mick


pgpbykqMe9PHO.pgp
Description: PGP signature


[gentoo-user] Embeding a Terminal in a GTK Window

2010-03-08 Thread dhk
Is it possible to embed a terminal window in a gtk window?

I want to be able to run a text program as usual, but have it wrapped in
the GTK window so I can scroll output and other stuff to a textview.

Thanks,

dhk



[gentoo-user] Gtk-Message: Failed to load module gnomesegvhandler

2011-10-22 Thread co
# gvim
Gtk-Message: Failed to load module gnomesegvhandler
# chromium
Gtk-Message: Failed to load module gnomesegvhandler
Both of them can work properly,but what's the problem with the warning?


Re: [gentoo-user] net-libs/webkit-gtk-2.40.5-r600 depclean wants to remove

2023-09-14 Thread Michael Orlitzky
On Thu, 2023-09-14 at 08:07 -0400, John Covici wrote:
> HI.  This was a package installed on my last world update, but now
> depclean wants to remove the package.  Isn't it pulled in by gnome or
> other packages?
> 
> Thanks in advance for any suggestions.
> 

The weird -r410 and -r600 versions of webkit-gtk are the same version
of webkit, but they depend on (and link to) different versions of GTK.
We need them because programs that use webkit also use GTK, and they
have to use the *same* version of GTK.

For example. mail-client/evolution requires GTK-3.x and uses webkit-
gtk. As a result, it needs the -r410 version, which depends on gtk-3.x.

On the other hand, www-client/epiphany uses GTK-4.x, so it has to
depend on the -r610 version of webkit-gtk. If it depended on the -r410
version, then when you started epiphany, both GTK-4.x and GTK-3.x would
be loaded into the same process (one via epiphany itself and one via
webkit), and bad things would happen.

tl;dr it's probably safe to trust depclean




[gentoo-user] How do I select a GTK 3 theme?

2011-07-30 Thread Sebastian Pipping
Hello!


I got x11-themes/gtk-engines:3 from the gnome overlay installed so GTK 3
engines are there.  My problem is I don't know how to set a global theme
for GTK 3 (and the default is dead ugly).  If it is file
~/.config/gtk-3.0/settings.ini then I haven't got that to work, yet.

What's your recipe to select GTK 3 themes?
Any quality links or guidance would be great.

Thanks in advance,




Sebastian



[gentoo-user] gtk+ complie error... where do I start?

2005-05-12 Thread Charles Read
Hey everybody!

Loving Gentoo!  Trying to 'emerge mplayer' and the gtk+ package is
complaining with

 Unpacking source...
 Unpacking gtk+-1.2.10.tar.gz to /var/tmp/portage/gtk+-1.2.10-r11/work
 * Applying gtk+-1.2.10-m4.patch ... 
[ ok ]
 * Applying gtk+-1.2.10-r8-gentoo.diff.bz2 ...   
[ ok ]
 * Applying gtk+-1.2-locale_fix.patch ...
[ ok ]
 * Patching ${S}/ltmain.sh ...

 * Portage patch failed to apply (ltmain.sh version 1.3.4)!

!!! ERROR: x11-libs/gtk+-1.2.10-r11 failed.
!!! Function elibtoolize, Line 240, Exitcode 0
!!! Portage patch failed to apply!
!!! If you need support, post the topmost build error, NOT this status
 message.



Is this my problem or a bug?  Can somebody please point me in the right
direction?  Any help is appreciated!!!

Thanks!

Charles


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gtk-vnc build failure

2010-07-14 Thread Blackdream W
MAKEOPTS=-j1 FEATURES=-ccache emerge -1av =net-libs/gtk-vnc-0.4.1


Re: [gentoo-user][SOLVED] Print PDF or PS to file ignores directory selection

2013-10-20 Thread Joseph

On 10/19/13 11:55, Joseph wrote:

After recent upgrade print PDF or PS to file ignores directory selection.

Before, the problem is caused by: x11-libs/gtk+-2.24.16
and downgrade to x11-libs/gtk+-2.24.12 solved the problem or upgrade to 
gtk+-2.24.17 worked as well.

But now, gtk+-2.24.12 is gone and gtk+-2.24.17 is causing the same problem.
What to do?

Unmasking:
gtk+-2.24.21 and gtk+-2.24.22 requires dev-libs/glib-2.36.4-r1 ~amd64 to be 
unmasked.
Once I do that other packages needs to be unmasked.  I don't want to go to far 
this road as this is my stable system.


SOLVED!
Compiling gtk+-2.24.19.ebuild from attic, solves this problem.

--
Joseph



Re: [gentoo-user] Why do I have both net-libs/webkit-gtk-1.8.1-r200 and net-libs/webkit-gtk-1.8.1-r300?

2012-05-02 Thread Canek Peláez Valdés
On Wed, May 2, 2012 at 4:58 PM, Hilco Wijbenga hilco.wijbe...@gmail.com wrote:
 Hi all,

 I ran equery depends on both but it gives me identical results:

 centaur ~ # equery depends net-libs/webkit-gtk
  * These packages depend on net-libs/webkit-gtk:
 dev-java/swt-3.7.2 (webkit ? =net-libs/webkit-gtk-1.2:2)
 gnome-extra/sushi-0.2.1 (net-libs/webkit-gtk:3[introspection])
 gnome-extra/zenity-3.2.0 (webkit ? =net-libs/webkit-gtk-1.4.0:3)
 media-gfx/gimp-2.6.12 (webkit ? net-libs/webkit-gtk:2)
 centaur ~ # equery depends =net-libs/webkit-gtk-1.8.1-r200
  * These packages depend on net-libs/webkit-gtk-1.8.1-r200:
 dev-java/swt-3.7.2 (webkit ? =net-libs/webkit-gtk-1.2:2)
 gnome-extra/sushi-0.2.1 (net-libs/webkit-gtk:3[introspection])
 gnome-extra/zenity-3.2.0 (webkit ? =net-libs/webkit-gtk-1.4.0:3)
 media-gfx/gimp-2.6.12 (webkit ? net-libs/webkit-gtk:2)
 centaur ~ # equery depends =net-libs/webkit-gtk-1.8.1-r300
  * These packages depend on net-libs/webkit-gtk-1.8.1-r300:
 dev-java/swt-3.7.2 (webkit ? =net-libs/webkit-gtk-1.2:2)
 gnome-extra/sushi-0.2.1 (net-libs/webkit-gtk:3[introspection])
 gnome-extra/zenity-3.2.0 (webkit ? =net-libs/webkit-gtk-1.4.0:3)
 media-gfx/gimp-2.6.12 (webkit ? net-libs/webkit-gtk:2)

 I unmerged the *-r200 version but it got reinstalled so apparently
 something needs it. Can anyone explain this?

One uses gtk+-2, the other one gtk+-3. If you use something with
gtk+-3 (e.g., GNOME), it is needed and will be pulled.

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



Re: [gentoo-user] Why do I have both net-libs/webkit-gtk-1.8.1-r200 and net-libs/webkit-gtk-1.8.1-r300?

2012-05-02 Thread Canek Peláez Valdés
On Wed, May 2, 2012 at 5:08 PM, Canek Peláez Valdés can...@gmail.com wrote:
 On Wed, May 2, 2012 at 4:58 PM, Hilco Wijbenga hilco.wijbe...@gmail.com 
 wrote:
 Hi all,

 I ran equery depends on both but it gives me identical results:

 centaur ~ # equery depends net-libs/webkit-gtk
  * These packages depend on net-libs/webkit-gtk:
 dev-java/swt-3.7.2 (webkit ? =net-libs/webkit-gtk-1.2:2)
 gnome-extra/sushi-0.2.1 (net-libs/webkit-gtk:3[introspection])
 gnome-extra/zenity-3.2.0 (webkit ? =net-libs/webkit-gtk-1.4.0:3)
 media-gfx/gimp-2.6.12 (webkit ? net-libs/webkit-gtk:2)
 centaur ~ # equery depends =net-libs/webkit-gtk-1.8.1-r200
  * These packages depend on net-libs/webkit-gtk-1.8.1-r200:
 dev-java/swt-3.7.2 (webkit ? =net-libs/webkit-gtk-1.2:2)
 gnome-extra/sushi-0.2.1 (net-libs/webkit-gtk:3[introspection])
 gnome-extra/zenity-3.2.0 (webkit ? =net-libs/webkit-gtk-1.4.0:3)
 media-gfx/gimp-2.6.12 (webkit ? net-libs/webkit-gtk:2)
 centaur ~ # equery depends =net-libs/webkit-gtk-1.8.1-r300
  * These packages depend on net-libs/webkit-gtk-1.8.1-r300:
 dev-java/swt-3.7.2 (webkit ? =net-libs/webkit-gtk-1.2:2)
 gnome-extra/sushi-0.2.1 (net-libs/webkit-gtk:3[introspection])
 gnome-extra/zenity-3.2.0 (webkit ? =net-libs/webkit-gtk-1.4.0:3)
 media-gfx/gimp-2.6.12 (webkit ? net-libs/webkit-gtk:2)

 I unmerged the *-r200 version but it got reinstalled so apparently
 something needs it. Can anyone explain this?

 One uses gtk+-2, the other one gtk+-3. If you use something with
 gtk+-3 (e.g., GNOME), it is needed and will be pulled.

I meant GNOME 3.

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



Re: [gentoo-user] Something is pulling in gnome-base

2013-12-13 Thread Peter Humphrey
On Friday 13 Dec 2013 07:04:23 Mick wrote:

 I rebuilt kde-utils meta with USE=-cups to find out that umpteen packages
 want to be depcleaned:

---8

 I may leave this until I have more time to look into it.

For comparison, here's the list of packages that would be pulled in if I were 
to rebuild kdeutils-meta with cups:

gnome-base/gnome-common-3.7.4
dev-python/pycurl-7.19.0-r3
x11-libs/xpyb-1.3.1-r2
dev-python/pycairo-1.10.0-r4
dev-python/pygobject-3.8.3
app-text/xmlto-0.0.24-r1
dev-python/dbus-python-1.2.0
dev-python/pycups-1.9.63
app-admin/system-config-printer-common-1.4.3
app-admin/system-config-printer-gnome-1.4.3
kde-base/print-manager-4.11.2
kde-base/kdeutils-meta-4.11.2

No mention of strigi-analyzer or gtk+. Strigi-analyzer isn't installed here 
because nothing depends on it. As for gtk+ :

$ equery d =x11-libs/gtk+-3.8.7
 * These packages depend on x11-libs/gtk+-3.8.7:
app-admin/gkrellm-2.3.5-r2 (X ? x11-libs/gtk+:2)
app-admin/hardinfo-0.5.2_pre20130823 (x11-libs/gtk+:2)
app-crypt/pinentry-0.8.2 (gtk ? x11-libs/gtk+:2)
app-editors/bluefish-2.2.2 (x11-libs/gtk+:3)
app-office/libreoffice-4.1.2.3 (gtk ? =x11-libs/gtk+-2.24:2)
   (gtk3 ? =x11-libs/gtk+-3.2:3)
   (telepathy ? =x11-libs/gtk+-2.24:2)
app-text/ghostscript-gpl-9.05-r1 (gtk ? x11-libs/gtk+:2)
dev-db/libiodbc-3.52.7 (gtk ? x11-libs/gtk+:2)
dev-java/icedtea-bin-6.1.12.7 (X ? =x11-libs/gtk+-2.24:2)
dev-qt/qtgui-4.8.5-r1 (gtkstyle ? x11-libs/gtk+:2[aqua=])
gnome-base/librsvg-2.39.0 (gtk ? =x11-libs/gtk+-2.16:2)
  (tools ? =x11-libs/gtk+-3:3)
gnome-extra/gucharmap-3.8.2 (=x11-libs/gtk+-3.4.0:3[introspection?])
media-gfx/gimp-2.8.6 (=x11-libs/gtk+-2.24.10:2)
media-sound/alsaplayer-0.99.81 (gtk ? =x11-libs/gtk+-2.10:2)
media-video/mjpegtools-2.1.0 (gtk ? x11-libs/gtk+:2)
sci-misc/boinc-7.2.0 (X ? x11-libs/gtk+:2)
sys-apps/lshw-02.16b-r2 (gtk ? x11-libs/gtk+:2)
www-client/chromium-31.0.1650.63 (x11-libs/gtk+:2)
www-client/firefox-24.2.0 (=x11-libs/gtk+-2.8.6:2)
www-client/opera-12.16_p1860 (gtk ? x11-libs/gtk+:2)
www-client/seamonkey-2.22.1 (=x11-libs/gtk+-2.14:2)
(=x11-libs/gtk+-2.8.6:2)
www-plugins/adobe-flash-11.2.202.327 (x11-libs/gtk+:2)
x11-libs/gtk+-3.8.7 (=x11-libs/gtk+-2.24:2)
x11-libs/libnotify-0.7.5-r1 (test ? x11-libs/gtk+:3)
x11-libs/wxGTK-2.8.12.1 (X ? x11-libs/gtk+:2)
(aqua ? =x11-libs/gtk+-2.4[aqua=])

Don't ask me why equery is ignoring the version specifier in the command line. 
As far as I can see, the only packages that should be in that list are librsvg 
and libnotify, both of which only require gtk+:3 if the test USE flag is set, 
which it isn't here. Oh, and bluefish, which seems to need gtk+:3 for its 
printing, which I don't use; and libreoffice, which only pulls it in if you've 
asked for it specifically by setting the gtk3 USE flag.

So it seems to me that you're safe. You could always run revdep-rebuild after 
letting all those packages be stripped out, just to make sure.

HTH.

-- 
Regards
Peter




Re: [gentoo-user] blocking package can't be found

2008-04-10 Thread Alan McKinnon
On Thursday 10 April 2008, Dale wrote:
 Alan McKinnon wrote:
  On Wednesday 09 April 2008, Uwe Thiem wrote:
  Hi folks,
 
  emerge --update world tells me:
  [blocks B ] dev-util/gtk-doc-am (is blocking
  dev-util/gtk-doc-1.8-r2)
 
  emerge --unmerge gtk-doc-am tells me:
  --- Couldn't find 'gtk-doc-am' to unmerge.
 
  So let's be more specific:
  emerge --unmerge =dev-util/gtk-doc-am-1.10 tells me:
  --- Couldn't find '=dev-util/gtk-doc-am-1.10' to unmerge.
 
  emerge -C gtk-doc
 
  Look closely at the error message, it's like one of those optical
  illusions where you don't quite get it first time :-)

 Well said.  I'm still not sure I get it.  I would have went to
 console and unmerged the whole lot and started over.  LOL

hehe, emerge's output can be tricky to parse. Here's the long version:

In this line:
[blocks B ] dev-util/gtk-doc-am (is blocking 
dev-util/gtk-doc-1.8-r2)

everything there comes out of the gtk-doc-am ebuild, including what it's 
not happy with. This specific case says that gtk-doc-1.8-r2 is already 
installed and gtk-doc-am will not merge itself while it's there.

The [blocks B ] bit says that gtk-doc-am is not already installed 
(there isn't an R or U or D there at all) so there is nothing to 
unmerge.

Usually with blockers, you have to unmerge the thing being blocked (in 
brackets on the above line) first. Or, if you don't want that, don't 
merge the main package, or mask it out.

The correct merge approach would be to build a suitable upgraded 
gtk-doc, merge it (which unmerges the old one) and then merge 
gtk-doc-am (on the assumption that gtk-doc-am is happy with the new 
version of gtk-doc). For some reason portage can't do that this time, 
probably build order, so it's telling the user to do it manually and 
try again.

If you want to look deeper into what is going on, the solution is in the 
ebuild. From /var/portage/dev-util/gtk-doc-am/gtk-doc-am-1.10.ebuild:

DEPEND=!=dev-utils/gtk-doc-1.10

Aha, so the only current version that will work is gtk-doc-1.10-r1. This 
was probably revised to accomodate gtk-doc-am.

It gets even better. 
From /var/portage/dev-util/gtk-doc/gtk-doc-1.8-r2.ebuild:
DEPEND=!dev-util/gtk-doc-am

and from /var/portage/dev-util/gtk-doc/gtk-doc-1.10-r1.ebuild:
DEPEND==dev-util/gtk-doc-am-${PV}

Now it all becomes clearer with a little reading between the lines. The 
dev took gtk-doc and split it into two packages, to get the automake 
(-am) stuff into it's own ebuild. But that will mean that gtk-doc-am 
will trash files that gtk-doc put there. This is a collision and 
portage won't do it. It's written to pass the buck to a human 
instead :-)

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] blocking package can't be found

2008-04-10 Thread Dale

Alan McKinnon wrote:

On Thursday 10 April 2008, Dale wrote:
  

Alan McKinnon wrote:


On Wednesday 09 April 2008, Uwe Thiem wrote:
  

Hi folks,

emerge --update world tells me:
[blocks B ] dev-util/gtk-doc-am (is blocking
dev-util/gtk-doc-1.8-r2)

emerge --unmerge gtk-doc-am tells me:
--- Couldn't find 'gtk-doc-am' to unmerge.

So let's be more specific:
emerge --unmerge =dev-util/gtk-doc-am-1.10 tells me:
--- Couldn't find '=dev-util/gtk-doc-am-1.10' to unmerge.


emerge -C gtk-doc

Look closely at the error message, it's like one of those optical
illusions where you don't quite get it first time :-)
  

Well said.  I'm still not sure I get it.  I would have went to
console and unmerged the whole lot and started over.  LOL



hehe, emerge's output can be tricky to parse. Here's the long version:

In this line:
[blocks B ] dev-util/gtk-doc-am (is blocking 
dev-util/gtk-doc-1.8-r2)


everything there comes out of the gtk-doc-am ebuild, including what it's 
not happy with. This specific case says that gtk-doc-1.8-r2 is already 
installed and gtk-doc-am will not merge itself while it's there.


The [blocks B ] bit says that gtk-doc-am is not already installed 
(there isn't an R or U or D there at all) so there is nothing to 
unmerge.


Usually with blockers, you have to unmerge the thing being blocked (in 
brackets on the above line) first. Or, if you don't want that, don't 
merge the main package, or mask it out.


The correct merge approach would be to build a suitable upgraded 
gtk-doc, merge it (which unmerges the old one) and then merge 
gtk-doc-am (on the assumption that gtk-doc-am is happy with the new 
version of gtk-doc). For some reason portage can't do that this time, 
probably build order, so it's telling the user to do it manually and 
try again.


If you want to look deeper into what is going on, the solution is in the 
ebuild. From /var/portage/dev-util/gtk-doc-am/gtk-doc-am-1.10.ebuild:


DEPEND=!=dev-utils/gtk-doc-1.10

Aha, so the only current version that will work is gtk-doc-1.10-r1. This 
was probably revised to accomodate gtk-doc-am.


It gets even better. 
From /var/portage/dev-util/gtk-doc/gtk-doc-1.8-r2.ebuild:

DEPEND=!dev-util/gtk-doc-am

and from /var/portage/dev-util/gtk-doc/gtk-doc-1.10-r1.ebuild:
DEPEND==dev-util/gtk-doc-am-${PV}

Now it all becomes clearer with a little reading between the lines. The 
dev took gtk-doc and split it into two packages, to get the automake 
(-am) stuff into it's own ebuild. But that will mean that gtk-doc-am 
will trash files that gtk-doc put there. This is a collision and 
portage won't do it. It's written to pass the buck to a human 
instead :-)


  



It appears this human is a bit dense.  I !think! I get it but not real 
sure.  May have to read that a few more times.  Sounds like the clue is 
the missing U and D part. 


Thanks

Dale

:-)  :-) 
--

gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] blocking package can't be found

2008-04-10 Thread Iain Buchanan
On Thu, 2008-04-10 at 09:11 +0200, Uwe Thiem wrote:
 On Thursday 10 April 2008, Iain Buchanan wrote:
 
  I think it just means gtk-doc-am wants a newer gtk-doc, so it's
  blocking the one you have installed.  You need to uninstall
  gtk-doc, and then you can install a newer gtk-doc and gtk-doc-am.
 
 It works. Thanks! But I don't understand why. Emerge clearly said that 
 gtk-doc-am blocked gtk-doc, not the other way round. Uh, well...

gtk-doc-am _does_ block gtk-doc.  Since you already have gtk-doc
installed, gtk-doc-am couldn't go ahead.

Often with a blocker, you don't have the blockee already installed.  ie.
blocker-pkg blocks blockee-pkg, and both are required by other
ebuilds...
-- 
Iain Buchanan iaindb at netspace dot net dot au

The magic of our first love is our ignorance that it can ever end.
-- Benjamin Disraeli

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Blocking package is not actually installed [SOLVED]

2008-05-01 Thread Michael Sullivan

On Thu, 2008-05-01 at 22:22 +0100, Neil Bothwick wrote:
 On Thu, 01 May 2008 14:12:38 -0500, Michael Sullivan wrote:
 
  I unmerged gtk-doc and ran my command again.  Now it wants to install
  gtk-doc, but it's still blocked:
  
  catherine ~ # emerge -av =gtk+-2.12.9-r2
  
  These are the packages that would be merged, in order:
  
  Calculating dependencies... done!
  [ebuild  N] dev-util/gtk-doc-1.8-r2  USE=debug doc -emacs 182 kB 
  [ebuild  N] dev-util/gtk-doc-am-1.10-r1  395 kB 
  [ebuild U ] x11-libs/gtk+-2.12.9-r2 [2.12.8] USE=X cups debug doc
  jpeg tiff -vim-syntax -xinerama 15,652 kB 
  [blocks B ] dev-util/gtk-doc-am (is blocking
  dev-util/gtk-doc-1.8-r2)
 
 It looks like you are trying to mix testing and stable packages. On my
 amd64 setup, gtk+-2.12.9-r2 is ~amd64 but gtk-doc-1.8-r2 is amd64. If
 that's the case, adding gtk-doc to package.keywords should resolve this.
 
 

It did.

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] tunning use flag

2006-04-12 Thread Joshua Schmidlkofer
gtk != gnome.  Gnome uses GTK, but so does XFCE, Gimp, Ethereal, etc. 
So, you may not want -gtk and -gtk+ in your main packages.  That said
Gogiel is absolutley correct.

js


On 4/12/06, Gogiel [EMAIL PROTECTED] wrote:
 Pawel K wrote:
  Hello
 
  I'm not sure whether I understand the USE flag
  properly.
 
  I'm using fluxbox as X window manager. I'm not using
  kde and gnome and I'm not interested in those
  packages.
 
  Can I remove support for them in my /etc/make.conf by
  specifying:
  USE=-kde -gnome -qt -gtk -gtk+
 
  Will ethereal work after that changes. It listens to
  gtk flag. Will it be compiled with gtk support ins
  spite of my -gtk specification.
 
  Thank You for help
 
 After that you will be able to use only tethereal.
 If you want to use gtk ethereal
 # echo net-analyzer/ethereal gtk  /etc/portage/package.use

 --
 Jabber: [EMAIL PROTECTED]
 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gtk+ emerge fails

2017-10-06 Thread kamakiri
On Fri, Oct 06, 2017 at 05:30:06PM +, Perry S Glenn wrote:
> 
> Hi,
> 
> gtk+ 2 and 3 both fail to emerge
> glib-compile-resources gtk.gresource.xml \
> --target=gtkresources.c 
> --sourcedir=/var/tmp/portage/x11-libs/gtk+-3.22.16/work/gtk+-3.22.16/gtk 
> --c-name _gtk --generate-source --manual-register
> failed to load 
> "/var/tmp/portage/x11-libs/gtk+-3.22.16/work/gtk+-3.22.16/gtk/theme/Adwaita/assets/bullet-symbolic.symbolic.png":
>  Couldn't recognize the image file format for file 
> '/var/tmp/portage/x11-libs/gtk+-3.22.16/work/gtk+-3.22.16/gtk/theme/Adwaita/assets/bullet-symbolic.symbolic.png
> 
> Anyone else seen this?

Nm shortly after I sent this first mail about this my boxes were unusable so 
much for updating through unencrypted protocol.

gl 



Re: [gentoo-user] gtk+ emerge fails

2017-10-07 Thread R0b0t1
On Fri, Oct 6, 2017 at 9:28 PM,  <kamak...@sdf.org> wrote:
> On Fri, Oct 06, 2017 at 05:30:06PM +, Perry S Glenn wrote:
>>
>> Hi,
>>
>> gtk+ 2 and 3 both fail to emerge
>> glib-compile-resources gtk.gresource.xml \
>> --target=gtkresources.c 
>> --sourcedir=/var/tmp/portage/x11-libs/gtk+-3.22.16/work/gtk+-3.22.16/gtk 
>> --c-name _gtk --generate-source --manual-register
>> failed to load 
>> "/var/tmp/portage/x11-libs/gtk+-3.22.16/work/gtk+-3.22.16/gtk/theme/Adwaita/assets/bullet-symbolic.symbolic.png":
>>  Couldn't recognize the image file format for file 
>> '/var/tmp/portage/x11-libs/gtk+-3.22.16/work/gtk+-3.22.16/gtk/theme/Adwaita/assets/bullet-symbolic.symbolic.png
>>
>> Anyone else seen this?
>
> Nm shortly after I sent this first mail about this my boxes were unusable so 
> much for updating through unencrypted protocol.
>
> gl
>

Do you care to explain?



Re: [gentoo-user] net-libs/webkit-gtk-2.38.5 and net-libs/webkit-gtk-2.38.5-r500

2023-04-09 Thread jul...@jroy.ca
On Sun, 2023-04-09 at 14:37 -0600, the...@sys-concept.com wrote:
> My system pulled IN two versions of webkit-gtk (slot 4 and 5)
> net-libs/webkit-gtk-2.38.5
> net-libs/webkit-gtk-2.38.5-r500
> 
> Running:
> equery d =net-libs/webkit-gtk-2.38.5-r500
>   * These packages depend on net-libs/webkit-gtk-2.38.5-r500:
> app-office/gnucash-4.8 (net-libs/webkit-gtk:4/37)
> net-libs/libproxy-0.4.18 (webkit ? net-libs/webkit-gtk:4)
> 
> equery d =net-libs/webkit-gtk-2.38.5
>   * These packages depend on net-libs/webkit-gtk-2.38.5:
> app-office/gnucash-4.8 (net-libs/webkit-gtk:4/37)
> net-libs/libproxy-0.4.18 (webkit ? net-libs/webkit-gtk:4)
> 
> Which package is pulling IN slotted version?

Looking at the ebuilds for both packages, neither of them depend on the
net-libs/webkit-gtk:5 package.

It seems that `equery d` is not accurate when querying by version when
the packages are slotted. Instead, you should query by slot:
`equery d net-libs/webkit-gtk:5`.

Another option is to use the `emerge` command directly:
`emerge --pretend --verbose --depclean net-libs/webkit-gtk:5`, or,
shorter version: `emerge -pvc net-libs/webkit-gtk:5`

If it returns nothing, then nothing is pulling it in, so either it's
been explicitely installed on your system, or, it will be unmerged when
running `--depclean` the next time.

-- 
Julien


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


[gentoo-user] emerge wants to upgrade gtk+ but it's masked

2016-09-21 Thread Raffaele BELARDI
I have masked >gtk+-3.18.9 due to issues with meld on my system [1],[2].
Today's update wants me to unmask it [3]. Checking the ebuilds, none of 
the packages emerge lists should need a gtk+ higher than gtk+-3.18.9; 
for example the most probable candidate, gcr-3.20.,0 depends only on:
COMMON_DEPEND="
>=app-crypt/p11-kit-0.19
>=dev-libs/glib-2.38:2
>=dev-libs/libgcrypt-1.2.2:0=
>=dev-libs/libtasn1-1:=
>=sys-apps/dbus-1
        gtk? ( >=x11-libs/gtk+-3.12:3[X,introspection?] )
introspection? ( >=dev-libs/gobject-introspection-1.34:= )

Also none of the installed packages needs it [4].

Any way I can convince emerge to proceed with the update without 
unmasking gtk+-3.20.x?

thanks,

raffaele

-

[1] # cat /etc/portage/package.mask
# the last good meld version was linked against x11-libs/gtk+-3.18.6, 
.7, .8, .9
# try masking higher library version
 >x11-libs/gtk+-3.18.9
# higher than this one pulls in x11-libs/gtk+-3.20.x
 >x11-libs/gtksourceview-3.18.3

# eix -I gtk+
[U] x11-libs/gtk+
  Available versions:
  (1)1.2.10-r13
  (2)*2.24.28-r1 2.24.30^t (~)2.24.31^t
  (3)*3.16.7 3.18.9{tbz2} [m](~)3.20.8^t{tbz2} [m](~)3.20.9^t
{X aqua broadway cloudprint colord cups debug examples 
+introspection nls test vim-syntax wayland xinerama ABI_MIPS="n32 n64 
o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32" LINGUAS="az ca 
cs da de el es et eu fi fr ga gl hr hu it ja ko lt nl nn no pl pt pt_BR 
ro ru sk sl sr sv tr uk vi"}
  Installed versions:  2.24.30(2)^t(08:43:17 AM 
08/18/2016)(introspection -aqua -cups -debug -examples -test -vim-syntax 
-xinerama ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" 
ABI_X86="32 -64 -x32") 3.18.9(3){tbz2}(10:20:59 AM 08/10/2016)(X 
introspection -aqua -broadway -cloudprint -colord -cups -debug -examples 
-test -vim-syntax -wayland -xinerama ABI_MIPS="-n32 -n64 -o32" 
ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="32 -64 -x32")


[2] with gtk+-3.20.x the tabs and buttons in meld are drawn without the 
surrounding border line thus it's unusable. I opened a bug on gnome but 
it was rightly dismissed as a packaging system issue 
(https://bugzilla.gnome.org/show_bug.cgi?id=769699).


[3] The following mask changes are necessary to proceed:
  (see "package.unmask" in the portage(5) man page for more details)
# required by app-crypt/gcr-3.20.0::gentoo[gtk]
# required by gnome-base/gvfs-1.28.3-r1::gentoo
# required by x11-libs/libfm-1.2.4::gentoo[automount,udisks]
# required by lxde-base/lxpanel-0.8.2::gentoo
# required by lxde-base/lxde-meta-0.5.5-r5::gentoo
# required by @selected
# required by @world (argument)
# /etc/portage/package.mask:
# the last good meld version was linked against x11-libs/gtk+-3.18.6, 
.7, .8, .9
# try masking higher library version
=x11-libs/gtk+-3.20.9


[4] # equery d x11-libs/gtk+
  * These packages depend on x11-libs/gtk+:
app-crypt/gcr-3.20.0 (gtk ? >=x11-libs/gtk+-3.12:3[X,introspection?])
app-crypt/pinentry-0.9.7-r1 (gtk ? x11-libs/gtk+:2)
app-editors/leafpad-0.8.18.1 (x11-libs/gtk+:2)
app-text/ghostscript-gpl-9.19 (gtk ? x11-libs/gtk+:3)
       (gtk ? x11-libs/gtk+:2)
app-text/gtkspell-2.0.16 (x11-libs/gtk+:2)
dev-java/oracle-jre-bin-1.8.0.102 (javafx ? x11-libs/gtk+:2)
dev-libs/keybinder-0.3.1-r200 (>=x11-libs/gtk+-2.20:2)
dev-libs/libunique-1.1.6-r1 (>=x11-libs/gtk+-2.11:2[introspection?])
dev-python/pygobject-3.20.1 (test ? x11-libs/gtk+:3[introspection])
dev-util/meld-3.16.2 (>=x11-libs/gtk+-3.14:3[introspection])
games-misc/xcowsay-1.3 (x11-libs/gtk+:2)
gnome-base/gvfs-1.28.3-r1 (gtk ? >=x11-libs/gtk+-3.0:3)
gnome-base/libglade-2.6.4-r2 
(>=x11-libs/gtk+-2.24.23:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?])
gnome-base/librsvg-2.40.16 (tools ? >=x11-libs/gtk+-3.10.0:3)
gnome-extra/polkit-gnome-0.105-r1 (x11-libs/gtk+:3)
lxde-base/lxappearance-0.5.5 (x11-libs/gtk+:2)
lxde-base/lxde-common-0.5.5-r3 (x11-libs/gtk+:2)
lxde-base/lxde-icon-theme-0.5.0-r1 (x11-libs/gtk+:2)
lxde-base/lxinput-0.3.2 (x11-libs/gtk+:2)
lxde-base/lxpanel-0.8.1 (x11-libs/gtk+:2)
lxde-base/lxrandr-0.1.2 (x11-libs/gtk+:2)
lxde-base/lxsession-0.5.2 (x11-libs/gtk+:2)
lxde-base/lxtask-0.1.6 (x11-libs/gtk+:2)
lxde-base/lxterminal-0.2.0-r1 (!gtk3 ? x11-libs/gtk+:2)
   (gtk3 ? x11-libs/gtk+:3)
media-gfx/gpicview-0.2.4 (>=x11-libs/gtk+-2.6:2)
media-sound/ario-1.5.1-r1 (>=x11-libs/gtk+-2.16:2)
net-im/pidgin-2.11.0 (gtk ? >=x11-libs/gtk+-2.10:2[aqua=])
sys-devel/gcc-5.4.0 (awt ? =x11-libs/gtk+-2*)
www-client/seamonkey-2.42.3.0_p0 (>=x11-libs/gtk+-2.1

Re: [gentoo-user] emerge wants to upgrade gtk+ but it's masked

2016-09-21 Thread Franz Fellner
Adding "--verbose --tree" to your emerge options probably reveals the offending 
package.
It is likely this is caused by a dependency you have not yet masked.

Meld master already contains fixes for those issues, so hopefully they release 
a fixed
version soon...

On Wed, 21 Sep 2016 10:30:21 +0200, Raffaele BELARDI <raffaele.bela...@st.com> 
wrote:
> I have masked >gtk+-3.18.9 due to issues with meld on my system [1],[2].
> Today's update wants me to unmask it [3]. Checking the ebuilds, none of 
> the packages emerge lists should need a gtk+ higher than gtk+-3.18.9; 
> for example the most probable candidate, gcr-3.20.,0 depends only on:
> COMMON_DEPEND="
> >=app-crypt/p11-kit-0.19
> >=dev-libs/glib-2.38:2
> >=dev-libs/libgcrypt-1.2.2:0=
> >=dev-libs/libtasn1-1:=
> >=sys-apps/dbus-1
> gtk? ( >=x11-libs/gtk+-3.12:3[X,introspection?] )
> introspection? ( >=dev-libs/gobject-introspection-1.34:= )
> 
> Also none of the installed packages needs it [4].
> 
> Any way I can convince emerge to proceed with the update without 
> unmasking gtk+-3.20.x?
> 
> thanks,
> 
> raffaele
> 
> -----
> 
> [1] # cat /etc/portage/package.mask
> # the last good meld version was linked against x11-libs/gtk+-3.18.6, 
> .7, .8, .9
> # try masking higher library version
>  >x11-libs/gtk+-3.18.9
> # higher than this one pulls in x11-libs/gtk+-3.20.x
>  >x11-libs/gtksourceview-3.18.3
> 
> # eix -I gtk+
> [U] x11-libs/gtk+
>   Available versions:
>   (1)1.2.10-r13
>   (2)*2.24.28-r1 2.24.30^t (~)2.24.31^t
>   (3)*3.16.7 3.18.9{tbz2} [m](~)3.20.8^t{tbz2} [m](~)3.20.9^t
> {X aqua broadway cloudprint colord cups debug examples 
> +introspection nls test vim-syntax wayland xinerama ABI_MIPS="n32 n64 
> o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32" LINGUAS="az ca 
> cs da de el es et eu fi fr ga gl hr hu it ja ko lt nl nn no pl pt pt_BR 
> ro ru sk sl sr sv tr uk vi"}
>   Installed versions:  2.24.30(2)^t(08:43:17 AM 
> 08/18/2016)(introspection -aqua -cups -debug -examples -test -vim-syntax 
> -xinerama ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" 
> ABI_X86="32 -64 -x32") 3.18.9(3){tbz2}(10:20:59 AM 08/10/2016)(X 
> introspection -aqua -broadway -cloudprint -colord -cups -debug -examples 
> -test -vim-syntax -wayland -xinerama ABI_MIPS="-n32 -n64 -o32" 
> ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="32 -64 -x32")
> 
> 
> [2] with gtk+-3.20.x the tabs and buttons in meld are drawn without the 
> surrounding border line thus it's unusable. I opened a bug on gnome but 
> it was rightly dismissed as a packaging system issue 
> (https://bugzilla.gnome.org/show_bug.cgi?id=769699).
> 
> 
> [3] The following mask changes are necessary to proceed:
>   (see "package.unmask" in the portage(5) man page for more details)
> # required by app-crypt/gcr-3.20.0::gentoo[gtk]
> # required by gnome-base/gvfs-1.28.3-r1::gentoo
> # required by x11-libs/libfm-1.2.4::gentoo[automount,udisks]
> # required by lxde-base/lxpanel-0.8.2::gentoo
> # required by lxde-base/lxde-meta-0.5.5-r5::gentoo
> # required by @selected
> # required by @world (argument)
> # /etc/portage/package.mask:
> # the last good meld version was linked against x11-libs/gtk+-3.18.6, 
> .7, .8, .9
> # try masking higher library version
> =x11-libs/gtk+-3.20.9
> 
> 
> [4] # equery d x11-libs/gtk+
>   * These packages depend on x11-libs/gtk+:
> app-crypt/gcr-3.20.0 (gtk ? >=x11-libs/gtk+-3.12:3[X,introspection?])
> app-crypt/pinentry-0.9.7-r1 (gtk ? x11-libs/gtk+:2)
> app-editors/leafpad-0.8.18.1 (x11-libs/gtk+:2)
> app-text/ghostscript-gpl-9.19 (gtk ? x11-libs/gtk+:3)
>        (gtk ? x11-libs/gtk+:2)
> app-text/gtkspell-2.0.16 (x11-libs/gtk+:2)
> dev-java/oracle-jre-bin-1.8.0.102 (javafx ? x11-libs/gtk+:2)
> dev-libs/keybinder-0.3.1-r200 (>=x11-libs/gtk+-2.20:2)
> dev-libs/libunique-1.1.6-r1 (>=x11-libs/gtk+-2.11:2[introspection?])
> dev-python/pygobject-3.20.1 (test ? x11-libs/gtk+:3[introspection])
> dev-util/meld-3.16.2 (>=x11-libs/gtk+-3.14:3[introspection])
> games-misc/xcowsay-1.3 (x11-libs/gtk+:2)
> gnome-base/gvfs-1.28.3-r1 (gtk ? >=x11-libs/gtk+-3.0:3)
> gnome-base/libglade-2.6.4-r2 
> (>=x11-libs/gtk+-2.24.23:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?])
> gnome-base/librsvg-2.40.16 (t

Re: [gentoo-user] Why do I have both net-libs/webkit-gtk-1.8.1-r200 and net-libs/webkit-gtk-1.8.1-r300?

2012-05-03 Thread Canek Peláez Valdés
On Thu, May 3, 2012 at 1:58 PM, Hilco Wijbenga hilco.wijbe...@gmail.com wrote:
 On 2 May 2012 15:20, Canek Peláez Valdés can...@gmail.com wrote:
 On Wed, May 2, 2012 at 5:08 PM, Canek Peláez Valdés can...@gmail.com wrote:
 On Wed, May 2, 2012 at 4:58 PM, Hilco Wijbenga hilco.wijbe...@gmail.com 
 wrote:
 Hi all,

 I ran equery depends on both but it gives me identical results:

 centaur ~ # equery depends net-libs/webkit-gtk
  * These packages depend on net-libs/webkit-gtk:
 dev-java/swt-3.7.2 (webkit ? =net-libs/webkit-gtk-1.2:2)
 gnome-extra/sushi-0.2.1 (net-libs/webkit-gtk:3[introspection])
 gnome-extra/zenity-3.2.0 (webkit ? =net-libs/webkit-gtk-1.4.0:3)
 media-gfx/gimp-2.6.12 (webkit ? net-libs/webkit-gtk:2)
 centaur ~ # equery depends =net-libs/webkit-gtk-1.8.1-r200
  * These packages depend on net-libs/webkit-gtk-1.8.1-r200:
 dev-java/swt-3.7.2 (webkit ? =net-libs/webkit-gtk-1.2:2)
 gnome-extra/sushi-0.2.1 (net-libs/webkit-gtk:3[introspection])
 gnome-extra/zenity-3.2.0 (webkit ? =net-libs/webkit-gtk-1.4.0:3)
 media-gfx/gimp-2.6.12 (webkit ? net-libs/webkit-gtk:2)
 centaur ~ # equery depends =net-libs/webkit-gtk-1.8.1-r300
  * These packages depend on net-libs/webkit-gtk-1.8.1-r300:
 dev-java/swt-3.7.2 (webkit ? =net-libs/webkit-gtk-1.2:2)
 gnome-extra/sushi-0.2.1 (net-libs/webkit-gtk:3[introspection])
 gnome-extra/zenity-3.2.0 (webkit ? =net-libs/webkit-gtk-1.4.0:3)
 media-gfx/gimp-2.6.12 (webkit ? net-libs/webkit-gtk:2)

 I unmerged the *-r200 version but it got reinstalled so apparently
 something needs it. Can anyone explain this?

 One uses gtk+-2, the other one gtk+-3. If you use something with
 gtk+-3 (e.g., GNOME), it is needed and will be pulled.

 I meant GNOME 3.

 I'm not running Gnome but I do have various Gnome dependent packages
 installed. So both gtk+-2 and gtk+-3 are installed.

 Unfortunately, I'm finding it hard to determine why I need gtk+-2 (and
 consequently net-libs/webkit-gtk-1.8.1-r200). Running equery depends
 ... gives me identical results and thus does not help. Using emerge
 -vtp or emerge -vetp does not yield useful information either. Any
 ideas?

Use the slot for equery:

equery depends x11-libs/gtk+:2
equery depends x11-libs/gtk+:3

Saludos.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



Re: [gentoo-user] blocking package can't be found

2008-04-09 Thread Iain Buchanan
On Wed, 2008-04-09 at 19:51 +0200, Uwe Thiem wrote: 
 On Wednesday 09 April 2008, Dale wrote:
  Uwe Thiem wrote:
   Hi folks,
  
   emerge --update world tells me:
   [blocks B ] dev-util/gtk-doc-am (is blocking
   dev-util/gtk-doc-1.8-r2)
  
   emerge --unmerge gtk-doc-am tells me:
   --- Couldn't find 'gtk-doc-am' to unmerge.
  
   So let's be more specific:
   emerge --unmerge =dev-util/gtk-doc-am-1.10 tells me:
   --- Couldn't find '=dev-util/gtk-doc-am-1.10' to unmerge.
  
   Now what?

heh heh!

  Equery list gtk-doc and see what it says is installed.  It may not
  be that exact version.  Ran into something similar a while back.
 
 uwix uwe # equery list gtk-doc-am
 [ Searching for package 'gtk-doc-am' in all categories among: ]
  * installed packages
 uwix uwe # equery list gtk-doc
 [ Searching for package 'gtk-doc' in all categories among: ]
  * installed packages
 [I--] [  ] dev-util/gtk-doc-1.8-r2 (0)
 
 gtk-doc-1.8-r2 is the package that gets blocked, it isn't installed 
 yet..

yes it is!  equery just told you so! 

 More interesting is that the first equery didn't list anything, but 
 the gtk-doc-am ebuild exists:
 uwix uwe # ls /usr/portage/dev-util/gtk-doc-am
 ChangeLog  Manifest  gtk-doc-am-1.10.ebuild  metadata.xml

yes, the ebuild exists, but it's not installed!  Therefore equery didn't
show it to you.

 G. Wanted to let a long compile sesses run overnight - and now 
 this! Conspiracies. All around me. Against my innocent self.

:)

I think it just means gtk-doc-am wants a newer gtk-doc, so it's blocking
the one you have installed.  You need to uninstall gtk-doc, and then you
can install a newer gtk-doc and gtk-doc-am.
-- 
Iain Buchanan iaindb at netspace dot net dot au

Quid me anxius sum?

[ What? Me, worry? ]

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] blocking package can't be found

2008-04-09 Thread Uwe Thiem
On Wednesday 09 April 2008, Dale wrote:
 Uwe Thiem wrote:
  Hi folks,
 
  emerge --update world tells me:
  [blocks B ] dev-util/gtk-doc-am (is blocking
  dev-util/gtk-doc-1.8-r2)
 
  emerge --unmerge gtk-doc-am tells me:
  --- Couldn't find 'gtk-doc-am' to unmerge.
 
  So let's be more specific:
  emerge --unmerge =dev-util/gtk-doc-am-1.10 tells me:
  --- Couldn't find '=dev-util/gtk-doc-am-1.10' to unmerge.
 
  Now what?
 
  Uwe

 Equery list gtk-doc and see what it says is installed.  It may not
 be that exact version.  Ran into something similar a while back.

uwix uwe # equery list gtk-doc-am
[ Searching for package 'gtk-doc-am' in all categories among: ]
 * installed packages
uwix uwe # equery list gtk-doc
[ Searching for package 'gtk-doc' in all categories among: ]
 * installed packages
[I--] [  ] dev-util/gtk-doc-1.8-r2 (0)

gtk-doc-1.8-r2 is the package that gets blocked, it isn't installed 
yet..

More interesting is that the first equery didn't list anything, but 
the gtk-doc-am ebuild exists:
uwix uwe # ls /usr/portage/dev-util/gtk-doc-am
ChangeLog  Manifest  gtk-doc-am-1.10.ebuild  metadata.xml

G. Wanted to let a long compile sesses run overnight - and now 
this! Conspiracies. All around me. Against my innocent self.

Uwe

-- 
Informal Linux Group Namibia:
http://www.linux.org.na/
SysEx (Pty) Ltd.:
http://www.SysEx.com.na/
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] gtk 1.2

2005-11-19 Thread Peter Gordon
The GTK+ ebuild is SLOTed, which means that you can install multiple 
versions as needed. If you need GTK+ 1.2, you could try something such 
as:

# emerge =gtk-1.2*

Hope that helps.

--Peter
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - Why does gcc depend on gtk+?

2007-01-08 Thread Paul Varner
On Sun, 2007-01-07 at 22:34 +0100, Bo Ørsted Andresen wrote:
 On Sunday 07 January 2007 20:31, Richard Fish wrote:
   bullet ~ # equery depends gtk+
 
  equery depends is broken.  It shows possible _dependancies_, without
  taking USE flags into account.
 
 Apparently this is finally fixed in svn now. Hopefully it'll be released in 
 ~arch soon... :)
 
 https://bugs.gentoo.org/show_bug.cgi?id=81012
 

This is what the output looks like:

[EMAIL PROTECTED] ~/svnroot-gentoo/gentoolkit/trunk/src/equery $ ./equery 
depends gtk+
[ Searching for packages depending on gtk+... ]
app-editors/gvim-7.0.174 (!aqua  gtk? =x11-libs/gtk+-2.6)
app-text/acroread-7.0.8 (x86? =x11-libs/gtk+-2.0)
app-text/ghostscript-esp-8.15.3-r1 (gtk? =x11-libs/gtk+-2.0)
app-text/gnome-spell-1.0.7-r1 (=x11-libs/gtk+-2.4)
app-text/gtkspell-2.0.11-r1 (=x11-libs/gtk+-2)
...
sys-devel/gcc-4.1.1-r1 (!build  gcj  gtk? =x11-libs/gtk+-2.2)
...

Which tells you that gcc depends upon any version of gtk+ greater than
or equal to gtk+-2.2 if the build USE flag is turned off and the gcj and
gtk USE flags are turned on.

Regards,
Paul

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] GTK fonts

2005-08-07 Thread Tero Grundström

On Sat, 6 Aug 2005, rodrigo ahumada wrote:


El Sáb 06 Ago 2005 22:40, Dave S escribió:


How do I keep my wonderful smooth GTK fonts ?


emerge gtk-theme-switch


Or emerge gtk-chtheme, which is abit better IMO.

--
T.G.

Re: [gentoo-user] Error on gtk thmem: gtk-engines-flat

2011-03-07 Thread Adam Carter
 I got a gtk library error when trying to run a python script.

 # ./st.py
 /usr/bin/python2.7: symbol lookup error:
 /usr/lib/gtk-2.0/2.10.0/engines/libflat.so: undefined symbol:
 gtk_rc_style_get_type


Have you run revdep-rebuild and/or python-updater?


Re: [gentoo-user] blocking package can't be found

2008-04-09 Thread Dale

Uwe Thiem wrote:

Hi folks,

emerge --update world tells me:
[blocks B ] dev-util/gtk-doc-am (is blocking 
dev-util/gtk-doc-1.8-r2)


emerge --unmerge gtk-doc-am tells me:
--- Couldn't find 'gtk-doc-am' to unmerge.

So let's be more specific:
emerge --unmerge =dev-util/gtk-doc-am-1.10 tells me:
--- Couldn't find '=dev-util/gtk-doc-am-1.10' to unmerge.

Now what?

Uwe

  



Equery list gtk-doc and see what it says is installed.  It may not be 
that exact version.  Ran into something similar a while back.


Dale

:-)  :-) 



--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] blocking package can't be found

2008-04-10 Thread Uwe Thiem
On Thursday 10 April 2008, Iain Buchanan wrote:

 I think it just means gtk-doc-am wants a newer gtk-doc, so it's
 blocking the one you have installed.  You need to uninstall
 gtk-doc, and then you can install a newer gtk-doc and gtk-doc-am.

It works. Thanks! But I don't understand why. Emerge clearly said that 
gtk-doc-am blocked gtk-doc, not the other way round. Uh, well...

Uwe

-- 
Informal Linux Group Namibia:
http://www.linux.org.na/
SysEx (Pty) Ltd.:
http://www.SysEx.com.na/
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] blocking package can't be found

2008-04-10 Thread Alan McKinnon
On Wednesday 09 April 2008, Uwe Thiem wrote:
 Hi folks,

 emerge --update world tells me:
 [blocks B ] dev-util/gtk-doc-am (is blocking
 dev-util/gtk-doc-1.8-r2)

 emerge --unmerge gtk-doc-am tells me:
 --- Couldn't find 'gtk-doc-am' to unmerge.

 So let's be more specific:
 emerge --unmerge =dev-util/gtk-doc-am-1.10 tells me:
 --- Couldn't find '=dev-util/gtk-doc-am-1.10' to unmerge.

emerge -C gtk-doc

Look closely at the error message, it's like one of those optical 
illusions where you don't quite get it first time :-)


-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] change the fonts of gtk application

2006-01-08 Thread Holly Bostick
Marco Calviani schreef:
 Hi list,
i'm using the KDE desktop environment without gnome support.
 However i'm using gtk application as, for example, firefox.
 How is it possible to change the font types and maybe the sizes of gtk
 applications?
 
 Best regards,
 MC
 
Yes; you can either:

1. emerge gtk-chtheme, a small utility to specify the GTK theme and
fonts; and/or

2. emerge gtk-engines-qt, which will allow you to tell GTK apps-- via
the KDE control center-- to use a KDE theme and font.

Hope this helps,
Holly


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] change the fonts of gtk application

2006-01-08 Thread Marco Calviani
Hi,
  many thanks for this info. I've succeeded in changing it.

Regards,
MC

2006/1/8, Holly Bostick [EMAIL PROTECTED]:
 Marco Calviani schreef:
  Hi list,
 i'm using the KDE desktop environment without gnome support.
  However i'm using gtk application as, for example, firefox.
  How is it possible to change the font types and maybe the sizes of gtk
  applications?
 
  Best regards,
  MC
 
 Yes; you can either:

 1. emerge gtk-chtheme, a small utility to specify the GTK theme and
 fonts; and/or

 2. emerge gtk-engines-qt, which will allow you to tell GTK apps-- via
 the KDE control center-- to use a KDE theme and font.

 Hope this helps,
 Holly


 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] tunning use flag

2006-04-12 Thread Gogiel
Pawel K wrote:
 Hello
 
 I'm not sure whether I understand the USE flag
 properly.
 
 I'm using fluxbox as X window manager. I'm not using
 kde and gnome and I'm not interested in those
 packages.
 
 Can I remove support for them in my /etc/make.conf by
 specifying:
 USE=-kde -gnome -qt -gtk -gtk+
 
 Will ethereal work after that changes. It listens to
 gtk flag. Will it be compiled with gtk support ins
 spite of my -gtk specification.
 
 Thank You for help
 
After that you will be able to use only tethereal.
If you want to use gtk ethereal
# echo net-analyzer/ethereal gtk  /etc/portage/package.use

-- 
Jabber: [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Error on gtk thmem: gtk-engines-flat

2011-03-09 Thread walt

On 03/08/2011 07:27 PM, du yang wrote:
 

At last, the problem is still there. so I suspect it may be a problem for 
gtk-engines-flat itself.



I think the gtk-engines-flat package is broken (now that I've installed it).

#ldd  /usr/lib/gtk-2.0/2.10.0/engines/libflat.so
linux-gate.so.1 =  (0xb7759000)
libc.so.6 = /lib/libc.so.6 (0xb75cf000)
/lib/ld-linux.so.2 (0xb775a000)

You can tell at a glance that none of those three libraries is going to define
a 'gtk' symbol.  All of the other libs in that directory are linked to dozens
of X and gtk-related libraries, and I think libflat.so should be linked in a
similar way.





[gentoo-user] GTK+ HTML5 broadway

2011-10-04 Thread Michal Sroka

Hello,
I would like to run my gtk applications over web-browser using Alexander Larsson's 
gtk+ broadway option http://blogs.gnome.org/alexl/2010/11/23/gtk3-vs-html5/ 
http://blogs.gnome.org/alexl/2010/11/23/gtk3-vs-html5/
1 Have you got any experience with this on gentoo?
2 How can I specify, if to run my application (e.g. gnome-calculator) over gtk+ 
3 or my stable gtk+ version?
3 I can't see any enable-broadway option in gtk+ portage install options. Do 
I have to compile gtk+ 3 from source?
Thank you for any help.
Regards,
Michal



[gentoo-user] Print PDF or PS to file ignores directory selection

2013-10-19 Thread Joseph
After recent upgrade print PDF or PS to file ignores directory selection. 


Before, the problem is caused by: x11-libs/gtk+-2.24.16
and downgrade to x11-libs/gtk+-2.24.12 solved the problem or upgrade to 
gtk+-2.24.17 worked as well.

But now, gtk+-2.24.12 is gone and gtk+-2.24.17 is causing the same problem. 
What to do?


Unmasking:
gtk+-2.24.21 and gtk+-2.24.22 requires dev-libs/glib-2.36.4-r1 ~amd64 to be 
unmasked.
Once I do that other packages needs to be unmasked.  I don't want to go to far this road as this is my stable system. 


--
Joseph



[gentoo-user] gtk+-2.6.4 automake missing

2005-06-14 Thread stefan riha
Hello!
I tried to emerge gimp, causing the following error
message:

 Unpacking gtk+-2.6.4.tar.bz2 to
/var/tmp/portage/gtk+-2.6.4-r1/work
 Unpacking gtk+-2.6-smoothscroll-r2.patch to
/var/tmp/portage/gtk+-2.6.4-r1/work
unpack gtk+-2.6-smoothscroll-r2.patch: file format not
recognized. Ignoring.
  [32;01m* [0m Applying
gtk+-2.2.1-disable_icons_smooth_alpha.patch ...
 [A [-7G   [34;01m[  [32;01mok [34;01m ] [0m
  [32;01m* [0m Applying gtk+-2.6-smoothscroll-r2.patch
...
 [A [-7G   [34;01m[  [32;01mok [34;01m ] [0m
  [32;01m* [0m Applying
gtk+-2.6.4-bmp_reject_corrupt.patch ...
 [A [-7G   [34;01m[  [32;01mok [34;01m ] [0m
am-wrapper: /usr/bin/automake-1.7 is missing or not
executable.
Please try emerging the correct version of
automake.

!!! ERROR: x11-libs/gtk+-2.6.4-r1 failed.
!!! Function src_unpack, Line 62, Exitcode 1
!!! (no error message)
!!! If you need support, post the topmost build error,
NOT this status message.


What can I do?
Thanks,
 --Stefan






___ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Unable to establish python symlink

2007-01-19 Thread Mick
As I was unmerging dev-python/pygtk-2.10.3 I got this:
=
 * Cleaning orphaned Python bytecode from /usr/lib/python2.3/site-packages ..
 * Cleaning orphaned Python bytecode from /usr/lib/python2.4/site-packages ..
 * Purging /usr/lib/python2.4/site-packages/gtk-2.0/gtk/_lazyutils.py[co]
 * Purging /usr/lib/python2.4/site-packages/gtk-2.0/gtk/compat.py[co]
 * Purging /usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py[co]
 * Purging /usr/lib/python2.4/site-packages/gtk-2.0/gtk/keysyms.py[co]
 * Purging /usr/lib/python2.4/site-packages/gtk-2.0/gtk/deprecation.py[co]
 * Unable to establish /usr/lib/python2.4/site-packages/pygtk.py symlink
 * Unable to establish /usr/lib/python2.4/site-packages/pygtk.pth symlink
 Regenerating /etc/ld.so.cache...
=

Is there a need for a manual intervention regarding the symlink message above?  
Should I ignore it?

-- 
Regards,
Mick


pgpjRfELgCCsz.pgp
Description: PGP signature


[gentoo-user] webkit-gtk-2.2.6 - ERROR: compile

2014-06-09 Thread Joseph

I have a problem with compiling: webkit-gtk-2.2.6

...
Running automake --add-missing --copy --foreign --force-missing ...
Fixing OMF Makefiles ...
Disabling deprecation warnings ...
ERROR: compile
ERROR: net-libs/webkit-gtk-2.2.6::gentoo failed (compile phase):
 emake failed

If you need support, post the output of `emerge --info 
'=net-libs/webkit-gtk-2.2.6::gentoo'`,
the complete build log and the output of `emerge -pqv 
'=net-libs/webkit-gtk-2.2.6::gentoo'`.
The complete build log is located at 
'/var/log/portage/net-libs:webkit-gtk-2.2.6:20140609-125952.log'.
For convenience, a symlink to the build log is located at 
'/var/tmp/portage/net-libs/webkit-gtk-2.2.6/temp/build.log'.
The ebuild environment file is located at 
'/var/tmp/portage/net-libs/webkit-gtk-2.2.6/temp/environment'.
Working directory: 
'/var/tmp/portage/net-libs/webkit-gtk-2.2.6/work/webkitgtk-2.2.6'
S: '/var/tmp/portage/net-libs/webkit-gtk-2.2.6/work/webkitgtk-2.2.6'

--
Joseph



Re: [gentoo-user] Anjuta - Segmentation Fault

2017-07-07 Thread Alexander Kapshuk
On Fri, Jul 7, 2017 at 2:14 PM, Hogren <hog...@iiiha.com> wrote:
> Hello !
>
>
> I try to develop with Anjuta.
>
> When I run it, many times it works, many times it won't to start.
>
> I have a lot of WARNING, and several CRITICAL messages :
>
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :2:30: The
> style property GtkWidget:focus-line-width is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :3:27: The
> style property GtkWidget:focus-padding is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): GLib-GObject-CRITICAL **:
> g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :2:28: The
> style property GtkButton:default-border is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :3:36: The
> style property GtkButton:default-outside-border is deprecated and
> shouldn't be used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :4:25: The
> style property GtkButton:inner-border is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :5:30: The
> style property GtkWidget:focus-line-width is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :6:27: The
> style property GtkWidget:focus-padding is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **:
> (/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
> runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
>
> (anjuta:5134): GLib-GObject-CRITICAL **:
> g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed
>
> (anjuta:5134): GLib-GObject-CRITICAL **:
> g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed
>
> (anjuta:5134): GLib-GObject-CRITICAL **:
> g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed
>
> (anjuta:5134): Gtk-WARNING **:
> (/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
> runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
>
> (anjuta:5134): Gtk-WARNING **:
> (/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
> runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
>
> (anjuta:5134): Gtk-WARNING **:
> (/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
> runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :11:31: The
> style property GtkButton:default-border is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :12:39: The
> style property GtkButton:default-outside-border is deprecated and
> shouldn't be used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :13:29: The
> style property GtkButton:inner-border is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :27:30: The
> style property GtkComboBox:arrow-size is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :32:31: The
> style property GtkButton:default-border is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :33:39: The
> style property GtkButton:default-outside-border is deprecated and
> shouldn't be used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :34:29: The
> style property GtkButton:inner-border is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :38:30: The
> style property GtkToolbar:shadow-type is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :45:30: The
> style property GtkToolbar:shadow-type 

[gentoo-user] Anjuta - Segmentation Fault

2017-07-07 Thread Hogren
Hello !


I try to develop with Anjuta.

When I run it, many times it works, many times it won't to start.

I have a lot of WARNING, and several CRITICAL messages :


(anjuta:5134): Gtk-WARNING **: Theme parsing error: :2:30: The
style property GtkWidget:focus-line-width is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :3:27: The
style property GtkWidget:focus-padding is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): GLib-GObject-CRITICAL **:
g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :2:28: The
style property GtkButton:default-border is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :3:36: The
style property GtkButton:default-outside-border is deprecated and
shouldn't be used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :4:25: The
style property GtkButton:inner-border is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :5:30: The
style property GtkWidget:focus-line-width is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :6:27: The
style property GtkWidget:focus-padding is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **:
(/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)

(anjuta:5134): GLib-GObject-CRITICAL **:
g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed

(anjuta:5134): GLib-GObject-CRITICAL **:
g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed

(anjuta:5134): GLib-GObject-CRITICAL **:
g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed

(anjuta:5134): Gtk-WARNING **:
(/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)

(anjuta:5134): Gtk-WARNING **:
(/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)

(anjuta:5134): Gtk-WARNING **:
(/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :11:31: The
style property GtkButton:default-border is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :12:39: The
style property GtkButton:default-outside-border is deprecated and
shouldn't be used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :13:29: The
style property GtkButton:inner-border is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :27:30: The
style property GtkComboBox:arrow-size is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :32:31: The
style property GtkButton:default-border is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :33:39: The
style property GtkButton:default-outside-border is deprecated and
shouldn't be used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :34:29: The
style property GtkButton:inner-border is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :38:30: The
style property GtkToolbar:shadow-type is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :45:30: The
style property GtkToolbar:shadow-type is deprecated and shouldn't be
used anymore. It will be removed in a future version
GladeUI-Message: 1 missing displayable value for GtkWidget::events
GladeUI-Message: No displayable values for property GtkMenu::anchor-hints
GladeUI-Message: 1 missing displayable value for
GtkAboutDialog::license-type
GladeUI-Message: 1 missing displayable value for
AnjutaVcsStatusTreeView::status-codes
GladeUI-Message: No displayable values for property GdauiGrid::info-flags
GladeUI-Message: No displayable values for property GdauiLogin::mode
GladeUI-Mess

Re: [gentoo-user] Anjuta - Segmentation Fault

2017-07-07 Thread Hogren


On 07/07/2017 13:25, Alexander Kapshuk wrote:
> On Fri, Jul 7, 2017 at 2:14 PM, Hogren <hog...@iiiha.com> wrote:
>> Hello !
>>
>>
>> I try to develop with Anjuta.
>>
>> When I run it, many times it works, many times it won't to start.
>>
>> I have a lot of WARNING, and several CRITICAL messages :
>>
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :2:30: The
>> style property GtkWidget:focus-line-width is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :3:27: The
>> style property GtkWidget:focus-padding is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): GLib-GObject-CRITICAL **:
>> g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :2:28: The
>> style property GtkButton:default-border is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :3:36: The
>> style property GtkButton:default-outside-border is deprecated and
>> shouldn't be used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :4:25: The
>> style property GtkButton:inner-border is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :5:30: The
>> style property GtkWidget:focus-line-width is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :6:27: The
>> style property GtkWidget:focus-padding is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **:
>> (/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
>> runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
>>
>> (anjuta:5134): GLib-GObject-CRITICAL **:
>> g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed
>>
>> (anjuta:5134): GLib-GObject-CRITICAL **:
>> g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed
>>
>> (anjuta:5134): GLib-GObject-CRITICAL **:
>> g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed
>>
>> (anjuta:5134): Gtk-WARNING **:
>> (/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
>> runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
>>
>> (anjuta:5134): Gtk-WARNING **:
>> (/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
>> runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
>>
>> (anjuta:5134): Gtk-WARNING **:
>> (/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
>> runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :11:31: The
>> style property GtkButton:default-border is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :12:39: The
>> style property GtkButton:default-outside-border is deprecated and
>> shouldn't be used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :13:29: The
>> style property GtkButton:inner-border is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :27:30: The
>> style property GtkComboBox:arrow-size is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :32:31: The
>> style property GtkButton:default-border is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :33:39: The
>> style property GtkButton:default-outside-border is deprecated and
>> shouldn't be used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :34:29: The
>> style property GtkButton:inner-b

Re: [gentoo-user] x11-libs/guile-gtk-2.1-r3 fails to compile

2019-05-06 Thread Dale
Neil Bothwick wrote:
> On Sun, 5 May 2019 21:22:16 -0500, Dale wrote:
>
>> This package has been in the rebuild list for about a month or longer. 
>> I kept thinking at some point I would sync and there would be a fix but
>> since it has been a while, maybe it is just me.  Below is the error from
>> a little ways before error 1.  It should be enough but if the rest is
>> needed, I will be glad to post it or email it off list, since it does
>> have some size to it.  Just let me know what is needed. 
> The first occurrence of "error" in here is when it returns from error 1,
> so the preceding lines are probably from a parallel job that was still
> running after the error occurred.
>
> Try emerging it with MAKEOPTS="-j1" so you only see the output from the
> problem area at the end of the log.
>
>


Well, trying that was worth a shot anyway.  Sometimes it does fix some
problems, although it might still be a bug.  However, in this case, I
don't think anything really changed.  It looks like the same error
again.  I copied, going backwards, from the error 1, first mention of
it, and then went back up about 70 lines or so.  One may want to read it
from bottom to top.  Honestly, I can't see that anything failed but
something seems to have failed, somewhere.  Here is the error while
running with -j1:


/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:2660:15:
warning: implicit declaration of function ‘SCM_INUM’; did you mean
‘SCM_INUM0’? [-Wimplicit-function-declaration]
   ret.flags = SCM_INUM (SCM_CADR (entry));
       ^~~~
   SCM_INUM0
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
     from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
     from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
     from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
     from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
     from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
 from /usr/include/gtk-2.0/gtk/gtk.h:33,
 from
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:26:
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:
In function ‘sgtk_find_object_info_from_type’:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:243:31: warning: passing
argument 1 of ‘sgtk_find_object_info’ discards ‘const’ qualifier from
pointer target type [-Wdiscarded-qualifiers]
 #define gtk_type_name(type)   g_type_name (type)
       ^~
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:2688:33:
note: in expansion of macro ‘gtk_type_name’
   return sgtk_find_object_info (gtk_type_name (type));
         ^
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:2678:19:
note: expected ‘char *’ but argument is of type ‘const gchar *’ {aka
‘const char *’}
 sgtk_object_info *sgtk_find_object_info (char *name);
       ^
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:
In function ‘sgtk_gtk_object_new’:
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:2895:3:
warning: ‘g_object_newv’ is deprecated: Use
'g_object_new_with_properties' instead [-Wdeprecated-declarations]
   obj = g_object_newv (type, n_params, params);
   ^~~
In file included from /usr/include/glib-2.0/gobject/gbinding.h:29,
 from /usr/include/glib-2.0/glib-object.h:23,
 from /usr/include/glib-2.0/gio/gioenums.h:28,
 from /usr/include/glib-2.0/gio/giotypes.h:28,
         from /usr/include/glib-2.0/gio/gio.h:26,
 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
         from /usr/include/gtk-2.0/gdk/gdk.h:32,
 from /usr/include/gtk-2.0/gtk/gtk.h:32,
 from
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:26:
/usr/include/glib-2.0/gobject/gobject.h:428:13: note: declared here
 gpointer    g_object_newv    (GType   object_type,
 ^
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:
In function ‘sgtk_signal_emit’:
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:3090:31:
warning: passing argument 1 of ‘scm_cons’ makes pointer from integer
without a cast [-Wint-conversion]
 scm_cons (scm_makfrom0str (name), SCM_EOL));
   ^~
In file included from /usr/include/guile/2.2/libguile.h:81,
 from
/var/tmp/portage/x11-libs/guile-gtk-2.1-r3/work/guile-gtk-2.1/guile-gtk.c:30:
/usr/include/guile/2.2/libguile/pairs.h:130:15: note: expected ‘SCM’
{aka ‘struct scm_unused_struct *’} but argumen

Re: [gentoo-user] gtk-sharp or glade-sharp : what to do

2008-12-03 Thread Florian Philipp

Helmut Jarausch schrieb:

Hi,

some packages need gtk-sharp, others glade-sharp and 
mono-tools needs both.


But gtk-sharp-2.12.6-r1 has a negative dependency on
glade-sharp.

So, one cannot install both.

Who cuts this Gordian knot?

Helmut.


gtk-sharp-2.10 doesn't block glade-sharp.
simply do:
echo 'gtk-sharp-2.10.2'  /etc/portage/package.mask



[gentoo-user] gtk+ file size mistmatch

2006-07-18 Thread Kumar Golap

I am having trouble to emerge gtk+ and the file size is way much
larger than expected ...

I am on an amd64 architcture

Thanks
Kumar


Calculating dependencies... done!

Emerging (1 of 67) x11-libs/gtk+-2.8.19 to /
checking ebuild checksums ;-)
checking auxfile checksums ;-)
checking miscfile checksums ;-)
checking gtk+-2.8.19.tar.bz2

!!! Digest verification failed:
!!! /usr/portage/distfiles/gtk+-2.8.19.tar.bz2
!!! Reason: Filesize does not match recorded size
!!! Got: 12303676
!!! Expected: 313941
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why do I have both net-libs/webkit-gtk-1.8.1-r200 and net-libs/webkit-gtk-1.8.1-r300?

2012-05-03 Thread Hilco Wijbenga
On 2 May 2012 15:20, Canek Peláez Valdés can...@gmail.com wrote:
 On Wed, May 2, 2012 at 5:08 PM, Canek Peláez Valdés can...@gmail.com wrote:
 On Wed, May 2, 2012 at 4:58 PM, Hilco Wijbenga hilco.wijbe...@gmail.com 
 wrote:
 Hi all,

 I ran equery depends on both but it gives me identical results:

 centaur ~ # equery depends net-libs/webkit-gtk
  * These packages depend on net-libs/webkit-gtk:
 dev-java/swt-3.7.2 (webkit ? =net-libs/webkit-gtk-1.2:2)
 gnome-extra/sushi-0.2.1 (net-libs/webkit-gtk:3[introspection])
 gnome-extra/zenity-3.2.0 (webkit ? =net-libs/webkit-gtk-1.4.0:3)
 media-gfx/gimp-2.6.12 (webkit ? net-libs/webkit-gtk:2)
 centaur ~ # equery depends =net-libs/webkit-gtk-1.8.1-r200
  * These packages depend on net-libs/webkit-gtk-1.8.1-r200:
 dev-java/swt-3.7.2 (webkit ? =net-libs/webkit-gtk-1.2:2)
 gnome-extra/sushi-0.2.1 (net-libs/webkit-gtk:3[introspection])
 gnome-extra/zenity-3.2.0 (webkit ? =net-libs/webkit-gtk-1.4.0:3)
 media-gfx/gimp-2.6.12 (webkit ? net-libs/webkit-gtk:2)
 centaur ~ # equery depends =net-libs/webkit-gtk-1.8.1-r300
  * These packages depend on net-libs/webkit-gtk-1.8.1-r300:
 dev-java/swt-3.7.2 (webkit ? =net-libs/webkit-gtk-1.2:2)
 gnome-extra/sushi-0.2.1 (net-libs/webkit-gtk:3[introspection])
 gnome-extra/zenity-3.2.0 (webkit ? =net-libs/webkit-gtk-1.4.0:3)
 media-gfx/gimp-2.6.12 (webkit ? net-libs/webkit-gtk:2)

 I unmerged the *-r200 version but it got reinstalled so apparently
 something needs it. Can anyone explain this?

 One uses gtk+-2, the other one gtk+-3. If you use something with
 gtk+-3 (e.g., GNOME), it is needed and will be pulled.

 I meant GNOME 3.

I'm not running Gnome but I do have various Gnome dependent packages
installed. So both gtk+-2 and gtk+-3 are installed.

Unfortunately, I'm finding it hard to determine why I need gtk+-2 (and
consequently net-libs/webkit-gtk-1.8.1-r200). Running equery depends
... gives me identical results and thus does not help. Using emerge
-vtp or emerge -vetp does not yield useful information either. Any
ideas?



Re: [gentoo-user] How do I select a GTK 3 theme?

2011-08-02 Thread Sebastian Pipping
I played a bit more and found out a few bits:

 - Changing Style in XFCE's appearance switches the theme
   for both GTK+ 2.x and 3.x, no matter what key gtk-theme-name
   of /etc/gtk-3.0/settings.ini and ~/.config/gtk-3.0/settings.ini say
   though these files are read according to strace

 - The GTK+ 3.0 engine for Clearlooks (libclearlooks.so) seems to be
   provided by both

 A) x11-themes/gtk-engines-clearlooks-2.91.5 (gnome overlay)
 B) x11-themes/gtk-engines-2.91.1 (gnome overlay)

   at different locations:

 A) /usr/lib64/gtk-3.0/theming-engines/libclearlooks.so
 B) /usr/lib64/gtk-3.0/3.0.0/engines/libclearlooks.so

   GTK seems to looks for (A) only according to strace.

 - Neither package A nor B provide a file

 /usr/share/themes/Clearlooks/gtk-3.0/gtk.css

   which is required to even activate the Clearlooks engine.
   To active the engine, put the line

 * { engine: clearlooks; }

   in.  Expect this to look ugly.

 - By putting

 [Settings]
 gtk-theme-name = Clearlooks

   into /usr/share/themes/Clearlooks/gtk-3.0/settings.ini
   you can produce endless loops.  Nice!

From a workaround perspective the most interesting question to me is:
where do I get (default or good looking) CSS files for GTK+ 3.0 Clearlooks.

Best,



Sebastian



Re: [SOLVED] Re: [gentoo-user] Sound not sounding

2022-03-25 Thread Peter Humphrey
On Friday, 25 March 2022 09:31:44 GMT Peter Humphrey wrote:
> I went through Jack's points one by one and answered each of them as I went.
> I got almost to the end before finding the answer. Jump straight to the end
> if you just want to see the fix, or read on for the detail.

Hey, not so fast! In fact I have to rm -r ~/.config/pulse && pulseaudio -k 
after every login.

Next step. Find out what .config files change at login. I did that with a seven-
step procedure which I won't repeat because I've now found that starting the 
streaming of audio in Firefox kills the audio: I have to reset pulseaudio 
AFTER starting the audio stream.

So, is it reboot or Firefox that's making the mess?

-- 
Regards,
Peter.
./.config
./.config/ksmserverrc
./.config/gtk-3.0
./.config/gtk-3.0/settings.ini
./.config/plasma-org.kde.plasma.desktop-appletsrc
./.config/konsolerc
./.config/kmail2rc
./.config/session
./.config/session/dolphin_dolphin_dolphin
./.config/session/dolphin_107773746e00016475917700034170008_1648224092_236226
./.config/session/kwin_saved at previous logout_
./.config/session/konsole_107773746e00016475902050034210011_1648224092_236184
./.config/session/konsole_107773746e00016475901940034210010_1648224092_236177
./.config/session/konsole_107773746e00016475902090034210012_1648224092_236194
./.config/session/kmail2_107773746e00016482235270034280010_1648224092_236219
./.config/korgacrc
./.config/pulse/09f8662ffb03d6d3bbe6f03d60a793dd-stream-volumes.gdbm
./.config/akonadi
./.config/akonadi/agent_config_akonadi_birthdays_resource_changes.dat
./.config/akonadi/agent_config_akonadi_unifiedmailbox_agent_changes.dat
./.config/akonadi/agent_config_akonadi_contacts_resource_0_changes.dat
./.config/akonadi/agent_config_akonadi_migration_agent_changes.dat
./.config/akonadi/agent_config_akonadi_maildispatcher_agent_changes.dat
./.config/akonadi/agent_config_akonadi_maildir_resource_0_changes.dat
./.config/akonadi/agent_config_akonadi_ical_resource_0_changes.dat
./.config/akonadi/agent_config_akonadi_imap_resource_0_changes.dat
./.config/akonadi/agent_config_akonadi_archivemail_agent_changes.dat
./.config/akonadi/agent_config_akonadi_akonotes_resource_0_changes.dat
./.config/akonadi/agent_config_akonadi_notes_agent_changes.dat
./.config
./.config/kwinrc
./.config/dolphinrc
./.config/gtk-3.0
./.config/gtk-3.0/window_decorations.css
./.config/gtk-3.0/assets
./.config/gtk-3.0/assets/maximized-active.svg
./.config/gtk-3.0/assets/close-active.svg
./.config/gtk-3.0/assets/close-normal.svg
./.config/gtk-3.0/assets/maximized-backdrop-normal.svg
./.config/gtk-3.0/assets/close-hover.svg
./.config/gtk-3.0/assets/minimize-normal.svg
./.config/gtk-3.0/assets/minimize-backdrop-normal.svg
./.config/gtk-3.0/assets/maximized-normal.svg
./.config/gtk-3.0/assets/minimize-backdrop-active.svg
./.config/gtk-3.0/assets/minimize-active.svg
./.config/gtk-3.0/assets/maximize-hover.svg
./.config/gtk-3.0/assets/maximized-backdrop-hover.svg
./.config/gtk-3.0/assets/close-backdrop-active.svg
./.config/gtk-3.0/assets/maximized-hover.svg
./.config/gtk-3.0/assets/close-backdrop-hover.svg
./.config/gtk-3.0/assets/minimize-backdrop-hover.svg
./.config/gtk-3.0/assets/maximize-backdrop-hover.svg
./.config/gtk-3.0/assets/maximize-backdrop-normal.svg
./.config/gtk-3.0/assets/maximize-backdrop-active.svg
./.config/gtk-3.0/assets/maximize-normal.svg
./.config/gtk-3.0/assets/maximize-active.svg
./.config/gtk-3.0/assets/minimize-hover.svg
./.config/gtk-3.0/assets/close-backdrop-normal.svg
./.config/gtk-3.0/assets/maximized-backdrop-active.svg
./.config/gtk-3.0/gtk.css
./.config/gtk-3.0/colors.css
./.config/gtk-3.0/settings.ini
./.config/libaccounts-glib/accounts.db-shm
./.config/konsolerc
./.config/kglobalshortcutsrc
./.config/session
./.config/session/konsole_107773746e00016475902050034210011_1648224182_583937
./.config/session/konsole_107773746e00016475902050034210011_1648224092_236184
./.config/session/konsole_107773746e00016475901940034210010_1648224182_469308
./.config/session/konsole_107773746e00016475901940034210010_1648224092_236177
./.config/session/konsole_107773746e00016475902090034210012_1648224182_506505
./.config/session/dolphin_107773746e00016475917700034170008_1648224182_803306
./.config/session/konsole_107773746e00016475902090034210012_1648224092_236194
./.config/gtkrc-2.0
./.config/gtkrc
./.config/xsettingsd
./.config/xsettingsd/xsettingsd.conf
./.config/pulse/09f8662ffb03d6d3bbe6f03d60a793dd-device-volumes.gdbm
./.config/pulse/09f8662ffb03d6d3bbe6f03d60a793dd-default-sink
./.config/pulse/09f8662ffb03d6d3bbe6f03d60a793dd-default-source
./.config/akonadi
./.config/akonadi/akonadiconnectionrc
./.config/akonadi/agent_config_akonadi_indexing_agent
./.config/akonadi/akonadiserverrc
./.config/akonadi/agent_config_akonadi_imap_resource_0
./.config/Trolltech.conf
./.config/autostart-scripts
./.config/khotkeysrc
./.kde4/share/config
./.kde4/share/config/kdeglobals
2c2,3
< .

[gentoo-user] net-libs/webkit-gtk build failure

2016-08-24 Thread 刘洋
Hi list,

I got a failure when emerge webkit-gtk, but it seemd that only for
certain versions of this package.
2.4.11 and 2.4.11-r200 were okay except 2.10.9 or 2.12.3

Here is the last line of build.log.

[5415/5420] : && /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-g++   -O2
-march=native -pipe -fomit-frame-pointer -fno-strict-aliasing
-std=c++11  -Wl,-O1 -Wl,--as-needed -Wl,--no-keep-memory
-Wl,--reduce-memory-overheads @CMakeFiles/WebProcess.rsp  -o
bin/WebKitWebProcess  && :
[5416/5420] : && /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-g++   -O2
-march=native -pipe -fomit-frame-pointer -fno-strict-aliasing
-std=c++11  -Wl,-O1 -Wl,--as-needed -Wl,--no-keep-memory
-Wl,--reduce-memory-overheads @CMakeFiles/NetworkProcess.rsp  -o
bin/WebKitNetworkProcess  && :
[5417/5420] : && /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-g++   -O2
-march=native -pipe -fomit-frame-pointer -fno-strict-aliasing
-std=c++11  -Wl,-O1 -Wl,--as-needed -Wl,--no-keep-memory
-Wl,--reduce-memory-overheads @CMakeFiles/PluginProcess.rsp  -o
bin/WebKitPluginProcess  && :
FAILED: cd 
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkit-gtk-2.10.9_build/Source/WebKit2
&& CC=/usr/lib64/ccache/bin/x86_64-pc-linux-gnu-gcc
CFLAGS=-Wno-deprecated-declarations LDFLAGS=
LD_LIBRARY_PATH="/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkit-gtk-2.10.9_build/lib:"
/usr/bin/g-ir-scanner --quiet --warn-all --symbol-prefix=webkit
--identifier-prefix=WebKit --namespace=WebKit2 --nsversion=4.0
--include=GObject-2.0 --include=Gtk-3.0 --include=Soup-2.4
--include-uninstalled=/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkit-gtk-2.10.9_build/JavaScriptCore-4.0.gir
--library=webkit2gtk-4.0 --library=javascriptcoregtk-4.0
-L/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkit-gtk-2.10.9_build/lib
--no-libtool --pkg=gobject-2.0 --pkg=gtk+-3.0 --pkg=libsoup-2.4
--pkg-export=webkit2gtk-4.0
--output=/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkit-gtk-2.10.9_build/WebKit2-4.0.gir
--c-include="webkit2/webkit2.h" -DBUILDING_WEBKIT
-DWEBKIT2_COMPILATION
-I/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source
-I/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2
-I/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/JavaScriptCore/ForwardingHeaders
-I/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkit-gtk-2.10.9_build/DerivedSources
-I/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkit-gtk-2.10.9_build/DerivedSources/webkit2gtk
-I/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkit-gtk-2.10.9_build/DerivedSources/ForwardingHeaders/webkit2gtk
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkit-gtk-2.10.9_build/DerivedSources/webkit2gtk/webkit2/WebKitEnumTypes.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkit-gtk-2.10.9_build/DerivedSources/webkit2gtk/webkit2/WebKitVersion.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2/UIProcess/API/gtk/WebKitAuthenticationRequest.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2/UIProcess/API/gtk/WebKitBackForwardList.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2/UIProcess/API/gtk/WebKitBackForwardListItem.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2/UIProcess/API/gtk/WebKitColorChooserRequest.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2/UIProcess/API/gtk/WebKitCredential.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenu.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuActions.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuItem.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2/UIProcess/API/gtk/WebKitCookieManager.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2/UIProcess/API/gtk/WebKitDefines.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2/UIProcess/API/gtk/WebKitDownload.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2/UIProcess/API/gtk/WebKitEditingCommands.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2/UIProcess/API/gtk/WebKitEditorState.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2/UIProcess/API/gtk/WebKitError.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2/UIProcess/API/gtk/WebKitFaviconDatabase.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.h
/var/tmp/portage/net-libs/webkit-gtk-2.10.9/work/webkitgtk-2.10.9/Source/WebKit2/UIProcess/API/gtk/WebKi

Re: [gentoo-user] Re: Error on gtk thmem: gtk-engines-flat

2011-03-08 Thread du yang
On Wednesday 03/09/11 07:04:07 CST, walt wrote:
 On 03/07/2011 11:29 PM, du yang wrote:
  On Tuesday 03/08/11 11:31:42 CST, Adam Carter wrote:
 
   I got a gtk library error when trying to run a python script.
 
   # ./st.py
   /usr/bin/python2.7: symbol lookup error: 
  /usr/lib/gtk-2.0/2.10.0/engines/
   libflat.so: undefined symbol: gtk_rc_style_get_type
 
 
  Have you run revdep-rebuild and/or python-updater?
 
  Still no effect ;-(
  And I found opera has the same problem as well under the flat thmem, but no 
  problem under aurora thmem.
 
  # opera
  /usr/lib/opera/opera: symbol lookup error: 
  /usr/lib/gtk-2.0/2.10.0/engines/libflat.so: undefined symbol: 
  gtk_rc_style_get_type
 
 I don't have libflat.so, so I can't tell you which package installed it,
 but that package needs to be re-emerged.
 
 Try equery b libflat.so to find the broken package.
 
 
 
 

It just belongs to itself, and I checked its dependence graph, and tried to 
re-emerge all the related packages.

At last, the problem is still there. so I suspect it may be a problem for 
gtk-engines-flat itself.

Maybe I would try to fire a bug to gentoo, but now I have to change to use the 
Aurora theme to workaround the problem.

Thanks you for your hints anyway!


# equery b /usr/lib/gtk-2.0/2.10.0/engines/libflat.so
 * Searching for /usr/lib/gtk-2.0/2.10.0/engines/libflat.so ... 
x11-themes/gtk-engines-flat-2.0-r2 (/usr/lib/gtk-2.0/2.10.0/engines/libflat.so)
# equery d x11-themes/gtk-engines-flat
 * These packages depend on x11-themes/gtk-engines-flat:
# equery g x11-themes/gtk-engines-flat
 * Searching for gtk-engines-flat in x11-themes ...

 * dependency graph for x11-themes/gtk-engines-flat-2.0-r2
 `--  x11-themes/gtk-engines-flat-2.0-r2  x86 
  `--  x11-libs/gtk+-2.22.1-r1  (x11-libs/gtk+) x86 
  `--  dev-util/pkgconfig-0.25-r2  (dev-util/pkgconfig) x86 
[ x11-themes/gtk-engines-flat-2.0-r2 stats: packages (3), max depth (0) ]



-- 

oooO:
(..):
:\.(:::Oooo::
::\_)::(..)::
:::)./:::
::(_/



Re: [gentoo-user] Random crash

2005-06-05 Thread Holly Bostick
 schreef:
 
 
 I think I figured it out. Here is my output:
 bash-2.05b$ firefox
 \No running windows found
 /home/omega21/.gtk_qt_engine_rc:62: error: unexpected
 character `{', expected character `}'
 /usr/libexec/mozilla-launcher: line 547: 16841
 Segmentation fault  $mozbin $@
 firefox-bin exited with non-zero status (139)
 
 
 I now realize that Gaim, Firefox  Thunderbird are all
 GTK, and Im using qt-gtk-engine. That must be the
 issue.
 
 Can I get these things to work though with QT-GTK,
 because GTK without a theme -- well, no one deserves
 to see it. :)
 
 Ian
 
 

GTK without a theme? GTK-QT *isn't* a theme. It's an engine that
(supposedly) allows GTK (1 and 2) applications to use a KDE theme when
running KDE, so that your GTK and QT applications look the same.

Now, this works fine for me with Thunderbird, Firefox doesn't seem to
accept most theme variables, even under GNOME (it won't pick up desktop
colors, for example), and if Gaim is GTK 1, well... GTK-QT in my
experience works much better with GTK 2 applications rather than GTK 1.

First of all, have you set GTK applications to use the KDE color scheme
in the KDE Configuration Center (Appearance and Themes=Colors=use my
KDE color scheme in non KDE applications).

Second of all, if you installed the GTK-QT engine via Portage, you
should also have a GTK Themes and Styles entry in the Configuration
menu or in the main menu somewhere (look in Utilities, or Extra). Make
sure that the settings are correct.

But the main problem that I found is that GTK 1 programs especially do
not support all KDE themes. I was using Liquid and no GTK 1 application
wanted to recognize it (though I finally got them to use the right color
scheme). What I finally did was go to kde-look org and find a GTK theme
that I could live with and that was replicated successfully for GTK, GTK
2, and KDE (there are several such themes on the site in the GTK+ 1
section, but many of the ones I tried didn't work properly), and use
that instead.

The theme I chose was QTCurve, and once installed (had to compile it
manually, but that was a simple and standard compile and the
instructions were perfectly adequate to the task), I then set GTK 1 apps
to use it via switch --not switch 2; I specifically installed the 1.0
version in a new slot to have access to GTK 1 theme controls. switch
by the way, is the binary name for the package installed by emerge
gtk-theme-switch. I then set GTK 2 apps to use it via the GNOME Control
Panel (if available), switch2 (the binary installed by the 2.0 versions
of gtk-theme-switch), or gtk-chtheme, another GTK (2) theme-setting
utility for those without GNOME. KDE was just set to use the theme
normally via the Configuration Center.

And now all my apps, be they KDE, GTK 1 or GTK 2, look alike to the best
of their ability (since Firefox does not pick up desktop theme colors
using most firefox themes, although istr that there are a couple of ff
themes that do use desktop color schemes. I'm just apparently not using
one).

So my advice to you would be threefold:

1) try installing (gtk) theme engines via Portage, or even manually from
art.gnome.org or gnome-look.org. It's possible that you don't have the
backend for the theme you're trying to use. Be warned ,though-- many of
the gtk-engine packages will install if you have GNOME 2.x installed,
but then if you try to upgrade GNOME (from 2.8.x to 2.10, for example),
the gnome-themes(-extras) package will be blocked by them. However, the
gnome-themes packages don't seem to actually include many of the GTK
engines, though they (obviously) claim to, which is a problem since many
GTK themes are based on some of these engines, like smooth.

2) try a different KDE theme via GTK-QT. I had a lot of problems with
Liquid, but Plastic is much simpler and might work fine.

3) give up on GTK-QT and just use replicated themes. Geramik is in
Portage, replicating Keramik (and Thin Keramik) controls. On
kde-look.org you can find Plastiq (replicating Plastic controls),
QTCurve (modified Bluecurve controls), two versions of Liquid (which
unfortunately don't seem to respect color schemes, but maybe I didn't
follow instructions), and of course, lots of Aqua, among others.

And you naturally have the option to hack a cross-environment theme
yourself, or just forget about this standardized look business and just
use different themes for GTK and KDE apps. It's not so bad as long as
you have the color scheme set to be used across the board.

Hope this helps,
Holly


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gtk+-2.6.4 automake missing

2005-06-14 Thread Zac Medico
stefan riha wrote:
 Hello!
 I tried to emerge gimp, causing the following error
 message:
 
 
Unpacking gtk+-2.6.4.tar.bz2 to
 
 /var/tmp/portage/gtk+-2.6.4-r1/work
 
Unpacking gtk+-2.6-smoothscroll-r2.patch to
 
 /var/tmp/portage/gtk+-2.6.4-r1/work
 unpack gtk+-2.6-smoothscroll-r2.patch: file format not
 recognized. Ignoring.
   [32;01m* [0m Applying
 gtk+-2.2.1-disable_icons_smooth_alpha.patch ...
  [A [-7G   [34;01m[  [32;01mok [34;01m ] [0m
   [32;01m* [0m Applying gtk+-2.6-smoothscroll-r2.patch
 ...
  [A [-7G   [34;01m[  [32;01mok [34;01m ] [0m
   [32;01m* [0m Applying
 gtk+-2.6.4-bmp_reject_corrupt.patch ...
  [A [-7G   [34;01m[  [32;01mok [34;01m ] [0m
 am-wrapper: /usr/bin/automake-1.7 is missing or not
 executable.
 Please try emerging the correct version of
 automake.
 

Is /usr/bin/automake-1.7 there?

emerge =automake-1.7*

Zac
-- 
gentoo-user@gentoo.org mailing list



Ant: Re: [gentoo-user] gtk+-2.6.4 automake missing

2005-06-15 Thread stefan riha
No, it wasn't. 
Now it is and everything works well.

Thank you,
 --Stefan


--- Zac Medico [EMAIL PROTECTED] schrieb:

 stefan riha wrote:
  Hello!
  I tried to emerge gimp, causing the following
 error
  message:
  
  
 Unpacking gtk+-2.6.4.tar.bz2 to
  
  /var/tmp/portage/gtk+-2.6.4-r1/work
  
 Unpacking gtk+-2.6-smoothscroll-r2.patch to
  
  /var/tmp/portage/gtk+-2.6.4-r1/work
  unpack gtk+-2.6-smoothscroll-r2.patch: file format
 not
  recognized. Ignoring.
[32;01m* [0m Applying
  gtk+-2.2.1-disable_icons_smooth_alpha.patch ...
   [A [-7G   [34;01m[  [32;01mok [34;01m ] [0m
[32;01m* [0m Applying
 gtk+-2.6-smoothscroll-r2.patch
  ...
   [A [-7G   [34;01m[  [32;01mok [34;01m ] [0m
[32;01m* [0m Applying
  gtk+-2.6.4-bmp_reject_corrupt.patch ...
   [A [-7G   [34;01m[  [32;01mok [34;01m ] [0m
  am-wrapper: /usr/bin/automake-1.7 is missing or
 not
  executable.
  Please try emerging the correct
 version of
  automake.
  
 
 Is /usr/bin/automake-1.7 there?
 
 emerge =automake-1.7*
 
 Zac
 -- 
 gentoo-user@gentoo.org mailing list
 
 





___ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gnucash and new GTK

2005-10-03 Thread Bruno Lustosa
On 10/3/05, Jonathan Wright [EMAIL PROTECTED] wrote:
Opps! :$ Didn't see that. If you want to know what package a filebelongs to, you can use equery from the gentoolkit (emerge gentoolkit):jwright on jonathan [ ~ ] -- equery belongs/usr/lib/gtk-2.0/2.4.0/engines/libpixmap.so
[ Searching for file /usr/lib/gtk-2.0/2.4.0/engines/libpixmap.so in * ]x11-libs/gtk+-2.6.4-r1 (/usr/lib/gtk-2.0/2.4.0/engines/libpixmap.so)So, form that I deduce that you're running an older version of GTK - btw
which one are you using?You may have to rebuild GTK+.
Rebuilt gtk, and still nothing. The file it searches is not the one, I also tried the equery.
However, someone enlightened me on bugzilla.
It seemed that for some reason gtk-engines-0.12 was unmerged. I just
had to reemerge it (it's slotted), and now gnucash works again.
Thank you!
-- Bruno Lustosa, aka Lofofora| Email: [EMAIL PROTECTED]Network Administrator/Web Programmer | ICQ: 1406477Rio de Janeiro - Brazil|


Re: [gentoo-user] chicken -- egg (NFS tty video)

2011-05-14 Thread Indi
On Sat, May 14, 2011 at 08:30:02AM +0200, Alan McKinnon wrote:
 Apparently, though unproven, at 05:28 on Saturday 14 May 2011, Felix Miata 
 did 
 opine thusly:
 
  
  Is it telling me I have to change my USE from -gtk to +gtk, or can emerging
  one of those 8 packages listed satisfy the dep? IOW, it's unclear to me
  what One of the following packages actually refers to.
 
 It's telling you that you must enable USE=gtk for libcanberra for that build 
 to succeed. The chain of packages listed won't solve the problem, they are 
 causing it.
 
 Easiest is to list gtk in USE in make.conf, then everything that uses gtk 
 will 
 link against it. If you are worried about Gnome, this wil not cause gnome to 
 be installed, just gtk+
 

True, just be aware that if you enable gtk *globally* you will end up 
building the gtk interface for absolutely everything which has that
option.
Far better (IMO, YMMV) is to use /etc/portage/package.use specify such things 
per package. Unless, of course, you like having a gtk GUI for everything.
:)

-- 
caveat utilitor 
♫ ❤ ♫ ❤ ♫ ❤ ♫ 




Re: [gentoo-user] Re: xfce - folder icons gone

2012-10-13 Thread Joseph

On 10/13/12 21:53, Christian Ehrich wrote:

   Date: Sat, 13 Oct 2012 08:01:57 -0600
   From: syscon...@gmail.com
   To: gentoo-user@lists.gentoo.org
   Subject: Re: [gentoo-user] Re: xfce - folder icons gone
  
   On 10/13/12 06:14, walt wrote:
   On 10/12/2012 11:49 PM, Joseph wrote:
On 10/13/12 00:29, Joseph wrote:
After todays upgrade my xfce4 folder icons are gone including
  some
file icons with extension txt, ps Including some icons in
Application Menu
   
How to restore them?
   
running : USE=thunar emerge -av xfdesktop (log out/in) did not
help
   
I have upgraded four desktop machine and everything worked OK, but
the following day I --sync the new machine with Internet instead
  of
one of my servers and I've noticed some icons and folders icons
  are
gone.
  
  look into ~/.gtkrc (gtk-icon-theme-name)


In home directory I don't have file .gtkrc neither on a system that is 
working correctly nor on the broken one.

locate gtkrc
/etc/gimp/2.0/gtkrc
/etc/gtk-2.0/gtkrc
/home/joseph/.gimp-2.6/gtkrc
/home/joseph/etc/gimp/2.0/gtkrc
/home/joseph/etc/gtk-2.0/gtkrc
/usr/include/gtk-2.0/gtk/gtkrc.h
/usr/include/gtk-3.0/gtk/deprecated/gtkrc.h
/usr/portage/gnome-extra/gnome-screensaver/files/gnome-screensaver-3.4.2-gtkrc.patch
/usr/portage/x11-libs/gtk+/files/gtkrc
/usr/portage/x11-themes/gtk-engines-cleanice/files/cleanice-2-gtkrc
/usr/share/doc/thunar-1.4.0/README.gtkrc.bz2
/usr/share/gimp/2.0/themes/Default/gtkrc
/usr/share/gimp/2.0/themes/Small/gtkrc
/usr/share/gtk-doc/html/pygtk/class-gtkrcstyle.html
/usr/share/gtksourceview-2.0/language-specs/gtkrc.lang
/usr/share/themes/Default/gtk-2.0-key/gtkrc
/usr/share/themes/Emacs/gtk-2.0-key/gtkrc
/usr/share/themes/Raleigh/gtk-2.0/gtkrc
/usr/share/themes/Xfce/gtk-2.0/gtkrc
/usr/share/themes/Xfce-4.0/gtk-2.0/gtkrc
/usr/share/themes/Xfce-4.2/gtk-2.0/gtkrc
/usr/share/themes/Xfce-4.4/gtk-2.0/gtkrc
/usr/share/themes/Xfce-4.6/gtk-2.0/gtkrc
/usr/share/themes/Xfce-b5/gtk-2.0/gtkrc
/usr/share/themes/Xfce-basic/gtk-2.0/gtkrc
/usr/share/themes/Xfce-cadmium/gtk-2.0/gtkrc
/usr/share/themes/Xfce-curve/gtk-2.0/gtkrc
/usr/share/themes/Xfce-dawn/gtk-2.0/gtkrc
/usr/share/themes/Xfce-dusk/gtk-2.0/gtkrc
/usr/share/themes/Xfce-kde2/gtk-2.0/gtkrc
/usr/share/themes/Xfce-kolors/gtk-2.0/gtkrc
/usr/share/themes/Xfce-light/gtk-2.0/gtkrc
/usr/share/themes/Xfce-orange/gtk-2.0/gtkrc
/usr/share/themes/Xfce-redmondxp/gtk-2.0/gtkrc
/usr/share/themes/Xfce-saltlake/gtk-2.0/gtkrc
/usr/share/themes/Xfce-smooth/gtk-2.0/gtkrc
/usr/share/themes/Xfce-stellar/gtk-2.0/gtkrc
/usr/share/themes/Xfce-winter/gtk-2.0/gtkrc
/usr/share/themes/bubble/gtk-2.0/gtkrc
/var/lib/cfg-update/backups/etc/gimp/2.0/._new-cfg_gtkrc
/var/lib/cfg-update/backups/etc/gtk-2.0/._new-cfg_gtkrc

--
Joseph



[gentoo-user] blocking package can't be found

2008-04-09 Thread Uwe Thiem
Hi folks,

emerge --update world tells me:
[blocks B ] dev-util/gtk-doc-am (is blocking 
dev-util/gtk-doc-1.8-r2)

emerge --unmerge gtk-doc-am tells me:
--- Couldn't find 'gtk-doc-am' to unmerge.

So let's be more specific:
emerge --unmerge =dev-util/gtk-doc-am-1.10 tells me:
--- Couldn't find '=dev-util/gtk-doc-am-1.10' to unmerge.

Now what?

Uwe

-- 
Informal Linux Group Namibia:
http://www.linux.org.na/
SysEx (Pty) Ltd.:
http://www.SysEx.com.na/
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] blocking package can't be found

2008-04-10 Thread Peter Humphrey
On Thursday 10 April 2008 08:30:21 Iain Buchanan wrote:
 On Thu, 2008-04-10 at 09:11 +0200, Uwe Thiem wrote:
  Emerge clearly said that gtk-doc-am blocked gtk-doc, not the other way
  round.

 gtk-doc-am _does_ block gtk-doc.  Since you already have gtk-doc
 installed, gtk-doc-am couldn't go ahead.

This is not sensible. If Uwe says A blocks B, it means that A is getting 
in the way of B, not the other way around.

-- 
Rgds
Peter
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] gtk-sharp or glade-sharp : what to do

2008-12-04 Thread Helmut Jarausch
On  3 Dec, Florian Philipp wrote:
 Helmut Jarausch schrieb:
 Hi,
 
 some packages need gtk-sharp, others glade-sharp and 
 mono-tools needs both.
 
 But gtk-sharp-2.12.6-r1 has a negative dependency on
 glade-sharp.
 
 So, one cannot install both.
 
 Who cuts this Gordian knot?
 
 Helmut.
 
 gtk-sharp-2.10 doesn't block glade-sharp.
 simply do:
 echo 'gtk-sharp-2.10.2'  /etc/portage/package.mask
 

Unfortunately, that's not a solution
emerge dev-dotnet/art-sharp

gives

All ebuilds that could satisfy =dev-dotnet/gtk-sharp-2.12[glade]
are masked.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



Re: [gentoo-user] Re: gtk+ wants to install xorg-server

2006-12-31 Thread Bo Ørsted Andresen
On Sunday 31 December 2006 03:44, Enrico Weigelt wrote:
  The X use flag is quite overloaded. It's exact meaning varies
  with different types of packages. In the gtk+ case it just
  pulls the xorg-server.

 Where exactly is this defined ? The X useflag doesnt seem
 to appear in the gtk ebuild.

In the virtualx eclass which the gtk+ ebuild inherits [1].

# grep virtualx `portageq portdir`/x11-libs/gtk+/gtk+-2.10.6.ebuild
inherit gnome.org flag-o-matic eutils debug autotools virtualx

# grep 'X?' `portageq portdir`/eclass/virtualx.eclass
DEPEND=X? ( || ( x11-base/xorg-server virtual/x11 ) )

[1] http://devmanual.gentoo.org/ebuild-writing/using-eclasses/index.html

-- 
Bo Andresen


pgpySq5bJNH1U.pgp
Description: PGP signature


Re: [gentoo-user] Heads up: gtk-doc-1.18 build failure...

2011-10-23 Thread Michael Orlitzky
On 10/23/2011 10:28 AM, pk wrote:
 Hi,
 
 If anyone encounters issues with building gtk-doc-1.18 (needed for gimp
 doc USE flag, amongst others) you need to have the python flag
 enabled for the libxml2 package in order to build gtk-doc (the gtk-doc
 fails to build due to not finding libxml2 module [which I assume is a
 python one]). I guess this is related to the python USE flag removal
 in the profiles...

You should probably file a bug and post the build failure, your emerge
--info, emerge -pv gtk-doc, etc.

I tried to reproduce it here but couldn't. If gtk-doc does need libxml2
compiled with python support under some circumstances, it could be added
as a use-flag dependency.



[gentoo-user] Re: gtk+-2.x, adwaita, gsettings and all that

2017-05-02 Thread Ian Zimmerman
On 2017-05-02 00:32, Jonathan Callen wrote:

> To set the GTK-2 theme, edit the file ~/.gtkrc-2.0, and add lines
> like:
> 
> gtk-theme-name = "Raleigh"
> gtk-icon-theme-name = "hicolor"
> gtk-cursor-theme-name = ""

This worked, thanks.  Some icons _are_ different but I suppose that's
because the default ones built into gtk itself changed, and I'm not
going to hold up the update because of that.

-- 
Please *no* private Cc: on mailing lists and newsgroups
Personal signed mail: please _encrypt_ and sign
Don't clear-text sign:
http://primate.net/~itz/blog/the-problem-with-gpg-signatures.html



Re: [gentoo-user] app-crypt/pinentry - major rework: "/usr/bin/pinentry-gtk-2" missing

2021-01-31 Thread Wynn Wolf Arbor
On 2021-01-31 13:03, Ramon Fischer wrote:
> The USE flag "gtk" was not removed:
> 
>-IUSE="caps emacs gnome-keyring fltk gtk ncurses qt5"
>+IUSE="caps emacs gnome-keyring gtk ncurses qt5"
> 
> Since when is this obsolete and is there any alternative?

I cannot comment directly on the obsolescence of pinentry-gtk2 (most
certainly a decision upstream), but the alternative is pinentry-gnome3.

The gtk flag was not removed because it now configures pinentry-gnome3
instead of -gtk2. You should be able to select that using 'eselect
pinentry', but because of [1] you'll have to enable the gtk flag for
app-crypt/gcr first and then rebuild app-crypt/pinentry.

[1] https://bugs.gentoo.org/show_bug.cgi?id=767424

-- 
Wolf



Re: [gentoo-user] net-libs/webkit-gtk-2.38.5 and net-libs/webkit-gtk-2.38.5-r500

2023-04-10 Thread Arve Barsnes
On Sun, 9 Apr 2023 at 22:37,  wrote:
>
> My system pulled IN two versions of webkit-gtk (slot 4 and 5)
> net-libs/webkit-gtk-2.38.5
> net-libs/webkit-gtk-2.38.5-r500
>
> Running:
> equery d =net-libs/webkit-gtk-2.38.5-r500
>   * These packages depend on net-libs/webkit-gtk-2.38.5-r500:
> app-office/gnucash-4.8 (net-libs/webkit-gtk:4/37)
> net-libs/libproxy-0.4.18 (webkit ? net-libs/webkit-gtk:4)
>
> equery d =net-libs/webkit-gtk-2.38.5
>   * These packages depend on net-libs/webkit-gtk-2.38.5:
> app-office/gnucash-4.8 (net-libs/webkit-gtk:4/37)
> net-libs/libproxy-0.4.18 (webkit ? net-libs/webkit-gtk:4)
>
> Which package is pulling IN slotted version?

It definitely seems like gnucash and libproxy are pulling in the slot
4 version? You might have other packages that don't depend on any
particular slot, and portage will then pull in the latest version,
which on a stable system is the slot 5 package. This could maybe be
considered a bug. On my system, I have one package depending on a slot
4.1 package, and one with no slot requirement, so I have both a slot
4.1 package and a slot 6 package installed. It's annoying, true.

Regards,
Arve



Re: [gentoo-user] change the fonts of gtk application

2006-01-08 Thread Jose Maria Alvarez Fernandez
Also, manually speaking, you can add a line like this one in .gtkrc-2.0 (I 
suppose gtk2 apps) :

gtk-font-name = Bitstream Vera Sans 9

Cheers!

Chema
El Domingo, 8 de Enero de 2006 15:58, Holly Bostick escribió:
 Marco Calviani schreef:
  Hi list,
 i'm using the KDE desktop environment without gnome support.
  However i'm using gtk application as, for example, firefox.
  How is it possible to change the font types and maybe the sizes of gtk
  applications?
 
  Best regards,
  MC

 Yes; you can either:

 1. emerge gtk-chtheme, a small utility to specify the GTK theme and
 fonts; and/or

 2. emerge gtk-engines-qt, which will allow you to tell GTK apps-- via
 the KDE control center-- to use a KDE theme and font.

 Hope this helps,
 Holly

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] What does the use flag gtk for gcc?

2006-02-23 Thread Wolfgang Liebich
Hi,
I did a query for packages using the gtk use flag. I found gcc
(3.4.4-r1) among these. Why?
Baffled
Wolfgang
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gtk+ complie error... where do I start?

2005-05-12 Thread Wade Brown
Glad to see I'm not the only one having this problem, though I'm
having it on gnome-print with a very slightly different output,
(ltmain.sh version 1.3.5).  Likewise I wouldn't mind finding the root
of this, I just haven't had the time to dive into it.

On 5/12/05, Charles Read [EMAIL PROTECTED] wrote:
 Hey everybody!
 
 Loving Gentoo!  Trying to 'emerge mplayer' and the gtk+ package is
 complaining with
 
  Unpacking source...
  Unpacking gtk+-1.2.10.tar.gz to /var/tmp/portage/gtk+-1.2.10-r11/work
  * Applying gtk+-1.2.10-m4.patch ...
 [ ok ]
  * Applying gtk+-1.2.10-r8-gentoo.diff.bz2 ...
 [ ok ]
  * Applying gtk+-1.2-locale_fix.patch ...
 [ ok ]
  * Patching ${S}/ltmain.sh ...
 
  * Portage patch failed to apply (ltmain.sh version 1.3.4)!
 
 !!! ERROR: x11-libs/gtk+-1.2.10-r11 failed.
 !!! Function elibtoolize, Line 240, Exitcode 0
 !!! Portage patch failed to apply!
 !!! If you need support, post the topmost build error, NOT this status
  message.
 
 Is this my problem or a bug?  Can somebody please point me in the right
 direction?  Any help is appreciated!!!
 
 Thanks!
 
 Charles
 
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gthumb GTK error

2005-06-06 Thread Grant
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] glib-config and gtk-config point to version 1.2?

2005-08-03 Thread Matt Garman
On Wed, Aug 03, 2005 at 09:33:28PM -0500, Matt Garman wrote:
 I just started working on a glib/gtk application.  I have glib-2.6.4
 and gtk-2.6.7 installed (plus glib and gtk versions 1.2.something).
 
 For some reason, whenever I run 'gtk-config --version' (or the glib
 the equivalent), it returns version 1.2.something.
 
 Likewise, if I use the --libs and/or --cflags options, I get
 information pointing to the 1.2 libraries and headers.
 
 How do I get the config programs to return the 2.6 headers and
 libraries?

Sorry, stupid question.  gtk-config is specifically for the 1.2
version.  pkg-config is for the new version:

pkg-config --cflags gtk+-2.0
pkg-config --libs gtk+-2.0

Somebody should have RTFM'ed me:

http://gtk.org/tutorial/sec-compiling.html

Thanks!
Matt

-- 
Matt Garman
email at: http://raw-sewage.net/index.php?file=email
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Message from gtk+ ebuild:

2006-07-13 Thread Kevin O'Gorman

I've got a perplexing message from the ebuild:  I says there's a
file/scipt/program
at /etc/X11/gtk/gtkrc that I should remove.  I have no such file.  The
message itself
looks a bit garbled, so I'm wondering if I need to do anything.

++ kevin


= Message begins:
INFO: unpack
Applying gtk+-1.2.10-m4.patch ...
Applying gtk+-1.2.10-r8-gentoo.diff.bz2 ...
Applying gtk+-1.2-locale_fix.patch ...
Running elibtoolize in: gtk+-1.2.10
 Applying portage-1.3.4.patch ...
 Applying sed-1.5.6.patch ...
 Applying tmp-1.3.5.patch ...
 Applying uclibc-ltconf-1.3.0.patch ...

INFO: postinst
The old gtkrc is available through the new Gentoo gtk theme.

WARN: postinst
Older versions added /etc/X11/gtk/gtkrc which changed settings for
all themes it seems.  Please remove it manually as it will not due
to /env protection.

--
Kevin O'Gorman, PhD
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How do I select a GTK 3 theme?

2011-08-02 Thread Sebastian Pipping
Update:


I managed to get the light-themes (Ambiance and Radiance)[1] of Ubuntu
running for both GTK 2 and 3.  Their GTK 3 versions make use of the
unico engine which requires rather recent gtk3 and glib.

To get it running you need install

  x11-themes/light-themes

from the betagarden overlay [2].  You'll need to handle KEYWORDS=
using keywords ** one way or another.  Use these packages at your own
risk.


On 08/02/2011 07:44 PM, Sebastian Pipping wrote:
  A) /usr/lib64/gtk-3.0/theming-engines/libclearlooks.so
  B) /usr/lib64/gtk-3.0/3.0.0/engines/libclearlooks.so
 
GTK seems to looks for (A) only according to strace.

Correction, (A) is missing 3.0.0/ so it's rather:

  A) /usr/lib64/gtk-3.0/theming-engines/libclearlooks.so
  B) /usr/lib64/gtk-3.0/3.0.0/engines/libclearlooks.so



Sebastian


[1]
http://www.webupd8.org/2011/06/ambiance-finally-ported-to-gtk3-ubuntu.html
[2] http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=summary



Re: [gentoo-user] GTK user administration tool

2006-09-30 Thread Neil Bothwick
On Fri, 29 Sep 2006 14:05:28 -0300, Wagner Vaz wrote:

 I'm looking for some gtk application that I can administrate users on
 my BOX, can't be requered Gnome, KDE or XFCE, pure GTK. Thanks.

Webmin plus any GTK web browser. Webmin is a must if you like graphical
administration tools.


-- 
Neil Bothwick

Why marry a virgin? If she wasn't good enough for the rest of them,
she isn't good enough for you.


signature.asc
Description: PGP signature


Re: [gentoo-user] GTK user administration tool

2006-09-30 Thread b.n.

Wagner Vaz wrote:

I'm looking for some gtk application that I can administrate users
on my BOX, can't be requered Gnome, KDE or XFCE, pure GTK. Thanks.

Webmin plus any GTK web browser. Webmin is a must if you like
graphical administration tools.


Is not it, I'm looking for non server. Just a little app who can
handle these.


Webmin is not a server application. It's just a web-based frontend for 
many administration tasks. What's wrong with it?


m.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Flac - emerge error

2006-10-13 Thread Bo Ørsted Andresen
On Friday 13 October 2006 09:05, Mick wrote:
 # equery check x11-libs/gtk+
 [ Checking x11-libs/gtk+-1.2.10-r12 ]
  * 0 out of 0 files good

Umm...?? I suggest you remerge that one..

# equery check =gtk+-1.2.10-r12
[ Checking x11-libs/gtk+-1.2.10-r12 ]
 * 344 out of 344 files good

-- 
Bo Andresen


pgphXyLMvlhaT.pgp
Description: PGP signature


Re: [gentoo-user] gtk+ emerge error

2006-07-19 Thread Richard Fish

On 7/18/06, Trevor Rhodes [EMAIL PROTECTED] wrote:

 checking gtk+-2.8.19.tar.bz2
!!! Digest verification failed:
!!! /usr/portage/distfiles/gtk+-2.8.19.tar.bz2
!!! Reason: Filesize does not match recorded size
!!! Got: 12303676
!!! Expected: 313941


Try a sync again.  The correct size is 12303676.  If this doesn't
help, provide the output of emerge --info and ls -l
/usr/portage/distfiles/gtk+-2.8.19.tar.bz2

-Richard
--
gentoo-user@gentoo.org mailing list



[gentoo-user] removing gtk+ as requested by --depclean

2011-04-28 Thread Allan Gottlieb
(I confess to being a little over cautious after xcb.)

After today's update word (just a few updates were specified/done).
--depclean recommended

 These are the packages that would be unmerged:

 x11-libs/gtk+
selected: 3.0.9 
   protected: none 
 omitted: 2.24.3 

All selected packages: x11-libs/gtk+-3.0.9

I am a gnome user so gtk is important and I notice that it is suggesting
I remove the highest version.  I decided not to remove it until I
checked here.  My system is ~amd64

Advice appreciated.
allan



[gentoo-user] Heads up: gtk-doc-1.18 build failure...

2011-10-23 Thread pk
Hi,

If anyone encounters issues with building gtk-doc-1.18 (needed for gimp
doc USE flag, amongst others) you need to have the python flag
enabled for the libxml2 package in order to build gtk-doc (the gtk-doc
fails to build due to not finding libxml2 module [which I assume is a
python one]). I guess this is related to the python USE flag removal
in the profiles...

Best regards

Peter K



[gentoo-user] Gnome 3.6.2 fallback - panel.

2013-03-11 Thread thiv nby
Hello,

I'm having a problem with blank spaces between buttons and their size
(too big) in notification bar (gnome 3.6.2 fallback mode). In dconf
their size is 'small' . I've already tried to modify the:

.config/gtk-3.0/settings.ini

and added:

[Settings]
gtk-fallback-icon-theme = gnome
gtk-icon-sizes = panel-menu=16,16;gtk-large-toolbar=16,16

But, I dont't know why it enlarges icons size.


Screenshot: http://imageshack.us/photo/my-images/705/panelkj.png

Thanks for your help.



[gentoo-user] Re: webkit-gtk grumbles

2014-06-20 Thread James
Rich Freeman rich0 at gentoo.org writes:

 Webkit-gtk definitely has been taking longer to build:
  Sun Oct 23 16:27:39 2011  net-libs/webkit-gtk-1.4.3-r300
merge time: 12 minutes and 18 seconds.
snip
  Wed May 28 14:07:43 2014  net-libs/webkit-gtk-2.2.6
merge time: 1 hour, 39 minutes and 57 seconds.

 Rich


What syntax did you use to get this information?


curiously,
James






[gentoo-user] Re: gtk+-2.x, adwaita, gsettings and all that

2017-05-01 Thread Jonathan Callen
On 05/01/2017 02:35 PM, Ian Zimmerman wrote:
> I remember there was a thread about these topics, but I think it was
> only in the context of resolving build conflicts.  That is not my
> problem: I can build and merge these packages just fine.
> 
> My problem is that the adwaita theme, on which the last stable gtk+2
> depends, gives a totally new look to my desktop.  Round buttons instead
> of square ones, menus not clearly set off from the background,
> minimalist scroll-bars without thumbs or arrows, etc.  The last example
> also shows that the changes go beyond mere looks into functionality, and
> in the end that's why this "upgrade" will remain a no-no for me.
> 
> Up until now, I have been masking the last gtk+2 version to prevent this
> from going through, but I worry about the security implications.  So I
> am looking for a way to let the new packages in but then configure gtk
> to get the old facade back.  But I don't know how: I have always used
> the gtk defaults for these things because they were agreeable enough.
> 
> So how do I configure this stuff, given that I do _not_ use gnome or any
> other integrated desktop?  I just need to edit some text files, dammit.
> Which ones and what edits are needed?  Or maybe I need to install
> another theme and use it instead of adwaita, but then how to tell this
> to gtk?
> 

To set the GTK-2 theme, edit the file ~/.gtkrc-2.0, and add lines like:

gtk-theme-name = "Raleigh"
gtk-icon-theme-name = "hicolor"
    gtk-cursor-theme-name = ""

The default (when Adwaita is not installed) for gtk-theme-name and
gtk-icon-theme-name are "Raleigh" and "hicolor", respectively.  There is
no default for gtk-cursor-theme-name (which causes the built-in cursors
in the Xorg server to be used as the ultimate fallbacks).  If you wish
to set the default for all users, instead edit the file
/etc/gtk-2.0/gtkrc.  Note that this only applies to GTK-2 applications,
GTK-3 uses different configuration.

-- 
Jonathan



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] More problems with Pidgin

2008-02-05 Thread Mick

On Tuesday 05 February 2008, Greg Bowser wrote:
 You need to get the gtk use flag to get the gtk GUI ;)

Thanks Greg, I thought that it should be clever enough to enable gtk by 
default, just like gaim used to (I think).

Remerging now . . .
-- 
Regards,
Mick


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


[gentoo-user] change the fonts of gtk application

2006-01-08 Thread Marco Calviani
Hi list,
   i'm using the KDE desktop environment without gnome support.
However i'm using gtk application as, for example, firefox.
How is it possible to change the font types and maybe the sizes of gtk
applications?

Best regards,
MC

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: change the fonts of gtk application

2006-01-08 Thread Remy Blank
Holly Bostick wrote:
 2. emerge gtk-engines-qt, which will allow you to tell GTK apps-- via
 the KDE control center-- to use a KDE theme and font.

That was a really cool tip. Thanks Holly!
-- Remy


Remove underscore and suffix in reply address for a timely response.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gtk-sharp or glade-sharp : what to do

2008-12-03 Thread Helmut Jarausch
Hi,

some packages need gtk-sharp, others glade-sharp and 
mono-tools needs both.

But gtk-sharp-2.12.6-r1 has a negative dependency on
glade-sharp.

So, one cannot install both.

Who cuts this Gordian knot?

Helmut.
-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



Re: [gentoo-user] nptl messing with firefox?

2005-05-16 Thread Richard Fish
Grant wrote:

Do you think I should re-emerge a gtk package?

- Grant

  


Not unless you are having trouble with other GTK apps.  But
moving/deleting ~/.gtkrc-2.0 may be useful.  For reference, mine
contains only:

gtk-font-name = Sans 12

-Richard

-- 
gentoo-user@gentoo.org mailing list



  1   2   3   4   5   6   7   8   9   10   >