Re: [CentOS] java-1.6.0-openjdk packages for testing

2008-04-07 Thread William L. Maltby
On Fri, 2008-04-04 at 13:35 -0500, Johnny Hughes wrote:
 Johnny Hughes wrote:
  Akemi Yagi wrote:
  On Fri, Apr 4, 2008 at 9:18 AM, William L. Maltby
  [EMAIL PROTECTED] wrote:
  Johnny,
 
   Thought I'd try these out for you. Looks like a prerequisite is 
  missing?
 
   yum --enablerepo=c5-testing install java-1.6.0-openjdk\*
   snip the usual gobbledygook
 
   -- Finished Dependency Resolution
   Error: Missing Dependency: jpackage-utils = 1.7.3-1jpp.3 is needed by
   package java-1.6.0-openjdk
 
  I get the same error.  Thought Johnny cheated on this one, but 
  apparently not...
  
  hmmm
  
  There is another version of jpackage-utils in there that should also work.
  
 
 I suspect that the problem is that you have priorities enabled, with the 
 testing repo as the lower priority and jpackage-utils is an upgrade to 
 the one included in the main distro.

That was it. I wish yum had a --disablepriorities= flag. nevertheless,
I disabled all repos, enabled the c5-testing and the update went just
fine.

However...

I know nothing about Java. The real Java worked fine for a java console
and application I use. The application worked (mostly) for Firefox 3.0.
It works very relaiably for the Firefox delivered (and updated to CentOS
current version) on both 4.x and 5.x. The Java Console looks like it
works, but doesn't give the prompts I saw in the real Java (clear
cache, ...) and on Windows XP.

The java-1.6.0-openjdk doesn't. I suspect I'm missing some sort of style
sheet processing. Again, I know nothing. Or maybe it's some
configuration I've overlooked. I looked at all that I could think of
that might be related.

Anyone got a clue bat to get me headed down the right road?

Here's a snippet that represents the errors I see in the Java console.
Stuff is wrapped.
Error: Unknown property 'box-sizing'.  Declaration dropped.
Source File:
https://a248.e.akamai.net/n/248/1777/20080331.0/www.etrade.com/stylesheet/global.css
 Line: 81

Error: Error in parsing value for property 'cursor'.  Declaration
dropped.
Source File:
https://a248.e.akamai.net/n/248/1777/20080331.0/www.etrade.com/stylesheet/global.css
 Line: 134

Error: Error in parsing value for property 'cursor'.  Declaration
dropped.
Source File:
https://a248.e.akamai.net/n/248/1777/20080331.0/www.etrade.com/stylesheet/global.css
 Line: 139

Error: Expected end of value for property but found 'height'.  Error in
parsing value for property 'padding'.  Declaration dropped.
Source File: https://www.etrade.wallst.com/v1/common/styles/common.css
Line: 175

Error: Expected declaration but found '~'.  Skipped to next declaration.
Source File:
https://www.etrade.wallst.com/v1/markets/overview/overview.asp?YYY220_/UfRI8EalsCAi3GJbJt1+1s5f342JV9/gVOKi53Y/+mgCK6YLp2npSpR/iB8MUHlH/xLj3KqPvxrZiXFk/P8P9Dm/BRVro4iUbunY3sI88SGZA9kudTDWkHRnft4blfv+5ugfzMoFQ0ZNMhiZyCd7jWgf9iIYmFdzJR5wu/OiSoXFU4kD0ERjHxPm6Y3QBd5
 Line: 271

 snip sig stuff

TIA
--- 
Bill

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] java-1.6.0-openjdk packages for testing

2008-04-04 Thread William L. Maltby
Johnny,

Thought I'd try these out for you. Looks like a prerequisite is missing?

yum --enablerepo=c5-testing install java-1.6.0-openjdk\*
snip the usual gobbledygook

330 packages excluded due to repository priority protections
Parsing package install arguments
Resolving Dependencies
-- Populating transaction set with selected packages. Please wait.
--- Package java-1.6.0-openjdk-demo.i386 1:1.6.0.0-0.6.b08.el5.centos
set to be updated
--- Package java-1.6.0-openjdk-plugin.i386 1:1.6.0.0-0.6.b08.el5.centos
set to be updated
--- Package java-1.6.0-openjdk-src.i386 1:1.6.0.0-0.6.b08.el5.centos
set to be updated
--- Package java-1.6.0-openjdk.i386 1:1.6.0.0-0.6.b08.el5.centos set to
be updated
--- Package java-1.6.0-openjdk-devel.i386 1:1.6.0.0-0.6.b08.el5.centos
set to be updated
--- Package java-1.6.0-openjdk-javadoc.i386
1:1.6.0.0-0.6.b08.el5.centos set to be updated
-- Running transaction check
-- Processing Dependency: tzdata-java for package: java-1.6.0-openjdk
-- Processing Dependency: jpackage-utils = 1.7.3-1jpp.3 for package:
java-1.6.0-openjdk
-- Restarting Dependency Resolution with new changes.
-- Populating transaction set with selected packages. Please wait.
--- Package tzdata-java.noarch 0:2007k-2.el5.centos set to be updated
-- Running transaction check
-- Processing Dependency: jpackage-utils = 1.7.3-1jpp.3 for package:
java-1.6.0-openjdk
-- Finished Dependency Resolution
Error: Missing Dependency: jpackage-utils = 1.7.3-1jpp.3 is needed by
package java-1.6.0-openjdk

