Re: [gentoo-user] Persistent revdep-rebuild issues: sun-jdk-1.4.2.16

2007-12-27 Thread purple
still no solution? :\


-- 
purple..


Re: [gentoo-user] Persistent revdep-rebuild issues: sun-jdk-1.4.2.16

2007-12-20 Thread Neil Bothwick
On Thu, 20 Dec 2007 03:17:03 +0100, Hemmann, Volker Armin wrote:

 put this in your make.conf:
 SEARCH_DIRS_MASK=/opt /home

This should really go in /etc/revdep-rebuild/99revdep-rebuild nowadays.


-- 
Neil Bothwick

If you think that you can truncate my sig to 75 chars, then you can just fu


signature.asc
Description: PGP signature


Re: [gentoo-user] Persistent revdep-rebuild issues: sun-jdk-1.4.2.16

2007-12-20 Thread Peter Humphrey
On Thursday 20 December 2007 02:53:17 Dale wrote:

 I did a euse -i gcj but it may as well be greek.

When I did that, the output was peppered with these:

/etc/make.conf: line 40: PORTAGE_RSYNC_INITIAL_TIMEOUT: command not found
/etc/make.conf: line 41: PORTAGE_RSYNC_RETRIES: command not found

I see that the former is no longer in /etc/make.conf/example, so I've now 
removed it, but the latter is still there and I'd like to continue to use 
it.

Is this a case of document version lagging behind what's being documented?

-- 
Rgds
Peter
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Persistent revdep-rebuild issues: sun-jdk-1.4.2.16

2007-12-20 Thread purple
i tried what Neil suggested:

 put this in your make.conf:
 SEARCH_DIRS_MASK=/opt /home
 This should really go in /etc/revdep-rebuild/99revdep-rebuild nowadays.

same thing continue to bugs me even with this :\
dev-java/sun-jdk-1.4.2.16 rebilds again :|


-- 
purple..


Re: [gentoo-user] Persistent revdep-rebuild issues: sun-jdk-1.4.2.16

2007-12-20 Thread Neil Bothwick
On Thu, 20 Dec 2007 15:40:29 +0100, purple wrote:

  This should really go in /etc/revdep-rebuild/99revdep-rebuild
  nowadays. 
 same thing continue to bugs me even with this :\
 dev-java/sun-jdk-1.4.2.16 rebilds again :|

Doesn't the ebuild create such a file for you? I
have /etc/revdep-rebuild/61-sun-jdk-1.6 containing
SEARCH_DIRS_MASK=/opt/sun-jdk-1.6.0.03


-- 
Neil Bothwick

What was the greatest thing BEFORE sliced bread?


signature.asc
Description: PGP signature


[gentoo-user] Persistent revdep-rebuild issues: sun-jdk-1.4.2.16

2007-12-19 Thread purple
after a while a built new desktop with xfce and since than i have issues
with sun-jdk-1.4.2.16 when running revdep-rebuild because revdep constandly
rebuild sun-jdk-1.4.2.16 over and over again every time i run it..
sample output from revdep-rebuild:
http://rafb.net/p/0HuBCG36.nln.html

seems its filed bug  http://bugs.gentoo.org/show_bug.cgi?id=177925 but
still isn't resolved obviously, anyone else, with solution maybe?
thanks

-- 
purple..


Re: [gentoo-user] Persistent revdep-rebuild issues: sun-jdk-1.4.2.16

2007-12-19 Thread Philip Webb
071219 purple wrote:
 i have issues with sun-jdk-1.4.2.16 when running revdep-rebuild
 because revdep constandly rebuild sun-jdk-1.4.2.16 over and over again

Revdep-rebuild seems to be an imperfect tool:
this happens to me  sometimes also with Gcc  I ignore it.
The work-around is to run 'revdep-rebuild --pretend ... ',
then do by hand whatever it says it would do, omitting the silly stuff.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Persistent revdep-rebuild issues: sun-jdk-1.4.2.16

2007-12-19 Thread purple
i dont find that soulution as the elegant one, must be some logical solution
for that on java developer side.. everything worked excellent on KDE, and
just after i did a clean install with XFCE this problem popped up..
btw revdep-rebuild never caused me a trouble, ever..
-- 
purple..


