Return-Path: X-Original-To: apmail-tuscany-dev-archive@www.apache.org Delivered-To: apmail-tuscany-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 705D5963D for ; Sat, 16 Jun 2012 18:47:02 +0000 (UTC) Received: (qmail 868 invoked by uid 500); 16 Jun 2012 18:47:02 -0000 Delivered-To: apmail-tuscany-dev-archive@tuscany.apache.org Received: (qmail 838 invoked by uid 500); 16 Jun 2012 18:47:02 -0000 Mailing-List: contact dev-help@tuscany.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tuscany.apache.org Delivered-To: mailing list dev@tuscany.apache.org Received: (qmail 831 invoked by uid 99); 16 Jun 2012 18:47:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jun 2012 18:47:02 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of luckbr1975@gmail.com designates 209.85.212.53 as permitted sender) Received: from [209.85.212.53] (HELO mail-vb0-f53.google.com) (209.85.212.53) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jun 2012 18:46:56 +0000 Received: by vbbfc26 with SMTP id fc26so2688121vbb.26 for ; Sat, 16 Jun 2012 11:46:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=k+utGLgVkWB9K6O8q10bH4UgfKK8Pe+8k3MAHBRrp9Q=; b=FNRmZUoJbd4xJxH8Smy6SVavKfRSSA4+IlSNsHfm9EH+L3G38IHK1FaHKb46Y4D5Sn c+k2gjG0whkvXAiRHrgvXJl6yHHmxn4eh7MH1UIAVWQkyGJPc3r7FmKK1tr1C7r6rPAL JtSpZQWnb/9Gd4XoADiwoQSL1k5BseAzx/BQNgSkdpWQHsTp9xpVQ+5fxzSILWnxUaE5 VGriI9Aa/ZLQcYgovnYKhmJDcjGx7KXXiYuI/CVvs57r2TRqESoaRgvOM649Lazl/wDQ PFNVmQlBTkx1Ovl4Xb1+q5xTq6SBJHFEw7Q/6J4ysoySrQQOcrZ032qz/2lB95ybFgYf MFAQ== MIME-Version: 1.0 Received: by 10.220.220.78 with SMTP id hx14mr4688014vcb.23.1339872395620; Sat, 16 Jun 2012 11:46:35 -0700 (PDT) Received: by 10.52.115.71 with HTTP; Sat, 16 Jun 2012 11:46:35 -0700 (PDT) Date: Sat, 16 Jun 2012 11:46:35 -0700 Message-ID: Subject: Ubuntu specific compilation issues From: Luciano Resende To: tuscany-dev Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org It seems that there are some compilation issues in latest ubuntu after recent java updates. And I don't see any issues in Mac OS environment... Environment information : $ java -version java version "1.6.0_24" OpenJDK Runtime Environment (IcedTea6 1.11.1) (6b24-1.11.1-4ubuntu3) OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode) Compilation Error : [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/lresende/opensource/apache/tuscany/java-sca-2.x/modules/core/src/main/java/org/apache/tuscany/sca/core/context/impl/ComponentContextImpl.java:[106,32] type parameters of R cannot be determined; no unique maximal instance exists for type variable R with upper bounds org.oasisopen.sca.ServiceReference,org.oasisopen.sca.ServiceReference [ERROR] /home/lresende/opensource/apache/tuscany/java-sca-2.x/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/ExtensibleProxyFactory.java:[60,43] invalid inferred types for R; inferred type does not conform to declared bound(s) inferred: org.oasisopen.sca.ServiceReference bound(s): org.oasisopen.sca.ServiceReference [ERROR] /home/lresende/opensource/apache/tuscany/java-sca-2.x/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/ExtensibleProxyFactory.java:[62,39] invalid inferred types for R; inferred type does not conform to declared bound(s) inferred: org.oasisopen.sca.ServiceReference bound(s): org.oasisopen.sca.ServiceReference [INFO] 3 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /home/lresende/opensource/apache/tuscany/java-sca-2.x/modules/core/src/main/java/org/apache/tuscany/sca/core/context/impl/ComponentContextImpl.java:[106,32] type parameters of R cannot be determined; no unique maximal instance exists for type variable R with upper bounds org.oasisopen.sca.ServiceReference,org.oasisopen.sca.ServiceReference /home/lresende/opensource/apache/tuscany/java-sca-2.x/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/ExtensibleProxyFactory.java:[60,43] invalid inferred types for R; inferred type does not conform to declared bound(s) inferred: org.oasisopen.sca.ServiceReference bound(s): org.oasisopen.sca.ServiceReference /home/lresende/opensource/apache/tuscany/java-sca-2.x/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/ExtensibleProxyFactory.java:[62,39] invalid inferred types for R; inferred type does not conform to declared bound(s) inferred: org.oasisopen.sca.ServiceReference bound(s): org.oasisopen.sca.ServiceReference I'll investigate it further later tonight or tomorrow, but we might want to fix this before the new RC -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/