The Following User Says Thank You to marmistrz For This Useful Post: | ||
![]() |
2012-08-15
, 22:08
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#2
|
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
![]() |
2012-08-16
, 13:55
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#3
|
For me it was a missing line ending in the conffiles file.
The autobuilder reported no error, but failed.
And one more possibly: mixed tab ordering in control file (every line in same section needs to start with a blank " ". Not sure, but iirc that was also one thing beinging the autobuilder failing silently.
So my suggestion is to check your debian files once more manually for any irregularity.
![]() |
2012-08-16
, 20:26
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#4
|
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
![]() |
2012-08-17
, 09:02
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#5
|
Hey marmistrz
I am for sure neither a debian nor a packaging specialist. Just managed to get my own (one/first) app build with autobuilder.
But maybe I found smth.
Section should (have to?) match the Maemo sections, put it in user/development.
Changed priority to extra (for maemo not used I believe).
What kind of source?
Python? Shell code? Leave architecture: all
C or any other programming lang? Change architecture: any (I did so, just an assumption)
Removed the last slash from homepage. Do not think that caused it, but anyway not needed. Also not sure about the position in control file (but imho should not disturb).
Not sure about that first apostroph her: `Makefile.am' (maybe omit it).
So try this attached version and see ...
![]() |
2012-08-17
, 13:30
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#6
|
Hey marmistrz
I am for sure neither a debian nor a packaging specialist. Just managed to get my own (one/first) app build with autobuilder.
But maybe I found smth.
Section should (have to?) match the Maemo sections, put it in user/development.
Changed priority to extra (for maemo not used I believe).
What kind of source?
Python? Shell code? Leave architecture: all
C or any other programming lang? Change architecture: any (I did so, just an assumption)
Removed the last slash from homepage. Do not think that caused it, but anyway not needed. Also not sure about the position in control file (but imho should not disturb).
Not sure about that first apostroph her: `Makefile.am' (maybe omit it).
So try this attached version and see ...
![]() |
2012-08-17
, 21:12
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#7
|
Conflicts: automake Depends: autoconf (>= 2.62) | autoconf2.67, autotools-dev (>= 20020320.1), ${misc:Depends} Conflicts: automake1.6 (<< 1.6.1-4), automake (<< 1:1.4-p5-1), automake1.5 (<< 1.5-2), automake1.10-doc
The Following 2 Users Say Thank You to peterleinchen For This Useful Post: | ||
![]() |
2012-08-18
, 09:40
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#8
|
Yep, you are right.
Without proper error reporting, one has to check each byte/char of the control file.
Just guessing from now on:
Conflicts: occurs two times in the file.
And it conflicts with itself?
Code:Conflicts: automake Depends: autoconf (>= 2.62) | autoconf2.67, autotools-dev (>= 20020320.1), ${misc:Depends} Conflicts: automake1.6 (<< 1.6.1-4), automake (<< 1:1.4-p5-1), automake1.5 (<< 1.5-2), automake1.10-doc
![]() |
2012-08-18
, 10:03
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#9
|
![]() |
2012-08-18
, 17:23
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#10
|
Great, that we managed
But I would expect from an autobuilder system at least a little hint, not only "FAILED"!
I had also hard times to find out .....
Anybody to contact about this?
The Following 2 Users Say Thank You to marmistrz For This Useful Post: | ||
I uploaded automake 1.11 today and I'm experiencing some stragne problem:
https://garage.maemo.org/builder/fre...0m6fremantle0/
The last lines of the log are here:
What's going on? Why does it silently fail?
If you want to support my work, you can donate by PayPal or Flattr
Projects no longer actively developed: here
Last edited by marmistrz; 2012-08-15 at 18:40.