# rpm -q centos-release
centos-release-5-1.0.el5.centos.1

# rpm -q jpackage-utils
jpackage-utils-1.7.3-1jpp.2.el5

A view of all available yields nothing.

$ yum --enablerepo=\* --disablerepo=contrib list available \
/tmp/YumAvail.03

$ grep -i jpackage /tmp/YumA*  # 2 older vers also available
$

BTW: the contrib repo seems to be non-functional for some time now.

$ yum --enablerepo=\* list available /tmp/YumAvail.03Error: Cannot
open/read repomd.xml file for repository: contrib

BTW2: have migrated my production work :-)  (mail, stock trading,
doing some spreadsheet stuff) to C5. After minor configuration
adjustments/irratations for the plain old copy of C4's /home, it's
working well. Using FF 3.0b05, the real java stuff. A little flaky
there. Java console in FF worked fine until this A.M. Haven't treid to
finger it out yet.

HTH
-- 
Bill

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] java-1.6.0-openjdk packages for testing

2008-04-04 Thread Akemi Yagi
On Fri, Apr 4, 2008 at 9:18 AM, William L. Maltby
[EMAIL PROTECTED] wrote:
 Johnny,

  Thought I'd try these out for you. Looks like a prerequisite is missing?

  yum --enablerepo=c5-testing install java-1.6.0-openjdk\*
  snip the usual gobbledygook

  -- Finished Dependency Resolution
  Error: Missing Dependency: jpackage-utils = 1.7.3-1jpp.3 is needed by
  package java-1.6.0-openjdk

I get the same error.  Thought Johnny cheated on this one, but apparently not...

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] java-1.6.0-openjdk packages for testing

2008-04-04 Thread Johnny Hughes

Akemi Yagi wrote:

On Fri, Apr 4, 2008 at 9:18 AM, William L. Maltby
[EMAIL PROTECTED] wrote:

Johnny,

 Thought I'd try these out for you. Looks like a prerequisite is missing?

 yum --enablerepo=c5-testing install java-1.6.0-openjdk\*
 snip the usual gobbledygook

 -- Finished Dependency Resolution
 Error: Missing Dependency: jpackage-utils = 1.7.3-1jpp.3 is needed by
 package java-1.6.0-openjdk


I get the same error.  Thought Johnny cheated on this one, but apparently not...


hmmm

There is another version of jpackage-utils in there that should also work.

let me take a look at this.



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] java-1.6.0-openjdk packages for testing

2008-04-04 Thread Johnny Hughes

Johnny Hughes wrote:

Akemi Yagi wrote:

On Fri, Apr 4, 2008 at 9:18 AM, William L. Maltby
[EMAIL PROTECTED] wrote:

Johnny,

 Thought I'd try these out for you. Looks like a prerequisite is 
missing?


 yum --enablerepo=c5-testing install java-1.6.0-openjdk\*
 snip the usual gobbledygook

 -- Finished Dependency Resolution
 Error: Missing Dependency: jpackage-utils = 1.7.3-1jpp.3 is needed by
 package java-1.6.0-openjdk


I get the same error.  Thought Johnny cheated on this one, but 
apparently not...


hmmm

There is another version of jpackage-utils in there that should also work.



I suspect that the problem is that you have priorities enabled, with the 
testing repo as the lower priority and jpackage-utils is an upgrade to 
the one included in the main distro.




signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] java-1.6.0-openjdk packages for testing

2008-04-04 Thread Akemi Yagi
On Fri, Apr 4, 2008 at 11:35 AM, Johnny Hughes [EMAIL PROTECTED] wrote:

 Johnny Hughes wrote:

  I suspect that the problem is that you have priorities enabled, with the
 testing repo as the lower priority and jpackage-utils is an upgrade to the
 one included in the main distro.

That was it.  By excluding jpackage-utils from base and update, all is well.

Akemi

P.S. Honestly, it would have been nice if this was described somewhere. :-D
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos