Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Re: Could you fix the Europa build please?

Bjorn:

As far as I can tell, these are the same errors reported last week [1]
-- caused apparently by repromoting the same build under a different
name. Jars are the same as from weeks ago.

[1] http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg02122.html

The jars are on download.eclipse.org -- all five nodes and
build.eclipse too -- but the build can't find them.

$ ssh node1
$ cd /home/data/httpd/download.eclipse.org/modeling/emf/updates; find
. -name "org.eclipse.emf.query.sdk*1.1.1.v200711281714-54191D7X1MKFuGkIiFcJLHt955I6*"
-o -name "org.eclipse.emf.transaction.sdk*1.1.2.v200710151610-657796EYz0ioXNf0foaxc2sgJlG9*"
./features/org.eclipse.emf.transaction.sdk_1.1.2.v200710151610-657796EYz0ioXNf0foaxc2sgJlG9.jar
./features/org.eclipse.emf.query.sdk_1.1.1.v200711281714-54191D7X1MKFuGkIiFcJLHt955I6.jar

$ ssh node2
$ cd /home/data/httpd/download.eclipse.org/modeling/emf/updates; find
. -name "org.eclipse.emf.query.sdk*1.1.1.v200711281714-54191D7X1MKFuGkIiFcJLHt955I6*"
-o -name "org.eclipse.emf.transaction.sdk*1.1.2.v200710151610-657796EYz0ioXNf0foaxc2sgJlG9*"
./features/org.eclipse.emf.transaction.sdk_1.1.2.v200710151610-657796EYz0ioXNf0foaxc2sgJlG9.jar
./features/org.eclipse.emf.query.sdk_1.1.1.v200711281714-54191D7X1MKFuGkIiFcJLHt955I6.jar

$ ssh node3
$ cd /home/data/httpd/download.eclipse.org/modeling/emf/updates; find
. -name "org.eclipse.emf.query.sdk*1.1.1.v200711281714-54191D7X1MKFuGkIiFcJLHt955I6*"
-o -name "org.eclipse.emf.transaction.sdk*1.1.2.v200710151610-657796EYz0ioXNf0foaxc2sgJlG9*"
./features/org.eclipse.emf.transaction.sdk_1.1.2.v200710151610-657796EYz0ioXNf0foaxc2sgJlG9.jar
./features/org.eclipse.emf.query.sdk_1.1.1.v200711281714-54191D7X1MKFuGkIiFcJLHt955I6.jar

$ ssh node4
$ cd /home/data/httpd/download.eclipse.org/modeling/emf/updates; find
. -name "org.eclipse.emf.query.sdk*1.1.1.v200711281714-54191D7X1MKFuGkIiFcJLHt955I6*"
-o -name "org.eclipse.emf.transaction.sdk*1.1.2.v200710151610-657796EYz0ioXNf0foaxc2sgJlG9*"
./features/org.eclipse.emf.transaction.sdk_1.1.2.v200710151610-657796EYz0ioXNf0foaxc2sgJlG9.jar
./features/org.eclipse.emf.query.sdk_1.1.1.v200711281714-54191D7X1MKFuGkIiFcJLHt955I6.jar

$ ssh node5
$ cd /home/data/httpd/download.eclipse.org/modeling/emf/updates; find
. -name "org.eclipse.emf.query.sdk*1.1.1.v200711281714-54191D7X1MKFuGkIiFcJLHt955I6*"
-o -name "org.eclipse.emf.transaction.sdk*1.1.2.v200710151610-657796EYz0ioXNf0foaxc2sgJlG9*"
./features/org.eclipse.emf.transaction.sdk_1.1.2.v200710151610-657796EYz0ioXNf0foaxc2sgJlG9.jar
./features/org.eclipse.emf.query.sdk_1.1.1.v200711281714-54191D7X1MKFuGkIiFcJLHt955I6.jar

$ ssh build
$ cd /home/data/httpd/download.eclipse.org/modeling/emf/updates; find
. -name "org.eclipse.emf.query.sdk*1.1.1.v200711281714-54191D7X1MKFuGkIiFcJLHt955I6*"
-o -name "org.eclipse.emf.transaction.sdk*1.1.2.v200710151610-657796EYz0ioXNf0foaxc2sgJlG9*"
./features/org.eclipse.emf.transaction.sdk_1.1.2.v200710151610-657796EYz0ioXNf0foaxc2sgJlG9.jar
./features/org.eclipse.emf.query.sdk_1.1.1.v200711281714-54191D7X1MKFuGkIiFcJLHt955I6.jar

And they unpack fine:

$ cd /home/data/httpd/download.eclipse.org/modeling/emf/updates; unzip
-d /tmp/foo ./features/org.eclipse.emf.transaction.sdk_1.1.2.v200710151610-657796EYz0ioXNf0foaxc2sgJlG9.jar
Archive:  ./features/org.eclipse.emf.transaction.sdk_1.1.2.v200710151610-657796EYz0ioXNf0foaxc2sgJlG9.jar
  inflating: /tmp/foo/epl-v10.html
  inflating: /tmp/foo/feature.properties
  inflating: /tmp/foo/feature.xml
  inflating: /tmp/foo/license.html
  inflating: /tmp/foo/modeling32.png

$ cd /home/data/httpd/download.eclipse.org/modeling/emf/updates; unzip
-d /tmp/foo2 ./features/org.eclipse.emf.query.sdk_1.1.1.v200711281714-54191D7X1MKFuGkIiFcJLHt955I6.jarArchive:
 ./features/org.eclipse.emf.query.sdk_1.1.1.v200711281714-54191D7X1MKFuGkIiFcJLHt955I6.jar
  inflating: /tmp/foo2/epl-v10.html
  inflating: /tmp/foo2/feature.properties
  inflating: /tmp/foo2/feature.xml
  inflating: /tmp/foo2/license.html
  inflating: /tmp/foo2/modeling32.png

And are valid jars:

$ cd /home/data/httpd/download.eclipse.org/modeling/emf/updates; file
./features/org.eclipse.emf.transaction.sdk_1.1.2.v200710151610-657796EYz0ioXNf0foaxc2sgJlG9.jar
./features/org.eclipse.emf.transaction.sdk_1.1.2.v200710151610-657796EYz0ioXNf0foaxc2sgJlG9.jar:
Zip archive data, at least v2.0 to extract

$ cd /home/data/httpd/download.eclipse.org/modeling/emf/updates; file
./features/org.eclipse.emf.query.sdk_1.1.1.v200711281714-54191D7X1MKFuGkIiFcJLHt955I6.jar
./features/org.eclipse.emf.query.sdk_1.1.1.v200711281714-54191D7X1MKFuGkIiFcJLHt955I6.jar:
Zip archive data, at least v2.0 to extract

So, what else can I do? Promote them again and hope the build likes
them this time?

Nick

On Wed, Mar 5, 2008 at 10:54 AM, Bjorn Freeman-Benson
<bjorn.freeman-benson@xxxxxxxxxxx> wrote:
>
>  Nick,
>  There are a number of EMF build problems with the Europa build - could you
> fix them and I'll respin?  Thanks.
>  http://dash.eclipse.org/~bfreeman/europa/
>
>  - Bjorn
>
> --
>  [end of message]


Back to the top