Re: [gentoo-user] Synce and gentoo : crash RAPI driver

2007-03-05 Thread Arnaud FARINE

OK!! Hans, All is working since saturday ;-)

Now my problem is to synchronize Kontact with my app.
I follows instruction given by Synce Wiki and OpenSync Web site...(3 lines
on the web site!!)But it doesn't sync.
= If you have a link to explain better the process, think to me ;-)

One note : le delay between the moment where I connect my PDA and the moment
where the odccm reconizes it it's very long, but it isn't a real problem ;-)

Best regards

Arnaud


On 3/5/07, Iain Buchanan [EMAIL PROTECTED] wrote:


On Sat, 2007-03-03 at 09:21 +0100, Arnaud FARINE wrote:

 After installed all lib from subversion, when I try to emerge
 libopensync-plugin-synce (or I try to compile it directly from
 subversion) I obtain the same message when configure is running :
 can't find synce library !!!

 I find some synce lib in /usr/lib and /usr/local/lib

this is because you need to specify to configure where you installed the
library.  Have a look at the wiki:

http://www.synce.org/index.php/Building_SynCE_with_Windows_Mobile_2005_support_from_Subversion

running
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
before ./configure usually does the trick.

HTH,
--
Iain Buchanan iaindb at netspace dot net dot au

Monday is an awful way to spend one seventh of your life.

--
gentoo-user@gentoo.org mailing list





--
Arnaud FARINE


[gentoo-user] virtual/libstdc++ keeps trying to pull in gcc-3.3 :(

2007-03-05 Thread Mark David Dumlao

I did an emerge --update --newuse world and it keeps trying to build
gcc-3.3.4 and ends in errors.  Upon further inspection, I found that I
already have gcc-4.1.1-r3.  Everything was working prior to that, and I
couldn't understand why it kept asking for gcc-3.3.  I went through a whole
lot of equeries and headbanging to find the package that wanted gcc-3.3.
libstdc++ itself didn't seem to want it, but im not that good at reading
ebuilds just yet.

I checked the ebuild of virtual/libstdc++ and it gives me an  rdepends of  =
gcc-3.3.*

But I already have gcc-4.1.  Nothing seemed to be not working with my
system then prior to the upgrade.  So I made an overlay with anrdepends of

=gcc-3.3.  I continued trying to emerge and voila gcc-3.3 wasnt in the list

anymore.

I wonder if I'll break something this way.  playing with libstdc++ sounds
scary, but I don't want to compile gcc when I already have a working one.

any ideas why virtual/libstdc++ asks specifically for 3.3?  And was it a bad
idea for me to do what I just did?
--
thing.


[gentoo-user] Problems rebuilding gtk+ (and many other packages), due to not found /usr/lib/libXCBRenderUtil.la

2007-03-05 Thread Alexander Skwar

Hello!

I'm trying to rebuild gtk+-2.10.9 and this fails with:

[...]
grep: /usr/lib/libXCBRenderUtil.la: No such file or directory
[...]

(Many other packages also fail with this error message.)

That's correct - this file does not exist (anymore?).

I tried a revdep-rebuild -X, and this also fails, as gtk+-2.10.9 is the
first package which should be rebuild.

You can find the build log of gtk+ at  
http://alexander.skwar.name/~askwar/stuff/gentoo/x11-libs:gtk+-2.10.9:20070305-102953.log


What package do I need to rebuild, so that I'm able to build gtk+
again?

Thanks a lot,

Alexander Skwar


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

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Problems rebuilding gtk+ (and many other packages), due to not found /usr/lib/libXCBRenderUtil.la

2007-03-05 Thread Alexander Skwar
Hello!

Boyd Stephen Smith Jr. bss03 @volumehost.net writes:

 
 On Monday 05 March 2007, Alexander Skwar [EMAIL PROTECTED] 
 wrote about '[gentoo-user] Problems rebuilding gtk+ (and many other 
 packages), due to not found /usr/lib/libXCBRenderUtil.la':
  Hello!
 
  I'm trying to rebuild gtk+-2.10.9 and this fails with:
 
  [...]
  grep: /usr/lib/libXCBRenderUtil.la: No such file or directory
  [...]
 
  (Many other packages also fail with this error message.)
 
  That's correct - this file does not exist (anymore?).
 
 Just guessing, but I'll bet it's x11-libs/libXrender.

