Community
Participate
Working Groups
Build Identifier: 3.5.2 I try to do eclipse build for 3.5.2 on system Z (s390/ s390x) machines. (However, the problem seems to be not dependent on the architecture). When I start the build, build script prompts for password If I try to skip the password prompt, after three retries, it prompts for kmoir@dev.eclipse.org password and then fails as shown below. ---- allElements: init: fetchElement: Password: Password: Password: kmoir@dev.eclipse.org's password: kmoir@dev.eclipse.org's password: kmoir@dev.eclipse.org's password: [eclipse.fetch] Could not retrieve feature.xml and/or build.properties: cvs exited with error code 1 [eclipse.fetch] Command line was [Executing 'cvs' with arguments: [eclipse.fetch] '-dkmoir@dev.eclipse.org:/cvsroot/eclipse' [eclipse.fetch] '-q' [eclipse.fetch] 'export' [eclipse.fetch] '-r' [eclipse.fetch] 'v20080717' [eclipse.fetch] 'org.eclipse.sdk.examples-feature/feature.xml' [eclipse.fetch] [eclipse.fetch] The ' characters around the executable and arguments are [eclipse.fetch] not part of the command. [eclipse.fetch] [eclipse.fetch] ---- I take the source for build from http://download.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/index.php named eclipse-sourceBuild-srcIncluded-3.5.2.zip. I tried to build again by replacing kmoir@dev.eclipse.org by :pserver:anonymous@dev.eclipse.org. This time, the build proceeds further more but fails again asking for password. If the prompt for password is skipped, I am asked for ${cvsuser}@dev.eclipse.org's password and then fails. Here is the failure message. --- fetchElement: Password: Password: Password: ${cvsuser}@dev.eclipse.org's password: ${cvsuser}@dev.eclipse.org's password: ${cvsuser}@dev.eclipse.org's password: [eclipse.fetch] Could not retrieve feature.xml and/or build.properties: cvs exited with error code 1 [eclipse.fetch] Command line was [Executing 'cvs' with arguments: [eclipse.fetch] '-d${cvsuser}@dev.eclipse.org:/cvsroot/eclipse' [eclipse.fetch] '-q' [eclipse.fetch] 'export' [eclipse.fetch] '-r' [eclipse.fetch] 'R35x_v20100119' [eclipse.fetch] 'org.eclipse.sdk-feature/features/org.eclipse.sdk/feature.xml' [eclipse.fetch] [eclipse.fetch] The ' characters around the executable and arguments are [eclipse.fetch] not part of the command. [eclipse.fetch] ----- Reproducible: Always Steps to Reproduce: 1. Unzip the source file downloaded from http://download.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/index.php 2. Start the build using the following command ./build -os linux -ws gtk -arch s390x
Moving to Releng.
Any update/fix on this issue would be of great help. Thanks! (In reply to comment #1) > Moving to Releng. (In reply to comment #0) > Build Identifier: 3.5.2 > > I try to do eclipse build for 3.5.2 on system Z (s390/ s390x) machines. > (However, the problem seems to be not dependent on the architecture). > When I start the build, build script prompts for password > If I try to skip the password prompt, after three retries, it prompts for > kmoir@dev.eclipse.org password and then fails as shown below. > > ---- > allElements: > > init: > > fetchElement: > Password: > Password: > Password: > kmoir@dev.eclipse.org's password: > kmoir@dev.eclipse.org's password: > kmoir@dev.eclipse.org's password: > [eclipse.fetch] Could not retrieve feature.xml and/or build.properties: cvs > exited with error code 1 > [eclipse.fetch] Command line was [Executing 'cvs' with arguments: > [eclipse.fetch] '-dkmoir@dev.eclipse.org:/cvsroot/eclipse' > [eclipse.fetch] '-q' > [eclipse.fetch] 'export' > [eclipse.fetch] '-r' > [eclipse.fetch] 'v20080717' > [eclipse.fetch] 'org.eclipse.sdk.examples-feature/feature.xml' > [eclipse.fetch] > [eclipse.fetch] The ' characters around the executable and arguments are > [eclipse.fetch] not part of the command. > [eclipse.fetch] > [eclipse.fetch] > ---- > > I take the source for build from > http://download.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/index.php > named eclipse-sourceBuild-srcIncluded-3.5.2.zip. > > I tried to build again by replacing kmoir@dev.eclipse.org by > :pserver:anonymous@dev.eclipse.org. > > This time, the build proceeds further more but fails again asking for password. > If the prompt for password is skipped, I am asked for > ${cvsuser}@dev.eclipse.org's password and then fails. > > Here is the failure message. > --- > fetchElement: > Password: > Password: > Password: > ${cvsuser}@dev.eclipse.org's password: > ${cvsuser}@dev.eclipse.org's password: > ${cvsuser}@dev.eclipse.org's password: > [eclipse.fetch] Could not retrieve feature.xml and/or build.properties: cvs > exited with error code 1 > [eclipse.fetch] Command line was [Executing 'cvs' with arguments: > [eclipse.fetch] '-d${cvsuser}@dev.eclipse.org:/cvsroot/eclipse' > [eclipse.fetch] '-q' > [eclipse.fetch] 'export' > [eclipse.fetch] '-r' > [eclipse.fetch] 'R35x_v20100119' > [eclipse.fetch] 'org.eclipse.sdk-feature/features/org.eclipse.sdk/feature.xml' > [eclipse.fetch] > [eclipse.fetch] The ' characters around the executable and arguments are > [eclipse.fetch] not part of the command. > [eclipse.fetch] > ----- > > Reproducible: Always > > Steps to Reproduce: > 1. Unzip the source file downloaded from > http://download.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/index.php > > 2. Start the build using the following command > ./build -os linux -ws gtk -arch s390x (In reply to comment #1) > Moving to Releng.
3.5.2 build no longer in use.