thasmin / Podax

Podcast client for Android
Other
165 stars 34 forks source link

FTBFS with 384a6bc #98

Closed mcepl closed 12 years ago

mcepl commented 12 years ago
wycliff:Podax (master) $ ant clean debug
Buildfile: /home/matej/archiv/knihovna/repos/Podax/build.xml

-check-env:
 [checkenv] Android SDK Tools Revision 20
 [checkenv] Installed at /home/matej/repos/android-sdk-linux_x86

-setup:
     [echo] Project Name: Podax
  [gettype] Project Type: Application
     [echo] Switching between debug and non debug build: Deleting previous compilation output...

-pre-clean:

clean:
[getlibpath] Library dependencies:
[getlibpath] No Libraries
   [subant] No sub-builds to iterate on

-set-mode-check:

-set-debug-files:

-check-env:
 [checkenv] Android SDK Tools Revision 20
 [checkenv] Installed at /home/matej/repos/android-sdk-linux_x86

-setup:
     [echo] Project Name: Podax
  [gettype] Project Type: Application
     [echo] Switching between debug and non debug build: Deleting previous compilation output...

-set-debug-mode:

-debug-obfuscation-check:

-build-setup:
     [echo] Resolving Build Target for Podax...
[gettarget] Project Target:   Android 4.0.3
[gettarget] API level:        15
     [echo] ----------
     [echo] Creating output directories if needed...
    [mkdir] Created dir: /home/matej/archiv/knihovna/repos/Podax/bin
    [mkdir] Created dir: /home/matej/archiv/knihovna/repos/Podax/bin/res
    [mkdir] Created dir: /home/matej/archiv/knihovna/repos/Podax/gen
    [mkdir] Created dir: /home/matej/archiv/knihovna/repos/Podax/bin/classes
     [echo] ----------
     [echo] Resolving Dependencies for Podax...
[dependency] Ordered libraries:
[dependency] 
[dependency] ------------------
[dependency] API<=15: Adding annotations.jar to the classpath.
     [echo] ----------
     [echo] Building Libraries with 'debug'...
   [subant] No sub-builds to iterate on

-pre-build:

-code-gen:
[mergemanifest] Merging AndroidManifest files into one.
[mergemanifest] Manifest merger disabled. Using project manifest only.
     [echo] Handling aidl files...
     [aidl] No AIDL files to compile.
     [echo] ----------
     [echo] Handling RenderScript files...
[renderscript] No RenderScript files to compile.
     [echo] ----------
     [echo] Handling Resources...
     [aapt] Generating resource IDs...
     [aapt] /home/matej/archiv/knihovna/repos/Podax/res/values/styles.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@style/Widget.Sherlock.ActionBar'.
     [aapt] /home/matej/archiv/knihovna/repos/Podax/res/values/styles.xml:5: error: Error: No resource found that matches the given name: attr 'background'.
     [aapt] /home/matej/archiv/knihovna/repos/Podax/res/values/styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name '@style/Widget.Sherlock.ActionBar.TabView'.
     [aapt] /home/matej/archiv/knihovna/repos/Podax/res/values/styles.xml:9: error: Error: No resource found that matches the given name: attr 'background'.
     [aapt] /home/matej/archiv/knihovna/repos/Podax/res/values/styles.xml:13: error: Error retrieving parent for item: No resource found that matches the given name '@style/Theme.Sherlock'.
     [aapt] /home/matej/archiv/knihovna/repos/Podax/res/values/styles.xml:14: error: Error: No resource found that matches the given name: attr 'actionBarStyle'.
     [aapt] /home/matej/archiv/knihovna/repos/Podax/res/values/styles.xml:17: error: Error: No resource found that matches the given name: attr 'actionBarTabStyle'.

BUILD FAILED
/home/matej/repos/android-sdk-linux_x86/tools/ant/build.xml:622: The following error occurred while executing this line:
/home/matej/repos/android-sdk-linux_x86/tools/ant/build.xml:658: null returned: 1

Total time: 1 second
wycliff:Podax (master) $ 
thasmin commented 12 years ago

Is this still happening? It looks like the libraries aren't being included.

mcepl commented 12 years ago

Yes, git pulled everything (Podax is at c442479, thasmin/Android-ViewPageIndicator@60e0a47, thasmin/ActionaBarSherlock@b0bfa5f), android updated everything with target 10 (according to android list targets the last one available), ant cleaned everything, and then ant debug does this (also tried to build both libraries first, which succeeded perfectly, but it didn't help Podax at all).

mcepl commented 12 years ago

BTW, would it be too bad to ask for keeping f-droid version updated?

mcepl commented 12 years ago

Weird, not sure what changed but in desperation I have tried everything again, and this time it worked. I am not aware of doing anything in a different manner, but now I have APK file ready. Weird.

thasmin commented 12 years ago

Glad to hear it. :-)