I just rebuild libXrender and tried to rebuild gtk+ afterwards - no
success :( It still fails with the above mentioned error message.

Kind regards,
Alexander

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems rebuilding gtk+ (and many other packages), due to not found /usr/lib/libXCBRenderUtil.la

2007-03-05 Thread Boyd Stephen Smith Jr.
On Monday 05 March 2007, Boyd Stephen Smith Jr. [EMAIL PROTECTED] 
wrote about 'Re: [gentoo-user] Problems rebuilding gtk+ (and many other 
packages), due to not found /usr/lib/libXCBRenderUtil.la':
 I'll let you know what my revdep-rebuild says.

Following up, I had to rebuild:
=dev-cpp/cairomm-1.2.2
=dev-cpp/gtkmm-2.10.6
=media-video/mjpegtools-1.9.0_rc1
but, had no problem doing so.

-- 
Boyd Stephen Smith Jr. ,= ,-_-. =. 
[EMAIL PROTECTED]  ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy   `-'(. .)`-' 
http://iguanasuicide.org/  \_/ 
New GPG Key!  Old key expires 2007-03-25.  Upgrade NOW!


pgp6iBsajWQdN.pgp
Description: PGP signature


Re: [gentoo-user] virtual/libstdc++ keeps trying to pull in gcc-3.3 :(

2007-03-05 Thread Neil Bothwick
On Mon, 5 Mar 2007 18:45:23 +0800, Mark David Dumlao wrote:

 I did an emerge --update --newuse world and it keeps trying to build
 gcc-3.3.4 and ends in errors.  Upon further inspection, I found that I
 already have gcc-4.1.1-r3.  Everything was working prior to that, and I
 couldn't understand why it kept asking for gcc-3.3.  I went through a
 whole lot of equeries and headbanging to find the package that wanted
 gcc-3.3. libstdc++ itself didn't seem to want it, but im not that good
 at reading ebuilds just yet.

Add --tree to the above emerge command.

 I checked the ebuild of virtual/libstdc++ and it gives me an  rdepends
 of  = gcc-3.3.*

The full depend is

RDEPEND=|| ( =sys-libs/libstdc++-v3-3.3* =sys-devel/gcc-3.3* )

This means either =sys-libs/libstdc++-v3-3.3* or =sys-devel/gcc-3.3*. If
neither is installed the first listed will be used. this indicates that
you already have gcc-3.3* installed. If you have nothing that needs it
(very few packages fail to compile on 4.1 now), you can unmerge gcc-3.3
and the next emerge world will install sys-libs/libstdc++ instead.

equery list gcc will show you exactly which gcc packages you have
installed.


-- 
Neil Bothwick

Top Oxymorons Number 18: Taped live


signature.asc
Description: PGP signature


[gentoo-user] Re: Problems rebuilding gtk+ (and many other packages), due to not found /usr/lib/libXCBRenderUtil.la

2007-03-05 Thread Alexander Skwar
Boyd Stephen Smith Jr. [EMAIL PROTECTED]:

 On Monday 05 March 2007, Boyd Stephen Smith Jr. [EMAIL PROTECTED] 
 wrote about 'Re: [gentoo-user] Problems rebuilding gtk+ (and many other 
 packages), due to not found /usr/lib/libXCBRenderUtil.la':
 I'll let you know what my revdep-rebuild says.
 
 Following up, I had to rebuild:
 =dev-cpp/cairomm-1.2.2
 =dev-cpp/gtkmm-2.10.6
 =media-video/mjpegtools-1.9.0_rc1
 but, had no problem doing so.

Hm. Must be something else, as I have none of these packages
installed.

Alexander Skwar

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Problems rebuilding gtk+ (and many other packages), due to not found /usr/lib/libXCBRenderUtil.la

