anita2310 / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

Source Code Build failure #150

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Get the Source using repo
2.Get rowboperf using git
3.get droidvnc using git

What is the expected output? What do you see instead?
Expected output: Built image.
But i see the following error:
build.xml: Failed to find version-tag string. File must be updated.
In order to not erase potential customizations, the file will not be 
automatically regenerated.
If no changes have been made to the file, delete it manually and run the 
command again.
If you have made customizations to the build process, the file must be manually 
updated.
It is recommended to:
    * Copy current file to a safe location.
    * Delete original file.
    * Run command again to generate a new file.
    * Port customizations to the new file, by looking at the new rules file
      located at <SDK>/tools/ant/build.xml
    * Update file to contain
          version-tag: custom
      to prevent file from being rewritten automatically by the SDK tools.
----------
Updated file 
rowboperf/3D/SDKPackage_OGLES2/Demos/ChameleonMan/OGLES2/Build/Android/proguard.
cfg
mkdir: cannot create directory 
`rowboperf/3D/SDKPackage_OGLES2/Demos/ChameleonMan/OGLES2/Build/Android/../../..
/../../Shell/OS/AndroidJNI/OGLES2ChameleonMan': File exists
make: *** 
[rowboperf/3D/SDKPackage_OGLES2/Demos/ChameleonMan/OGLES2/Build/Android/libs/arm
eabi/libPVRShell.so] Error 1

I manually removed the folder 
"rowboperf/3D/SDKPackage_OGLES2/Demos/ChameleonMan/OGLES2/Build/Android/../../..
/../../Shell/OS/AndroidJNI/OGLES2ChameleonMan" and i see the following error 
now:

build.xml: Failed to find version-tag string. File must be updated.
In order to not erase potential customizations, the file will not be 
automatically regenerated.
If no changes have been made to the file, delete it manually and run the 
command again.
If you have made customizations to the build process, the file must be manually 
updated.
It is recommended to:
    * Copy current file to a safe location.
    * Delete original file.
    * Run command again to generate a new file.
    * Port customizations to the new file, by looking at the new rules file
      located at <SDK>/tools/ant/build.xml
    * Update file to contain
          version-tag: custom
      to prevent file from being rewritten automatically by the SDK tools.
----------
Updated file 
rowboperf/3D/SDKPackage_OGLES2/Demos/ChameleonMan/OGLES2/Build/Android/proguard.
cfg
make[1]: Entering directory 
`/home/croma/work/jaguar/beagle_bone/rowboat-android/rowboperf/3D/SDKPackage_OGL
ES2/Demos/ChameleonMan/OGLES2/Build/Android'
../../../../../Builds/OGLES2/AndroidGeneric/make_shared_lib.mak:16: 
default.properties: No such file or directory
Makefile:24: warning: overriding commands for target `clean'
../../../../../Builds/OGLES2/AndroidGeneric/make_shared_lib.mak:149: warning: 
ignoring old commands for target `clean'
make[1]: *** No rule to make target `default.properties'.  Stop.
make[1]: Leaving directory 
`/home/croma/work/jaguar/beagle_bone/rowboat-android/rowboperf/3D/SDKPackage_OGL
ES2/Demos/ChameleonMan/OGLES2/Build/Android'
make: *** 
[rowboperf/3D/SDKPackage_OGLES2/Demos/ChameleonMan/OGLES2/Build/Android/libs/arm
eabi/libPVRShell.so] Error 2

What version of the product are you using? On what operating system?
Android Gingerbread (2.3.4) (Link provided in 
http://processors.wiki.ti.com/index.php?title=BeagleBone-Android-DevKit_Guide)

And Im using Ubuntu 10.04

Please provide any additional information below.

Original issue reported on code.google.com by rcr...@gmail.com on 30 Jan 2012 at 1:12

GoogleCodeExporter commented 8 years ago
Perhaps you have not added the Android SDK to the $PATH...
See 
http://processors.wiki.ti.com/index.php/RowboPERF_User_Guide#Build_RowboPerf 
for build instructions

Original comment by vishvesh...@aim.com on 31 Jan 2012 at 8:04

GoogleCodeExporter commented 8 years ago
I did add the SDK to the PATH. Please check the output below. 

raja@raja-desktop:~/beagle_bone/rowboat-android/kernel$ echo $PATH
/home/raja/work/android-sdk-linux/tools:/home/croma/work/android-sdk-linux/platf
orm-tools:/home/raja/work/jaguar/beagle_bone/rowboat-android/u-boot/tools:/home/
raja/work/jaguar/beagle_bone/rowboat-android/prebuilt/linux-x86/toolchain/arm-ea
bi-4.4.3/bin:/home/croma/bin:/usr/local/staf/bin:/usr/local/sbin:/usr/local/bin:
/usr/sbin:/usr/bin:/sbin:/bin:/usr/games

I tried to build without "rowboperf" and the build was successful without any 
issues.

Original comment by rcr...@gmail.com on 31 Jan 2012 at 9:39