![]() |
Multiple Target Patterns error failure trying to upload to Maemo Extras via Autobuilder
1 Attachment(s)
I'm having problems putting my latest version of code into maemo Extras, it is failing due to a multiple target pattern error, apparently in make file line 105. I am using the makefile generated by QtCreator, although Ive been told that autobuilder should be generating and using it's own make file anyway. I don't understand very much about packaging, can anyone explain reasonably simply what the error is and how I can go about troubleshooting it?
Code:
TMP="/var/tmp" Thanks for your help |
Re: Multiple Target Patterns error failure trying to upload to Maemo Extras via Autobuilder
Bump.. anyone? Even a clue? I'm sure this issue must have occurred to someone before, and I'm sure it something simple and because of my inexperience. So again.. pls.. if you can help...
|
Re: Multiple Target Patterns error failure trying to upload to Maemo Extras via Autobuilder
Hi kojacker,
I don't know what exactly is the cause of this problem. But this should help: 1. remove the "$(MAKE) clean" line from the debian/rules file, because at this point the Makefile isn't recreated, instead, it uses your Makefile which only works in your windows environment. 2. add a "qmake" in your debian/rules file after the line # Add here commands to compile the package. qmake So, the Makefile will be recreated. Hope this helps Nicolai |
Re: Multiple Target Patterns error failure trying to upload to Maemo Extras via Autobuilder
Quote:
Code:
c:\QtProjects\mfakecaller\debian\rules:30: *** missing separator. Stop. *snip* Edit: I changed spaces to a tab when entering "qmake" and I can get past this error - now to wrestle with autobuilder :o |
Re: Multiple Target Patterns error failure trying to upload to Maemo Extras via Autobuilder
c:\QtProjects\mfakecaller\debian\rules:30: *** missing separator.
This means, you use spaces instead of TABs in your rules file. qmake ^^^^ Make sure to use TABs here. |
Re: Multiple Target Patterns error failure trying to upload to Maemo Extras via Autobuilder
Thank you again nicolai, I don't know why it all worked but it did work! I got uploaded to extras dev :)
|
Re: Multiple Target Patterns error failure trying to upload to Maemo Extras via Autobuilder
2 Attachment(s)
Hi,
I'm getting this error as well as shown in code below, but even following the steps nicolaj suggested, the problems still persist. Can anyone help me out? I've added the generated Makefile and the qtc_packaging directory with its contents like the rules file. I've also followed the steps described here: http://raeda.blog.com/2011/02/19/upl...-from-windows/ Code:
TMP="/var/tmp" |
Re: Multiple Target Patterns error failure trying to upload to Maemo Extras via Autobuilder
It seems that it can't handle sources in subdirectories. I've now put all the source files in the top directory and the error is gone.
|
Re: Multiple Target Patterns error failure trying to upload to Maemo Extras via Autobuilder
But now I'm running into the following problem. I can't figure out why the Fremantle Extras-devel free i386 build is failing while the armel build is OK.
Below is the report by the autobuilder. Can anyone shine a light on this issue? Many thanks! Code:
TMP="/var/tmp" |
Re: Multiple Target Patterns error failure trying to upload to Maemo Extras via Autobuilder
It seems that my DESTDIR in my .pro file was pointed to one directory level up. That caused the previous error.
|
All times are GMT. The time now is 04:06. |
vBulletin® Version 3.8.8