2007-03-05 Thread Boyd Stephen Smith Jr.
On Monday 05 March 2007, Alexander Skwar [EMAIL PROTECTED] 
wrote about '[gentoo-user]  Re: Problems rebuilding gtk+ (and many other 
packages), due to not found /usr/lib/libXCBRenderUtil.la':
 Boyd Stephen Smith Jr. [EMAIL PROTECTED]:
  On Monday 05 March 2007, Boyd Stephen Smith Jr.
  [EMAIL PROTECTED] wrote about 'Re: [gentoo-user] Problems
  rebuilding gtk+ (and many other
  packages), due to not found /usr/lib/libXCBRenderUtil.la':
  I'll let you know what my revdep-rebuild says.
  Following up, I had to rebuild:
 Hm. Must be something else, as I have none of these packages
 installed.

Between my last clean revdep-rebuild and this one that detected the errors, 
I merged a number of packages, but the one that sticks out most is:
=x11-libs/xcb-util-0.2::gentoo

The others were:
=sys-kernel/mm-sources-2.6.21_rc2-r1
=sys-apps/portage-2.1.2.1
=net-misc/openssh-4.5_p1-r1
=x11-libs/cairo-1.3.16
=app-text/aspell-0.60.5
=app-dicts/aspell-eo-0.50.2
=dev-lang/php-5.1.6-r8
=media-plugins/live-2007.02.20
=media-video/kmplayer-0.9.4-r1

