can't create a package on my ppa

Asked by Ozzy

i am trying to build a new package but every time i try to request a build after a few minutes the web page informs me that the build failed.
Going into the log file i see

 out of 1 hunk FAILED -- rejects in file guake-indicator.desktop
Restoring guake-indicator.desktop
Patch guake-indicator-desktoppach does not apply (enforce with -f)
Restoring guake-indicator.desktop
(1.0120629999999999, 0.180011, 0, 0, 0, 0, 26970, 29, 0, 10520, 2144, 0, 0, 0, 551, 145)
bzr: ERROR: bzrlib.errors.BzrCommandError: Failed to apply quilt patches

where i am wrong?

Before this i see

You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".

but i set the right launchpad id on my local machine typing bzr launchpad-login gun101

the full log is here

https://launchpadlibrarian.net/156221396/buildlog.txt.gz

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Kendek
Solved:
Last query:
Last reply:
Revision history for this message
Best Kendek (nemh) said :
#1
Revision history for this message
Ozzy (gun101) said :
#2

Thank you now it seems that i solved the problem just deleting the desktop file but now another error shows up:

pplying patch default-fileconf
patching file src/guake-indicator-read-json.c
Hunk #1 FAILED at 47.
Hunk #2 succeeded at 208 with fuzz 2 (offset 27 lines).
1 out of 2 hunks FAILED -- rejects in file src/guake-indicator-read-json.c
Restoring src/guake-indicator-read-json.c
Patch default-fileconf does not apply (enforce with -f)
Restoring src/guake-indicator-read-json.c
(0.21601299999999998, 0.080004999999999993, 0, 0, 0, 0, 28940, 29, 0, 8312, 2008, 0, 0, 0, 472, 103)
bzr: ERROR: bzrlib.errors.BzrCommandError: Failed to apply quilt patches

guake-indicator-read-json.c is a part of the package written by my in c language.
The code is ok, gcc can compile it on my local machine, what's the problem?

Revision history for this message
Kendek (nemh) said :
#3

Error message while applying patch:

patching file src/guake-indicator-read-json.c
Reversed (or previously applied) patch detected!

It seems that the file is already patched. So, patch was rejected.

Revision history for this message
Ozzy (gun101) said :
#4

Thanks Kendek, that solved my question.