Re: [gentoo-user] Persistent revdep-rebuild issues: sun-jdk-1.4.2.16

2007-12-19 Thread Dale
Philip Webb wrote:
 071219 purple wrote:
   
 i have issues with sun-jdk-1.4.2.16 when running revdep-rebuild
 because revdep constandly rebuild sun-jdk-1.4.2.16 over and over again
 

 Revdep-rebuild seems to be an imperfect tool:
 this happens to me  sometimes also with Gcc  I ignore it.
 The work-around is to run 'revdep-rebuild --pretend ... ',
 then do by hand whatever it says it would do, omitting the silly stuff.

   

I have had mine showing it needed to recompile gcc for a very long time
now.  There is also a bug for it too.  It has been there for a really
long time.  There are hacks to work around the bug but some don't like
the hack and neither did I.  I just omit gcc and do whatever else it says.

It's not a perfect tool but it works, mostly anyway.  ;-)

Dale

:-)  :-) 


Re: [gentoo-user] Persistent revdep-rebuild issues: sun-jdk-1.4.2.16

2007-12-19 Thread Hemmann, Volker Armin
On Mittwoch, 19. Dezember 2007, purple wrote:
 after a while a built new desktop with xfce and since than i have issues
 with sun-jdk-1.4.2.16 when running revdep-rebuild because revdep constandly
 rebuild sun-jdk-1.4.2.16 over and over again every time i run it..
 sample output from revdep-rebuild:
 http://rafb.net/p/0HuBCG36.nln.html

 seems its filed bug  http://bugs.gentoo.org/show_bug.cgi?id=177925 but
 still isn't resolved obviously, anyone else, with solution maybe?
 thanks

put this in your make.conf:
SEARCH_DIRS_MASK=/opt /home

this way stuff in /opt won't be touched by revdep-rebuild
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Persistent revdep-rebuild issues: sun-jdk-1.4.2.16

2007-12-19 Thread Bo Ørsted Andresen
On Thursday 20 December 2007 02:43:04 Dale wrote:
 I have had mine showing it needed to recompile gcc for a very long time
 now.  There is also a bug for it too.  It has been there for a really
 long time.  There are hacks to work around the bug but some don't like
 the hack and neither did I.  I just omit gcc and do whatever else it says.

 It's not a perfect tool but it works, mostly anyway.  ;-)

It's not a hack. But anyway.. Do you actually need gcj? Otherwise just disable 
USE=gcj and be done with it...

-- 
Bo Andresen


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


Re: [gentoo-user] Persistent revdep-rebuild issues: sun-jdk-1.4.2.16

2007-12-19 Thread Dale
Bo Ørsted Andresen wrote:
 On Thursday 20 December 2007 02:43:04 Dale wrote:
   
 I have had mine showing it needed to recompile gcc for a very long time
 now.  There is also a bug for it too.  It has been there for a really
 long time.  There are hacks to work around the bug but some don't like
 the hack and neither did I.  I just omit gcc and do whatever else it says.

 It's not a perfect tool but it works, mostly anyway.  ;-)
 

 It's not a hack. But anyway.. Do you actually need gcj? Otherwise just 
 disable 
 USE=gcj and be done with it...

   

The last I saw was making some sort of links manually.  I'll give that
-gcj a try tho.  Can I just disable it on gcc or does it have to be
global?  Also, what is it anyway?  I did a euse -i gcj but it may as
well be greek.

Thanks

Dale

:-)  :-)


Re: [gentoo-user] Persistent revdep-rebuild issues: sun-jdk-1.4.2.16

2007-12-19 Thread Randy Barlow
Dale wrote:
 I'll give that
 -gcj a try tho.  Can I just disable it on gcc or does it have to be
 global?  Also, what is it anyway?

I would disable it globally for now.  gcj is an open source
implementation of Java, but last I read about it (maybe like 3/4 a year
ago) it wasn't very complete yet.  I would just use Sun for now...

-- 
Randy Barlow
http://electronsweatshop.com
-- 
[EMAIL PROTECTED] mailing list