None of those seem particularly relevant ('cept /maybe/ cairo), but I 
figured I'd give you the whole list so you can go searching if xcb-util 
isn't the culprit.

-- 
Boyd Stephen Smith Jr. ,= ,-_-. =. 
[EMAIL PROTECTED]  ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy   `-'(. .)`-' 
http://iguanasuicide.org/  \_/ 
New GPG Key!  Old key expires 2007-03-25.  Upgrade NOW!


pgptfhnWKX612.pgp
Description: PGP signature


Re: [gentoo-user] virtual/libstdc++ keeps trying to pull in gcc-3.3 :(

2007-03-05 Thread Mark David Dumlao


 I checked the ebuild of virtual/libstdc++ and it gives me an  rdepends
 of  = gcc-3.3.*

The full depend is

RDEPEND=|| ( =sys-libs/libstdc++-v3-3.3* =sys-devel/gcc-3.3* )

This means either =sys-libs/libstdc++-v3-3.3* or =sys-devel/gcc-3.3*. If
neither is installed the first listed will be used. this indicates that
you already have gcc-3.3* installed. If you have nothing that needs it
(very few packages fail to compile on 4.1 now), you can unmerge gcc-3.3
and the next emerge world will install sys-libs/libstdc++ instead.



hey thanks.  So I think the more elegant solution is to install
sys-libs/libstdc++,
unmerge my overlayed virtual/libstdc++, delete my overlayed
virtual/libstdc++,
then reemerge --oneshot virtual/libstdc++ again, this time using the one in
the
portage tree.  I don't think I can just delete my overlay before then or it
might
fess up unmerging.

--
thing.


Re: [gentoo-user] virtual/libstdc++ keeps trying to pull in gcc-3.3 :(

2007-03-05 Thread Neil Bothwick
On Mon, 5 Mar 2007 23:04:34 +0800, Mark David Dumlao wrote:

  This means either =sys-libs/libstdc++-v3-3.3* or =sys-devel/gcc-3.3*.
  If neither is installed the first listed will be used. this indicates
  that you already have gcc-3.3* installed. If you have nothing that
  needs it (very few packages fail to compile on 4.1 now), you can
  unmerge gcc-3.3 and the next emerge world will install
  sys-libs/libstdc++ instead.  
 
 
 hey thanks.  So I think the more elegant solution is to install
 sys-libs/libstdc++,
 unmerge my overlayed virtual/libstdc++, delete my overlayed
 virtual/libstdc++,
 then reemerge --oneshot virtual/libstdc++ again, this time using the
 one in the
 portage tree.

Do you already have sys-libs/libstdc++ installed? If you had, you
wouldn't need GCC 3.3. In fact, I have a feeling the packages are mutually
exclusive as both provide libstdc++. Just remove your overlayed version,
remove any installed versions of gcc-3.3* and update world again.

 I don't think I can just delete my overlay before then
 or it might
 fess up unmerging.

It won't. unmerging doesn't use the ebuild in the portage tree but the
one saved in /var/db/pkg when the package was merged.


-- 
Neil Bothwick

I don't work here. I'm a consultant.


signature.asc
Description: PGP signature


Re: [gentoo-user] virtual/libstdc++ keeps trying to pull in gcc-3.3 :(

2007-03-05 Thread Bo Ørsted Andresen
On Monday 05 March 2007 12:55:04 Neil Bothwick wrote:
  I checked the ebuild of virtual/libstdc++ and it gives me an  rdepends
  of  = gcc-3.3.*

 The full depend is

 RDEPEND=|| ( =sys-libs/libstdc++-v3-3.3* =sys-devel/gcc-3.3* )

 This means either =sys-libs/libstdc++-v3-3.3* or =sys-devel/gcc-3.3*. If
 neither is installed the first listed will be used. this indicates that
 you already have gcc-3.3* installed. If you have nothing that needs it
 (very few packages fail to compile on 4.1 now), you can unmerge gcc-3.3
 and the next emerge world will install sys-libs/libstdc++ instead.

 equery list gcc will show you exactly which gcc packages you have
 installed.

That's kind of the point of bug #161953. It picks gcc-3.3* because gcc-4* is 
already installed. Portage interprets that as an indicator that you prefer 
gcc despite that's hardly the case. The solution is to manually merge 
libstdc++-v3.

https://bugs.gentoo.org/show_bug.cgi?id=161953

-- 
Bo Andresen


pgpLG3XtFqMSm.pgp
Description: PGP signature


Re: [gentoo-user] Problems rebuilding gtk+ (and many other packages), due to not found /usr/lib/libXCBRenderUtil.la

2007-03-05 Thread Bo Ørsted Andresen
On Monday 05 March 2007 12:10:00 Alexander Skwar wrote:
 I'm trying to rebuild gtk+-2.10.9 and this fails with:

 [...]
 grep: /usr/lib/libXCBRenderUtil.la: No such file or directory
 [...]

 (Many other packages also fail with this error message.)

 That's correct - this file does not exist (anymore?).

 I tried a revdep-rebuild -X, and this also fails, as gtk+-2.10.9 is the
 first package which should be rebuild.
[SNIP]
 What package do I need to rebuild, so that I'm able to build gtk+
 again?

This would be so much easier to answer if you'd post the output of:

# revdep-rebuild -i -X -p

-- 
Bo Andresen


pgpP09zvph8xy.pgp
Description: PGP signature


Re: [gentoo-user] java vm, GENTOO_VM value

2007-03-05 Thread Bo Ørsted Andresen
On Sunday 04 March 2007 14:43:38 Matthew R. Lee wrote:
 I'm trying to recompile openoffice with java to get the help working. 
 However I've run into a problem I don't understand.
 When I try to emerge dev-java/bsf-2.3.0-r2 it fails and complains that:
 * Home for VM 'blackdown-jdk-1.4.2' does not
 exist: /usr/lib/jvm/blackdown-jdk-1.4.2/
 * Invalid value for GENTOO_VM: blackdown: blackdown-jdk-1.4.2
 Where is the GENTOO_VM value set?
 I don't have blackdown on my system anymore, I switched to sun abut six
 months ago.  I've checked with java-config --list-available-vms
 The following VMs are available for generation-2:
 *)  Sun JDK 1.5.0.10 [sun-jdk-1.5]
 and with eselect java-vm show
  sun-jdk-1.5

 So the question is why is the GENTOO_VM set to blackdown, and how do I
 change it?

I suggest you run `java-check-environment`. Post the output if that doesn't 
help you. Also post the output of `java-config-1 -L`..

-- 
Bo Andresen


pgp13lFsyY7Hd.pgp
Description: PGP signature


Re: [gentoo-user] Portage elogs no longer getting through

2007-03-05 Thread Bo Ørsted Andresen
On Sunday 04 March 2007 19:54:52 Kevin O'Gorman wrote:
 I used to get messages from most of the ebuilds I emerged.  This is no
 longer happening.
 I've got the following lines (still) in /etc/make.conf:

 PORTAGE_ELOG_CLASSES=info warn error log
 PORTAGE_ELOG_MAILURI=[EMAIL PROTECTED] localhost

 (except there's a real domain instead of nospamplease).

 Shouldn't I still get these messages?

Sure.. Now, without more information it's a bit hard to figure out the 
problem...

-- 
Bo Andresen


pgptetwNKJZAw.pgp
Description: PGP signature


Re: [gentoo-user] compile errors when emerging kdelib-3.5.5-r8

2007-03-05 Thread Bo Ørsted Andresen
On Sunday 04 March 2007 01:07:27 David Harel wrote:
  gcc-config is set to: [11] i686-pc-linux-gnu-4.1.1 *
[SNIP]
 .libs/artskde.o: In function
 `Arts::KIOInputStream_base::_fromReference(Arts::ObjectReference, bool)':
 artskde.cc:(.text+0x1980): undefined reference to
 `std::basic_stringchar, std::char_traitschar, std::allocatorchar

  ::_Rep::_S_empty_rep_storage'

 artskde.cc:(.text+0x1a7c): undefined reference to
 `std::basic_stringchar, std::char_traitschar, std::allocatorchar

  ::_Rep::_S_empty_rep_storage'

 artskde.cc:(.text+0x1ad3): undefined reference to
 `__gnu_cxx::__exchange_and_add(int volatile*, int)'
 artskde.cc:(.text+0x1b03): undefined reference to
 `__gnu_cxx::__exchange_and_add(int volatile*, int)'
 .libs/artskde.o: In function `Arts::KFloatWatchProxy::_Creator()':

A search in bugzilla seems to suggest that you have done a major gcc upgrade 
without following the gcc upgrading guide.

http://www.gentoo.org/doc/en/gcc-upgrading.xml

-- 
Bo Andresen


pgpOWIMlXHVBV.pgp
Description: PGP signature


Re: [gentoo-user] java vm, GENTOO_VM value

2007-03-05 Thread Matthew R. Lee
On Monday 05 March 2007 14:27, Bo Ørsted Andresen wrote:
 On Sunday 04 March 2007 14:43:38 Matthew R. Lee wrote:
  I'm trying to recompile openoffice with java to get the help working.
  However I've run into a problem I
  I'm trying to recompile openoffice with java to get the help working.
  However I've run into a problem I don't understand.
  When I try to emerge dev-java/bsf-2.3.0-r2 it fails and complains that: 
don't understand.
  When I try to emerge dev-java/bsf-2.3.0-r2 it fails and complains that:
  * Home for VM 'blackdown-jdk-1.4.2' does not
  exist: /usr/lib/jvm/blackdown-jdk-1.4.2/
  * Invalid value for GENTOO_VM: blackdown: blackdown-jdk-1.4.2
  Where is the GENTOO_VM value set?
  I don't have blackdown on my system anymore, I switched to sun abut six
  months ago.  I've checked with java-config --list-available-vms
  The following VMs are available for generation-2:
  *)  Sun JDK 1.5.0.10 [sun-jdk-1.5]
  and with eselect java-vm show
   sun-jdk-1.5
 
  So the question is why is the GENTOO_VM set to blackdown, and how do I
  change it?

 I suggest you run `java-check-environment`. Post the output if that doesn't
 help you. Also post the output of `java-config-1 -L`..
Thanks, I was missing a generation-1 vm, sorted that out.
The packages that had the problems previously have now built.
I'm reemerging openoffice with the java flag, so far so good
Matt  
-- 
%%%
Dr. Matthew R. Lee
CASEB  ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago.
CP 6513677
CHILE

[EMAIL PROTECTED]
[EMAIL PROTECTED]

URL: meiochile.matthewlee.org
%%%
--
gentoo-user@gentoo.org mailing list



[gentoo-user] quick kmail question

2007-03-05 Thread Matthew R. Lee
When I click on a URL in an email it opens a new Konqueror window.  However I 
have it set in my Konqueror configuration to Open as tab in existing 
Konqueror when URL is called externally  I've looked through the KMail 
configuration settings but I can't find anywhere to change this.  Is there a 
way?
Matt
-- 
%%%
Dr. Matthew R. Lee
CASEB  ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago.
CP 6513677
CHILE

[EMAIL PROTECTED]
[EMAIL PROTECTED]

URL: meiochile.matthewlee.org
%%%
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] app-text/binutils??

2007-03-05 Thread Alex Schuster
Hi there!

I am following the gcc upgrade guide, emerge -e system just completed fine. 
But emerge -e world gives this error message:

  Calculating world dependencies -
  emerge: there are no ebuilds to satisfy =app-text/binutils-2.15.94.
  (dependency required by sys-devel/gcc-4.1.1-r3 [ebuild])
  
  !!! Problem resolving dependencies for gnome-base/gconf
  !!! Depgraph creation failed.

What the heck is app-text/binutils? eix does not show it, neither does 
emerge -Ca app-text/binutils or a grep -r in the portage tree.

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



[gentoo-user] SDL problem

2007-03-05 Thread Alex Fansky
Hello.
I have libsdl 1.2.11-r1 installed(2.6.19-r4 kernel). When I run dosbox or 
quake3(or any other app depending on STL) from my common user account I get 
error message like:

[EMAIL PROTECTED] ~ % dosbox
Exit to error: Can't init SDL Unable to open a console terminal

It runs normal from root. How to solve this problem?
-- 
wbr Alex 'V' Fansky


pgpRVHpKQwGjO.pgp
Description: PGP signature


Re: [gentoo-user] app-text/binutils??

2007-03-05 Thread Bo Ørsted Andresen
On Tuesday 06 March 2007 00:03:15 Alex Schuster wrote:
 I am following the gcc upgrade guide, emerge -e system just completed fine.
 But emerge -e world gives this error message:

   Calculating world dependencies -
   emerge: there are no ebuilds to satisfy =app-text/binutils-2.15.94.
   (dependency required by sys-devel/gcc-4.1.1-r3 [ebuild])

   !!! Problem resolving dependencies for gnome-base/gconf
   !!! Depgraph creation failed.

 What the heck is app-text/binutils? eix does not show it, neither does
 emerge -Ca app-text/binutils or a grep -r in the portage tree.

`emerge --info` ?

-- 
Bo Andresen


pgprcCY8NAWUR.pgp
Description: PGP signature


Re: [gentoo-user] app-text/binutils??

2007-03-05 Thread Alex Schuster
Bo Ørsted Andresen asks for more information:

 On Tuesday 06 March 2007 00:03:15 Alex Schuster wrote:
  I am following the gcc upgrade guide, emerge -e system just completed
  fine. But emerge -e world gives this error message:
 
Calculating world dependencies -
emerge: there are no ebuilds to satisfy
  =app-text/binutils-2.15.94. (dependency required by
  sys-devel/gcc-4.1.1-r3 [ebuild])
 
!!! Problem resolving dependencies for gnome-base/gconf
!!! Depgraph creation failed.
 
  What the heck is app-text/binutils? eix does not show it, neither does
  emerge -Ca app-text/binutils or a grep -r in the portage tree.

 `emerge --info` ?

Here it comes. Sorry, didn't think that would matter. BTW, I first got the 
message Problem resolving dependencies for app-forensics/chkrootkit. 
After unmerging it, it changed to the message above about gnome-base/gconf.


Portage 2.1.2-r9 (default-linux/x86/2006.1, gcc-4.1.1, 
glibc-2.2.5-r2,glibc-2.5-r0, 2.6.14-hardened-r7 i686)
=
System uname: 2.6.14-hardened-r7 i686 Pentium III (Katmai)
Gentoo Base System release 1.12.9
Timestamp of tree: Mon, 05 Mar 2007 05:50:01 +
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[enabled]
ccache version 2.4 [enabled]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python: 2.3.5-r3, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.4-r6
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=i686 -Os -pipe -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/X11/xkb /usr/share/config /var/bind /var/qmail
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf 
/etc/java-config/vms/ /etc/revdep-rebuild /etc/sound/events/ /etc/terminfo 
/etc/texmf/web2c /etc/xdg/xfce4/ /usr/lib/X11/xkb /usr/share/texmf
CXXFLAGS=-march=i686 -Os -pipe -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig ccache distcc distlocks metadata-transfer sandbox 
sfperms strict userpriv usersandbox
GENTOO_MIRRORS=http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/linux/distributions/gentoo;
LINGUAS=de
MAKEOPTS=-j4
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude=/distfiles --exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage/gentoo-portage
PORTDIR_OVERLAY=/usr/portage/local /usr/portage/local/layman/gentoo-de
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=acl alsa apache2 authfile bash-completion berkdb bitmap-fonts cgi cli 
cracklib crypt cups dga doc dri fam fortran gd gdbm gpm iconv imap ipv6 
isdnlog jpeg jpeg2k libg++ midi mmx mp3 ncurses nls nntp nptl nptlonly pam 
pcre perl php png ppds pppd python readline reflection samba session spl 
ssl svg tcpd tiff tokenizer truetype-fonts type1-fonts unicode vga vorbis 
x86 xorg zlib ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 
cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel 
intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci 
ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug 
file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug 
rate route share shm softvol ELIBC=glibc INPUT_DEVICES=keyboard mouse 
KERNEL=linux LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 
lcdm001 mtxorb ncurses text LINGUAS=de USERLAND=GNU VIDEO_CARDS=ati 
vesa fbdev
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, 
PORTAGE_RSYNC_EXTRA_OPTS

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



Re: [gentoo-user] app-text/binutils??

2007-03-05 Thread Bo Ørsted Andresen
On Tuesday 06 March 2007 00:53:54 Alex Schuster wrote:
   I am following the gcc upgrade guide, emerge -e system just completed
   fine. But emerge -e world gives this error message:
  
 Calculating world dependencies -
 emerge: there are no ebuilds to satisfy
   =app-text/binutils-2.15.94. (dependency required by
   sys-devel/gcc-4.1.1-r3 [ebuild])
  
 !!! Problem resolving dependencies for gnome-base/gconf
 !!! Depgraph creation failed.
  
   What the heck is app-text/binutils? eix does not show it, neither does
   emerge -Ca app-text/binutils or a grep -r in the portage tree.

What is the output of:

# grep app-text /var/db/pkg/sys-devel/gcc-*/*

  `emerge --info` ?
[SNIP]
 Portage 2.1.2-r9 (default-linux/x86/2006.1, gcc-4.1.1,
 glibc-2.2.5-r2,glibc-2.5-r0, 2.6.14-hardened-r7 i686)
[SNIP]

and what is the output of:

# cat /var/db/pkg/sys-libs/{glibc-2.2.5-r2,glibc-2.5}/SLOT

?

-- 
Bo Andresen


pgpXuwzUkEvQE.pgp
Description: PGP signature


Re: [gentoo-user] app-text/binutils?? [SOLVED]

2007-03-05 Thread Alex Schuster
Bo Ørsted Andresen writes:

 What is the output of:

 # grep app-text /var/db/pkg/sys-devel/gcc-*/*

Nothing.

 and what is the output of:

 # cat /var/db/pkg/sys-libs/{glibc-2.2.5-r2,glibc-2.5}/SLOT

A blank line, and 2.2.

I grepped in /var/cache/edb, nothing there, and locate binutils|grep text 
also showed nothing. Just in case this could mean anything.

Then I tried emerge --metadata, and suddenly the problem is gone. Whatever 
it was. Wow, now I have 872 packages to emerge.

Thanks for your help, Bo!
Do you think I should file a bug, so the devs become aware of this potential 
problem, or should we just hope it never happens again?  I still wonder 
what may have caused this, looks to me like something got corrupted badly.

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



Re: [gentoo-user] app-text/binutils?? [SOLVED]

2007-03-05 Thread Bo Ørsted Andresen
On Tuesday 06 March 2007 02:17:27 Alex Schuster wrote:
  and what is the output of:
 
  # cat /var/db/pkg/sys-libs/{glibc-2.2.5-r2,glibc-2.5}/SLOT

 A blank line, and 2.2.

You should definitely fix that. glibc-2.2.5-r2 is supposed to be in SLOT 2.2
too which means it should have been cleaned when you upgraded to glibc-2.5.

Run either `equery check =sys-libs/glibc-2.5` or `qcheck =sys-libs/glibc-2.5`
(requires either gentoolkit or portage-utils) to verify that no harm will be
caused by unmerging glibc-2.2.5-r2. Then unmerge glibc-2.2.5-r2.

 I grepped in /var/cache/edb, nothing there, and locate binutils|grep text
 also showed nothing. Just in case this could mean anything.

Hmm... I actually see this on my system too.. I assume you just didn't manage
to grep the right files...

# grep app-text/binutils /var/cache/edb/dep/$(portageq 
portdir)/sys-devel/gcc-4.1.1-r3
[...] ppc? ( =app-text/binutils-2.17 ) ppc64? ( =app-text/binutils-2.17 ) 
=app-text/binutils-2.15.94 [...]

 Then I tried emerge --metadata, and suddenly the problem is gone. Whatever
 it was. Wow, now I have 872 packages to emerge.

 Thanks for your help, Bo!
 Do you think I should file a bug, so the devs become aware of this
 potential problem, or should we just hope it never happens again?  I still
 wonder what may have caused this, looks to me like something got corrupted
 badly.

That `emerge --metadata` fixes it means that it has been fixed on the mirrors.
So there's not much to report..

-- 
Bo Andresen


pgpk0Kdv8BYDI.pgp
Description: PGP signature


Re: [gentoo-user] quick kmail question

2007-03-05 Thread Bo Ørsted Andresen
On Monday 05 March 2007 21:43:03 Matthew R. Lee wrote:
 When I click on a URL in an email it opens a new Konqueror window.  However
 I have it set in my Konqueror configuration to Open as tab in existing
 Konqueror when URL is called externally  I've looked through the KMail
 configuration settings but I can't find anywhere to change this.  Is there
 a way?

This has been annoying me too. I'm quite interested if anybody knows a better 
way to fix it but I've worked around it by setting /usr/local/bin/konqueror 
as my Web Browser in kcontrol - KDE Components - Component Chooser. If you 
do the same do remember to make /usr/local/bin/konqueror executable.

$ cat /usr/local/bin/konqueror
#!/bin/bash

SESS=$(/usr/kde/3.5/bin/dcop | sed '/^konqueror/q;d')

if [[ -z ${SESS} ]]; then
/usr/kde/3.5/bin/konqueror $*
else
/usr/kde/3.5/bin/dcop ${SESS} konqueror-mainwindow\#1 newTab $*
fi

-- 
Bo Andresen


pgp9MwyaL9Cl5.pgp
Description: PGP signature


Re: [gentoo-user] quick kmail question

2007-03-05 Thread Dale
Bo Ørsted Andresen wrote:
 On Monday 05 March 2007 21:43:03 Matthew R. Lee wrote:
   
 When I click on a URL in an email it opens a new Konqueror window.  However
 I have it set in my Konqueror configuration to Open as tab in existing
 Konqueror when URL is called externally  I've looked through the KMail
 configuration settings but I can't find anywhere to change this.  Is there
 a way?
 

 This has been annoying me too. I'm quite interested if anybody knows a better 
 way to fix it but I've worked around it by setting /usr/local/bin/konqueror 
 as my Web Browser in kcontrol - KDE Components - Component Chooser. If you 
 do the same do remember to make /usr/local/bin/konqueror executable.

 $ cat /usr/local/bin/konqueror
 #!/bin/bash

 SESS=$(/usr/kde/3.5/bin/dcop | sed '/^konqueror/q;d')

 if [[ -z ${SESS} ]]; then
 /usr/kde/3.5/bin/konqueror $*
 else
 /usr/kde/3.5/bin/dcop ${SESS} konqueror-mainwindow\#1 newTab $*
 fi

   

I never could get it to work like it should either.  I switched to
Mozilla and now Seamonkey.  Hey, it works.  It'll open it in a new tab
or a new window.

I hope you find a solution.  I never did.

Dale

:-)  :-)  :-)

-- 
www.myspace.com/dalek1967